2022-03-17T19:05:52.4543377Z Requested labels: linux.4xlarge.nvidia.gpu 2022-03-17T19:05:52.4543459Z Job defined at: pytorch/pytorch/.github/workflows/generated-linux-xenial-cuda11.3-py3.7-gcc7.yml@refs/heads/master 2022-03-17T19:05:52.4543493Z Waiting for a runner to pick up this job... 2022-03-17T19:05:53.7393307Z Job is about to start running on the runner: i-028de35598bc5e5db (repository) 2022-03-17T19:05:58.9962737Z Current runner version: '2.288.1' 2022-03-17T19:05:58.9970642Z Runner name: 'i-028de35598bc5e5db' 2022-03-17T19:05:58.9971291Z Runner group name: 'Default' 2022-03-17T19:05:58.9972144Z Machine name: 'ip-10-0-4-32' 2022-03-17T19:05:58.9975066Z ##[group]GITHUB_TOKEN Permissions 2022-03-17T19:05:58.9975950Z Actions: write 2022-03-17T19:05:58.9976393Z Checks: write 2022-03-17T19:05:58.9976891Z Contents: write 2022-03-17T19:05:58.9977337Z Deployments: write 2022-03-17T19:05:58.9977728Z Discussions: write 2022-03-17T19:05:58.9978158Z Issues: write 2022-03-17T19:05:58.9978510Z Metadata: read 2022-03-17T19:05:58.9978965Z Packages: write 2022-03-17T19:05:58.9979334Z Pages: write 2022-03-17T19:05:58.9979777Z PullRequests: write 2022-03-17T19:05:58.9980203Z RepositoryProjects: write 2022-03-17T19:05:58.9980743Z SecurityEvents: write 2022-03-17T19:05:58.9981213Z Statuses: write 2022-03-17T19:05:58.9981588Z ##[endgroup] 2022-03-17T19:05:58.9986020Z Secret source: Actions 2022-03-17T19:05:58.9986823Z Prepare workflow directory 2022-03-17T19:05:59.1633837Z Prepare all required actions 2022-03-17T19:05:59.1864383Z Getting action download info 2022-03-17T19:05:59.3540788Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:1ecffedb1e192a50aa67dba2f0e048e5d3bfa144) 2022-03-17T19:05:59.5422244Z Download action repository 'zhouzhuojie/checkout@05b13c9a0d21f08f6d5e64a1d5042246d13619d9' (SHA:05b13c9a0d21f08f6d5e64a1d5042246d13619d9) 2022-03-17T19:05:59.6922170Z Download action repository 'nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a' (SHA:71062288b76e2b6214ebde0e673ce0de1755740a) 2022-03-17T19:05:59.8057151Z Download action repository 'seemethere/download-artifact-s3@0504774707cbc8603d7dca922e8026eb8bf3b47b' (SHA:0504774707cbc8603d7dca922e8026eb8bf3b47b) 2022-03-17T19:05:59.9943135Z Download action repository 'seemethere/upload-artifact-s3@v3' (SHA:9d298f4a34a19beb76876fe16bcd4aa6389bd42c) 2022-03-17T19:06:00.4182436Z ##[group]Run set -euo pipefail 2022-03-17T19:06:00.4182922Z set -euo pipefail 2022-03-17T19:06:00.4183212Z function get_ec2_metadata() { 2022-03-17T19:06:00.4183518Z  # Pulled from instance metadata endpoint for EC2 2022-03-17T19:06:00.4183983Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-03-17T19:06:00.4184356Z  category=$1 2022-03-17T19:06:00.4184672Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-03-17T19:06:00.4184977Z } 2022-03-17T19:06:00.4185227Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-03-17T19:06:00.4185559Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-03-17T19:06:00.4185905Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-03-17T19:06:00.4186228Z echo "system info $(uname -a)" 2022-03-17T19:06:00.4205535Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-03-17T19:06:00.4205835Z env: 2022-03-17T19:06:00.4206131Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T19:06:00.4206621Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T19:06:00.4207102Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T19:06:00.4207513Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T19:06:00.4207852Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T19:06:00.4208086Z IN_CI: 1 2022-03-17T19:06:00.4208279Z IS_GHA: 1 2022-03-17T19:06:00.4208492Z IN_WHEEL_TEST: 1 2022-03-17T19:06:00.4208772Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T19:06:00.4209142Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T19:06:00.4209459Z PR_LABELS: [] 2022-03-17T19:06:00.4209959Z GITHUB_TOKEN: *** 2022-03-17T19:06:00.4210232Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T19:06:00.4210504Z PR_NUMBER: 2022-03-17T19:06:00.4210760Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T19:06:00.4211216Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T19:06:00.4211459Z GIT_DEFAULT_BRANCH: master 2022-03-17T19:06:00.4211945Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T19:06:00.4212461Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T19:06:00.4212903Z TEST_CONFIG: default 2022-03-17T19:06:00.4213138Z SHARD_NUMBER: 2 2022-03-17T19:06:00.4213350Z NUM_TEST_SHARDS: 2 2022-03-17T19:06:00.4213577Z PR_BODY: 2022-03-17T19:06:00.4213795Z ##[endgroup] 2022-03-17T19:06:00.4505400Z ami-id: ami-096198a0bccc6bad4 2022-03-17T19:06:00.4529149Z instance-id: i-028de35598bc5e5db 2022-03-17T19:06:00.4590462Z instance-type: g3.4xlarge 2022-03-17T19:06:00.4599003Z system info Linux ip-10-0-4-32.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-03-17T19:06:00.4761932Z ##[group]Run if systemctl is-active --quiet docker; then 2022-03-17T19:06:00.4762381Z if systemctl is-active --quiet docker; then 2022-03-17T19:06:00.4762695Z  echo "Docker daemon is running..."; 2022-03-17T19:06:00.4762942Z else 2022-03-17T19:06:00.4763244Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-03-17T19:06:00.4763525Z fi 2022-03-17T19:06:00.4775534Z shell: /usr/bin/bash -e {0} 2022-03-17T19:06:00.4775765Z env: 2022-03-17T19:06:00.4776059Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T19:06:00.4776542Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T19:06:00.4777026Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T19:06:00.4777442Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T19:06:00.4777775Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T19:06:00.4778035Z IN_CI: 1 2022-03-17T19:06:00.4778231Z IS_GHA: 1 2022-03-17T19:06:00.4778450Z IN_WHEEL_TEST: 1 2022-03-17T19:06:00.4778728Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T19:06:00.4779101Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T19:06:00.4779415Z PR_LABELS: [] 2022-03-17T19:06:00.4779850Z GITHUB_TOKEN: *** 2022-03-17T19:06:00.4780109Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T19:06:00.4780354Z PR_NUMBER: 2022-03-17T19:06:00.4780599Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T19:06:00.4780872Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T19:06:00.4781113Z GIT_DEFAULT_BRANCH: master 2022-03-17T19:06:00.4781598Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T19:06:00.4782130Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T19:06:00.4782415Z TEST_CONFIG: default 2022-03-17T19:06:00.4782652Z SHARD_NUMBER: 2 2022-03-17T19:06:00.4782866Z NUM_TEST_SHARDS: 2 2022-03-17T19:06:00.4783086Z PR_BODY: 2022-03-17T19:06:00.4783282Z ##[endgroup] 2022-03-17T19:06:00.4834367Z Docker daemon is running... 2022-03-17T19:06:00.4855558Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-03-17T19:06:00.4856060Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-03-17T19:06:00.4856390Z retry () { 2022-03-17T19:06:00.4856649Z  "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") 2022-03-17T19:06:00.4856981Z } 2022-03-17T19:06:00.4857542Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-03-17T19:06:00.4857990Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-03-17T19:06:00.4870628Z shell: /usr/bin/bash -e {0} 2022-03-17T19:06:00.4870864Z env: 2022-03-17T19:06:00.4871165Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T19:06:00.4871645Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T19:06:00.4872361Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T19:06:00.4872762Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T19:06:00.4873117Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T19:06:00.4873363Z IN_CI: 1 2022-03-17T19:06:00.4873562Z IS_GHA: 1 2022-03-17T19:06:00.4873788Z IN_WHEEL_TEST: 1 2022-03-17T19:06:00.4874070Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T19:06:00.4874453Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T19:06:00.4874768Z PR_LABELS: [] 2022-03-17T19:06:00.4875166Z GITHUB_TOKEN: *** 2022-03-17T19:06:00.4875434Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T19:06:00.4875701Z PR_NUMBER: 2022-03-17T19:06:00.4875950Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T19:06:00.4876232Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T19:06:00.4876487Z GIT_DEFAULT_BRANCH: master 2022-03-17T19:06:00.4876983Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T19:06:00.4877525Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T19:06:00.4877817Z TEST_CONFIG: default 2022-03-17T19:06:00.4878048Z SHARD_NUMBER: 2 2022-03-17T19:06:00.4878262Z NUM_TEST_SHARDS: 2 2022-03-17T19:06:00.4878491Z PR_BODY: 2022-03-17T19:06:00.4878726Z AWS_RETRY_MODE: standard 2022-03-17T19:06:00.4878956Z AWS_MAX_ATTEMPTS: 5 2022-03-17T19:06:00.4879190Z ##[endgroup] 2022-03-17T19:06:01.4904137Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-03-17T19:06:01.4905025Z Configure a credential helper to remove this warning. See 2022-03-17T19:06:01.4906069Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-03-17T19:06:01.4906615Z 2022-03-17T19:06:01.4906824Z Login Succeeded 2022-03-17T19:06:01.4954595Z ##[group]Run retry () { 2022-03-17T19:06:01.4954906Z retry () { 2022-03-17T19:06:01.4955175Z  "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") 2022-03-17T19:06:01.4955411Z } 2022-03-17T19:06:01.4955675Z retry docker pull "${ALPINE_IMAGE}" 2022-03-17T19:06:01.4956013Z # Ensure the working directory gets chowned back to the current user 2022-03-17T19:06:01.4956450Z docker run --pull=never --rm -v "$(pwd)":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2022-03-17T19:06:01.4970490Z shell: /usr/bin/bash -e {0} 2022-03-17T19:06:01.4970744Z env: 2022-03-17T19:06:01.4971027Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T19:06:01.4971527Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T19:06:01.4972062Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T19:06:01.4972499Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T19:06:01.4972846Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T19:06:01.4973087Z IN_CI: 1 2022-03-17T19:06:01.4973303Z IS_GHA: 1 2022-03-17T19:06:01.4973508Z IN_WHEEL_TEST: 1 2022-03-17T19:06:01.4973803Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T19:06:01.4974165Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T19:06:01.4974482Z PR_LABELS: [] 2022-03-17T19:06:01.4974995Z GITHUB_TOKEN: *** 2022-03-17T19:06:01.4975244Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T19:06:01.4975496Z PR_NUMBER: 2022-03-17T19:06:01.4975743Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T19:06:01.4976025Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T19:06:01.4976291Z GIT_DEFAULT_BRANCH: master 2022-03-17T19:06:01.4976778Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T19:06:01.4977470Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T19:06:01.4977762Z TEST_CONFIG: default 2022-03-17T19:06:01.4977995Z SHARD_NUMBER: 2 2022-03-17T19:06:01.4978230Z NUM_TEST_SHARDS: 2 2022-03-17T19:06:01.4978443Z PR_BODY: 2022-03-17T19:06:01.4978666Z ##[endgroup] 2022-03-17T19:06:01.5362325Z Using default tag: latest 2022-03-17T19:06:01.7280534Z latest: Pulling from tool/alpine 2022-03-17T19:06:01.7280884Z 540db60ca938: Pulling fs layer 2022-03-17T19:06:01.8300516Z 540db60ca938: Download complete 2022-03-17T19:06:02.0221357Z 540db60ca938: Pull complete 2022-03-17T19:06:02.0330199Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2022-03-17T19:06:02.0366554Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2022-03-17T19:06:02.0389251Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2022-03-17T19:06:03.8401233Z ##[group]Run rm -rf "${GITHUB_WORKSPACE}" 2022-03-17T19:06:03.8402090Z rm -rf "${GITHUB_WORKSPACE}" 2022-03-17T19:06:03.8402359Z mkdir "${GITHUB_WORKSPACE}" 2022-03-17T19:06:03.8415668Z shell: /usr/bin/bash -e {0} 2022-03-17T19:06:03.8415889Z env: 2022-03-17T19:06:03.8416185Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T19:06:03.8416684Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T19:06:03.8417145Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T19:06:03.8417558Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T19:06:03.8417894Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T19:06:03.8418124Z IN_CI: 1 2022-03-17T19:06:03.8418336Z IS_GHA: 1 2022-03-17T19:06:03.8418538Z IN_WHEEL_TEST: 1 2022-03-17T19:06:03.8418830Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T19:06:03.8419230Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T19:06:03.8419542Z PR_LABELS: [] 2022-03-17T19:06:03.8420203Z GITHUB_TOKEN: *** 2022-03-17T19:06:03.8420477Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T19:06:03.8420709Z PR_NUMBER: 2022-03-17T19:06:03.8420972Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T19:06:03.8421237Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T19:06:03.8421502Z GIT_DEFAULT_BRANCH: master 2022-03-17T19:06:03.8421998Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T19:06:03.8422520Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T19:06:03.8422826Z TEST_CONFIG: default 2022-03-17T19:06:03.8423043Z SHARD_NUMBER: 2 2022-03-17T19:06:03.8423274Z NUM_TEST_SHARDS: 2 2022-03-17T19:06:03.8423502Z PR_BODY: 2022-03-17T19:06:03.8423704Z ##[endgroup] 2022-03-17T19:06:06.5044436Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-03-17T19:06:06.5044777Z with: 2022-03-17T19:06:06.5045258Z GITHUB_TOKEN: *** 2022-03-17T19:06:06.5045525Z activate-with-label: true 2022-03-17T19:06:06.5045779Z label: with-ssh 2022-03-17T19:06:06.5046015Z remove-existing-keys: true 2022-03-17T19:06:06.5046266Z env: 2022-03-17T19:06:06.5046544Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T19:06:06.5047039Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T19:06:06.5047522Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T19:06:06.5047919Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T19:06:06.5048268Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T19:06:06.5048486Z IN_CI: 1 2022-03-17T19:06:06.5048695Z IS_GHA: 1 2022-03-17T19:06:06.5048916Z IN_WHEEL_TEST: 1 2022-03-17T19:06:06.5049229Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T19:06:06.5049597Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T19:06:06.5049913Z PR_LABELS: [] 2022-03-17T19:06:06.5050429Z GITHUB_TOKEN: *** 2022-03-17T19:06:06.5050670Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T19:06:06.5050917Z PR_NUMBER: 2022-03-17T19:06:06.5051162Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T19:06:06.5051443Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T19:06:06.5051703Z GIT_DEFAULT_BRANCH: master 2022-03-17T19:06:06.5052181Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T19:06:06.5052718Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T19:06:06.5053023Z TEST_CONFIG: default 2022-03-17T19:06:06.5053240Z SHARD_NUMBER: 2 2022-03-17T19:06:06.5053468Z NUM_TEST_SHARDS: 2 2022-03-17T19:06:06.5053676Z PR_BODY: 2022-03-17T19:06:06.5053903Z ##[endgroup] 2022-03-17T19:06:06.5832216Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-03-17T19:06:06.5887539Z ##[group]Run env | grep '^GITHUB' > "/tmp/github_env_${GITHUB_RUN_ID}" 2022-03-17T19:06:06.5887977Z env | grep '^GITHUB' > "/tmp/github_env_${GITHUB_RUN_ID}" 2022-03-17T19:06:06.5900704Z shell: /usr/bin/bash -e {0} 2022-03-17T19:06:06.5900947Z env: 2022-03-17T19:06:06.5901233Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T19:06:06.5901729Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T19:06:06.5902209Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T19:06:06.5902602Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T19:06:06.5902956Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T19:06:06.5903174Z IN_CI: 1 2022-03-17T19:06:06.5903382Z IS_GHA: 1 2022-03-17T19:06:06.5903601Z IN_WHEEL_TEST: 1 2022-03-17T19:06:06.5903877Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T19:06:06.5904287Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T19:06:06.5904593Z PR_LABELS: [] 2022-03-17T19:06:06.5904982Z GITHUB_TOKEN: *** 2022-03-17T19:06:06.5905223Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T19:06:06.5905472Z PR_NUMBER: 2022-03-17T19:06:06.5905736Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T19:06:06.5905996Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T19:06:06.5906257Z GIT_DEFAULT_BRANCH: master 2022-03-17T19:06:06.5906733Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T19:06:06.5907267Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T19:06:06.5907568Z TEST_CONFIG: default 2022-03-17T19:06:06.5907786Z SHARD_NUMBER: 2 2022-03-17T19:06:06.5908013Z NUM_TEST_SHARDS: 2 2022-03-17T19:06:06.5908223Z PR_BODY: 2022-03-17T19:06:06.5908440Z ##[endgroup] 2022-03-17T19:06:06.6027575Z ##[group]Run zhouzhuojie/checkout@05b13c9a0d21f08f6d5e64a1d5042246d13619d9 2022-03-17T19:06:06.6027926Z with: 2022-03-17T19:06:06.6028160Z ref: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T19:06:06.6028423Z fetch-depth: 0 2022-03-17T19:06:06.6028668Z submodules: recursive 2022-03-17T19:06:06.6028911Z repository: pytorch/pytorch 2022-03-17T19:06:06.6029292Z token: *** 2022-03-17T19:06:06.6029501Z ssh-strict: true 2022-03-17T19:06:06.6029754Z persist-credentials: true 2022-03-17T19:06:06.6030004Z clean: true 2022-03-17T19:06:06.6030201Z lfs: false 2022-03-17T19:06:06.6030403Z env: 2022-03-17T19:06:06.6030671Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T19:06:06.6031165Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T19:06:06.6031630Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T19:06:06.6032079Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T19:06:06.6032419Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T19:06:06.6032788Z IN_CI: 1 2022-03-17T19:06:06.6033000Z IS_GHA: 1 2022-03-17T19:06:06.6033207Z IN_WHEEL_TEST: 1 2022-03-17T19:06:06.6033499Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T19:06:06.6033860Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T19:06:06.6034174Z PR_LABELS: [] 2022-03-17T19:06:06.6034520Z GITHUB_TOKEN: *** 2022-03-17T19:06:06.6034758Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T19:06:06.6035008Z PR_NUMBER: 2022-03-17T19:06:06.6035254Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T19:06:06.6035537Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T19:06:06.6035801Z GIT_DEFAULT_BRANCH: master 2022-03-17T19:06:06.6036275Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T19:06:06.6036820Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T19:06:06.6037107Z TEST_CONFIG: default 2022-03-17T19:06:06.6037346Z SHARD_NUMBER: 2 2022-03-17T19:06:06.6037577Z NUM_TEST_SHARDS: 2 2022-03-17T19:06:06.6037787Z PR_BODY: 2022-03-17T19:06:06.6038007Z ##[endgroup] 2022-03-17T19:06:06.7170585Z Syncing repository: pytorch/pytorch 2022-03-17T19:06:06.7172491Z ##[group]Getting Git version info 2022-03-17T19:06:06.7173200Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-03-17T19:06:06.7173965Z [command]/usr/bin/git version 2022-03-17T19:06:06.7174312Z git version 2.32.0 2022-03-17T19:06:06.7176927Z ##[endgroup] 2022-03-17T19:06:06.7184703Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-03-17T19:06:06.7188692Z ##[group]Initializing the repository 2022-03-17T19:06:06.7193432Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-03-17T19:06:06.7228998Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-03-17T19:06:06.7229774Z hint: is subject to change. To configure the initial branch name to use in all 2022-03-17T19:06:06.7230266Z hint: of your new repositories, which will suppress this warning, call: 2022-03-17T19:06:06.7230732Z hint: 2022-03-17T19:06:06.7231256Z hint: git config --global init.defaultBranch 2022-03-17T19:06:06.7231697Z hint: 2022-03-17T19:06:06.7232169Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-03-17T19:06:06.7232681Z hint: 'development'. The just-created branch can be renamed via this command: 2022-03-17T19:06:06.7233133Z hint: 2022-03-17T19:06:06.7233493Z hint: git branch -m 2022-03-17T19:06:06.7234004Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-03-17T19:06:06.7241257Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-03-17T19:06:06.7270254Z ##[endgroup] 2022-03-17T19:06:06.7271008Z ##[group]Disabling automatic garbage collection 2022-03-17T19:06:06.7275020Z [command]/usr/bin/git config --local gc.auto 0 2022-03-17T19:06:06.7302074Z ##[endgroup] 2022-03-17T19:06:06.7321757Z ##[group]Setting up auth 2022-03-17T19:06:06.7334795Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-03-17T19:06:06.7365429Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-03-17T19:06:06.7674215Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-03-17T19:06:06.7704622Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-03-17T19:06:06.8006661Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-03-17T19:06:06.8060521Z ##[endgroup] 2022-03-17T19:06:06.8061070Z ##[group]Fetching the repository 2022-03-17T19:06:06.8068424Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --progress --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-03-17T19:06:09.8562026Z remote: Enumerating objects: 767821 2022-03-17T19:06:09.8562878Z remote: Enumerating objects: 768219, done. 2022-03-17T19:06:09.8563421Z remote: Counting objects: 0% (1/398) 2022-03-17T19:06:09.8564091Z remote: Counting objects: 1% (4/398) 2022-03-17T19:06:09.8564959Z remote: Counting objects: 2% (8/398) 2022-03-17T19:06:09.8565629Z remote: Counting objects: 3% (12/398) 2022-03-17T19:06:09.8566390Z remote: Counting objects: 4% (16/398) 2022-03-17T19:06:09.8566853Z remote: Counting objects: 5% (20/398) 2022-03-17T19:06:09.8567311Z remote: Counting objects: 6% (24/398) 2022-03-17T19:06:09.8567697Z remote: Counting objects: 7% (28/398) 2022-03-17T19:06:09.8568019Z remote: Counting objects: 8% (32/398) 2022-03-17T19:06:09.8568403Z remote: Counting objects: 9% (36/398) 2022-03-17T19:06:09.8568721Z remote: Counting objects: 10% (40/398) 2022-03-17T19:06:09.8569203Z remote: Counting objects: 11% (44/398) 2022-03-17T19:06:09.8569569Z remote: Counting objects: 12% (48/398) 2022-03-17T19:06:09.8569879Z remote: Counting objects: 13% (52/398) 2022-03-17T19:06:09.8570244Z remote: Counting objects: 14% (56/398) 2022-03-17T19:06:09.8570561Z remote: Counting objects: 15% (60/398) 2022-03-17T19:06:09.8570963Z remote: Counting objects: 16% (64/398) 2022-03-17T19:06:09.8571278Z remote: Counting objects: 17% (68/398) 2022-03-17T19:06:09.8571639Z remote: Counting objects: 18% (72/398) 2022-03-17T19:06:09.8572008Z remote: Counting objects: 19% (76/398) 2022-03-17T19:06:09.8572314Z remote: Counting objects: 20% (80/398) 2022-03-17T19:06:09.8572783Z remote: Counting objects: 21% (84/398) 2022-03-17T19:06:09.8573151Z remote: Counting objects: 22% (88/398) 2022-03-17T19:06:09.8573574Z remote: Counting objects: 23% (92/398) 2022-03-17T19:06:09.8573945Z remote: Counting objects: 24% (96/398) 2022-03-17T19:06:09.8574259Z remote: Counting objects: 25% (100/398) 2022-03-17T19:06:09.8574676Z remote: Counting objects: 26% (104/398) 2022-03-17T19:06:09.8575047Z remote: Counting objects: 27% (108/398) 2022-03-17T19:06:09.8575368Z remote: Counting objects: 28% (112/398) 2022-03-17T19:06:09.8575726Z remote: Counting objects: 29% (116/398) 2022-03-17T19:06:09.8576044Z remote: Counting objects: 30% (120/398) 2022-03-17T19:06:09.8576502Z remote: Counting objects: 31% (124/398) 2022-03-17T19:06:09.8576882Z remote: Counting objects: 32% (128/398) 2022-03-17T19:06:09.8577198Z remote: Counting objects: 33% (132/398) 2022-03-17T19:06:09.8577789Z remote: Counting objects: 34% (136/398) 2022-03-17T19:06:09.8578127Z remote: Counting objects: 35% (140/398) 2022-03-17T19:06:09.8578558Z remote: Counting objects: 36% (144/398) 2022-03-17T19:06:09.8578878Z remote: Counting objects: 37% (148/398) 2022-03-17T19:06:09.8579241Z remote: Counting objects: 38% (152/398) 2022-03-17T19:06:09.8579609Z remote: Counting objects: 39% (156/398) 2022-03-17T19:06:09.8579981Z remote: Counting objects: 40% (160/398) 2022-03-17T19:06:09.8580582Z remote: Counting objects: 41% (164/398) 2022-03-17T19:06:09.8580899Z remote: Counting objects: 42% (168/398) 2022-03-17T19:06:09.8581260Z remote: Counting objects: 43% (172/398) 2022-03-17T19:06:09.8581623Z remote: Counting objects: 44% (176/398) 2022-03-17T19:06:09.8581949Z remote: Counting objects: 45% (180/398) 2022-03-17T19:06:09.8582365Z remote: Counting objects: 46% (184/398) 2022-03-17T19:06:09.8582688Z remote: Counting objects: 47% (188/398) 2022-03-17T19:06:09.8583050Z remote: Counting objects: 48% (192/398) 2022-03-17T19:06:09.8583486Z remote: Counting objects: 49% (196/398) 2022-03-17T19:06:09.8583920Z remote: Counting objects: 50% (199/398) 2022-03-17T19:06:09.8584332Z remote: Counting objects: 51% (203/398) 2022-03-17T19:06:09.8584645Z remote: Counting objects: 52% (207/398) 2022-03-17T19:06:09.8585006Z remote: Counting objects: 53% (211/398) 2022-03-17T19:06:09.8585323Z remote: Counting objects: 54% (215/398) 2022-03-17T19:06:09.8585684Z remote: Counting objects: 55% (219/398) 2022-03-17T19:06:09.8586089Z remote: Counting objects: 56% (223/398) 2022-03-17T19:06:09.8586404Z remote: Counting objects: 57% (227/398) 2022-03-17T19:06:09.8586775Z remote: Counting objects: 58% (231/398) 2022-03-17T19:06:09.8587089Z remote: Counting objects: 59% (235/398) 2022-03-17T19:06:09.8587511Z remote: Counting objects: 60% (239/398) 2022-03-17T19:06:09.8587863Z remote: Counting objects: 61% (243/398) 2022-03-17T19:06:09.8588230Z remote: Counting objects: 62% (247/398) 2022-03-17T19:06:09.8588602Z remote: Counting objects: 63% (251/398) 2022-03-17T19:06:09.8588909Z remote: Counting objects: 64% (255/398) 2022-03-17T19:06:09.8589265Z remote: Counting objects: 65% (259/398) 2022-03-17T19:06:09.8589613Z remote: Counting objects: 66% (263/398) 2022-03-17T19:06:09.8589985Z remote: Counting objects: 67% (267/398) 2022-03-17T19:06:09.8590347Z remote: Counting objects: 68% (271/398) 2022-03-17T19:06:09.8590712Z remote: Counting objects: 69% (275/398) 2022-03-17T19:06:09.8591077Z remote: Counting objects: 70% (279/398) 2022-03-17T19:06:09.8591422Z remote: Counting objects: 71% (283/398) 2022-03-17T19:06:09.8591796Z remote: Counting objects: 72% (287/398) 2022-03-17T19:06:09.8592112Z remote: Counting objects: 73% (291/398) 2022-03-17T19:06:09.8592472Z remote: Counting objects: 74% (295/398) 2022-03-17T19:06:09.8592841Z remote: Counting objects: 75% (299/398) 2022-03-17T19:06:09.8593197Z remote: Counting objects: 76% (303/398) 2022-03-17T19:06:09.8593565Z remote: Counting objects: 77% (307/398) 2022-03-17T19:06:09.8593872Z remote: Counting objects: 78% (311/398) 2022-03-17T19:06:09.8594287Z remote: Counting objects: 79% (315/398) 2022-03-17T19:06:09.8594659Z remote: Counting objects: 80% (319/398) 2022-03-17T19:06:09.8595004Z remote: Counting objects: 81% (323/398) 2022-03-17T19:06:09.8595369Z remote: Counting objects: 82% (327/398) 2022-03-17T19:06:09.8595677Z remote: Counting objects: 83% (331/398) 2022-03-17T19:06:09.8596035Z remote: Counting objects: 84% (335/398) 2022-03-17T19:06:09.8596354Z remote: Counting objects: 85% (339/398) 2022-03-17T19:06:09.8596810Z remote: Counting objects: 86% (343/398) 2022-03-17T19:06:09.8597190Z remote: Counting objects: 87% (347/398) 2022-03-17T19:06:09.8597507Z remote: Counting objects: 88% (351/398) 2022-03-17T19:06:09.8597933Z remote: Counting objects: 89% (355/398) 2022-03-17T19:06:09.8598247Z remote: Counting objects: 90% (359/398) 2022-03-17T19:06:09.8598645Z remote: Counting objects: 91% (363/398) 2022-03-17T19:06:09.8599011Z remote: Counting objects: 92% (367/398) 2022-03-17T19:06:09.8599334Z remote: Counting objects: 93% (371/398) 2022-03-17T19:06:09.8599692Z remote: Counting objects: 94% (375/398) 2022-03-17T19:06:09.8600004Z remote: Counting objects: 95% (379/398) 2022-03-17T19:06:09.8600402Z remote: Counting objects: 96% (383/398) 2022-03-17T19:06:09.8600718Z remote: Counting objects: 97% (387/398) 2022-03-17T19:06:09.8601153Z remote: Counting objects: 98% (391/398) 2022-03-17T19:06:09.8601746Z remote: Counting objects: 99% (395/398) 2022-03-17T19:06:09.8602061Z remote: Counting objects: 100% (398/398) 2022-03-17T19:06:09.8602588Z remote: Counting objects: 100% (398/398), done. 2022-03-17T19:06:09.8602950Z remote: Compressing objects: 0% (1/295) 2022-03-17T19:06:09.8603347Z remote: Compressing objects: 1% (3/295) 2022-03-17T19:06:09.8603728Z remote: Compressing objects: 2% (6/295) 2022-03-17T19:06:09.8618929Z remote: Compressing objects: 3% (9/295) 2022-03-17T19:06:09.8727963Z remote: Compressing objects: 4% (12/295) 2022-03-17T19:06:09.8733176Z remote: Compressing objects: 5% (15/295) 2022-03-17T19:06:09.8897038Z remote: Compressing objects: 6% (18/295) 2022-03-17T19:06:09.8977121Z remote: Compressing objects: 7% (21/295) 2022-03-17T19:06:09.9118433Z remote: Compressing objects: 8% (24/295) 2022-03-17T19:06:09.9193097Z remote: Compressing objects: 9% (27/295) 2022-03-17T19:06:09.9210373Z remote: Compressing objects: 10% (30/295) 2022-03-17T19:06:09.9214729Z remote: Compressing objects: 11% (33/295) 2022-03-17T19:06:09.9215150Z remote: Compressing objects: 12% (36/295) 2022-03-17T19:06:09.9215910Z remote: Compressing objects: 13% (39/295) 2022-03-17T19:06:09.9218856Z remote: Compressing objects: 14% (42/295) 2022-03-17T19:06:09.9231169Z remote: Compressing objects: 15% (45/295) 2022-03-17T19:06:09.9231907Z remote: Compressing objects: 16% (48/295) 2022-03-17T19:06:09.9232765Z remote: Compressing objects: 17% (51/295) 2022-03-17T19:06:09.9233440Z remote: Compressing objects: 18% (54/295) 2022-03-17T19:06:09.9235679Z remote: Compressing objects: 19% (57/295) 2022-03-17T19:06:09.9240894Z remote: Compressing objects: 20% (59/295) 2022-03-17T19:06:09.9242929Z remote: Compressing objects: 21% (62/295) 2022-03-17T19:06:09.9243343Z remote: Compressing objects: 22% (65/295) 2022-03-17T19:06:09.9243775Z remote: Compressing objects: 23% (68/295) 2022-03-17T19:06:09.9244179Z remote: Compressing objects: 24% (71/295) 2022-03-17T19:06:09.9245110Z remote: Compressing objects: 25% (74/295) 2022-03-17T19:06:09.9245513Z remote: Compressing objects: 26% (77/295) 2022-03-17T19:06:09.9245853Z remote: Compressing objects: 27% (80/295) 2022-03-17T19:06:09.9247883Z remote: Compressing objects: 28% (83/295) 2022-03-17T19:06:09.9248304Z remote: Compressing objects: 29% (86/295) 2022-03-17T19:06:09.9248968Z remote: Compressing objects: 30% (89/295) 2022-03-17T19:06:09.9249370Z remote: Compressing objects: 31% (92/295) 2022-03-17T19:06:09.9249711Z remote: Compressing objects: 32% (95/295) 2022-03-17T19:06:09.9261344Z remote: Compressing objects: 33% (98/295) 2022-03-17T19:06:09.9268931Z remote: Compressing objects: 34% (101/295) 2022-03-17T19:06:09.9269290Z remote: Compressing objects: 35% (104/295) 2022-03-17T19:06:09.9269849Z remote: Compressing objects: 36% (107/295) 2022-03-17T19:06:09.9270342Z remote: Compressing objects: 37% (110/295) 2022-03-17T19:06:09.9270947Z remote: Compressing objects: 38% (113/295) 2022-03-17T19:06:09.9271345Z remote: Compressing objects: 39% (116/295) 2022-03-17T19:06:09.9271754Z remote: Compressing objects: 40% (118/295) 2022-03-17T19:06:09.9272148Z remote: Compressing objects: 41% (121/295) 2022-03-17T19:06:09.9274957Z remote: Compressing objects: 42% (124/295) 2022-03-17T19:06:09.9275300Z remote: Compressing objects: 43% (127/295) 2022-03-17T19:06:09.9277223Z remote: Compressing objects: 44% (130/295) 2022-03-17T19:06:09.9277631Z remote: Compressing objects: 45% (133/295) 2022-03-17T19:06:09.9278226Z remote: Compressing objects: 46% (136/295) 2022-03-17T19:06:09.9278824Z remote: Compressing objects: 47% (139/295) 2022-03-17T19:06:09.9279203Z remote: Compressing objects: 48% (142/295) 2022-03-17T19:06:09.9279651Z remote: Compressing objects: 49% (145/295) 2022-03-17T19:06:09.9280128Z remote: Compressing objects: 50% (148/295) 2022-03-17T19:06:09.9280779Z remote: Compressing objects: 51% (151/295) 2022-03-17T19:06:09.9281220Z remote: Compressing objects: 52% (154/295) 2022-03-17T19:06:09.9284044Z remote: Compressing objects: 53% (157/295) 2022-03-17T19:06:09.9285911Z remote: Compressing objects: 54% (160/295) 2022-03-17T19:06:09.9288842Z remote: Compressing objects: 55% (163/295) 2022-03-17T19:06:09.9289223Z remote: Compressing objects: 56% (166/295) 2022-03-17T19:06:09.9300563Z remote: Compressing objects: 57% (169/295) 2022-03-17T19:06:09.9301648Z remote: Compressing objects: 58% (172/295) 2022-03-17T19:06:09.9302507Z remote: Compressing objects: 59% (175/295) 2022-03-17T19:06:09.9305081Z remote: Compressing objects: 60% (177/295) 2022-03-17T19:06:09.9306453Z remote: Compressing objects: 61% (180/295) 2022-03-17T19:06:09.9307646Z remote: Compressing objects: 62% (183/295) 2022-03-17T19:06:09.9309952Z remote: Compressing objects: 63% (186/295) 2022-03-17T19:06:09.9314821Z remote: Compressing objects: 64% (189/295) 2022-03-17T19:06:09.9322654Z remote: Compressing objects: 65% (192/295) 2022-03-17T19:06:09.9325236Z remote: Compressing objects: 66% (195/295) 2022-03-17T19:06:09.9332519Z remote: Compressing objects: 67% (198/295) 2022-03-17T19:06:09.9375275Z remote: Compressing objects: 68% (201/295) 2022-03-17T19:06:09.9375969Z remote: Compressing objects: 69% (204/295) 2022-03-17T19:06:09.9376607Z remote: Compressing objects: 70% (207/295) 2022-03-17T19:06:09.9377272Z remote: Compressing objects: 71% (210/295) 2022-03-17T19:06:09.9377759Z remote: Compressing objects: 72% (213/295) 2022-03-17T19:06:09.9378053Z remote: Compressing objects: 73% (216/295) 2022-03-17T19:06:09.9378369Z remote: Compressing objects: 74% (219/295) 2022-03-17T19:06:09.9378683Z remote: Compressing objects: 75% (222/295) 2022-03-17T19:06:09.9379000Z remote: Compressing objects: 76% (225/295) 2022-03-17T19:06:09.9379309Z remote: Compressing objects: 77% (228/295) 2022-03-17T19:06:09.9379591Z remote: Compressing objects: 78% (231/295) 2022-03-17T19:06:09.9379901Z remote: Compressing objects: 79% (234/295) 2022-03-17T19:06:09.9380198Z remote: Compressing objects: 80% (236/295) 2022-03-17T19:06:09.9380502Z remote: Compressing objects: 81% (239/295) 2022-03-17T19:06:09.9380803Z remote: Compressing objects: 82% (242/295) 2022-03-17T19:06:09.9381093Z remote: Compressing objects: 83% (245/295) 2022-03-17T19:06:09.9381394Z remote: Compressing objects: 84% (248/295) 2022-03-17T19:06:09.9381689Z remote: Compressing objects: 85% (251/295) 2022-03-17T19:06:09.9382153Z remote: Compressing objects: 86% (254/295) 2022-03-17T19:06:09.9382460Z remote: Compressing objects: 87% (257/295) 2022-03-17T19:06:09.9382770Z remote: Compressing objects: 88% (260/295) 2022-03-17T19:06:09.9383076Z remote: Compressing objects: 89% (263/295) 2022-03-17T19:06:09.9383369Z remote: Compressing objects: 90% (266/295) 2022-03-17T19:06:09.9383677Z remote: Compressing objects: 91% (269/295) 2022-03-17T19:06:09.9383963Z remote: Compressing objects: 92% (272/295) 2022-03-17T19:06:09.9384268Z remote: Compressing objects: 93% (275/295) 2022-03-17T19:06:09.9384574Z remote: Compressing objects: 94% (278/295) 2022-03-17T19:06:09.9386507Z remote: Compressing objects: 95% (281/295) 2022-03-17T19:06:09.9395247Z remote: Compressing objects: 96% (284/295) 2022-03-17T19:06:09.9396291Z remote: Compressing objects: 97% (287/295) 2022-03-17T19:06:09.9397224Z remote: Compressing objects: 98% (290/295) 2022-03-17T19:06:09.9397590Z remote: Compressing objects: 99% (293/295) 2022-03-17T19:06:09.9397960Z remote: Compressing objects: 100% (295/295) 2022-03-17T19:06:09.9398525Z remote: Compressing objects: 100% (295/295), done. 2022-03-17T19:06:10.0235417Z Receiving objects: 0% (1/768219) 2022-03-17T19:06:10.1054304Z Receiving objects: 1% (7683/768219) 2022-03-17T19:06:10.2035674Z Receiving objects: 2% (15365/768219) 2022-03-17T19:06:10.3039697Z Receiving objects: 3% (23047/768219) 2022-03-17T19:06:10.4039828Z Receiving objects: 4% (30729/768219) 2022-03-17T19:06:10.5095717Z Receiving objects: 5% (38411/768219) 2022-03-17T19:06:10.6106505Z Receiving objects: 6% (46094/768219), 12.91 MiB | 25.80 MiB/s 2022-03-17T19:06:10.7099504Z Receiving objects: 7% (53776/768219), 12.91 MiB | 25.80 MiB/s 2022-03-17T19:06:10.8072592Z Receiving objects: 8% (61458/768219), 12.91 MiB | 25.80 MiB/s 2022-03-17T19:06:10.9123047Z Receiving objects: 9% (69140/768219), 12.91 MiB | 25.80 MiB/s 2022-03-17T19:06:10.9418742Z Receiving objects: 10% (76822/768219), 12.91 MiB | 25.80 MiB/s 2022-03-17T19:06:11.0347299Z Receiving objects: 10% (78675/768219), 12.91 MiB | 25.80 MiB/s 2022-03-17T19:06:11.1240521Z Receiving objects: 11% (84505/768219), 25.91 MiB | 25.90 MiB/s 2022-03-17T19:06:11.4132010Z Receiving objects: 12% (92187/768219), 25.91 MiB | 25.90 MiB/s 2022-03-17T19:06:11.7441373Z Receiving objects: 13% (99869/768219), 25.91 MiB | 25.90 MiB/s 2022-03-17T19:06:11.9418738Z Receiving objects: 14% (107551/768219), 38.04 MiB | 25.36 MiB/s 2022-03-17T19:06:12.2070239Z Receiving objects: 14% (109970/768219), 38.04 MiB | 25.36 MiB/s 2022-03-17T19:06:12.4225269Z Receiving objects: 15% (115233/768219), 52.28 MiB | 26.14 MiB/s 2022-03-17T19:06:12.6892186Z Receiving objects: 16% (122916/768219), 52.28 MiB | 26.14 MiB/s 2022-03-17T19:06:12.9419031Z Receiving objects: 17% (130598/768219), 66.07 MiB | 26.43 MiB/s 2022-03-17T19:06:13.0276939Z Receiving objects: 17% (136285/768219), 66.07 MiB | 26.43 MiB/s 2022-03-17T19:06:13.3085642Z Receiving objects: 18% (138280/768219), 85.36 MiB | 28.45 MiB/s 2022-03-17T19:06:13.5431677Z Receiving objects: 19% (145962/768219), 85.36 MiB | 28.45 MiB/s 2022-03-17T19:06:13.7994800Z Receiving objects: 20% (153644/768219), 105.02 MiB | 30.00 MiB/s 2022-03-17T19:06:13.9419179Z Receiving objects: 21% (161326/768219), 105.02 MiB | 30.00 MiB/s 2022-03-17T19:06:14.0475578Z Receiving objects: 21% (165741/768219), 105.02 MiB | 30.00 MiB/s 2022-03-17T19:06:14.2646477Z Receiving objects: 22% (169009/768219), 124.62 MiB | 31.15 MiB/s 2022-03-17T19:06:14.4596446Z Receiving objects: 23% (176691/768219), 124.62 MiB | 31.15 MiB/s 2022-03-17T19:06:14.6042530Z Receiving objects: 24% (184373/768219), 143.36 MiB | 31.86 MiB/s 2022-03-17T19:06:14.7612450Z Receiving objects: 25% (192055/768219), 143.36 MiB | 31.86 MiB/s 2022-03-17T19:06:14.9325217Z Receiving objects: 26% (199737/768219), 143.36 MiB | 31.86 MiB/s 2022-03-17T19:06:14.9421881Z Receiving objects: 27% (207420/768219), 143.36 MiB | 31.86 MiB/s 2022-03-17T19:06:15.1334041Z Receiving objects: 27% (207650/768219), 143.36 MiB | 31.86 MiB/s 2022-03-17T19:06:15.3251626Z Receiving objects: 28% (215102/768219), 162.42 MiB | 33.23 MiB/s 2022-03-17T19:06:15.5021281Z Receiving objects: 29% (222784/768219), 162.42 MiB | 33.23 MiB/s 2022-03-17T19:06:15.7292711Z Receiving objects: 30% (230466/768219), 181.44 MiB | 34.56 MiB/s 2022-03-17T19:06:15.9165852Z Receiving objects: 31% (238148/768219), 181.44 MiB | 34.56 MiB/s 2022-03-17T19:06:15.9428478Z Receiving objects: 32% (245831/768219), 181.44 MiB | 34.56 MiB/s 2022-03-17T19:06:16.0617088Z Receiving objects: 32% (247385/768219), 200.52 MiB | 36.11 MiB/s 2022-03-17T19:06:16.1811837Z Receiving objects: 33% (253513/768219), 200.52 MiB | 36.11 MiB/s 2022-03-17T19:06:16.3760454Z Receiving objects: 34% (261195/768219), 200.52 MiB | 36.11 MiB/s 2022-03-17T19:06:16.6532271Z Receiving objects: 35% (268877/768219), 200.52 MiB | 36.11 MiB/s 2022-03-17T19:06:16.8073032Z Receiving objects: 36% (276559/768219), 219.16 MiB | 37.08 MiB/s 2022-03-17T19:06:16.9419516Z Receiving objects: 37% (284242/768219), 219.16 MiB | 37.08 MiB/s 2022-03-17T19:06:16.9608286Z Receiving objects: 37% (290788/768219), 219.16 MiB | 37.08 MiB/s 2022-03-17T19:06:17.1355467Z Receiving objects: 38% (291924/768219), 236.04 MiB | 37.77 MiB/s 2022-03-17T19:06:17.2634019Z Receiving objects: 39% (299606/768219), 236.04 MiB | 37.77 MiB/s 2022-03-17T19:06:17.4318878Z Receiving objects: 40% (307288/768219), 236.04 MiB | 37.77 MiB/s 2022-03-17T19:06:17.5897500Z Receiving objects: 41% (314970/768219), 236.04 MiB | 37.77 MiB/s 2022-03-17T19:06:17.7212034Z Receiving objects: 42% (322652/768219), 255.64 MiB | 37.84 MiB/s 2022-03-17T19:06:17.8623377Z Receiving objects: 43% (330335/768219), 255.64 MiB | 37.84 MiB/s 2022-03-17T19:06:17.9420345Z Receiving objects: 44% (338017/768219), 255.64 MiB | 37.84 MiB/s 2022-03-17T19:06:18.0841228Z Receiving objects: 44% (340463/768219), 255.64 MiB | 37.84 MiB/s 2022-03-17T19:06:18.2336310Z Receiving objects: 45% (345699/768219), 274.33 MiB | 37.62 MiB/s 2022-03-17T19:06:18.3605429Z Receiving objects: 46% (353381/768219), 274.33 MiB | 37.62 MiB/s 2022-03-17T19:06:18.5012593Z Receiving objects: 47% (361063/768219), 274.33 MiB | 37.62 MiB/s 2022-03-17T19:06:18.6208519Z Receiving objects: 48% (368746/768219), 294.15 MiB | 37.67 MiB/s 2022-03-17T19:06:18.7620355Z Receiving objects: 49% (376428/768219), 294.15 MiB | 37.67 MiB/s 2022-03-17T19:06:18.8393671Z Receiving objects: 50% (384110/768219), 294.15 MiB | 37.67 MiB/s 2022-03-17T19:06:18.9143994Z Receiving objects: 51% (391792/768219), 294.15 MiB | 37.67 MiB/s 2022-03-17T19:06:18.9431559Z Receiving objects: 52% (399474/768219), 294.15 MiB | 37.67 MiB/s 2022-03-17T19:06:19.9433228Z Receiving objects: 52% (400252/768219), 314.09 MiB | 37.94 MiB/s 2022-03-17T19:06:20.1924596Z Receiving objects: 52% (406362/768219), 361.32 MiB | 39.98 MiB/s 2022-03-17T19:06:20.9420206Z Receiving objects: 53% (407157/768219), 361.32 MiB | 39.98 MiB/s 2022-03-17T19:06:20.9625347Z Receiving objects: 53% (412929/768219), 386.58 MiB | 41.36 MiB/s 2022-03-17T19:06:21.0719510Z Receiving objects: 54% (414839/768219), 419.73 MiB | 44.58 MiB/s 2022-03-17T19:06:21.2028902Z Receiving objects: 55% (422521/768219), 419.73 MiB | 44.58 MiB/s 2022-03-17T19:06:21.3021216Z Receiving objects: 56% (430203/768219), 419.73 MiB | 44.58 MiB/s 2022-03-17T19:06:21.9434338Z Receiving objects: 57% (437885/768219), 419.73 MiB | 44.58 MiB/s 2022-03-17T19:06:22.9434697Z Receiving objects: 57% (442954/768219), 463.63 MiB | 46.23 MiB/s 2022-03-17T19:06:23.3562741Z Receiving objects: 57% (442955/768219), 510.90 MiB | 48.18 MiB/s 2022-03-17T19:06:23.4611289Z Receiving objects: 58% (445568/768219), 510.90 MiB | 48.18 MiB/s 2022-03-17T19:06:23.5116520Z Receiving objects: 59% (453250/768219), 533.59 MiB | 48.79 MiB/s 2022-03-17T19:06:23.6105388Z Receiving objects: 60% (460932/768219), 533.59 MiB | 48.79 MiB/s 2022-03-17T19:06:23.8559776Z Receiving objects: 61% (468614/768219), 533.59 MiB | 48.79 MiB/s 2022-03-17T19:06:23.9304328Z Receiving objects: 62% (476296/768219), 533.59 MiB | 48.79 MiB/s 2022-03-17T19:06:23.9418939Z Receiving objects: 63% (483978/768219), 533.59 MiB | 48.79 MiB/s 2022-03-17T19:06:23.9695078Z Receiving objects: 63% (487194/768219), 533.59 MiB | 48.79 MiB/s 2022-03-17T19:06:24.0431478Z Receiving objects: 64% (491661/768219), 555.07 MiB | 48.05 MiB/s 2022-03-17T19:06:24.0923490Z Receiving objects: 65% (499343/768219), 555.07 MiB | 48.05 MiB/s 2022-03-17T19:06:24.1737829Z Receiving objects: 66% (507025/768219), 555.07 MiB | 48.05 MiB/s 2022-03-17T19:06:24.2275492Z Receiving objects: 67% (514707/768219), 555.07 MiB | 48.05 MiB/s 2022-03-17T19:06:24.2761856Z Receiving objects: 68% (522389/768219), 555.07 MiB | 48.05 MiB/s 2022-03-17T19:06:24.3595693Z Receiving objects: 69% (530072/768219), 555.07 MiB | 48.05 MiB/s 2022-03-17T19:06:24.4045357Z Receiving objects: 70% (537754/768219), 555.07 MiB | 48.05 MiB/s 2022-03-17T19:06:24.5867230Z Receiving objects: 71% (545436/768219), 555.07 MiB | 48.05 MiB/s 2022-03-17T19:06:24.6819569Z Receiving objects: 72% (553118/768219), 574.62 MiB | 47.40 MiB/s 2022-03-17T19:06:24.7522808Z Receiving objects: 73% (560800/768219), 574.62 MiB | 47.40 MiB/s 2022-03-17T19:06:24.8204365Z Receiving objects: 74% (568483/768219), 574.62 MiB | 47.40 MiB/s 2022-03-17T19:06:24.8816130Z Receiving objects: 75% (576165/768219), 574.62 MiB | 47.40 MiB/s 2022-03-17T19:06:24.9418891Z Receiving objects: 76% (583847/768219), 574.62 MiB | 47.40 MiB/s 2022-03-17T19:06:24.9427439Z Receiving objects: 76% (591296/768219), 574.62 MiB | 47.40 MiB/s 2022-03-17T19:06:24.9938823Z Receiving objects: 77% (591529/768219), 574.62 MiB | 47.40 MiB/s 2022-03-17T19:06:25.1592179Z Receiving objects: 78% (599211/768219), 594.56 MiB | 46.22 MiB/s 2022-03-17T19:06:25.2842120Z Receiving objects: 79% (606894/768219), 594.56 MiB | 46.22 MiB/s 2022-03-17T19:06:25.3360120Z Receiving objects: 80% (614576/768219), 594.56 MiB | 46.22 MiB/s 2022-03-17T19:06:25.4417801Z Receiving objects: 81% (622258/768219), 594.56 MiB | 46.22 MiB/s 2022-03-17T19:06:25.4970508Z Receiving objects: 82% (629940/768219), 594.56 MiB | 46.22 MiB/s 2022-03-17T19:06:25.5787768Z Receiving objects: 83% (637622/768219), 611.00 MiB | 42.50 MiB/s 2022-03-17T19:06:25.9437993Z Receiving objects: 84% (645304/768219), 611.00 MiB | 42.50 MiB/s 2022-03-17T19:06:26.6272233Z Receiving objects: 84% (649972/768219), 633.69 MiB | 43.05 MiB/s 2022-03-17T19:06:26.7220791Z Receiving objects: 85% (652987/768219), 657.29 MiB | 43.04 MiB/s 2022-03-17T19:06:26.8355017Z Receiving objects: 86% (660669/768219), 657.29 MiB | 43.04 MiB/s 2022-03-17T19:06:26.9438217Z Receiving objects: 87% (668351/768219), 657.29 MiB | 43.04 MiB/s 2022-03-17T19:06:27.0136485Z Receiving objects: 87% (673587/768219), 679.02 MiB | 42.61 MiB/s 2022-03-17T19:06:27.1604037Z Receiving objects: 88% (676033/768219), 679.02 MiB | 42.61 MiB/s 2022-03-17T19:06:27.3047984Z Receiving objects: 89% (683715/768219), 679.02 MiB | 42.61 MiB/s 2022-03-17T19:06:27.4180199Z Receiving objects: 90% (691398/768219), 679.02 MiB | 42.61 MiB/s 2022-03-17T19:06:27.5337196Z Receiving objects: 91% (699080/768219), 679.02 MiB | 42.61 MiB/s 2022-03-17T19:06:27.6135499Z Receiving objects: 92% (706762/768219), 699.69 MiB | 41.95 MiB/s 2022-03-17T19:06:27.6997138Z Receiving objects: 93% (714444/768219), 699.69 MiB | 41.95 MiB/s 2022-03-17T19:06:27.7747810Z Receiving objects: 94% (722126/768219), 699.69 MiB | 41.95 MiB/s 2022-03-17T19:06:27.9241488Z Receiving objects: 95% (729809/768219), 699.69 MiB | 41.95 MiB/s 2022-03-17T19:06:27.9419527Z Receiving objects: 96% (737491/768219), 699.69 MiB | 41.95 MiB/s 2022-03-17T19:06:27.9869380Z Receiving objects: 96% (738866/768219), 699.69 MiB | 41.95 MiB/s 2022-03-17T19:06:28.0390771Z Receiving objects: 97% (745173/768219), 716.79 MiB | 40.71 MiB/s 2022-03-17T19:06:28.1269327Z Receiving objects: 98% (752855/768219), 716.79 MiB | 40.71 MiB/s 2022-03-17T19:06:28.2163412Z Receiving objects: 99% (760537/768219), 716.79 MiB | 40.71 MiB/s 2022-03-17T19:06:28.2164694Z remote: Total 768219 (delta 245), reused 199 (delta 103), pack-reused 767821 2022-03-17T19:06:28.2192416Z Receiving objects: 100% (768219/768219), 716.79 MiB | 40.71 MiB/s 2022-03-17T19:06:28.2193128Z Receiving objects: 100% (768219/768219), 727.11 MiB | 39.78 MiB/s, done. 2022-03-17T19:06:28.3348829Z Resolving deltas: 0% (0/622466) 2022-03-17T19:06:28.3539428Z Resolving deltas: 1% (6225/622466) 2022-03-17T19:06:28.3750407Z Resolving deltas: 2% (12450/622466) 2022-03-17T19:06:28.3929301Z Resolving deltas: 3% (18675/622466) 2022-03-17T19:06:28.4645177Z Resolving deltas: 4% (24899/622466) 2022-03-17T19:06:28.5106015Z Resolving deltas: 5% (31124/622466) 2022-03-17T19:06:28.6167737Z Resolving deltas: 6% (37348/622466) 2022-03-17T19:06:28.8210358Z Resolving deltas: 7% (43573/622466) 2022-03-17T19:06:28.8746252Z Resolving deltas: 8% (49798/622466) 2022-03-17T19:06:28.9333107Z Resolving deltas: 9% (56022/622466) 2022-03-17T19:06:28.9841650Z Resolving deltas: 10% (62247/622466) 2022-03-17T19:06:29.0522444Z Resolving deltas: 11% (68472/622466) 2022-03-17T19:06:29.1228105Z Resolving deltas: 12% (74696/622466) 2022-03-17T19:06:29.2819755Z Resolving deltas: 13% (80922/622466) 2022-03-17T19:06:29.3180890Z Resolving deltas: 14% (87146/622466) 2022-03-17T19:06:30.3182016Z Resolving deltas: 14% (87347/622466) 2022-03-17T19:06:30.6865803Z Resolving deltas: 14% (91381/622466) 2022-03-17T19:06:30.7726793Z Resolving deltas: 15% (93370/622466) 2022-03-17T19:06:30.8785978Z Resolving deltas: 16% (99595/622466) 2022-03-17T19:06:30.9793448Z Resolving deltas: 17% (105822/622466) 2022-03-17T19:06:31.0771290Z Resolving deltas: 18% (112044/622466) 2022-03-17T19:06:31.1703300Z Resolving deltas: 19% (118269/622466) 2022-03-17T19:06:31.3191956Z Resolving deltas: 20% (124494/622466) 2022-03-17T19:06:31.4673027Z Resolving deltas: 20% (129062/622466) 2022-03-17T19:06:31.5430566Z Resolving deltas: 21% (130718/622466) 2022-03-17T19:06:31.6909142Z Resolving deltas: 22% (136943/622466) 2022-03-17T19:06:31.9549572Z Resolving deltas: 23% (143168/622466) 2022-03-17T19:06:32.0023132Z Resolving deltas: 24% (149392/622466) 2022-03-17T19:06:32.2127101Z Resolving deltas: 25% (155617/622466) 2022-03-17T19:06:32.2755238Z Resolving deltas: 26% (161842/622466) 2022-03-17T19:06:32.3180787Z Resolving deltas: 27% (168066/622466) 2022-03-17T19:06:32.4809612Z Resolving deltas: 27% (170362/622466) 2022-03-17T19:06:32.7151898Z Resolving deltas: 28% (174291/622466) 2022-03-17T19:06:32.7616435Z Resolving deltas: 29% (180516/622466) 2022-03-17T19:06:32.7796980Z Resolving deltas: 30% (186740/622466) 2022-03-17T19:06:32.8010414Z Resolving deltas: 31% (192965/622466) 2022-03-17T19:06:32.8154926Z Resolving deltas: 32% (199190/622466) 2022-03-17T19:06:32.8585232Z Resolving deltas: 33% (205414/622466) 2022-03-17T19:06:32.8744432Z Resolving deltas: 34% (211639/622466) 2022-03-17T19:06:32.8966998Z Resolving deltas: 35% (217864/622466) 2022-03-17T19:06:32.9173189Z Resolving deltas: 36% (224088/622466) 2022-03-17T19:06:32.9299997Z Resolving deltas: 37% (230313/622466) 2022-03-17T19:06:32.9414571Z Resolving deltas: 38% (236538/622466) 2022-03-17T19:06:32.9813385Z Resolving deltas: 39% (242762/622466) 2022-03-17T19:06:33.0009555Z Resolving deltas: 40% (248987/622466) 2022-03-17T19:06:33.0502782Z Resolving deltas: 41% (255212/622466) 2022-03-17T19:06:33.1119266Z Resolving deltas: 42% (261436/622466) 2022-03-17T19:06:33.1420428Z Resolving deltas: 43% (267661/622466) 2022-03-17T19:06:33.1810398Z Resolving deltas: 44% (273886/622466) 2022-03-17T19:06:33.2169372Z Resolving deltas: 45% (280110/622466) 2022-03-17T19:06:33.2587610Z Resolving deltas: 46% (286335/622466) 2022-03-17T19:06:33.3180422Z Resolving deltas: 47% (292560/622466) 2022-03-17T19:06:33.3389113Z Resolving deltas: 47% (295071/622466) 2022-03-17T19:06:33.3594852Z Resolving deltas: 48% (298784/622466) 2022-03-17T19:06:33.3826664Z Resolving deltas: 49% (305010/622466) 2022-03-17T19:06:33.4360338Z Resolving deltas: 50% (311233/622466) 2022-03-17T19:06:33.4590217Z Resolving deltas: 51% (317458/622466) 2022-03-17T19:06:33.6296711Z Resolving deltas: 52% (323683/622466) 2022-03-17T19:06:33.6778614Z Resolving deltas: 53% (329907/622466) 2022-03-17T19:06:33.7438374Z Resolving deltas: 54% (336132/622466) 2022-03-17T19:06:33.7622328Z Resolving deltas: 55% (342357/622466) 2022-03-17T19:06:33.7995240Z Resolving deltas: 56% (348581/622466) 2022-03-17T19:06:33.8264745Z Resolving deltas: 57% (354806/622466) 2022-03-17T19:06:33.8877846Z Resolving deltas: 58% (361031/622466) 2022-03-17T19:06:33.9100169Z Resolving deltas: 59% (367255/622466) 2022-03-17T19:06:33.9365770Z Resolving deltas: 60% (373480/622466) 2022-03-17T19:06:34.0249545Z Resolving deltas: 61% (379707/622466) 2022-03-17T19:06:34.3182028Z Resolving deltas: 62% (385929/622466) 2022-03-17T19:06:34.3854059Z Resolving deltas: 62% (390522/622466) 2022-03-17T19:06:34.4083739Z Resolving deltas: 63% (392155/622466) 2022-03-17T19:06:34.4352372Z Resolving deltas: 64% (398379/622466) 2022-03-17T19:06:34.4565289Z Resolving deltas: 65% (404603/622466) 2022-03-17T19:06:34.4754091Z Resolving deltas: 66% (410828/622466) 2022-03-17T19:06:34.5335729Z Resolving deltas: 67% (417053/622466) 2022-03-17T19:06:34.5515918Z Resolving deltas: 68% (423277/622466) 2022-03-17T19:06:34.5999834Z Resolving deltas: 69% (429502/622466) 2022-03-17T19:06:34.6235796Z Resolving deltas: 70% (435727/622466) 2022-03-17T19:06:34.6369834Z Resolving deltas: 71% (441951/622466) 2022-03-17T19:06:34.7051485Z Resolving deltas: 72% (448176/622466) 2022-03-17T19:06:34.8920386Z Resolving deltas: 73% (454401/622466) 2022-03-17T19:06:34.9300662Z Resolving deltas: 74% (460625/622466) 2022-03-17T19:06:35.2510780Z Resolving deltas: 75% (466850/622466) 2022-03-17T19:06:35.3051552Z Resolving deltas: 76% (473076/622466) 2022-03-17T19:06:35.3180309Z Resolving deltas: 77% (479299/622466) 2022-03-17T19:06:35.3854144Z Resolving deltas: 77% (482326/622466) 2022-03-17T19:06:35.4178918Z Resolving deltas: 78% (485524/622466) 2022-03-17T19:06:35.4461764Z Resolving deltas: 79% (491749/622466) 2022-03-17T19:06:35.5131019Z Resolving deltas: 80% (497973/622466) 2022-03-17T19:06:35.5413814Z Resolving deltas: 81% (504198/622466) 2022-03-17T19:06:35.5899779Z Resolving deltas: 82% (510423/622466) 2022-03-17T19:06:35.6338143Z Resolving deltas: 83% (516647/622466) 2022-03-17T19:06:35.6829045Z Resolving deltas: 84% (522873/622466) 2022-03-17T19:06:35.7127417Z Resolving deltas: 85% (529097/622466) 2022-03-17T19:06:35.7402956Z Resolving deltas: 86% (535322/622466) 2022-03-17T19:06:35.7673343Z Resolving deltas: 87% (541546/622466) 2022-03-17T19:06:35.8155482Z Resolving deltas: 88% (547771/622466) 2022-03-17T19:06:35.8737059Z Resolving deltas: 89% (553995/622466) 2022-03-17T19:06:35.9006592Z Resolving deltas: 90% (560220/622466) 2022-03-17T19:06:35.9609694Z Resolving deltas: 91% (566445/622466) 2022-03-17T19:06:35.9885753Z Resolving deltas: 92% (572669/622466) 2022-03-17T19:06:36.0053318Z Resolving deltas: 93% (578894/622466) 2022-03-17T19:06:36.0208813Z Resolving deltas: 94% (585119/622466) 2022-03-17T19:06:36.0398940Z Resolving deltas: 95% (591343/622466) 2022-03-17T19:06:36.0650218Z Resolving deltas: 96% (597568/622466) 2022-03-17T19:06:36.0807589Z Resolving deltas: 97% (603793/622466) 2022-03-17T19:06:36.0935128Z Resolving deltas: 98% (610017/622466) 2022-03-17T19:06:36.1146737Z Resolving deltas: 99% (616242/622466) 2022-03-17T19:06:36.1147444Z Resolving deltas: 100% (622466/622466) 2022-03-17T19:06:36.1147764Z Resolving deltas: 100% (622466/622466), done. 2022-03-17T19:06:45.7750916Z From https://github.com/pytorch/pytorch 2022-03-17T19:06:45.7751528Z * [new branch] 1.6 -> origin/1.6 2022-03-17T19:06:45.7751963Z * [new branch] 1.6_doc_references -> origin/1.6_doc_references 2022-03-17T19:06:45.7752678Z * [new branch] 1.7 -> origin/1.7 2022-03-17T19:06:45.7753927Z * [new branch] 20_12_3_devel -> origin/20_12_3_devel 2022-03-17T19:06:45.7755985Z * [new branch] 21250-2 -> origin/21250-2 2022-03-17T19:06:45.7756902Z * [new branch] 32495checkout -> origin/32495checkout 2022-03-17T19:06:45.7758871Z * [new branch] 42835-cherry-pick -> origin/42835-cherry-pick 2022-03-17T19:06:45.7760200Z * [new branch] 53867-memory-planninger-output-tensor -> origin/53867-memory-planninger-output-tensor 2022-03-17T19:06:45.7761992Z * [new branch] 71806_migrate_default_branch_to_main -> origin/71806_migrate_default_branch_to_main 2022-03-17T19:06:45.7763366Z * [new branch] 71806_migrate_master_branch_to_main -> origin/71806_migrate_master_branch_to_main 2022-03-17T19:06:45.7765739Z * [new branch] 71806_support_main_branch_in_github_workflows -> origin/71806_support_main_branch_in_github_workflows 2022-03-17T19:06:45.7780012Z * [new branch] Add-new-process-group-_internal_ucc -> origin/Add-new-process-group-_internal_ucc 2022-03-17T19:06:45.7781300Z * [new branch] ArchiveStream -> origin/ArchiveStream 2022-03-17T19:06:45.7783436Z * [new branch] BUILD_SPLIT_CUDA_AUTO_DETECT_CPP_EXT -> origin/BUILD_SPLIT_CUDA_AUTO_DETECT_CPP_EXT 2022-03-17T19:06:45.7784594Z * [new branch] CUDA_TEST -> origin/CUDA_TEST 2022-03-17T19:06:45.7786488Z * [new branch] Chillee-patch-1 -> origin/Chillee-patch-1 2022-03-17T19:06:45.7787695Z * [new branch] CodeGenRefactor -> origin/CodeGenRefactor 2022-03-17T19:06:45.7789482Z * [new branch] CodeGenRefactor_diff -> origin/CodeGenRefactor_diff 2022-03-17T19:06:45.7790542Z * [new branch] DIFF_B_1 -> origin/DIFF_B_1 2022-03-17T19:06:45.7792276Z * [new branch] DIFF_B_2 -> origin/DIFF_B_2 2022-03-17T19:06:45.7793460Z * [new branch] DataPipeForkDemux -> origin/DataPipeForkDemux 2022-03-17T19:06:45.7795293Z * [new branch] DataPipesAPI -> origin/DataPipesAPI 2022-03-17T19:06:45.7796453Z * [new branch] DataPipesAPIClarity -> origin/DataPipesAPIClarity 2022-03-17T19:06:45.7798072Z * [new branch] DataPipes_Simple_Unbatch -> origin/DataPipes_Simple_Unbatch 2022-03-17T19:06:45.7799738Z * [new branch] FE2774773A77F1D7EA51AFAD32EA53C9 -> origin/FE2774773A77F1D7EA51AFAD32EA53C9 2022-03-17T19:06:45.7800914Z * [new branch] FOO1 -> origin/FOO1 2022-03-17T19:06:45.7802993Z * [new branch] Fix-master-due-to-62520 -> origin/Fix-master-due-to-62520 2022-03-17T19:06:45.7804138Z * [new branch] FixCombiningWarning -> origin/FixCombiningWarning 2022-03-17T19:06:45.7806033Z * [new branch] Improve_SetRNGState_Doc -> origin/Improve_SetRNGState_Doc 2022-03-17T19:06:45.7807162Z * [new branch] IvanYashchuk-patch-1 -> origin/IvanYashchuk-patch-1 2022-03-17T19:06:45.7809130Z * [new branch] IvanYashchuk-patch-2 -> origin/IvanYashchuk-patch-2 2022-03-17T19:06:45.7810203Z * [new branch] MTH_DDP -> origin/MTH_DDP 2022-03-17T19:06:45.7812038Z * [new branch] RemoveTensorOptionsRC -> origin/RemoveTensorOptionsRC 2022-03-17T19:06:45.7813127Z * [new branch] RemoveTensorOptionsRC_2 -> origin/RemoveTensorOptionsRC_2 2022-03-17T19:06:45.7814924Z * [new branch] SsnL-patch-1 -> origin/SsnL-patch-1 2022-03-17T19:06:45.7816084Z * [new branch] SsnL-patch-12 -> origin/SsnL-patch-12 2022-03-17T19:06:45.7818022Z * [new branch] SsnL-patch-4 -> origin/SsnL-patch-4 2022-03-17T19:06:45.7819238Z * [new branch] SsnL-patch-8 -> origin/SsnL-patch-8 2022-03-17T19:06:45.7821085Z * [new branch] T103677508-maxren -> origin/T103677508-maxren 2022-03-17T19:06:45.7822283Z * [new branch] T105015700 -> origin/T105015700 2022-03-17T19:06:45.7823887Z * [new branch] T105015700-2 -> origin/T105015700-2 2022-03-17T19:06:45.7825021Z * [new branch] T105015700-3 -> origin/T105015700-3 2022-03-17T19:06:45.7826915Z * [new branch] T98160523 -> origin/T98160523 2022-03-17T19:06:45.7827946Z * [new branch] T98160523_2 -> origin/T98160523_2 2022-03-17T19:06:45.7829867Z * [new branch] TO_WORK_BRANCH -> origin/TO_WORK_BRANCH 2022-03-17T19:06:45.7830998Z * [new branch] TarFileReaderFix -> origin/TarFileReaderFix 2022-03-17T19:06:45.7832542Z * [new branch] TorchDataDocsUpdate -> origin/TorchDataDocsUpdate 2022-03-17T19:06:45.7833813Z * [new branch] Update-libtorch-path -> origin/Update-libtorch-path 2022-03-17T19:06:45.7835217Z * [new branch] Update-libtorch-path-2 -> origin/Update-libtorch-path-2 2022-03-17T19:06:45.7836537Z * [new branch] Update-test-distribute -> origin/Update-test-distribute 2022-03-17T19:06:45.7838034Z * [new branch] Update-test-rpc -> origin/Update-test-rpc 2022-03-17T19:06:45.7839368Z * [new branch] Update-test-vulkan -> origin/Update-test-vulkan 2022-03-17T19:06:45.7841358Z * [new branch] VitalyFedyunin-patch-1 -> origin/VitalyFedyunin-patch-1 2022-03-17T19:06:45.7843403Z * [new branch] __gg_suo/1603135434 -> origin/__gg_suo/1603135434 2022-03-17T19:06:45.7844621Z * [new branch] __gg_suo/1645154242 -> origin/__gg_suo/1645154242 2022-03-17T19:06:45.7846158Z * [new branch] __gg_suo/1647471426 -> origin/__gg_suo/1647471426 2022-03-17T19:06:45.7847537Z * [new branch] _aminmax_deprecation -> origin/_aminmax_deprecation 2022-03-17T19:06:45.7849613Z * [new branch] activation_functions_i_opinfos -> origin/activation_functions_i_opinfos 2022-03-17T19:06:45.7850785Z * [new branch] adapative_autorange_redo -> origin/adapative_autorange_redo 2022-03-17T19:06:45.7852346Z * [new branch] add-docs-rule-GH1 -> origin/add-docs-rule-GH1 2022-03-17T19:06:45.7854037Z * [new branch] add-print-test-stats-step-to-macos -> origin/add-print-test-stats-step-to-macos 2022-03-17T19:06:45.7855162Z * [new branch] add-test-whl -> origin/add-test-whl 2022-03-17T19:06:45.7857048Z * [new branch] add-wheel-test-job -> origin/add-wheel-test-job 2022-03-17T19:06:45.7858170Z * [new branch] add-wheel-test-job-2 -> origin/add-wheel-test-job-2 2022-03-17T19:06:45.7860163Z * [new branch] add_code_filter_for_TS -> origin/add_code_filter_for_TS 2022-03-17T19:06:45.7861380Z * [new branch] add_default_args -> origin/add_default_args 2022-03-17T19:06:45.7863294Z * [new branch] add_llvm -> origin/add_llvm 2022-03-17T19:06:45.7864481Z * [new branch] add_monkeytype_to_tests -> origin/add_monkeytype_to_tests 2022-03-17T19:06:45.7866752Z * [new branch] add_multiline_support_for_typing_variables -> origin/add_multiline_support_for_typing_variables 2022-03-17T19:06:45.7881848Z * [new branch] add_support_for_optional_tensor -> origin/add_support_for_optional_tensor 2022-03-17T19:06:45.7883355Z * [new branch] add_tags_to_Parameter_dev1 -> origin/add_tags_to_Parameter_dev1 2022-03-17T19:06:45.7885409Z * [new branch] add_tests_for_out -> origin/add_tests_for_out 2022-03-17T19:06:45.7886684Z * [new branch] addcmul_opinfo -> origin/addcmul_opinfo 2022-03-17T19:06:45.7888631Z * [new branch] adjoint -> origin/adjoint 2022-03-17T19:06:45.7890681Z * [new branch] alanwaketan/ddp_fallback -> origin/alanwaketan/ddp_fallback 2022-03-17T19:06:45.7891981Z * [new branch] alanwaketan/grep_opt_params -> origin/alanwaketan/grep_opt_params 2022-03-17T19:06:45.7893392Z * [new branch] alanwaketan/lazy_bench -> origin/alanwaketan/lazy_bench 2022-03-17T19:06:45.7894809Z * [new branch] alanwaketan/mark_step -> origin/alanwaketan/mark_step 2022-03-17T19:06:45.7896146Z * [new branch] alanwaketan/tb -> origin/alanwaketan/tb 2022-03-17T19:06:45.7898064Z * [new branch] albanD-patch-1 -> origin/albanD-patch-1 2022-03-17T19:06:45.7899613Z * [new branch] albanD-patch-2 -> origin/albanD-patch-2 2022-03-17T19:06:45.7901136Z * [new branch] albanD-patch-3 -> origin/albanD-patch-3 2022-03-17T19:06:45.7903438Z * [new branch] albanD/codeowner-binding -> origin/albanD/codeowner-binding 2022-03-17T19:06:45.7904500Z * [new branch] albanD/contrib_update -> origin/albanD/contrib_update 2022-03-17T19:06:45.7906877Z * [new branch] alband/fix_gil_bug_distributed -> origin/alband/fix_gil_bug_distributed 2022-03-17T19:06:45.7908104Z * [new branch] aliasanalysis -> origin/aliasanalysis 2022-03-17T19:06:45.7910082Z * [new branch] aliases_in_python -> origin/aliases_in_python 2022-03-17T19:06:45.7911198Z * [new branch] all_codegen_ops -> origin/all_codegen_ops 2022-03-17T19:06:45.7913080Z * [new branch] allgathercoalesced -> origin/allgathercoalesced 2022-03-17T19:06:45.7914207Z * [new branch] always_wrap -> origin/always_wrap 2022-03-17T19:06:45.7916053Z * [new branch] andrew-temp -> origin/andrew-temp 2022-03-17T19:06:45.7917255Z * [new branch] android_fbgemm_off -> origin/android_fbgemm_off 2022-03-17T19:06:45.7919246Z * [new branch] android_fbgemm_off_pr -> origin/android_fbgemm_off_pr 2022-03-17T19:06:45.7920473Z * [new branch] android_imageutils_chlast -> origin/android_imageutils_chlast 2022-03-17T19:06:45.7922073Z * [new branch] android_memory_format -> origin/android_memory_format 2022-03-17T19:06:45.7924206Z * [new branch] annotate_parameter_as_tensor -> origin/annotate_parameter_as_tensor 2022-03-17T19:06:45.7925481Z * [new branch] aot-compiler-shape-quant -> origin/aot-compiler-shape-quant 2022-03-17T19:06:45.7927008Z * [new branch] api_release -> origin/api_release 2022-03-17T19:06:45.7928916Z * [new branch] applySelect_exp -> origin/applySelect_exp 2022-03-17T19:06:45.7930128Z * [new branch] as_tensor_docs -> origin/as_tensor_docs 2022-03-17T19:06:45.7932105Z * [new branch] atalman-patch-1 -> origin/atalman-patch-1 2022-03-17T19:06:45.7933348Z * [new branch] atalman-patch-2 -> origin/atalman-patch-2 2022-03-17T19:06:45.7935355Z * [new branch] augment_inline_callstack -> origin/augment_inline_callstack 2022-03-17T19:06:45.7937403Z * [new branch] axitkhurana/docs-typo-fix -> origin/axitkhurana/docs-typo-fix 2022-03-17T19:06:45.7939313Z * [new branch] backport_api -> origin/backport_api 2022-03-17T19:06:45.7940554Z * [new branch] backward -> origin/backward 2022-03-17T19:06:45.7942880Z * [new branch] bahuang/test -> origin/bahuang/test 2022-03-17T19:06:45.7943927Z * [new branch] bahuang/test2 -> origin/bahuang/test2 2022-03-17T19:06:45.7946266Z * [new branch] base/1.5 -> origin/base/1.5 2022-03-17T19:06:45.7947427Z * [new branch] base/6f8328e -> origin/base/6f8328e 2022-03-17T19:06:45.7949178Z * [new branch] base/9e6877c -> origin/base/9e6877c 2022-03-17T19:06:45.7950799Z * [new branch] base/b7b481b -> origin/base/b7b481b 2022-03-17T19:06:45.7952453Z * [new branch] batch_norm_folding_traced_modules -> origin/batch_norm_folding_traced_modules 2022-03-17T19:06:45.7953901Z * [new branch] bc_for_torchvision_nonlinearity_fanmode -> origin/bc_for_torchvision_nonlinearity_fanmode 2022-03-17T19:06:45.7955681Z * [new branch] bench_fix -> origin/bench_fix 2022-03-17T19:06:45.7957246Z * [new branch] bert_refactor -> origin/bert_refactor 2022-03-17T19:06:45.7959307Z * [new branch] bertmaher/nncops -> origin/bertmaher/nncops 2022-03-17T19:06:45.7960440Z * [new branch] bf16 -> origin/bf16 2022-03-17T19:06:45.7962570Z * [new branch] bfgsfix -> origin/bfgsfix 2022-03-17T19:06:45.7964405Z * [new branch] bfloat-elementwise2 -> origin/bfloat-elementwise2 2022-03-17T19:06:45.7966328Z * [new branch] binbao/batch_norm -> origin/binbao/batch_norm 2022-03-17T19:06:45.7967440Z * [new branch] binbao/fast_tracing -> origin/binbao/fast_tracing 2022-03-17T19:06:45.7968857Z * [new branch] binbao/index_tensor -> origin/binbao/index_tensor 2022-03-17T19:06:45.7970422Z * [new branch] binbao/measure_tracing -> origin/binbao/measure_tracing 2022-03-17T19:06:45.7971594Z * [new branch] binbao/merge -> origin/binbao/merge 2022-03-17T19:06:45.7973172Z * [new branch] binbao/merge2 -> origin/binbao/merge2 2022-03-17T19:06:45.7974352Z * [new branch] binbao/merge3 -> origin/binbao/merge3 2022-03-17T19:06:45.7976265Z * [new branch] bincount_opinfo -> origin/bincount_opinfo 2022-03-17T19:06:45.7977563Z * [new branch] boo2 -> origin/boo2 2022-03-17T19:06:45.7979493Z * [new branch] bowang_test -> origin/bowang_test 2022-03-17T19:06:45.7981429Z * [new branch] bowbao/extend_onnx_rule_files -> origin/bowbao/extend_onnx_rule_files 2022-03-17T19:06:45.7982472Z * [new branch] bowbao/fix_lstm_regression -> origin/bowbao/fix_lstm_regression 2022-03-17T19:06:45.7984088Z * [new branch] bowbao/onnx_bart -> origin/bowbao/onnx_bart 2022-03-17T19:06:45.7985256Z * [new branch] bowbao/onnx_embedding_renorm -> origin/bowbao/onnx_embedding_renorm 2022-03-17T19:06:45.7986571Z * [new branch] bowbao/onnx_infer_scope_func -> origin/bowbao/onnx_infer_scope_func 2022-03-17T19:06:45.7988235Z * [new branch] bowbao/onnx_local_function_attrs -> origin/bowbao/onnx_local_function_attrs 2022-03-17T19:06:45.7989478Z * [new branch] bowbao/onnx_tracing_len -> origin/bowbao/onnx_tracing_len 2022-03-17T19:06:45.7991717Z * [new branch] boyuantan/print-sccache-only-on-builds -> origin/boyuantan/print-sccache-only-on-builds 2022-03-17T19:06:45.7992883Z * [new branch] break-llvm -> origin/break-llvm 2022-03-17T19:06:45.7994744Z * [new branch] brianjo-doctest -> origin/brianjo-doctest 2022-03-17T19:06:45.7996658Z * [new branch] brianjo-expand-fix -> origin/brianjo-expand-fix 2022-03-17T19:06:45.7997876Z * [new branch] brianjo-jitv2fix -> origin/brianjo-jitv2fix 2022-03-17T19:06:45.7999854Z * [new branch] brianjo-torchrec-domainlist -> origin/brianjo-torchrec-domainlist 2022-03-17T19:06:45.8001023Z * [new branch] brianjo_versions -> origin/brianjo_versions 2022-03-17T19:06:45.8003046Z * [new branch] bucketize_opinfo -> origin/bucketize_opinfo 2022-03-17T19:06:45.8004261Z * [new branch] build-test-whl -> origin/build-test-whl 2022-03-17T19:06:45.8006157Z * [new branch] build-whl-for-testing -> origin/build-whl-for-testing 2022-03-17T19:06:45.8007665Z * [new branch] build-whl-package-2 -> origin/build-whl-package-2 2022-03-17T19:06:45.8008931Z * [new branch] build-whl-package-3 -> origin/build-whl-package-3 2022-03-17T19:06:45.8010613Z * [new branch] build-whl-package-4 -> origin/build-whl-package-4 2022-03-17T19:06:45.8012666Z * [new branch] build/1.3.0 -> origin/build/1.3.0 2022-03-17T19:06:45.8013773Z * [new branch] build/1.3.1 -> origin/build/1.3.1 2022-03-17T19:06:45.8015623Z * [new branch] cached_functions -> origin/cached_functions 2022-03-17T19:06:45.8016800Z * [new branch] cacherator -> origin/cacherator 2022-03-17T19:06:45.8018650Z * [new branch] caffe_2_master_references_to_main -> origin/caffe_2_master_references_to_main 2022-03-17T19:06:45.8019909Z * [new branch] cbalioglu-patch-1 -> origin/cbalioglu-patch-1 2022-03-17T19:06:45.8021783Z * [new branch] change_ns_cuda_mar_10 -> origin/change_ns_cuda_mar_10 2022-03-17T19:06:45.8022975Z * [new branch] check-cupti-so -> origin/check-cupti-so 2022-03-17T19:06:45.8024524Z * [new branch] checkout-pytorch -> origin/checkout-pytorch 2022-03-17T19:06:45.8026420Z * [new branch] cherry-pick-58572 -> origin/cherry-pick-58572 2022-03-17T19:06:45.8027607Z * [new branch] cherry-pick-58573 -> origin/cherry-pick-58573 2022-03-17T19:06:45.8029621Z * [new branch] cherry-pick-fix-refcounting -> origin/cherry-pick-fix-refcounting 2022-03-17T19:06:45.8030873Z * [new branch] cherrypick_xla_codegen -> origin/cherrypick_xla_codegen 2022-03-17T19:06:45.8033523Z * [new branch] chesterliu/dev/fix-warnings-for-msvc-1 -> origin/chesterliu/dev/fix-warnings-for-msvc-1 2022-03-17T19:06:45.8034668Z * [new branch] chesterliu/dev/skip-nccl-1 -> origin/chesterliu/dev/skip-nccl-1 2022-03-17T19:06:45.8036656Z * [new branch] chown -> origin/chown 2022-03-17T19:06:45.8037803Z * [new branch] ci -> origin/ci 2022-03-17T19:06:45.8040084Z * [new branch] ci-all/aar_headers_test_app_2 -> origin/ci-all/aar_headers_test_app_2 2022-03-17T19:06:45.8041101Z * [new branch] ci-all/add-back-11.1-ci -> origin/ci-all/add-back-11.1-ci 2022-03-17T19:06:45.8043359Z * [new branch] ci-all/add-initial-linux-ci-gha -> origin/ci-all/add-initial-linux-ci-gha 2022-03-17T19:06:45.8044689Z * [new branch] ci-all/agolynski/mpicuda -> origin/ci-all/agolynski/mpicuda 2022-03-17T19:06:45.8046370Z * [new branch] ci-all/albanD/fwad_opinfo -> origin/ci-all/albanD/fwad_opinfo 2022-03-17T19:06:45.8048008Z * [new branch] ci-all/android_aar_headers_ci -> origin/ci-all/android_aar_headers_ci 2022-03-17T19:06:45.8049336Z * [new branch] ci-all/awgu -> origin/ci-all/awgu 2022-03-17T19:06:45.8051068Z * [new branch] ci-all/b_06e66e29 -> origin/ci-all/b_06e66e29 2022-03-17T19:06:45.8052217Z * [new branch] ci-all/baddbmm_port -> origin/ci-all/baddbmm_port 2022-03-17T19:06:45.8054059Z * [new branch] ci-all/batchnorm3d-channels-last-cudnn-spatial-persistent -> origin/ci-all/batchnorm3d-channels-last-cudnn-spatial-persistent 2022-03-17T19:06:45.8055010Z * [new branch] ci-all/better-numerics-test -> origin/ci-all/better-numerics-test 2022-03-17T19:06:45.8057115Z * [new branch] ci-all/bfloat16-cuda-tests -> origin/ci-all/bfloat16-cuda-tests 2022-03-17T19:06:45.8075903Z * [new branch] ci-all/binary_debug_test -> origin/ci-all/binary_debug_test 2022-03-17T19:06:45.8078082Z * [new branch] ci-all/ci-all/solve-internal-rewrite -> origin/ci-all/ci-all/solve-internal-rewrite 2022-03-17T19:06:45.8079516Z * [new branch] ci-all/ci-vulkan-test -> origin/ci-all/ci-vulkan-test 2022-03-17T19:06:45.8080973Z * [new branch] ci-all/ci_vulkan_test -> origin/ci-all/ci_vulkan_test 2022-03-17T19:06:45.8083051Z * [new branch] ci-all/conv-double-backward-40999 -> origin/ci-all/conv-double-backward-40999 2022-03-17T19:06:45.8084290Z * [new branch] ci-all/conv3d-channels-last -> origin/ci-all/conv3d-channels-last 2022-03-17T19:06:45.8085959Z * [new branch] ci-all/cublas-triangular-solve -> origin/ci-all/cublas-triangular-solve 2022-03-17T19:06:45.8087188Z * [new branch] ci-all/cuda_111_debug_fix -> origin/ci-all/cuda_111_debug_fix 2022-03-17T19:06:45.8089088Z * [new branch] ci-all/cupti_so -> origin/ci-all/cupti_so 2022-03-17T19:06:45.8090213Z * [new branch] ci-all/cusolver-cholesky-1 -> origin/ci-all/cusolver-cholesky-1 2022-03-17T19:06:45.8091915Z * [new branch] ci-all/cusolver-cholesky-batched_cuda11.3 -> origin/ci-all/cusolver-cholesky-batched_cuda11.3 2022-03-17T19:06:45.8093136Z * [new branch] ci-all/cusolver-cholesky-inverse -> origin/ci-all/cusolver-cholesky-inverse 2022-03-17T19:06:45.8094707Z * [new branch] ci-all/cusolver-cholesky-solve -> origin/ci-all/cusolver-cholesky-solve 2022-03-17T19:06:45.8096075Z * [new branch] ci-all/cusolver-svd -> origin/ci-all/cusolver-svd 2022-03-17T19:06:45.8097663Z * [new branch] ci-all/debug-lmem -> origin/ci-all/debug-lmem 2022-03-17T19:06:45.8098966Z * [new branch] ci-all/debuggable-scheduled-ci -> origin/ci-all/debuggable-scheduled-ci 2022-03-17T19:06:45.8100593Z * [new branch] ci-all/default-dtype -> origin/ci-all/default-dtype 2022-03-17T19:06:45.8101779Z * [new branch] ci-all/dot_vdot_bmm_mv -> origin/ci-all/dot_vdot_bmm_mv 2022-03-17T19:06:45.8103351Z * [new branch] ci-all/enable_pe -> origin/ci-all/enable_pe 2022-03-17T19:06:45.8104903Z * [new branch] ci-all/fbjni_022 -> origin/ci-all/fbjni_022 2022-03-17T19:06:45.8106141Z * [new branch] ci-all/fbjni_022_2 -> origin/ci-all/fbjni_022_2 2022-03-17T19:06:45.8107975Z * [new branch] ci-all/fbjni_022_prefab_2 -> origin/ci-all/fbjni_022_prefab_2 2022-03-17T19:06:45.8109047Z * [new branch] ci-all/fe_test1 -> origin/ci-all/fe_test1 2022-03-17T19:06:45.8110808Z * [new branch] ci-all/fe_test1_fail -> origin/ci-all/fe_test1_fail 2022-03-17T19:06:45.8111828Z * [new branch] ci-all/fe_test1_fail_2 -> origin/ci-all/fe_test1_fail_2 2022-03-17T19:06:45.8113614Z * [new branch] ci-all/fe_test1_fail_2_my -> origin/ci-all/fe_test1_fail_2_my 2022-03-17T19:06:45.8114627Z * [new branch] ci-all/fe_test1_fail_2_my_m -> origin/ci-all/fe_test1_fail_2_my_m 2022-03-17T19:06:45.8116160Z * [new branch] ci-all/fix-54381-and-53976 -> origin/ci-all/fix-54381-and-53976 2022-03-17T19:06:45.8117498Z * [new branch] ci-all/fix-worksize-lstsq-magma -> origin/ci-all/fix-worksize-lstsq-magma 2022-03-17T19:06:45.8119149Z * [new branch] ci-all/fix_cu112_windows -> origin/ci-all/fix_cu112_windows 2022-03-17T19:06:45.8120337Z * [new branch] ci-all/fix_cuda112_jobs -> origin/ci-all/fix_cuda112_jobs 2022-03-17T19:06:45.8122135Z * [new branch] ci-all/gen-py -> origin/ci-all/gen-py 2022-03-17T19:06:45.8125008Z * [new branch] ci-all/gh/smessmer/307/head -> origin/ci-all/gh/smessmer/307/head 2022-03-17T19:06:45.8126220Z * [new branch] ci-all/h-huang -> origin/ci-all/h-huang 2022-03-17T19:06:45.8128033Z * [new branch] ci-all/hackathon_opinfo_matmul_2 -> origin/ci-all/hackathon_opinfo_matmul_2 2022-03-17T19:06:45.8129147Z * [new branch] ci-all/have-ci-all-still-work -> origin/ci-all/have-ci-all-still-work 2022-03-17T19:06:45.8130901Z * [new branch] ci-all/ic_prof_ref -> origin/ci-all/ic_prof_ref 2022-03-17T19:06:45.8132234Z * [new branch] ci-all/kineto_cpu -> origin/ci-all/kineto_cpu 2022-03-17T19:06:45.8133552Z * [new branch] ci-all/kineto_cpu_0303 -> origin/ci-all/kineto_cpu_0303 2022-03-17T19:06:45.8135301Z * [new branch] ci-all/kineto_exp -> origin/ci-all/kineto_exp 2022-03-17T19:06:45.8137131Z * [new branch] ci-all/krovatkin/profiling_fullforce -> origin/ci-all/krovatkin/profiling_fullforce 2022-03-17T19:06:45.8139181Z * [new branch] ci-all/krshrimali/record-time-slowtests -> origin/ci-all/krshrimali/record-time-slowtests 2022-03-17T19:06:45.8140235Z * [new branch] ci-all/mrshen -> origin/ci-all/mrshen 2022-03-17T19:06:45.8142041Z * [new branch] ci-all/mrshenli -> origin/ci-all/mrshenli 2022-03-17T19:06:45.8143252Z * [new branch] ci-all/mvz-ci-all -> origin/ci-all/mvz-ci-all 2022-03-17T19:06:45.8145257Z * [new branch] ci-all/mvz-te-ext-calls -> origin/ci-all/mvz-te-ext-calls 2022-03-17T19:06:45.8147493Z * [new branch] ci-all/orig/release/1.6 -> origin/ci-all/orig/release/1.6 2022-03-17T19:06:45.8149365Z * [new branch] ci-all/orig/release/1.7.1 -> origin/ci-all/orig/release/1.7.1 2022-03-17T19:06:45.8151404Z * [new branch] ci-all/peterbell10/batch-norm-cuda -> origin/ci-all/peterbell10/batch-norm-cuda 2022-03-17T19:06:45.8153432Z * [new branch] ci-all/post_backward_sync -> origin/ci-all/post_backward_sync 2022-03-17T19:06:45.8154177Z * [new branch] ci-all/pr_49201_2 -> origin/ci-all/pr_49201_2 2022-03-17T19:06:45.8156835Z * [new branch] ci-all/pritam/dist_autograd_sync -> origin/ci-all/pritam/dist_autograd_sync 2022-03-17T19:06:45.8158045Z * [new branch] ci-all/pritam/dist_autograd_sync_lastest -> origin/ci-all/pritam/dist_autograd_sync_lastest 2022-03-17T19:06:45.8159940Z * [new branch] ci-all/record-time-slowtests -> origin/ci-all/record-time-slowtests 2022-03-17T19:06:45.8161800Z * [new branch] ci-all/reenable-skipped-tests-for-other-cuda -> origin/ci-all/reenable-skipped-tests-for-other-cuda 2022-03-17T19:06:45.8163244Z * [new branch] ci-all/reenable-windows-standalone -> origin/ci-all/reenable-windows-standalone 2022-03-17T19:06:45.8164804Z * [new branch] ci-all/reenable-windows-test_nn-tests -> origin/ci-all/reenable-windows-test_nn-tests 2022-03-17T19:06:45.8167664Z * [new branch] ci-all/reland/develop/complex/masked_fill -> origin/ci-all/reland/develop/complex/masked_fill 2022-03-17T19:06:45.8168840Z * [new branch] ci-all/reland_addbmm -> origin/ci-all/reland_addbmm 2022-03-17T19:06:45.8170808Z * [new branch] ci-all/remove-thrust_t-arith -> origin/ci-all/remove-thrust_t-arith 2022-03-17T19:06:45.8172092Z * [new branch] ci-all/remove-thrust_t-eqne -> origin/ci-all/remove-thrust_t-eqne 2022-03-17T19:06:45.8174256Z * [new branch] ci-all/replace-linux-ci-11.1-with-11.2 -> origin/ci-all/replace-linux-ci-11.1-with-11.2 2022-03-17T19:06:45.8175461Z * [new branch] ci-all/replace-windows-11.1-ci-with-11.2 -> origin/ci-all/replace-windows-11.1-ci-with-11.2 2022-03-17T19:06:45.8177101Z * [new branch] ci-all/revert-render-test -> origin/ci-all/revert-render-test 2022-03-17T19:06:45.8179160Z * [new branch] ci-all/rohan/flaky -> origin/ci-all/rohan/flaky 2022-03-17T19:06:45.8180326Z * [new branch] ci-all/rohan/gputest -> origin/ci-all/rohan/gputest 2022-03-17T19:06:45.8181742Z * [new branch] ci-all/rohan/pg_wrapper -> origin/ci-all/rohan/pg_wrapper 2022-03-17T19:06:45.8183743Z * [new branch] ci-all/rohan/pg_wrapper_2 -> origin/ci-all/rohan/pg_wrapper_2 2022-03-17T19:06:45.8184839Z * [new branch] ci-all/rohan/pg_wrapper_ci_2 -> origin/ci-all/rohan/pg_wrapper_ci_2 2022-03-17T19:06:45.8186599Z * [new branch] ci-all/rohan/test_autograd_prof -> origin/ci-all/rohan/test_autograd_prof 2022-03-17T19:06:45.8188020Z * [new branch] ci-all/rohan/test_prof -> origin/ci-all/rohan/test_prof 2022-03-17T19:06:45.8190330Z * [new branch] ci-all/rvarm1/ci-all-barrier -> origin/ci-all/rvarm1/ci-all-barrier 2022-03-17T19:06:45.8191617Z * [new branch] ci-all/rvarm1/ci_all_ddp_mult_bwd -> origin/ci-all/rvarm1/ci_all_ddp_mult_bwd 2022-03-17T19:06:45.8193219Z * [new branch] ci-all/rvarm1/ddp_bwd -> origin/ci-all/rvarm1/ddp_bwd 2022-03-17T19:06:45.8194543Z * [new branch] ci-all/rvarm1/ddp_local_fix -> origin/ci-all/rvarm1/ddp_local_fix 2022-03-17T19:06:45.8196135Z * [new branch] ci-all/rvarm1/ddp_multi -> origin/ci-all/rvarm1/ddp_multi 2022-03-17T19:06:45.8197378Z * [new branch] ci-all/rvarm1/dist_optim -> origin/ci-all/rvarm1/dist_optim 2022-03-17T19:06:45.8199684Z * [new branch] ci-all/rvarm1/fix_unused -> origin/ci-all/rvarm1/fix_unused 2022-03-17T19:06:45.8201126Z * [new branch] ci-all/rvarm1/param_name_ddp -> origin/ci-all/rvarm1/param_name_ddp 2022-03-17T19:06:45.8202576Z * [new branch] ci-all/rvarm1/test_script -> origin/ci-all/rvarm1/test_script 2022-03-17T19:06:45.8204428Z * [new branch] ci-all/rvarm1/torch_check -> origin/ci-all/rvarm1/torch_check 2022-03-17T19:06:45.8205339Z * [new branch] ci-all/rvarm1/torch_check_ci_all -> origin/ci-all/rvarm1/torch_check_ci_all 2022-03-17T19:06:45.8206943Z * [new branch] ci-all/shared-cupti -> origin/ci-all/shared-cupti 2022-03-17T19:06:45.8208634Z * [new branch] ci-all/syncbn-channels-lastt-46906 -> origin/ci-all/syncbn-channels-lastt-46906 2022-03-17T19:06:45.8210711Z * [new branch] ci-all/test -> origin/ci-all/test 2022-03-17T19:06:45.8211967Z * [new branch] ci-all/test-time-do-not-merge -> origin/ci-all/test-time-do-not-merge 2022-03-17T19:06:45.8213779Z * [new branch] ci-all/test_all -> origin/ci-all/test_all 2022-03-17T19:06:45.8215103Z * [new branch] ci-all/test_binary_magma_2.5.4 -> origin/ci-all/test_binary_magma_2.5.4 2022-03-17T19:06:45.8217021Z * [new branch] ci-all/test_code_analyzer_regex -> origin/ci-all/test_code_analyzer_regex 2022-03-17T19:06:45.8218165Z * [new branch] ci-all/test_distutils -> origin/ci-all/test_distutils 2022-03-17T19:06:45.8220100Z * [new branch] ci-all/test_early_terminate_cuda_impact_on_test_times -> origin/ci-all/test_early_terminate_cuda_impact_on_test_times 2022-03-17T19:06:45.8221213Z * [new branch] ci-all/test_redispatching -> origin/ci-all/test_redispatching 2022-03-17T19:06:45.8222845Z * [new branch] ci-all/test_terminate_handler -> origin/ci-all/test_terminate_handler 2022-03-17T19:06:45.8224240Z * [new branch] ci-all/torchdeploy-reenable -> origin/ci-all/torchdeploy-reenable 2022-03-17T19:06:45.8225832Z * [new branch] ci-all/upd_k_0609 -> origin/ci-all/upd_k_0609 2022-03-17T19:06:45.8227415Z * [new branch] ci-all/upd_kineto_0512 -> origin/ci-all/upd_kineto_0512 2022-03-17T19:06:45.8228999Z * [new branch] ci-all/use_kineto_2 -> origin/ci-all/use_kineto_2 2022-03-17T19:06:45.8230532Z * [new branch] ci-all/use_kineto_3 -> origin/ci-all/use_kineto_3 2022-03-17T19:06:45.8231942Z * [new branch] ci-all/use_kineto_4 -> origin/ci-all/use_kineto_4 2022-03-17T19:06:45.8233861Z * [new branch] ci-all/use_kineto_5 -> origin/ci-all/use_kineto_5 2022-03-17T19:06:45.8234910Z * [new branch] ci-all/use_kineto_6 -> origin/ci-all/use_kineto_6 2022-03-17T19:06:45.8236854Z * [new branch] ci-all/v0dro-cusolver-lu -> origin/ci-all/v0dro-cusolver-lu 2022-03-17T19:06:45.8238017Z * [new branch] ci-all/v0dro-cusolver-lu-solve -> origin/ci-all/v0dro-cusolver-lu-solve 2022-03-17T19:06:45.8240564Z * [new branch] ci-all/vkuzo/fake_quant_test_20210120 -> origin/ci-all/vkuzo/fake_quant_test_20210120 2022-03-17T19:06:45.8241994Z * [new branch] ci-all/vulkan-android-by-default-ci -> origin/ci-all/vulkan-android-by-default-ci 2022-03-17T19:06:45.8243823Z * [new branch] ci-all/vulkan-android-ci-default -> origin/ci-all/vulkan-android-ci-default 2022-03-17T19:06:45.8245945Z * [new branch] ci-all/walterddr/early_terminate_cuda_jit_take_2 -> origin/ci-all/walterddr/early_terminate_cuda_jit_take_2 2022-03-17T19:06:45.8247032Z * [new branch] ci-all/werror_test -> origin/ci-all/werror_test 2022-03-17T19:06:45.8248884Z * [new branch] ci-all/win_cupti -> origin/ci-all/win_cupti 2022-03-17T19:06:45.8250179Z * [new branch] ci-all/win_kineto -> origin/ci-all/win_kineto 2022-03-17T19:06:45.8252946Z * [new branch] ci-all/yanlizhao/enableStaticGraph -> origin/ci-all/yanlizhao/enableStaticGraph 2022-03-17T19:06:45.8254285Z * [new branch] ci-all/yanlizhao/moveRebuildBucket -> origin/ci-all/yanlizhao/moveRebuildBucket 2022-03-17T19:06:45.8255673Z * [new branch] ci-all/yanlizhao/reduceMemory -> origin/ci-all/yanlizhao/reduceMemory 2022-03-17T19:06:45.8257445Z * [new branch] ci-all/yanlizhao/refactorInitializeBucketView -> origin/ci-all/yanlizhao/refactorInitializeBucketView 2022-03-17T19:06:45.8259398Z * [new branch] ci-gradcheck/forward_ad_gradcheck_ci_all -> origin/ci-gradcheck/forward_ad_gradcheck_ci_all 2022-03-17T19:06:45.8260608Z * [new branch] cifix -> origin/cifix 2022-03-17T19:06:45.8262398Z * [new branch] ciflow-push-trigger -> origin/ciflow-push-trigger 2022-03-17T19:06:45.8263620Z * [new branch] circle_ci_master_to_main -> origin/circle_ci_master_to_main 2022-03-17T19:06:45.8265424Z * [new branch] clean_config -> origin/clean_config 2022-03-17T19:06:45.8266668Z * [new branch] clean_up_monkeytype -> origin/clean_up_monkeytype 2022-03-17T19:06:45.8268231Z * [new branch] cleanup-scalar -> origin/cleanup-scalar 2022-03-17T19:06:45.8270015Z * [new branch] cleanup_submodule -> origin/cleanup_submodule 2022-03-17T19:06:45.8272036Z * [new branch] clee2000/disable-jobs-when-owner-not-pytorch -> origin/clee2000/disable-jobs-when-owner-not-pytorch 2022-03-17T19:06:45.8272937Z * [new branch] cluster_test -> origin/cluster_test 2022-03-17T19:06:45.8274683Z * [new branch] codegen_external -> origin/codegen_external 2022-03-17T19:06:45.8275856Z * [new branch] combine-test-times -> origin/combine-test-times 2022-03-17T19:06:45.8277607Z * [new branch] complex_backward -> origin/complex_backward 2022-03-17T19:06:45.8279182Z * [new branch] complex_support -> origin/complex_support 2022-03-17T19:06:45.8280445Z * [new branch] condition_cuda -> origin/condition_cuda 2022-03-17T19:06:45.8282106Z * [new branch] consolidate_manywheel_build -> origin/consolidate_manywheel_build 2022-03-17T19:06:45.8284152Z * [new branch] constant -> origin/constant 2022-03-17T19:06:45.8285306Z * [new branch] conv_empty_batch -> origin/conv_empty_batch 2022-03-17T19:06:45.8287164Z * [new branch] cpp_advanced_indexing -> origin/cpp_advanced_indexing 2022-03-17T19:06:45.8288324Z * [new branch] cpp_embedding_enum -> origin/cpp_embedding_enum 2022-03-17T19:06:45.8290203Z * [new branch] cpp_extension_subprocess_encoding_fixes -> origin/cpp_extension_subprocess_encoding_fixes 2022-03-17T19:06:45.8291418Z * [new branch] cpp_fix_functional_options_naming -> origin/cpp_fix_functional_options_naming 2022-03-17T19:06:45.8293411Z * [new branch] cpp_functional_non_const_ref -> origin/cpp_functional_non_const_ref 2022-03-17T19:06:45.8294453Z * [new branch] cpp_functional_options -> origin/cpp_functional_options 2022-03-17T19:06:45.8296098Z * [new branch] cpp_functional_options_backup -> origin/cpp_functional_options_backup 2022-03-17T19:06:45.8297469Z * [new branch] cpp_functional_options_backup_patch1 -> origin/cpp_functional_options_backup_patch1 2022-03-17T19:06:45.8298681Z * [new branch] cpp_functional_options_backup_patch2 -> origin/cpp_functional_options_backup_patch2 2022-03-17T19:06:45.8300284Z * [new branch] cpp_functional_options_v2 -> origin/cpp_functional_options_v2 2022-03-17T19:06:45.8301829Z * [new branch] cpp_hooks -> origin/cpp_hooks 2022-03-17T19:06:45.8303396Z * [new branch] cpp_module_options_arg_optional -> origin/cpp_module_options_arg_optional 2022-03-17T19:06:45.8304608Z * [new branch] cpp_nn_layers -> origin/cpp_nn_layers 2022-03-17T19:06:45.8310165Z * [new branch] cpp_parity_test_torch_nn_modules -> origin/cpp_parity_test_torch_nn_modules 2022-03-17T19:06:45.8311425Z * [new branch] cpp_tensor_default_dtype_and_advanced_indexing -> origin/cpp_tensor_default_dtype_and_advanced_indexing 2022-03-17T19:06:45.8312153Z * [new branch] cpp_tensor_default_dtype_and_advanced_indexing_backup -> origin/cpp_tensor_default_dtype_and_advanced_indexing_backup 2022-03-17T19:06:45.8312848Z * [new branch] cpp_tensor_default_dtype_and_advanced_indexing_new -> origin/cpp_tensor_default_dtype_and_advanced_indexing_new 2022-03-17T19:06:45.8313572Z * [new branch] cpp_tensor_default_dtype_and_advanced_indexing_new_exp1_backup -> origin/cpp_tensor_default_dtype_and_advanced_indexing_new_exp1_backup 2022-03-17T19:06:45.8314315Z * [new branch] cpp_tensor_default_dtype_and_advanced_indexing_tmp_exp -> origin/cpp_tensor_default_dtype_and_advanced_indexing_tmp_exp 2022-03-17T19:06:45.8315339Z * [new branch] cpp_tensor_default_dtype_for_integer -> origin/cpp_tensor_default_dtype_for_integer 2022-03-17T19:06:45.8317236Z * [new branch] cpp_tensor_indexing -> origin/cpp_tensor_indexing 2022-03-17T19:06:45.8318297Z * [new branch] cpu_fastrnn -> origin/cpu_fastrnn 2022-03-17T19:06:45.8320084Z * [new branch] create-ucc-pg -> origin/create-ucc-pg 2022-03-17T19:06:45.8321217Z * [new branch] cuda-long-matmul -> origin/cuda-long-matmul 2022-03-17T19:06:45.8323573Z * [new branch] cuda11_nightlies -> origin/cuda11_nightlies 2022-03-17T19:06:45.8324792Z * [new branch] cuda_stream_jit -> origin/cuda_stream_jit 2022-03-17T19:06:45.8326566Z * [new branch] cudahookbuilderror -> origin/cudahookbuilderror 2022-03-17T19:06:45.8328395Z * [new branch] cudnn-conv-refactor -> origin/cudnn-conv-refactor 2022-03-17T19:06:45.8329622Z * [new branch] cudnn-workspace-limit -> origin/cudnn-workspace-limit 2022-03-17T19:06:45.8331451Z * [new branch] cummax -> origin/cummax 2022-03-17T19:06:45.8332673Z * [new branch] cummax_cummin -> origin/cummax_cummin 2022-03-17T19:06:45.8334537Z * [new branch] cumulative_trapezoid_review -> origin/cumulative_trapezoid_review 2022-03-17T19:06:45.8336709Z * [new branch] dagitses/#62566/optional-delegate-cmp -> origin/dagitses/#62566/optional-delegate-cmp 2022-03-17T19:06:45.8338363Z * [new branch] davidberard98/ltc-docs -> origin/davidberard98/ltc-docs 2022-03-17T19:06:45.8339604Z * [new branch] davidberard98/ubsan-simpleireval -> origin/davidberard98/ubsan-simpleireval 2022-03-17T19:06:45.8341508Z * [new branch] dbr-conv -> origin/dbr-conv 2022-03-17T19:06:45.8343225Z * [new branch] ddp_with_rpc_unit_test -> origin/ddp_with_rpc_unit_test 2022-03-17T19:06:45.8344282Z * [new branch] debug-cpu -> origin/debug-cpu 2022-03-17T19:06:45.8346144Z * [new branch] debugLvlPull -> origin/debugLvlPull 2022-03-17T19:06:45.8347330Z * [new branch] debugging -> origin/debugging 2022-03-17T19:06:45.8349093Z * [new branch] dec14_cuda_stream -> origin/dec14_cuda_stream 2022-03-17T19:06:45.8350291Z * [new branch] default_argument -> origin/default_argument 2022-03-17T19:06:45.8352080Z * [new branch] default_hooks -> origin/default_hooks 2022-03-17T19:06:45.8353585Z * [new branch] devcon -> origin/devcon 2022-03-17T19:06:45.8355308Z * [new branch] devcontainer -> origin/devcontainer 2022-03-17T19:06:45.8356574Z * [new branch] device_type_testing -> origin/device_type_testing 2022-03-17T19:06:45.8358775Z * [new branch] deyu/remove_using_external_data_format -> origin/deyu/remove_using_external_data_format 2022-03-17T19:06:45.8359964Z * [new branch] dfs-needed -> origin/dfs-needed 2022-03-17T19:06:45.8361751Z * [new branch] diag-embed -> origin/diag-embed 2022-03-17T19:06:45.8363263Z * [new branch] diff1 -> origin/diff1 2022-03-17T19:06:45.8365061Z * [new branch] dirty_nnc_randomized -> origin/dirty_nnc_randomized 2022-03-17T19:06:45.8366229Z * [new branch] disable-test -> origin/disable-test 2022-03-17T19:06:45.8368092Z * [new branch] disable-test-history -> origin/disable-test-history 2022-03-17T19:06:45.8369335Z * [new branch] disable_peer_verify_nodesource -> origin/disable_peer_verify_nodesource 2022-03-17T19:06:45.8371272Z * [new branch] dist-documentation-patch-1.8 -> origin/dist-documentation-patch-1.8 2022-03-17T19:06:45.8372558Z * [new branch] dist-expand-refactor -> origin/dist-expand-refactor 2022-03-17T19:06:45.8374412Z * [new branch] dist-grad -> origin/dist-grad 2022-03-17T19:06:45.8375670Z * [new branch] dist_codeowners -> origin/dist_codeowners 2022-03-17T19:06:45.8377523Z * [new branch] dl_compiler_101 -> origin/dl_compiler_101 2022-03-17T19:06:45.8378853Z * [new branch] doc -> origin/doc 2022-03-17T19:06:45.8380684Z * [new branch] doc_fix -> origin/doc_fix 2022-03-17T19:06:45.8381907Z * [new branch] doc_monitored_barrier -> origin/doc_monitored_barrier 2022-03-17T19:06:45.8383723Z * [new branch] docker-job-chown-workspace -> origin/docker-job-chown-workspace 2022-03-17T19:06:45.8385016Z * [new branch] docs-fix-forward_ad-make_dual -> origin/docs-fix-forward_ad-make_dual 2022-03-17T19:06:45.8386796Z * [new branch] dont_decompose -> origin/dont_decompose 2022-03-17T19:06:45.8388868Z * [new branch] driazati/2test2/1 -> origin/driazati/2test2/1 2022-03-17T19:06:45.8389865Z * [new branch] driazati/2test2/2 -> origin/driazati/2test2/2 2022-03-17T19:06:45.8391643Z * [new branch] driazati/awsretry -> origin/driazati/awsretry 2022-03-17T19:06:45.8392719Z * [new branch] driazati/bp -> origin/driazati/bp 2022-03-17T19:06:45.8394480Z * [new branch] driazati/breakpad -> origin/driazati/breakpad 2022-03-17T19:06:45.8395468Z * [new branch] driazati/breakpad2 -> origin/driazati/breakpad2 2022-03-17T19:06:45.8397031Z * [new branch] driazati/breakpad_cmake -> origin/driazati/breakpad_cmake 2022-03-17T19:06:45.8398182Z * [new branch] driazati/breakpad_cmake2 -> origin/driazati/breakpad_cmake2 2022-03-17T19:06:45.8399571Z * [new branch] driazati/circle -> origin/driazati/circle 2022-03-17T19:06:45.8400794Z * [new branch] driazati/circle2 -> origin/driazati/circle2 2022-03-17T19:06:45.8402190Z * [new branch] driazati/doc_previews_fix -> origin/driazati/doc_previews_fix 2022-03-17T19:06:45.8404543Z * [new branch] driazati/docs/12 -> origin/driazati/docs/12 2022-03-17T19:06:45.8405601Z * [new branch] driazati/docsdet -> origin/driazati/docsdet 2022-03-17T19:06:45.8407365Z * [new branch] driazati/end -> origin/driazati/end 2022-03-17T19:06:45.8408425Z * [new branch] driazati/fastcov -> origin/driazati/fastcov 2022-03-17T19:06:45.8409999Z * [new branch] driazati/fixwarn2 -> origin/driazati/fixwarn2 2022-03-17T19:06:45.8411212Z * [new branch] driazati/focal -> origin/driazati/focal 2022-03-17T19:06:45.8412990Z * [new branch] driazati/github_pin -> origin/driazati/github_pin 2022-03-17T19:06:45.8413999Z * [new branch] driazati/it -> origin/driazati/it 2022-03-17T19:06:45.8415483Z * [new branch] driazati/lazy2 -> origin/driazati/lazy2 2022-03-17T19:06:45.8417024Z * [new branch] driazati/noart -> origin/driazati/noart 2022-03-17T19:06:45.8419029Z * [new branch] driazati/rdsre -> origin/driazati/rdsre 2022-03-17T19:06:45.8446179Z * [new branch] driazati/regenfix -> origin/driazati/regenfix 2022-03-17T19:06:45.8447409Z * [new branch] driazati/reme -> origin/driazati/reme 2022-03-17T19:06:45.8449324Z * [new branch] driazati/remove_bd -> origin/driazati/remove_bd 2022-03-17T19:06:45.8450537Z * [new branch] driazati/remove_breakpad -> origin/driazati/remove_breakpad 2022-03-17T19:06:45.8451916Z * [new branch] driazati/remove_render -> origin/driazati/remove_render 2022-03-17T19:06:45.8453538Z * [new branch] driazati/scc -> origin/driazati/scc 2022-03-17T19:06:45.8455121Z * [new branch] driazati/serialize_api -> origin/driazati/serialize_api 2022-03-17T19:06:45.8456570Z * [new branch] driazati/tdp -> origin/driazati/tdp 2022-03-17T19:06:45.8458060Z * [new branch] driazati/test_rds_proxy -> origin/driazati/test_rds_proxy 2022-03-17T19:06:45.8459421Z * [new branch] driazati/testbranch -> origin/driazati/testbranch 2022-03-17T19:06:45.8461519Z * [new branch] driazati/tester/2 -> origin/driazati/tester/2 2022-03-17T19:06:45.8462747Z * [new branch] driazati/testfailures -> origin/driazati/testfailures 2022-03-17T19:06:45.8464060Z * [new branch] driazati/update_onnx -> origin/driazati/update_onnx 2022-03-17T19:06:45.8465503Z * [new branch] driazati/windows_s3_reports -> origin/driazati/windows_s3_reports 2022-03-17T19:06:45.8467092Z * [new branch] duplicate_of_56029 -> origin/duplicate_of_56029 2022-03-17T19:06:45.8468657Z * [new branch] dynamic_reduce_range -> origin/dynamic_reduce_range 2022-03-17T19:06:45.8470177Z * [new branch] dynamic_shapes -> origin/dynamic_shapes 2022-03-17T19:06:45.8471668Z * [new branch] dynamic_shapes_cpp -> origin/dynamic_shapes_cpp 2022-03-17T19:06:45.8473307Z * [new branch] dynamic_shapes_python -> origin/dynamic_shapes_python 2022-03-17T19:06:45.8474853Z * [new branch] eager_compilation -> origin/eager_compilation 2022-03-17T19:06:45.8476675Z * [new branch] ed02619 -> origin/ed02619 2022-03-17T19:06:45.8478062Z * [new branch] edward-io-patch-1 -> origin/edward-io-patch-1 2022-03-17T19:06:45.8479741Z * [new branch] elementwise_binary_ii_opinfos -> origin/elementwise_binary_ii_opinfos 2022-03-17T19:06:45.8481070Z * [new branch] elementwise_binary_opinfos -> origin/elementwise_binary_opinfos 2022-03-17T19:06:45.8482444Z * [new branch] embedding-cub-2 -> origin/embedding-cub-2 2022-03-17T19:06:45.8484573Z * [new branch] empty -> origin/empty 2022-03-17T19:06:45.8485792Z * [new branch] enable_custom_codefilter -> origin/enable_custom_codefilter 2022-03-17T19:06:45.8487367Z * [new branch] enable_metal_in_pytorch_macos_nightly -> origin/enable_metal_in_pytorch_macos_nightly 2022-03-17T19:06:45.8489222Z * [new branch] enabling_checking_typing_attributes_during_rcb_lookup -> origin/enabling_checking_typing_attributes_during_rcb_lookup 2022-03-17T19:06:45.8490525Z * [new branch] error_check_env_fix -> origin/error_check_env_fix 2022-03-17T19:06:45.8494489Z * [new branch] error_input_tests_to_opinfo -> origin/error_input_tests_to_opinfo 2022-03-17T19:06:45.8495082Z * [new branch] error_on_composite_registrations -> origin/error_on_composite_registrations 2022-03-17T19:06:45.8496125Z * [new branch] exercise1 -> origin/exercise1 2022-03-17T19:06:45.8496610Z * [new branch] export-D14992856 -> origin/export-D14992856 2022-03-17T19:06:45.8497763Z * [new branch] export-D14992857 -> origin/export-D14992857 2022-03-17T19:06:45.8499237Z * [new branch] export-D15634027 -> origin/export-D15634027 2022-03-17T19:06:45.8501512Z * [new branch] export-D15795024 -> origin/export-D15795024 2022-03-17T19:06:45.8502013Z * [new branch] export-D15814743 -> origin/export-D15814743 2022-03-17T19:06:45.8503223Z * [new branch] expr_handle_pow -> origin/expr_handle_pow 2022-03-17T19:06:45.8504684Z * [new branch] fb-config -> origin/fb-config 2022-03-17T19:06:45.8506821Z * [new branch] fbcode/warm -> origin/fbcode/warm 2022-03-17T19:06:45.8507978Z * [new branch] fbjni_022 -> origin/fbjni_022 2022-03-17T19:06:45.8509247Z * [new branch] fbjni_022_2 -> origin/fbjni_022_2 2022-03-17T19:06:45.8510689Z * [new branch] fbjni_022_prefab -> origin/fbjni_022_prefab 2022-03-17T19:06:45.8511996Z * [new branch] fbjni_022_prefab_2 -> origin/fbjni_022_prefab_2 2022-03-17T19:06:45.8514034Z * [new branch] fbsync -> origin/fbsync 2022-03-17T19:06:45.8515331Z * [new branch] fix-cat-transform-docs -> origin/fix-cat-transform-docs 2022-03-17T19:06:45.8516754Z * [new branch] fix-dirichlet-shape -> origin/fix-dirichlet-shape 2022-03-17T19:06:45.8518247Z * [new branch] fix-mac-test-report -> origin/fix-mac-test-report 2022-03-17T19:06:45.8519719Z * [new branch] fix-mac-uploading -> origin/fix-mac-uploading 2022-03-17T19:06:45.8521746Z * [new branch] fix-optim-annotation -> origin/fix-optim-annotation 2022-03-17T19:06:45.8523040Z * [new branch] fix-timer-overflow -> origin/fix-timer-overflow 2022-03-17T19:06:45.8524577Z * [new branch] fix-tools -> origin/fix-tools 2022-03-17T19:06:45.8526029Z * [new branch] fix_conv -> origin/fix_conv 2022-03-17T19:06:45.8527661Z * [new branch] fix_cpp_impl_parity -> origin/fix_cpp_impl_parity 2022-03-17T19:06:45.8529075Z * [new branch] fix_ddp_doc -> origin/fix_ddp_doc 2022-03-17T19:06:45.8530503Z * [new branch] fix_dispatch -> origin/fix_dispatch 2022-03-17T19:06:45.8531969Z * [new branch] fix_doc_issues -> origin/fix_doc_issues 2022-03-17T19:06:45.8533487Z * [new branch] fix_doc_new -> origin/fix_doc_new 2022-03-17T19:06:45.8534931Z * [new branch] fix_docs_Aprl -> origin/fix_docs_Aprl 2022-03-17T19:06:45.8536291Z * [new branch] fix_error_msg -> origin/fix_error_msg 2022-03-17T19:06:45.8537720Z * [new branch] fix_foreach_test -> origin/fix_foreach_test 2022-03-17T19:06:45.8539250Z * [new branch] fix_graphmodule_singleton -> origin/fix_graphmodule_singleton 2022-03-17T19:06:45.8540782Z * [new branch] fix_javadoc_url -> origin/fix_javadoc_url 2022-03-17T19:06:45.8542237Z * [new branch] fix_jit_overview_fut -> origin/fix_jit_overview_fut 2022-03-17T19:06:45.8543817Z * [new branch] fix_module_forward_optional_arg -> origin/fix_module_forward_optional_arg 2022-03-17T19:06:45.8545367Z * [new branch] fix_module_forward_optional_arg_backup -> origin/fix_module_forward_optional_arg_backup 2022-03-17T19:06:45.8546837Z * [new branch] fix_multidim_tensor_ctor -> origin/fix_multidim_tensor_ctor 2022-03-17T19:06:45.8548203Z * [new branch] fix_nccl -> origin/fix_nccl 2022-03-17T19:06:45.8549725Z * [new branch] fix_nccl_2 -> origin/fix_nccl_2 2022-03-17T19:06:45.8551234Z * [new branch] fix_portforward -> origin/fix_portforward 2022-03-17T19:06:45.8552752Z * [new branch] fix_shape_prop -> origin/fix_shape_prop 2022-03-17T19:06:45.8554254Z * [new branch] fix_tensorpipe_cmake_option -> origin/fix_tensorpipe_cmake_option 2022-03-17T19:06:45.8555786Z * [new branch] fix_torch_module_check -> origin/fix_torch_module_check 2022-03-17T19:06:45.8557293Z * [new branch] fix_torch_tensor_ctor_4th_try -> origin/fix_torch_tensor_ctor_4th_try 2022-03-17T19:06:45.8558817Z * [new branch] fix_tp_cma_short_read -> origin/fix_tp_cma_short_read 2022-03-17T19:06:45.8560365Z * [new branch] fixoptionalargs -> origin/fixoptionalargs 2022-03-17T19:06:45.8562210Z * [new branch] flatbuffer -> origin/flatbuffer 2022-03-17T19:06:45.8564199Z * [new branch] float_requant_q8vadd -> origin/float_requant_q8vadd 2022-03-17T19:06:45.8565425Z * [new branch] float_requant_q8vadd_2021 -> origin/float_requant_q8vadd_2021 2022-03-17T19:06:45.8567358Z * [new branch] float_zero_point_qparam_cpu -> origin/float_zero_point_qparam_cpu 2022-03-17T19:06:45.8568887Z * [new branch] flops_print_fix -> origin/flops_print_fix 2022-03-17T19:06:45.8571065Z * [new branch] forbid-inplace-modifi-packing -> origin/forbid-inplace-modifi-packing 2022-03-17T19:06:45.8572198Z * [new branch] foreach_wip -> origin/foreach_wip 2022-03-17T19:06:45.8573745Z * [new branch] forward-fix-bc -> origin/forward-fix-bc 2022-03-17T19:06:45.8575200Z * [new branch] foward -> origin/foward 2022-03-17T19:06:45.8577007Z * [new branch] freeze_module2 -> origin/freeze_module2 2022-03-17T19:06:45.8578408Z * [new branch] freeze_subgraphs -> origin/freeze_subgraphs 2022-03-17T19:06:45.8579969Z * [new branch] freezing -> origin/freezing 2022-03-17T19:06:45.8581525Z * [new branch] fsdp_meta -> origin/fsdp_meta 2022-03-17T19:06:45.8583592Z * [new branch] fx-lowering-refactor -> origin/fx-lowering-refactor 2022-03-17T19:06:45.8584884Z * [new branch] fx-lowering-refactor-2 -> origin/fx-lowering-refactor-2 2022-03-17T19:06:45.8586509Z * [new branch] fx-lowering-refactor-3 -> origin/fx-lowering-refactor-3 2022-03-17T19:06:45.8588012Z * [new branch] fx_buffers -> origin/fx_buffers 2022-03-17T19:06:45.8589578Z * [new branch] fx_codegen -> origin/fx_codegen 2022-03-17T19:06:45.8591082Z * [new branch] fx_opinfo_port -> origin/fx_opinfo_port 2022-03-17T19:06:45.8593157Z * [new branch] garymm/dummy -> origin/garymm/dummy 2022-03-17T19:06:45.8594285Z * [new branch] gatherTopK -> origin/gatherTopK 2022-03-17T19:06:45.8595778Z * [new branch] gelu -> origin/gelu 2022-03-17T19:06:45.8597723Z * [new branch] get-workflow-name -> origin/get-workflow-name 2022-03-17T19:06:45.8600010Z * [new branch] gh/1ntEgr8/1/base -> origin/gh/1ntEgr8/1/base 2022-03-17T19:06:45.8601129Z * [new branch] gh/1ntEgr8/1/head -> origin/gh/1ntEgr8/1/head 2022-03-17T19:06:45.8602579Z * [new branch] gh/1ntEgr8/1/orig -> origin/gh/1ntEgr8/1/orig 2022-03-17T19:06:45.8604892Z * [new branch] gh/1ntEgr8/11/base -> origin/gh/1ntEgr8/11/base 2022-03-17T19:06:45.8605997Z * [new branch] gh/1ntEgr8/11/head -> origin/gh/1ntEgr8/11/head 2022-03-17T19:06:45.8607403Z * [new branch] gh/1ntEgr8/11/orig -> origin/gh/1ntEgr8/11/orig 2022-03-17T19:06:45.8609657Z * [new branch] gh/1ntEgr8/17/base -> origin/gh/1ntEgr8/17/base 2022-03-17T19:06:45.8610654Z * [new branch] gh/1ntEgr8/17/head -> origin/gh/1ntEgr8/17/head 2022-03-17T19:06:45.8612019Z * [new branch] gh/1ntEgr8/17/orig -> origin/gh/1ntEgr8/17/orig 2022-03-17T19:06:45.8614114Z * [new branch] gh/1ntEgr8/18/base -> origin/gh/1ntEgr8/18/base 2022-03-17T19:06:45.8615114Z * [new branch] gh/1ntEgr8/18/head -> origin/gh/1ntEgr8/18/head 2022-03-17T19:06:45.8616571Z * [new branch] gh/1ntEgr8/18/orig -> origin/gh/1ntEgr8/18/orig 2022-03-17T19:06:45.8618074Z * [new branch] gh/1ntEgr8/2/base -> origin/gh/1ntEgr8/2/base 2022-03-17T19:06:45.8619555Z * [new branch] gh/1ntEgr8/2/head -> origin/gh/1ntEgr8/2/head 2022-03-17T19:06:45.8621126Z * [new branch] gh/1ntEgr8/2/orig -> origin/gh/1ntEgr8/2/orig 2022-03-17T19:06:45.8622741Z * [new branch] gh/1ntEgr8/20/base -> origin/gh/1ntEgr8/20/base 2022-03-17T19:06:45.8624128Z * [new branch] gh/1ntEgr8/20/head -> origin/gh/1ntEgr8/20/head 2022-03-17T19:06:45.8625410Z * [new branch] gh/1ntEgr8/20/orig -> origin/gh/1ntEgr8/20/orig 2022-03-17T19:06:45.8627487Z * [new branch] gh/1ntEgr8/22/base -> origin/gh/1ntEgr8/22/base 2022-03-17T19:06:45.8628490Z * [new branch] gh/1ntEgr8/22/head -> origin/gh/1ntEgr8/22/head 2022-03-17T19:06:45.8629908Z * [new branch] gh/1ntEgr8/22/orig -> origin/gh/1ntEgr8/22/orig 2022-03-17T19:06:45.8631989Z * [new branch] gh/1ntEgr8/24/base -> origin/gh/1ntEgr8/24/base 2022-03-17T19:06:45.8632966Z * [new branch] gh/1ntEgr8/24/head -> origin/gh/1ntEgr8/24/head 2022-03-17T19:06:45.8634370Z * [new branch] gh/1ntEgr8/24/orig -> origin/gh/1ntEgr8/24/orig 2022-03-17T19:06:45.8636786Z * [new branch] gh/1ntEgr8/25/base -> origin/gh/1ntEgr8/25/base 2022-03-17T19:06:45.8637872Z * [new branch] gh/1ntEgr8/25/head -> origin/gh/1ntEgr8/25/head 2022-03-17T19:06:45.8639309Z * [new branch] gh/1ntEgr8/25/orig -> origin/gh/1ntEgr8/25/orig 2022-03-17T19:06:45.8641036Z * [new branch] gh/1ntEgr8/3/base -> origin/gh/1ntEgr8/3/base 2022-03-17T19:06:45.8642331Z * [new branch] gh/1ntEgr8/3/head -> origin/gh/1ntEgr8/3/head 2022-03-17T19:06:45.8643484Z * [new branch] gh/1ntEgr8/3/orig -> origin/gh/1ntEgr8/3/orig 2022-03-17T19:06:45.8645996Z * [new branch] gh/Amyh11325/10/base -> origin/gh/Amyh11325/10/base 2022-03-17T19:06:45.8647453Z * [new branch] gh/Amyh11325/10/head -> origin/gh/Amyh11325/10/head 2022-03-17T19:06:45.8648730Z * [new branch] gh/Amyh11325/10/orig -> origin/gh/Amyh11325/10/orig 2022-03-17T19:06:45.8651211Z * [new branch] gh/Amyh11325/13/base -> origin/gh/Amyh11325/13/base 2022-03-17T19:06:45.8652321Z * [new branch] gh/Amyh11325/13/head -> origin/gh/Amyh11325/13/head 2022-03-17T19:06:45.8654149Z * [new branch] gh/Amyh11325/13/orig -> origin/gh/Amyh11325/13/orig 2022-03-17T19:06:45.8655636Z * [new branch] gh/Amyh11325/18/base -> origin/gh/Amyh11325/18/base 2022-03-17T19:06:45.8657461Z * [new branch] gh/Amyh11325/18/head -> origin/gh/Amyh11325/18/head 2022-03-17T19:06:45.8658563Z * [new branch] gh/Amyh11325/18/orig -> origin/gh/Amyh11325/18/orig 2022-03-17T19:06:45.8661185Z * [new branch] gh/AshkanAliabadi/1/base -> origin/gh/AshkanAliabadi/1/base 2022-03-17T19:06:45.8662328Z * [new branch] gh/AshkanAliabadi/1/head -> origin/gh/AshkanAliabadi/1/head 2022-03-17T19:06:45.8664168Z * [new branch] gh/AshkanAliabadi/1/orig -> origin/gh/AshkanAliabadi/1/orig 2022-03-17T19:06:45.8665537Z * [new branch] gh/AshkanAliabadi/30/base -> origin/gh/AshkanAliabadi/30/base 2022-03-17T19:06:45.8667205Z * [new branch] gh/AshkanAliabadi/30/head -> origin/gh/AshkanAliabadi/30/head 2022-03-17T19:06:45.8668368Z * [new branch] gh/AshkanAliabadi/30/orig -> origin/gh/AshkanAliabadi/30/orig 2022-03-17T19:06:45.8670193Z * [new branch] gh/AshkanAliabadi/31/base -> origin/gh/AshkanAliabadi/31/base 2022-03-17T19:06:45.8671228Z * [new branch] gh/AshkanAliabadi/31/head -> origin/gh/AshkanAliabadi/31/head 2022-03-17T19:06:45.8672958Z * [new branch] gh/AshkanAliabadi/31/orig -> origin/gh/AshkanAliabadi/31/orig 2022-03-17T19:06:45.8674318Z * [new branch] gh/AshkanAliabadi/32/base -> origin/gh/AshkanAliabadi/32/base 2022-03-17T19:06:45.8675965Z * [new branch] gh/AshkanAliabadi/32/head -> origin/gh/AshkanAliabadi/32/head 2022-03-17T19:06:45.8677073Z * [new branch] gh/AshkanAliabadi/32/orig -> origin/gh/AshkanAliabadi/32/orig 2022-03-17T19:06:45.8679038Z * [new branch] gh/AshkanAliabadi/33/base -> origin/gh/AshkanAliabadi/33/base 2022-03-17T19:06:45.8679898Z * [new branch] gh/AshkanAliabadi/33/head -> origin/gh/AshkanAliabadi/33/head 2022-03-17T19:06:45.8681956Z * [new branch] gh/AshkanAliabadi/33/orig -> origin/gh/AshkanAliabadi/33/orig 2022-03-17T19:06:45.8684308Z * [new branch] gh/AshkanAliabadi/38/base -> origin/gh/AshkanAliabadi/38/base 2022-03-17T19:06:45.8685360Z * [new branch] gh/AshkanAliabadi/38/head -> origin/gh/AshkanAliabadi/38/head 2022-03-17T19:06:45.8686691Z * [new branch] gh/AshkanAliabadi/38/orig -> origin/gh/AshkanAliabadi/38/orig 2022-03-17T19:06:45.8688841Z * [new branch] gh/AshkanAliabadi/4/base -> origin/gh/AshkanAliabadi/4/base 2022-03-17T19:06:45.8690531Z * [new branch] gh/AshkanAliabadi/46/base -> origin/gh/AshkanAliabadi/46/base 2022-03-17T19:06:45.8691906Z * [new branch] gh/AshkanAliabadi/46/head -> origin/gh/AshkanAliabadi/46/head 2022-03-17T19:06:45.8693432Z * [new branch] gh/AshkanAliabadi/5/base -> origin/gh/AshkanAliabadi/5/base 2022-03-17T19:06:45.8695692Z * [new branch] gh/AshkanAliabadi/50/base -> origin/gh/AshkanAliabadi/50/base 2022-03-17T19:06:45.8696930Z * [new branch] gh/AshkanAliabadi/50/head -> origin/gh/AshkanAliabadi/50/head 2022-03-17T19:06:45.8698467Z * [new branch] gh/AshkanAliabadi/50/orig -> origin/gh/AshkanAliabadi/50/orig 2022-03-17T19:06:45.8700707Z * [new branch] gh/AshkanAliabadi/54/base -> origin/gh/AshkanAliabadi/54/base 2022-03-17T19:06:45.8702010Z * [new branch] gh/AshkanAliabadi/54/head -> origin/gh/AshkanAliabadi/54/head 2022-03-17T19:06:45.8703356Z * [new branch] gh/AshkanAliabadi/54/orig -> origin/gh/AshkanAliabadi/54/orig 2022-03-17T19:06:45.8705264Z * [new branch] gh/AshkanAliabadi/57/base -> origin/gh/AshkanAliabadi/57/base 2022-03-17T19:06:45.8706043Z * [new branch] gh/AshkanAliabadi/57/head -> origin/gh/AshkanAliabadi/57/head 2022-03-17T19:06:45.8707718Z * [new branch] gh/AshkanAliabadi/57/orig -> origin/gh/AshkanAliabadi/57/orig 2022-03-17T19:06:45.8709620Z * [new branch] gh/AshkanAliabadi/59/base -> origin/gh/AshkanAliabadi/59/base 2022-03-17T19:06:45.8710872Z * [new branch] gh/AshkanAliabadi/59/head -> origin/gh/AshkanAliabadi/59/head 2022-03-17T19:06:45.8712191Z * [new branch] gh/AshkanAliabadi/59/orig -> origin/gh/AshkanAliabadi/59/orig 2022-03-17T19:06:45.8714074Z * [new branch] gh/AshkanAliabadi/6/base -> origin/gh/AshkanAliabadi/6/base 2022-03-17T19:06:45.8715498Z * [new branch] gh/AshkanAliabadi/60/base -> origin/gh/AshkanAliabadi/60/base 2022-03-17T19:06:45.8716875Z * [new branch] gh/AshkanAliabadi/60/head -> origin/gh/AshkanAliabadi/60/head 2022-03-17T19:06:45.8718218Z * [new branch] gh/AshkanAliabadi/60/orig -> origin/gh/AshkanAliabadi/60/orig 2022-03-17T19:06:45.8720410Z * [new branch] gh/AshkanAliabadi/64/base -> origin/gh/AshkanAliabadi/64/base 2022-03-17T19:06:45.8721756Z * [new branch] gh/AshkanAliabadi/64/head -> origin/gh/AshkanAliabadi/64/head 2022-03-17T19:06:45.8723162Z * [new branch] gh/AshkanAliabadi/64/orig -> origin/gh/AshkanAliabadi/64/orig 2022-03-17T19:06:45.8725306Z * [new branch] gh/AshkanAliabadi/65/base -> origin/gh/AshkanAliabadi/65/base 2022-03-17T19:06:45.8726538Z * [new branch] gh/AshkanAliabadi/65/head -> origin/gh/AshkanAliabadi/65/head 2022-03-17T19:06:45.8727866Z * [new branch] gh/AshkanAliabadi/65/orig -> origin/gh/AshkanAliabadi/65/orig 2022-03-17T19:06:45.8730052Z * [new branch] gh/AshkanAliabadi/66/base -> origin/gh/AshkanAliabadi/66/base 2022-03-17T19:06:45.8731231Z * [new branch] gh/AshkanAliabadi/66/head -> origin/gh/AshkanAliabadi/66/head 2022-03-17T19:06:45.8732701Z * [new branch] gh/AshkanAliabadi/66/orig -> origin/gh/AshkanAliabadi/66/orig 2022-03-17T19:06:45.8734767Z * [new branch] gh/AshkanAliabadi/67/base -> origin/gh/AshkanAliabadi/67/base 2022-03-17T19:06:45.8735933Z * [new branch] gh/AshkanAliabadi/67/head -> origin/gh/AshkanAliabadi/67/head 2022-03-17T19:06:45.8737384Z * [new branch] gh/AshkanAliabadi/67/orig -> origin/gh/AshkanAliabadi/67/orig 2022-03-17T19:06:45.8739059Z * [new branch] gh/AshkanAliabadi/68/base -> origin/gh/AshkanAliabadi/68/base 2022-03-17T19:06:45.8740246Z * [new branch] gh/AshkanAliabadi/68/head -> origin/gh/AshkanAliabadi/68/head 2022-03-17T19:06:45.8741660Z * [new branch] gh/AshkanAliabadi/68/orig -> origin/gh/AshkanAliabadi/68/orig 2022-03-17T19:06:45.8744209Z * [new branch] gh/BowenBao/109/base -> origin/gh/BowenBao/109/base 2022-03-17T19:06:45.8745309Z * [new branch] gh/BowenBao/109/head -> origin/gh/BowenBao/109/head 2022-03-17T19:06:45.8746695Z * [new branch] gh/BowenBao/109/orig -> origin/gh/BowenBao/109/orig 2022-03-17T19:06:45.8748782Z * [new branch] gh/BowenBao/110/base -> origin/gh/BowenBao/110/base 2022-03-17T19:06:45.8749879Z * [new branch] gh/BowenBao/110/head -> origin/gh/BowenBao/110/head 2022-03-17T19:06:45.8751396Z * [new branch] gh/BowenBao/111/base -> origin/gh/BowenBao/111/base 2022-03-17T19:06:45.8752769Z * [new branch] gh/BowenBao/111/head -> origin/gh/BowenBao/111/head 2022-03-17T19:06:45.8754233Z * [new branch] gh/BowenBao/112/base -> origin/gh/BowenBao/112/base 2022-03-17T19:06:45.8755780Z * [new branch] gh/BowenBao/112/head -> origin/gh/BowenBao/112/head 2022-03-17T19:06:45.8757266Z * [new branch] gh/BowenBao/113/base -> origin/gh/BowenBao/113/base 2022-03-17T19:06:45.8758481Z * [new branch] gh/BowenBao/113/head -> origin/gh/BowenBao/113/head 2022-03-17T19:06:45.8759964Z * [new branch] gh/BowenBao/114/base -> origin/gh/BowenBao/114/base 2022-03-17T19:06:45.8761632Z * [new branch] gh/BowenBao/114/head -> origin/gh/BowenBao/114/head 2022-03-17T19:06:45.8763040Z * [new branch] gh/BowenBao/115/base -> origin/gh/BowenBao/115/base 2022-03-17T19:06:45.8764442Z * [new branch] gh/BowenBao/115/head -> origin/gh/BowenBao/115/head 2022-03-17T19:06:45.8766196Z * [new branch] gh/BowenBao/116/base -> origin/gh/BowenBao/116/base 2022-03-17T19:06:45.8767336Z * [new branch] gh/BowenBao/116/head -> origin/gh/BowenBao/116/head 2022-03-17T19:06:45.8768931Z * [new branch] gh/BowenBao/117/base -> origin/gh/BowenBao/117/base 2022-03-17T19:06:45.8770162Z * [new branch] gh/BowenBao/117/head -> origin/gh/BowenBao/117/head 2022-03-17T19:06:45.8772043Z * [new branch] gh/BowenBao/118/base -> origin/gh/BowenBao/118/base 2022-03-17T19:06:45.8773075Z * [new branch] gh/BowenBao/118/head -> origin/gh/BowenBao/118/head 2022-03-17T19:06:45.8774854Z * [new branch] gh/BowenBao/119/base -> origin/gh/BowenBao/119/base 2022-03-17T19:06:45.8776017Z * [new branch] gh/BowenBao/119/head -> origin/gh/BowenBao/119/head 2022-03-17T19:06:45.8777928Z * [new branch] gh/BowenBao/120/base -> origin/gh/BowenBao/120/base 2022-03-17T19:06:45.8779022Z * [new branch] gh/BowenBao/120/head -> origin/gh/BowenBao/120/head 2022-03-17T19:06:45.8780839Z * [new branch] gh/BowenBao/121/base -> origin/gh/BowenBao/121/base 2022-03-17T19:06:45.8781947Z * [new branch] gh/BowenBao/121/head -> origin/gh/BowenBao/121/head 2022-03-17T19:06:45.8783760Z * [new branch] gh/BowenBao/122/base -> origin/gh/BowenBao/122/base 2022-03-17T19:06:45.8784727Z * [new branch] gh/BowenBao/122/head -> origin/gh/BowenBao/122/head 2022-03-17T19:06:45.8786603Z * [new branch] gh/BowenBao/123/base -> origin/gh/BowenBao/123/base 2022-03-17T19:06:45.8787669Z * [new branch] gh/BowenBao/123/head -> origin/gh/BowenBao/123/head 2022-03-17T19:06:45.8789584Z * [new branch] gh/BowenBao/124/base -> origin/gh/BowenBao/124/base 2022-03-17T19:06:45.8790438Z * [new branch] gh/BowenBao/124/head -> origin/gh/BowenBao/124/head 2022-03-17T19:06:45.8792369Z * [new branch] gh/BowenBao/125/base -> origin/gh/BowenBao/125/base 2022-03-17T19:06:45.8793549Z * [new branch] gh/BowenBao/125/head -> origin/gh/BowenBao/125/head 2022-03-17T19:06:45.8795366Z * [new branch] gh/BowenBao/126/base -> origin/gh/BowenBao/126/base 2022-03-17T19:06:45.8796423Z * [new branch] gh/BowenBao/126/head -> origin/gh/BowenBao/126/head 2022-03-17T19:06:45.8798228Z * [new branch] gh/BowenBao/127/base -> origin/gh/BowenBao/127/base 2022-03-17T19:06:45.8799293Z * [new branch] gh/BowenBao/127/head -> origin/gh/BowenBao/127/head 2022-03-17T19:06:45.8801207Z * [new branch] gh/BowenBao/128/base -> origin/gh/BowenBao/128/base 2022-03-17T19:06:45.8802308Z * [new branch] gh/BowenBao/128/head -> origin/gh/BowenBao/128/head 2022-03-17T19:06:45.8804297Z * [new branch] gh/BowenBao/129/base -> origin/gh/BowenBao/129/base 2022-03-17T19:06:45.8805347Z * [new branch] gh/BowenBao/129/head -> origin/gh/BowenBao/129/head 2022-03-17T19:06:45.8807139Z * [new branch] gh/BowenBao/130/base -> origin/gh/BowenBao/130/base 2022-03-17T19:06:45.8808337Z * [new branch] gh/BowenBao/130/head -> origin/gh/BowenBao/130/head 2022-03-17T19:06:45.8810173Z * [new branch] gh/BowenBao/131/base -> origin/gh/BowenBao/131/base 2022-03-17T19:06:45.8811133Z * [new branch] gh/BowenBao/131/head -> origin/gh/BowenBao/131/head 2022-03-17T19:06:45.8813384Z * [new branch] gh/BowenBao/148/base -> origin/gh/BowenBao/148/base 2022-03-17T19:06:45.8814504Z * [new branch] gh/BowenBao/148/head -> origin/gh/BowenBao/148/head 2022-03-17T19:06:45.8816216Z * [new branch] gh/BowenBao/148/orig -> origin/gh/BowenBao/148/orig 2022-03-17T19:06:45.8818101Z * [new branch] gh/BowenBao/149/base -> origin/gh/BowenBao/149/base 2022-03-17T19:06:45.8819222Z * [new branch] gh/BowenBao/149/head -> origin/gh/BowenBao/149/head 2022-03-17T19:06:45.8820520Z * [new branch] gh/BowenBao/149/orig -> origin/gh/BowenBao/149/orig 2022-03-17T19:06:45.8822634Z * [new branch] gh/BowenBao/150/base -> origin/gh/BowenBao/150/base 2022-03-17T19:06:45.8823878Z * [new branch] gh/BowenBao/150/head -> origin/gh/BowenBao/150/head 2022-03-17T19:06:45.8825613Z * [new branch] gh/BowenBao/150/orig -> origin/gh/BowenBao/150/orig 2022-03-17T19:06:45.8827363Z * [new branch] gh/BowenBao/151/base -> origin/gh/BowenBao/151/base 2022-03-17T19:06:45.8828546Z * [new branch] gh/BowenBao/151/orig -> origin/gh/BowenBao/151/orig 2022-03-17T19:06:45.8830804Z * [new branch] gh/DeepDriving/12/base -> origin/gh/DeepDriving/12/base 2022-03-17T19:06:45.8832114Z * [new branch] gh/DeepDriving/12/head -> origin/gh/DeepDriving/12/head 2022-03-17T19:06:45.8833694Z * [new branch] gh/DeepDriving/12/orig -> origin/gh/DeepDriving/12/orig 2022-03-17T19:06:45.8835711Z * [new branch] gh/DeepDriving/2/base -> origin/gh/DeepDriving/2/base 2022-03-17T19:06:45.8836772Z * [new branch] gh/DeepDriving/2/head -> origin/gh/DeepDriving/2/head 2022-03-17T19:06:45.8838361Z * [new branch] gh/DeepDriving/2/orig -> origin/gh/DeepDriving/2/orig 2022-03-17T19:06:45.8839598Z * [new branch] gh/DeepDriving/3/base -> origin/gh/DeepDriving/3/base 2022-03-17T19:06:45.8841116Z * [new branch] gh/DeepDriving/3/head -> origin/gh/DeepDriving/3/head 2022-03-17T19:06:45.8843717Z * [new branch] gh/DeepDriving/3/orig -> origin/gh/DeepDriving/3/orig 2022-03-17T19:06:45.8844989Z * [new branch] gh/DeepDriving/4/base -> origin/gh/DeepDriving/4/base 2022-03-17T19:06:45.8846576Z * [new branch] gh/DeepDriving/4/head -> origin/gh/DeepDriving/4/head 2022-03-17T19:06:45.8847804Z * [new branch] gh/DeepDriving/4/orig -> origin/gh/DeepDriving/4/orig 2022-03-17T19:06:45.8849307Z * [new branch] gh/DeepDriving/5/base -> origin/gh/DeepDriving/5/base 2022-03-17T19:06:45.8850656Z * [new branch] gh/DeepDriving/5/head -> origin/gh/DeepDriving/5/head 2022-03-17T19:06:45.8852067Z * [new branch] gh/DeepDriving/5/orig -> origin/gh/DeepDriving/5/orig 2022-03-17T19:06:45.8854005Z * [new branch] gh/DeepDriving/7/base -> origin/gh/DeepDriving/7/base 2022-03-17T19:06:45.8855162Z * [new branch] gh/DeepDriving/7/head -> origin/gh/DeepDriving/7/head 2022-03-17T19:06:45.8856905Z * [new branch] gh/DeepDriving/8/base -> origin/gh/DeepDriving/8/base 2022-03-17T19:06:45.8858334Z * [new branch] gh/DeepDriving/8/head -> origin/gh/DeepDriving/8/head 2022-03-17T19:06:45.8859413Z * [new branch] gh/DeepDriving/8/orig -> origin/gh/DeepDriving/8/orig 2022-03-17T19:06:45.8861493Z * [new branch] gh/DeepDriving/9/base -> origin/gh/DeepDriving/9/base 2022-03-17T19:06:45.8862750Z * [new branch] gh/DeepDriving/9/head -> origin/gh/DeepDriving/9/head 2022-03-17T19:06:45.8864017Z * [new branch] gh/DeepDriving/9/orig -> origin/gh/DeepDriving/9/orig 2022-03-17T19:06:45.8866360Z * [new branch] gh/Feey0/26/base -> origin/gh/Feey0/26/base 2022-03-17T19:06:45.8867471Z * [new branch] gh/Feey0/26/head -> origin/gh/Feey0/26/head 2022-03-17T19:06:45.8868696Z * [new branch] gh/Feey0/26/orig -> origin/gh/Feey0/26/orig 2022-03-17T19:06:45.8870689Z * [new branch] gh/Feey0/28/base -> origin/gh/Feey0/28/base 2022-03-17T19:06:45.8871911Z * [new branch] gh/Feey0/28/head -> origin/gh/Feey0/28/head 2022-03-17T19:06:45.8873159Z * [new branch] gh/Feey0/28/orig -> origin/gh/Feey0/28/orig 2022-03-17T19:06:45.8875200Z * [new branch] gh/Feey0/29/base -> origin/gh/Feey0/29/base 2022-03-17T19:06:45.8876363Z * [new branch] gh/Feey0/29/head -> origin/gh/Feey0/29/head 2022-03-17T19:06:45.8877935Z * [new branch] gh/Feey0/29/orig -> origin/gh/Feey0/29/orig 2022-03-17T19:06:45.8879603Z * [new branch] gh/Feey0/3/base -> origin/gh/Feey0/3/base 2022-03-17T19:06:45.8880899Z * [new branch] gh/Feey0/3/head -> origin/gh/Feey0/3/head 2022-03-17T19:06:45.8882254Z * [new branch] gh/Feey0/3/orig -> origin/gh/Feey0/3/orig 2022-03-17T19:06:45.8884860Z * [new branch] gh/H-Huang/21/base -> origin/gh/H-Huang/21/base 2022-03-17T19:06:45.8885974Z * [new branch] gh/H-Huang/21/head -> origin/gh/H-Huang/21/head 2022-03-17T19:06:45.8887273Z * [new branch] gh/H-Huang/21/orig -> origin/gh/H-Huang/21/orig 2022-03-17T19:06:45.8889313Z * [new branch] gh/H-Huang/25/base -> origin/gh/H-Huang/25/base 2022-03-17T19:06:45.8890484Z * [new branch] gh/H-Huang/25/head -> origin/gh/H-Huang/25/head 2022-03-17T19:06:45.8892208Z * [new branch] gh/H-Huang/25/orig -> origin/gh/H-Huang/25/orig 2022-03-17T19:06:45.8893963Z * [new branch] gh/H-Huang/36/base -> origin/gh/H-Huang/36/base 2022-03-17T19:06:45.8894955Z * [new branch] gh/H-Huang/36/head -> origin/gh/H-Huang/36/head 2022-03-17T19:06:45.8896324Z * [new branch] gh/H-Huang/36/orig -> origin/gh/H-Huang/36/orig 2022-03-17T19:06:45.8898335Z * [new branch] gh/H-Huang/39/base -> origin/gh/H-Huang/39/base 2022-03-17T19:06:45.8899592Z * [new branch] gh/H-Huang/39/head -> origin/gh/H-Huang/39/head 2022-03-17T19:06:45.8900972Z * [new branch] gh/H-Huang/39/orig -> origin/gh/H-Huang/39/orig 2022-03-17T19:06:45.8902720Z * [new branch] gh/H-Huang/40/base -> origin/gh/H-Huang/40/base 2022-03-17T19:06:45.8903884Z * [new branch] gh/H-Huang/40/head -> origin/gh/H-Huang/40/head 2022-03-17T19:06:45.8905373Z * [new branch] gh/H-Huang/40/orig -> origin/gh/H-Huang/40/orig 2022-03-17T19:06:45.8907408Z * [new branch] gh/H-Huang/41/base -> origin/gh/H-Huang/41/base 2022-03-17T19:06:45.8908633Z * [new branch] gh/H-Huang/41/head -> origin/gh/H-Huang/41/head 2022-03-17T19:06:45.8910151Z * [new branch] gh/H-Huang/41/orig -> origin/gh/H-Huang/41/orig 2022-03-17T19:06:45.8911470Z * [new branch] gh/H-Huang/43/base -> origin/gh/H-Huang/43/base 2022-03-17T19:06:45.8913237Z * [new branch] gh/H-Huang/43/head -> origin/gh/H-Huang/43/head 2022-03-17T19:06:45.8914399Z * [new branch] gh/H-Huang/43/orig -> origin/gh/H-Huang/43/orig 2022-03-17T19:06:45.8926374Z * [new branch] gh/H-Huang/44/base -> origin/gh/H-Huang/44/base 2022-03-17T19:06:45.8926969Z * [new branch] gh/H-Huang/44/head -> origin/gh/H-Huang/44/head 2022-03-17T19:06:45.8927435Z * [new branch] gh/H-Huang/44/orig -> origin/gh/H-Huang/44/orig 2022-03-17T19:06:45.8927899Z * [new branch] gh/H-Huang/47/base -> origin/gh/H-Huang/47/base 2022-03-17T19:06:45.8928986Z * [new branch] gh/H-Huang/47/head -> origin/gh/H-Huang/47/head 2022-03-17T19:06:45.8929451Z * [new branch] gh/H-Huang/47/orig -> origin/gh/H-Huang/47/orig 2022-03-17T19:06:45.8934868Z * [new branch] gh/H-Huang/48/base -> origin/gh/H-Huang/48/base 2022-03-17T19:06:45.8935365Z * [new branch] gh/H-Huang/48/head -> origin/gh/H-Huang/48/head 2022-03-17T19:06:45.8936091Z * [new branch] gh/H-Huang/48/orig -> origin/gh/H-Huang/48/orig 2022-03-17T19:06:45.8936557Z * [new branch] gh/H-Huang/49/base -> origin/gh/H-Huang/49/base 2022-03-17T19:06:45.8937023Z * [new branch] gh/H-Huang/49/head -> origin/gh/H-Huang/49/head 2022-03-17T19:06:45.8937486Z * [new branch] gh/H-Huang/49/orig -> origin/gh/H-Huang/49/orig 2022-03-17T19:06:45.8938104Z * [new branch] gh/H-Huang/50/base -> origin/gh/H-Huang/50/base 2022-03-17T19:06:45.8939176Z * [new branch] gh/H-Huang/50/head -> origin/gh/H-Huang/50/head 2022-03-17T19:06:45.8941500Z * [new branch] gh/H-Huang/50/orig -> origin/gh/H-Huang/50/orig 2022-03-17T19:06:45.8944081Z * [new branch] gh/H-Huang/51/base -> origin/gh/H-Huang/51/base 2022-03-17T19:06:45.8946141Z * [new branch] gh/H-Huang/51/head -> origin/gh/H-Huang/51/head 2022-03-17T19:06:45.8948363Z * [new branch] gh/H-Huang/51/orig -> origin/gh/H-Huang/51/orig 2022-03-17T19:06:45.8950834Z * [new branch] gh/H-Huang/52/base -> origin/gh/H-Huang/52/base 2022-03-17T19:06:45.8953031Z * [new branch] gh/H-Huang/52/head -> origin/gh/H-Huang/52/head 2022-03-17T19:06:45.8955321Z * [new branch] gh/H-Huang/52/orig -> origin/gh/H-Huang/52/orig 2022-03-17T19:06:45.8958404Z * [new branch] gh/HDCharles/3/base -> origin/gh/HDCharles/3/base 2022-03-17T19:06:45.8960735Z * [new branch] gh/HDCharles/3/head -> origin/gh/HDCharles/3/head 2022-03-17T19:06:45.8963525Z * [new branch] gh/HDCharles/3/orig -> origin/gh/HDCharles/3/orig 2022-03-17T19:06:45.8965951Z * [new branch] gh/HDCharles/4/base -> origin/gh/HDCharles/4/base 2022-03-17T19:06:45.8968782Z * [new branch] gh/HDCharles/4/head -> origin/gh/HDCharles/4/head 2022-03-17T19:06:45.8969661Z * [new branch] gh/HDCharles/4/orig -> origin/gh/HDCharles/4/orig 2022-03-17T19:06:45.8971870Z * [new branch] gh/HDCharles/40/base -> origin/gh/HDCharles/40/base 2022-03-17T19:06:45.8973524Z * [new branch] gh/HDCharles/40/head -> origin/gh/HDCharles/40/head 2022-03-17T19:06:45.8975143Z * [new branch] gh/HDCharles/40/orig -> origin/gh/HDCharles/40/orig 2022-03-17T19:06:45.8976391Z * [new branch] gh/HDCharles/41/base -> origin/gh/HDCharles/41/base 2022-03-17T19:06:45.8977732Z * [new branch] gh/HDCharles/41/head -> origin/gh/HDCharles/41/head 2022-03-17T19:06:45.8979346Z * [new branch] gh/HDCharles/41/orig -> origin/gh/HDCharles/41/orig 2022-03-17T19:06:45.8980867Z * [new branch] gh/HDCharles/42/base -> origin/gh/HDCharles/42/base 2022-03-17T19:06:45.8982101Z * [new branch] gh/HDCharles/42/head -> origin/gh/HDCharles/42/head 2022-03-17T19:06:45.8983985Z * [new branch] gh/HDCharles/42/orig -> origin/gh/HDCharles/42/orig 2022-03-17T19:06:45.8985078Z * [new branch] gh/HDCharles/43/base -> origin/gh/HDCharles/43/base 2022-03-17T19:06:45.8986998Z * [new branch] gh/HDCharles/43/head -> origin/gh/HDCharles/43/head 2022-03-17T19:06:45.8988108Z * [new branch] gh/HDCharles/43/orig -> origin/gh/HDCharles/43/orig 2022-03-17T19:06:45.8990161Z * [new branch] gh/HDCharles/45/base -> origin/gh/HDCharles/45/base 2022-03-17T19:06:45.8991761Z * [new branch] gh/HDCharles/45/head -> origin/gh/HDCharles/45/head 2022-03-17T19:06:45.8993159Z * [new branch] gh/HDCharles/45/orig -> origin/gh/HDCharles/45/orig 2022-03-17T19:06:45.8994980Z * [new branch] gh/HDCharles/46/base -> origin/gh/HDCharles/46/base 2022-03-17T19:06:45.8995949Z * [new branch] gh/HDCharles/46/head -> origin/gh/HDCharles/46/head 2022-03-17T19:06:45.8997199Z * [new branch] gh/HDCharles/46/orig -> origin/gh/HDCharles/46/orig 2022-03-17T19:06:45.8999075Z * [new branch] gh/HDCharles/47/base -> origin/gh/HDCharles/47/base 2022-03-17T19:06:45.9000279Z * [new branch] gh/HDCharles/47/head -> origin/gh/HDCharles/47/head 2022-03-17T19:06:45.9004265Z * [new branch] gh/HDCharles/47/orig -> origin/gh/HDCharles/47/orig 2022-03-17T19:06:45.9004973Z * [new branch] gh/HDCharles/48/base -> origin/gh/HDCharles/48/base 2022-03-17T19:06:45.9005464Z * [new branch] gh/HDCharles/48/head -> origin/gh/HDCharles/48/head 2022-03-17T19:06:45.9006276Z * [new branch] gh/HDCharles/48/orig -> origin/gh/HDCharles/48/orig 2022-03-17T19:06:45.9008613Z * [new branch] gh/HDCharles/49/base -> origin/gh/HDCharles/49/base 2022-03-17T19:06:45.9009802Z * [new branch] gh/HDCharles/49/head -> origin/gh/HDCharles/49/head 2022-03-17T19:06:45.9011721Z * [new branch] gh/HDCharles/49/orig -> origin/gh/HDCharles/49/orig 2022-03-17T19:06:45.9012953Z * [new branch] gh/HDCharles/50/base -> origin/gh/HDCharles/50/base 2022-03-17T19:06:45.9014250Z * [new branch] gh/HDCharles/50/head -> origin/gh/HDCharles/50/head 2022-03-17T19:06:45.9015533Z * [new branch] gh/HDCharles/50/orig -> origin/gh/HDCharles/50/orig 2022-03-17T19:06:45.9017742Z * [new branch] gh/HDCharles/51/base -> origin/gh/HDCharles/51/base 2022-03-17T19:06:45.9018776Z * [new branch] gh/HDCharles/51/head -> origin/gh/HDCharles/51/head 2022-03-17T19:06:45.9020367Z * [new branch] gh/HDCharles/51/orig -> origin/gh/HDCharles/51/orig 2022-03-17T19:06:45.9022451Z * [new branch] gh/HDCharles/52/base -> origin/gh/HDCharles/52/base 2022-03-17T19:06:45.9040096Z * [new branch] gh/HDCharles/52/head -> origin/gh/HDCharles/52/head 2022-03-17T19:06:45.9040590Z * [new branch] gh/HDCharles/52/orig -> origin/gh/HDCharles/52/orig 2022-03-17T19:06:45.9041057Z * [new branch] gh/HDCharles/53/base -> origin/gh/HDCharles/53/base 2022-03-17T19:06:45.9041925Z * [new branch] gh/HDCharles/53/head -> origin/gh/HDCharles/53/head 2022-03-17T19:06:45.9042391Z * [new branch] gh/HDCharles/53/orig -> origin/gh/HDCharles/53/orig 2022-03-17T19:06:45.9042873Z * [new branch] gh/HDCharles/54/base -> origin/gh/HDCharles/54/base 2022-03-17T19:06:45.9043351Z * [new branch] gh/HDCharles/54/head -> origin/gh/HDCharles/54/head 2022-03-17T19:06:45.9043803Z * [new branch] gh/HDCharles/54/orig -> origin/gh/HDCharles/54/orig 2022-03-17T19:06:45.9044272Z * [new branch] gh/HDCharles/55/base -> origin/gh/HDCharles/55/base 2022-03-17T19:06:45.9044737Z * [new branch] gh/HDCharles/55/head -> origin/gh/HDCharles/55/head 2022-03-17T19:06:45.9045199Z * [new branch] gh/HDCharles/55/orig -> origin/gh/HDCharles/55/orig 2022-03-17T19:06:45.9045674Z * [new branch] gh/HDCharles/56/base -> origin/gh/HDCharles/56/base 2022-03-17T19:06:45.9046252Z * [new branch] gh/HDCharles/56/head -> origin/gh/HDCharles/56/head 2022-03-17T19:06:45.9046754Z * [new branch] gh/HDCharles/56/orig -> origin/gh/HDCharles/56/orig 2022-03-17T19:06:45.9047238Z * [new branch] gh/HDCharles/57/base -> origin/gh/HDCharles/57/base 2022-03-17T19:06:45.9047687Z * [new branch] gh/HDCharles/57/head -> origin/gh/HDCharles/57/head 2022-03-17T19:06:45.9049089Z * [new branch] gh/HDCharles/57/orig -> origin/gh/HDCharles/57/orig 2022-03-17T19:06:45.9051212Z * [new branch] gh/HDCharles/58/base -> origin/gh/HDCharles/58/base 2022-03-17T19:06:45.9052265Z * [new branch] gh/HDCharles/58/head -> origin/gh/HDCharles/58/head 2022-03-17T19:06:45.9053661Z * [new branch] gh/HDCharles/58/orig -> origin/gh/HDCharles/58/orig 2022-03-17T19:06:45.9056108Z * [new branch] gh/HDCharles/59/base -> origin/gh/HDCharles/59/base 2022-03-17T19:06:45.9057392Z * [new branch] gh/HDCharles/59/head -> origin/gh/HDCharles/59/head 2022-03-17T19:06:45.9059210Z * [new branch] gh/HDCharles/59/orig -> origin/gh/HDCharles/59/orig 2022-03-17T19:06:45.9060934Z * [new branch] gh/HDCharles/60/base -> origin/gh/HDCharles/60/base 2022-03-17T19:06:45.9062748Z * [new branch] gh/HDCharles/60/head -> origin/gh/HDCharles/60/head 2022-03-17T19:06:45.9063801Z * [new branch] gh/HDCharles/60/orig -> origin/gh/HDCharles/60/orig 2022-03-17T19:06:45.9065969Z * [new branch] gh/HDCharles/61/base -> origin/gh/HDCharles/61/base 2022-03-17T19:06:45.9068228Z * [new branch] gh/HDCharles/61/head -> origin/gh/HDCharles/61/head 2022-03-17T19:06:45.9069605Z * [new branch] gh/HDCharles/61/orig -> origin/gh/HDCharles/61/orig 2022-03-17T19:06:45.9071371Z * [new branch] gh/HDCharles/9/base -> origin/gh/HDCharles/9/base 2022-03-17T19:06:45.9072476Z * [new branch] gh/HDCharles/9/head -> origin/gh/HDCharles/9/head 2022-03-17T19:06:45.9073732Z * [new branch] gh/HDCharles/9/orig -> origin/gh/HDCharles/9/orig 2022-03-17T19:06:45.9076065Z * [new branch] gh/HaomiaoLiu730/1/base -> origin/gh/HaomiaoLiu730/1/base 2022-03-17T19:06:45.9077191Z * [new branch] gh/HaomiaoLiu730/1/head -> origin/gh/HaomiaoLiu730/1/head 2022-03-17T19:06:45.9079471Z * [new branch] gh/IvanKobzarev/1/base -> origin/gh/IvanKobzarev/1/base 2022-03-17T19:06:45.9080541Z * [new branch] gh/IvanKobzarev/1/head -> origin/gh/IvanKobzarev/1/head 2022-03-17T19:06:45.9082444Z * [new branch] gh/IvanKobzarev/19/base -> origin/gh/IvanKobzarev/19/base 2022-03-17T19:06:45.9083872Z * [new branch] gh/IvanKobzarev/19/head -> origin/gh/IvanKobzarev/19/head 2022-03-17T19:06:45.9085165Z * [new branch] gh/IvanKobzarev/19/orig -> origin/gh/IvanKobzarev/19/orig 2022-03-17T19:06:45.9086773Z * [new branch] gh/IvanKobzarev/2/base -> origin/gh/IvanKobzarev/2/base 2022-03-17T19:06:45.9087750Z * [new branch] gh/IvanKobzarev/2/head -> origin/gh/IvanKobzarev/2/head 2022-03-17T19:06:45.9090032Z * [new branch] gh/IvanKobzarev/26/base -> origin/gh/IvanKobzarev/26/base 2022-03-17T19:06:45.9091140Z * [new branch] gh/IvanKobzarev/26/head -> origin/gh/IvanKobzarev/26/head 2022-03-17T19:06:45.9092420Z * [new branch] gh/IvanKobzarev/26/orig -> origin/gh/IvanKobzarev/26/orig 2022-03-17T19:06:45.9094831Z * [new branch] gh/IvanKobzarev/29/base -> origin/gh/IvanKobzarev/29/base 2022-03-17T19:06:45.9096092Z * [new branch] gh/IvanKobzarev/29/head -> origin/gh/IvanKobzarev/29/head 2022-03-17T19:06:45.9097397Z * [new branch] gh/IvanKobzarev/29/orig -> origin/gh/IvanKobzarev/29/orig 2022-03-17T19:06:45.9102300Z * [new branch] gh/IvanKobzarev/44/base -> origin/gh/IvanKobzarev/44/base 2022-03-17T19:06:45.9102946Z * [new branch] gh/IvanKobzarev/44/head -> origin/gh/IvanKobzarev/44/head 2022-03-17T19:06:45.9103537Z * [new branch] gh/IvanKobzarev/44/orig -> origin/gh/IvanKobzarev/44/orig 2022-03-17T19:06:45.9104403Z * [new branch] gh/IvanKobzarev/47/base -> origin/gh/IvanKobzarev/47/base 2022-03-17T19:06:45.9106500Z * [new branch] gh/IvanKobzarev/47/head -> origin/gh/IvanKobzarev/47/head 2022-03-17T19:06:45.9108639Z * [new branch] gh/IvanKobzarev/47/orig -> origin/gh/IvanKobzarev/47/orig 2022-03-17T19:06:45.9111649Z * [new branch] gh/IvanKobzarev/60/base -> origin/gh/IvanKobzarev/60/base 2022-03-17T19:06:45.9119861Z * [new branch] gh/IvanKobzarev/60/head -> origin/gh/IvanKobzarev/60/head 2022-03-17T19:06:45.9120547Z * [new branch] gh/IvanKobzarev/60/orig -> origin/gh/IvanKobzarev/60/orig 2022-03-17T19:06:45.9121102Z * [new branch] gh/IvanKobzarev/61/base -> origin/gh/IvanKobzarev/61/base 2022-03-17T19:06:45.9121988Z * [new branch] gh/IvanKobzarev/61/head -> origin/gh/IvanKobzarev/61/head 2022-03-17T19:06:45.9122748Z * [new branch] gh/IvanKobzarev/61/orig -> origin/gh/IvanKobzarev/61/orig 2022-03-17T19:06:45.9123337Z * [new branch] gh/IvanKobzarev/62/base -> origin/gh/IvanKobzarev/62/base 2022-03-17T19:06:45.9123988Z * [new branch] gh/IvanKobzarev/62/head -> origin/gh/IvanKobzarev/62/head 2022-03-17T19:06:45.9124525Z * [new branch] gh/IvanKobzarev/62/orig -> origin/gh/IvanKobzarev/62/orig 2022-03-17T19:06:45.9125125Z * [new branch] gh/IvanKobzarev/63/base -> origin/gh/IvanKobzarev/63/base 2022-03-17T19:06:45.9126360Z * [new branch] gh/IvanKobzarev/63/head -> origin/gh/IvanKobzarev/63/head 2022-03-17T19:06:45.9127643Z * [new branch] gh/IvanKobzarev/63/orig -> origin/gh/IvanKobzarev/63/orig 2022-03-17T19:06:45.9129837Z * [new branch] gh/IvanKobzarev/67/base -> origin/gh/IvanKobzarev/67/base 2022-03-17T19:06:45.9131021Z * [new branch] gh/IvanKobzarev/67/head -> origin/gh/IvanKobzarev/67/head 2022-03-17T19:06:45.9132183Z * [new branch] gh/IvanKobzarev/67/orig -> origin/gh/IvanKobzarev/67/orig 2022-03-17T19:06:45.9134219Z * [new branch] gh/IvanKobzarev/68/base -> origin/gh/IvanKobzarev/68/base 2022-03-17T19:06:45.9135454Z * [new branch] gh/IvanKobzarev/68/head -> origin/gh/IvanKobzarev/68/head 2022-03-17T19:06:45.9136793Z * [new branch] gh/IvanKobzarev/68/orig -> origin/gh/IvanKobzarev/68/orig 2022-03-17T19:06:45.9138772Z * [new branch] gh/IvanKobzarev/74/base -> origin/gh/IvanKobzarev/74/base 2022-03-17T19:06:45.9139859Z * [new branch] gh/IvanKobzarev/74/head -> origin/gh/IvanKobzarev/74/head 2022-03-17T19:06:45.9141618Z * [new branch] gh/IvanKobzarev/74/orig -> origin/gh/IvanKobzarev/74/orig 2022-03-17T19:06:45.9143599Z * [new branch] gh/IvanKobzarev/83/base -> origin/gh/IvanKobzarev/83/base 2022-03-17T19:06:45.9144630Z * [new branch] gh/IvanKobzarev/83/head -> origin/gh/IvanKobzarev/83/head 2022-03-17T19:06:45.9146083Z * [new branch] gh/IvanKobzarev/83/orig -> origin/gh/IvanKobzarev/83/orig 2022-03-17T19:06:45.9148766Z * [new branch] gh/IvanKobzarev/85/base -> origin/gh/IvanKobzarev/85/base 2022-03-17T19:06:45.9149364Z * [new branch] gh/IvanKobzarev/85/head -> origin/gh/IvanKobzarev/85/head 2022-03-17T19:06:45.9150522Z * [new branch] gh/IvanKobzarev/85/orig -> origin/gh/IvanKobzarev/85/orig 2022-03-17T19:06:45.9152923Z * [new branch] gh/Lezcano/16/base -> origin/gh/Lezcano/16/base 2022-03-17T19:06:45.9154267Z * [new branch] gh/Lezcano/16/head -> origin/gh/Lezcano/16/head 2022-03-17T19:06:45.9155666Z * [new branch] gh/Lezcano/16/orig -> origin/gh/Lezcano/16/orig 2022-03-17T19:06:45.9157349Z * [new branch] gh/Lezcano/25/base -> origin/gh/Lezcano/25/base 2022-03-17T19:06:45.9158635Z * [new branch] gh/Lezcano/25/head -> origin/gh/Lezcano/25/head 2022-03-17T19:06:45.9160237Z * [new branch] gh/Lezcano/25/orig -> origin/gh/Lezcano/25/orig 2022-03-17T19:06:45.9162590Z * [new branch] gh/Lezcano/28/base -> origin/gh/Lezcano/28/base 2022-03-17T19:06:45.9163811Z * [new branch] gh/Lezcano/28/head -> origin/gh/Lezcano/28/head 2022-03-17T19:06:45.9165676Z * [new branch] gh/Lezcano/28/orig -> origin/gh/Lezcano/28/orig 2022-03-17T19:06:45.9167620Z * [new branch] gh/Lezcano/46/base -> origin/gh/Lezcano/46/base 2022-03-17T19:06:45.9168733Z * [new branch] gh/Lezcano/46/head -> origin/gh/Lezcano/46/head 2022-03-17T19:06:45.9170597Z * [new branch] gh/Lezcano/46/orig -> origin/gh/Lezcano/46/orig 2022-03-17T19:06:45.9175473Z * [new branch] gh/Lezcano/47/base -> origin/gh/Lezcano/47/base 2022-03-17T19:06:45.9179368Z * [new branch] gh/Lezcano/47/head -> origin/gh/Lezcano/47/head 2022-03-17T19:06:45.9180632Z * [new branch] gh/Lezcano/47/orig -> origin/gh/Lezcano/47/orig 2022-03-17T19:06:45.9182471Z * [new branch] gh/Lezcano/48/base -> origin/gh/Lezcano/48/base 2022-03-17T19:06:45.9183734Z * [new branch] gh/Lezcano/48/head -> origin/gh/Lezcano/48/head 2022-03-17T19:06:45.9185032Z * [new branch] gh/Lezcano/48/orig -> origin/gh/Lezcano/48/orig 2022-03-17T19:06:45.9187177Z * [new branch] gh/Lezcano/49/base -> origin/gh/Lezcano/49/base 2022-03-17T19:06:45.9188509Z * [new branch] gh/Lezcano/49/head -> origin/gh/Lezcano/49/head 2022-03-17T19:06:45.9189992Z * [new branch] gh/Lezcano/49/orig -> origin/gh/Lezcano/49/orig 2022-03-17T19:06:45.9191923Z * [new branch] gh/Lezcano/50/base -> origin/gh/Lezcano/50/base 2022-03-17T19:06:45.9192831Z * [new branch] gh/Lezcano/50/head -> origin/gh/Lezcano/50/head 2022-03-17T19:06:45.9194099Z * [new branch] gh/Lezcano/50/orig -> origin/gh/Lezcano/50/orig 2022-03-17T19:06:45.9196123Z * [new branch] gh/Lezcano/51/base -> origin/gh/Lezcano/51/base 2022-03-17T19:06:45.9197371Z * [new branch] gh/Lezcano/51/head -> origin/gh/Lezcano/51/head 2022-03-17T19:06:45.9198809Z * [new branch] gh/Lezcano/51/orig -> origin/gh/Lezcano/51/orig 2022-03-17T19:06:45.9202341Z * [new branch] gh/Lezcano/52/base -> origin/gh/Lezcano/52/base 2022-03-17T19:06:45.9204789Z * [new branch] gh/Lezcano/52/head -> origin/gh/Lezcano/52/head 2022-03-17T19:06:45.9205852Z * [new branch] gh/Lezcano/52/orig -> origin/gh/Lezcano/52/orig 2022-03-17T19:06:45.9208050Z * [new branch] gh/Lezcano/53/base -> origin/gh/Lezcano/53/base 2022-03-17T19:06:45.9209156Z * [new branch] gh/Lezcano/53/head -> origin/gh/Lezcano/53/head 2022-03-17T19:06:45.9210939Z * [new branch] gh/Lezcano/53/orig -> origin/gh/Lezcano/53/orig 2022-03-17T19:06:45.9213133Z * [new branch] gh/Lezcano/54/base -> origin/gh/Lezcano/54/base 2022-03-17T19:06:45.9214143Z * [new branch] gh/Lezcano/54/head -> origin/gh/Lezcano/54/head 2022-03-17T19:06:45.9216028Z * [new branch] gh/Lezcano/54/orig -> origin/gh/Lezcano/54/orig 2022-03-17T19:06:45.9218045Z * [new branch] gh/Lilyjjo/16/base -> origin/gh/Lilyjjo/16/base 2022-03-17T19:06:45.9219079Z * [new branch] gh/Lilyjjo/16/orig -> origin/gh/Lilyjjo/16/orig 2022-03-17T19:06:45.9221171Z * [new branch] gh/Lilyjjo/19/base -> origin/gh/Lilyjjo/19/base 2022-03-17T19:06:45.9222171Z * [new branch] gh/Lilyjjo/19/orig -> origin/gh/Lilyjjo/19/orig 2022-03-17T19:06:45.9224209Z * [new branch] gh/Lilyjjo/2/base -> origin/gh/Lilyjjo/2/base 2022-03-17T19:06:45.9225188Z * [new branch] gh/Lilyjjo/2/orig -> origin/gh/Lilyjjo/2/orig 2022-03-17T19:06:45.9226757Z * [new branch] gh/Lilyjjo/20/base -> origin/gh/Lilyjjo/20/base 2022-03-17T19:06:45.9228305Z * [new branch] gh/Lilyjjo/20/orig -> origin/gh/Lilyjjo/20/orig 2022-03-17T19:06:45.9229711Z * [new branch] gh/Lilyjjo/21/base -> origin/gh/Lilyjjo/21/base 2022-03-17T19:06:45.9231114Z * [new branch] gh/Lilyjjo/21/orig -> origin/gh/Lilyjjo/21/orig 2022-03-17T19:06:45.9233110Z * [new branch] gh/Lilyjjo/22/base -> origin/gh/Lilyjjo/22/base 2022-03-17T19:06:45.9234096Z * [new branch] gh/Lilyjjo/22/orig -> origin/gh/Lilyjjo/22/orig 2022-03-17T19:06:45.9236151Z * [new branch] gh/Lilyjjo/72/base -> origin/gh/Lilyjjo/72/base 2022-03-17T19:06:45.9237188Z * [new branch] gh/Lilyjjo/72/head -> origin/gh/Lilyjjo/72/head 2022-03-17T19:06:45.9239224Z * [new branch] gh/Lilyjjo/73/base -> origin/gh/Lilyjjo/73/base 2022-03-17T19:06:45.9240295Z * [new branch] gh/Lilyjjo/73/orig -> origin/gh/Lilyjjo/73/orig 2022-03-17T19:06:45.9242633Z * [new branch] gh/NicolasHug/1/base -> origin/gh/NicolasHug/1/base 2022-03-17T19:06:45.9244010Z * [new branch] gh/NicolasHug/1/head -> origin/gh/NicolasHug/1/head 2022-03-17T19:06:45.9245338Z * [new branch] gh/NicolasHug/1/orig -> origin/gh/NicolasHug/1/orig 2022-03-17T19:06:45.9247276Z * [new branch] gh/NicolasHug/2/base -> origin/gh/NicolasHug/2/base 2022-03-17T19:06:45.9248565Z * [new branch] gh/NicolasHug/2/head -> origin/gh/NicolasHug/2/head 2022-03-17T19:06:45.9249792Z * [new branch] gh/NicolasHug/2/orig -> origin/gh/NicolasHug/2/orig 2022-03-17T19:06:45.9252082Z * [new branch] gh/PaliC/1/base -> origin/gh/PaliC/1/base 2022-03-17T19:06:45.9253151Z * [new branch] gh/PaliC/1/orig -> origin/gh/PaliC/1/orig 2022-03-17T19:06:45.9379202Z * [new branch] gh/PaliC/105/base -> origin/gh/PaliC/105/base 2022-03-17T19:06:45.9379765Z * [new branch] gh/PaliC/105/head -> origin/gh/PaliC/105/head 2022-03-17T19:06:45.9380224Z * [new branch] gh/PaliC/106/base -> origin/gh/PaliC/106/base 2022-03-17T19:06:45.9380655Z * [new branch] gh/PaliC/106/orig -> origin/gh/PaliC/106/orig 2022-03-17T19:06:45.9381121Z * [new branch] gh/PaliC/110/base -> origin/gh/PaliC/110/base 2022-03-17T19:06:45.9381743Z * [new branch] gh/PaliC/110/head -> origin/gh/PaliC/110/head 2022-03-17T19:06:45.9382201Z * [new branch] gh/PaliC/111/base -> origin/gh/PaliC/111/base 2022-03-17T19:06:45.9382656Z * [new branch] gh/PaliC/111/orig -> origin/gh/PaliC/111/orig 2022-03-17T19:06:45.9383084Z * [new branch] gh/PaliC/112/base -> origin/gh/PaliC/112/base 2022-03-17T19:06:45.9383528Z * [new branch] gh/PaliC/112/orig -> origin/gh/PaliC/112/orig 2022-03-17T19:06:45.9383957Z * [new branch] gh/PaliC/113/base -> origin/gh/PaliC/113/base 2022-03-17T19:06:45.9384397Z * [new branch] gh/PaliC/113/orig -> origin/gh/PaliC/113/orig 2022-03-17T19:06:45.9384842Z * [new branch] gh/PaliC/114/base -> origin/gh/PaliC/114/base 2022-03-17T19:06:45.9385268Z * [new branch] gh/PaliC/114/head -> origin/gh/PaliC/114/head 2022-03-17T19:06:45.9385713Z * [new branch] gh/PaliC/115/base -> origin/gh/PaliC/115/base 2022-03-17T19:06:45.9386305Z * [new branch] gh/PaliC/115/orig -> origin/gh/PaliC/115/orig 2022-03-17T19:06:45.9386781Z * [new branch] gh/PaliC/116/base -> origin/gh/PaliC/116/base 2022-03-17T19:06:45.9387627Z * [new branch] gh/PaliC/116/orig -> origin/gh/PaliC/116/orig 2022-03-17T19:06:45.9388198Z * [new branch] gh/PaliC/117/base -> origin/gh/PaliC/117/base 2022-03-17T19:06:45.9389125Z * [new branch] gh/PaliC/117/orig -> origin/gh/PaliC/117/orig 2022-03-17T19:06:45.9389965Z * [new branch] gh/PaliC/120/base -> origin/gh/PaliC/120/base 2022-03-17T19:06:45.9390419Z * [new branch] gh/PaliC/120/head -> origin/gh/PaliC/120/head 2022-03-17T19:06:45.9390860Z * [new branch] gh/PaliC/120/orig -> origin/gh/PaliC/120/orig 2022-03-17T19:06:45.9391292Z * [new branch] gh/PaliC/121/base -> origin/gh/PaliC/121/base 2022-03-17T19:06:45.9391742Z * [new branch] gh/PaliC/121/head -> origin/gh/PaliC/121/head 2022-03-17T19:06:45.9392628Z * [new branch] gh/PaliC/121/orig -> origin/gh/PaliC/121/orig 2022-03-17T19:06:45.9393744Z * [new branch] gh/PaliC/122/base -> origin/gh/PaliC/122/base 2022-03-17T19:06:45.9394648Z * [new branch] gh/PaliC/122/head -> origin/gh/PaliC/122/head 2022-03-17T19:06:45.9395550Z * [new branch] gh/PaliC/122/orig -> origin/gh/PaliC/122/orig 2022-03-17T19:06:45.9396521Z * [new branch] gh/PaliC/123/base -> origin/gh/PaliC/123/base 2022-03-17T19:06:45.9397239Z * [new branch] gh/PaliC/123/head -> origin/gh/PaliC/123/head 2022-03-17T19:06:45.9397683Z * [new branch] gh/PaliC/123/orig -> origin/gh/PaliC/123/orig 2022-03-17T19:06:45.9398104Z * [new branch] gh/PaliC/124/base -> origin/gh/PaliC/124/base 2022-03-17T19:06:45.9398546Z * [new branch] gh/PaliC/124/head -> origin/gh/PaliC/124/head 2022-03-17T19:06:45.9398975Z * [new branch] gh/PaliC/124/orig -> origin/gh/PaliC/124/orig 2022-03-17T19:06:45.9399415Z * [new branch] gh/PaliC/126/base -> origin/gh/PaliC/126/base 2022-03-17T19:06:45.9399852Z * [new branch] gh/PaliC/126/head -> origin/gh/PaliC/126/head 2022-03-17T19:06:45.9400278Z * [new branch] gh/PaliC/126/orig -> origin/gh/PaliC/126/orig 2022-03-17T19:06:45.9400707Z * [new branch] gh/PaliC/127/base -> origin/gh/PaliC/127/base 2022-03-17T19:06:45.9401144Z * [new branch] gh/PaliC/127/head -> origin/gh/PaliC/127/head 2022-03-17T19:06:45.9402152Z * [new branch] gh/PaliC/127/orig -> origin/gh/PaliC/127/orig 2022-03-17T19:06:45.9402605Z * [new branch] gh/PaliC/128/base -> origin/gh/PaliC/128/base 2022-03-17T19:06:45.9403044Z * [new branch] gh/PaliC/128/head -> origin/gh/PaliC/128/head 2022-03-17T19:06:45.9403483Z * [new branch] gh/PaliC/128/orig -> origin/gh/PaliC/128/orig 2022-03-17T19:06:45.9403937Z * [new branch] gh/PaliC/129/base -> origin/gh/PaliC/129/base 2022-03-17T19:06:45.9404365Z * [new branch] gh/PaliC/129/head -> origin/gh/PaliC/129/head 2022-03-17T19:06:45.9404809Z * [new branch] gh/PaliC/129/orig -> origin/gh/PaliC/129/orig 2022-03-17T19:06:45.9405240Z * [new branch] gh/PaliC/130/base -> origin/gh/PaliC/130/base 2022-03-17T19:06:45.9405675Z * [new branch] gh/PaliC/130/head -> origin/gh/PaliC/130/head 2022-03-17T19:06:45.9406117Z * [new branch] gh/PaliC/130/orig -> origin/gh/PaliC/130/orig 2022-03-17T19:06:45.9406540Z * [new branch] gh/PaliC/131/base -> origin/gh/PaliC/131/base 2022-03-17T19:06:45.9407096Z * [new branch] gh/PaliC/131/head -> origin/gh/PaliC/131/head 2022-03-17T19:06:45.9407555Z * [new branch] gh/PaliC/131/orig -> origin/gh/PaliC/131/orig 2022-03-17T19:06:45.9408002Z * [new branch] gh/PaliC/132/base -> origin/gh/PaliC/132/base 2022-03-17T19:06:45.9408445Z * [new branch] gh/PaliC/132/head -> origin/gh/PaliC/132/head 2022-03-17T19:06:45.9408871Z * [new branch] gh/PaliC/132/orig -> origin/gh/PaliC/132/orig 2022-03-17T19:06:45.9409311Z * [new branch] gh/PaliC/133/base -> origin/gh/PaliC/133/base 2022-03-17T19:06:45.9409742Z * [new branch] gh/PaliC/133/head -> origin/gh/PaliC/133/head 2022-03-17T19:06:45.9410181Z * [new branch] gh/PaliC/133/orig -> origin/gh/PaliC/133/orig 2022-03-17T19:06:45.9410620Z * [new branch] gh/PaliC/134/base -> origin/gh/PaliC/134/base 2022-03-17T19:06:45.9411054Z * [new branch] gh/PaliC/134/head -> origin/gh/PaliC/134/head 2022-03-17T19:06:45.9411495Z * [new branch] gh/PaliC/134/orig -> origin/gh/PaliC/134/orig 2022-03-17T19:06:45.9412025Z * [new branch] gh/PaliC/135/base -> origin/gh/PaliC/135/base 2022-03-17T19:06:45.9412450Z * [new branch] gh/PaliC/135/head -> origin/gh/PaliC/135/head 2022-03-17T19:06:45.9412890Z * [new branch] gh/PaliC/135/orig -> origin/gh/PaliC/135/orig 2022-03-17T19:06:45.9413320Z * [new branch] gh/PaliC/136/base -> origin/gh/PaliC/136/base 2022-03-17T19:06:45.9413758Z * [new branch] gh/PaliC/136/head -> origin/gh/PaliC/136/head 2022-03-17T19:06:45.9414195Z * [new branch] gh/PaliC/136/orig -> origin/gh/PaliC/136/orig 2022-03-17T19:06:45.9414619Z * [new branch] gh/PaliC/137/base -> origin/gh/PaliC/137/base 2022-03-17T19:06:45.9415063Z * [new branch] gh/PaliC/137/head -> origin/gh/PaliC/137/head 2022-03-17T19:06:45.9415494Z * [new branch] gh/PaliC/137/orig -> origin/gh/PaliC/137/orig 2022-03-17T19:06:45.9415937Z * [new branch] gh/PaliC/138/base -> origin/gh/PaliC/138/base 2022-03-17T19:06:45.9416377Z * [new branch] gh/PaliC/138/head -> origin/gh/PaliC/138/head 2022-03-17T19:06:45.9416806Z * [new branch] gh/PaliC/138/orig -> origin/gh/PaliC/138/orig 2022-03-17T19:06:45.9417248Z * [new branch] gh/PaliC/139/base -> origin/gh/PaliC/139/base 2022-03-17T19:06:45.9417677Z * [new branch] gh/PaliC/139/head -> origin/gh/PaliC/139/head 2022-03-17T19:06:45.9418119Z * [new branch] gh/PaliC/139/orig -> origin/gh/PaliC/139/orig 2022-03-17T19:06:45.9418562Z * [new branch] gh/PaliC/140/base -> origin/gh/PaliC/140/base 2022-03-17T19:06:45.9418992Z * [new branch] gh/PaliC/140/head -> origin/gh/PaliC/140/head 2022-03-17T19:06:45.9419432Z * [new branch] gh/PaliC/140/orig -> origin/gh/PaliC/140/orig 2022-03-17T19:06:45.9419877Z * [new branch] gh/PaliC/142/base -> origin/gh/PaliC/142/base 2022-03-17T19:06:45.9420302Z * [new branch] gh/PaliC/142/head -> origin/gh/PaliC/142/head 2022-03-17T19:06:45.9420744Z * [new branch] gh/PaliC/142/orig -> origin/gh/PaliC/142/orig 2022-03-17T19:06:45.9421167Z * [new branch] gh/PaliC/143/base -> origin/gh/PaliC/143/base 2022-03-17T19:06:45.9421604Z * [new branch] gh/PaliC/143/head -> origin/gh/PaliC/143/head 2022-03-17T19:06:45.9422052Z * [new branch] gh/PaliC/143/orig -> origin/gh/PaliC/143/orig 2022-03-17T19:06:45.9422481Z * [new branch] gh/PaliC/144/base -> origin/gh/PaliC/144/base 2022-03-17T19:06:45.9422927Z * [new branch] gh/PaliC/144/head -> origin/gh/PaliC/144/head 2022-03-17T19:06:45.9423413Z * [new branch] gh/PaliC/145/base -> origin/gh/PaliC/145/base 2022-03-17T19:06:45.9423869Z * [new branch] gh/PaliC/145/head -> origin/gh/PaliC/145/head 2022-03-17T19:06:45.9424339Z * [new branch] gh/PaliC/145/orig -> origin/gh/PaliC/145/orig 2022-03-17T19:06:45.9424766Z * [new branch] gh/PaliC/146/base -> origin/gh/PaliC/146/base 2022-03-17T19:06:45.9425202Z * [new branch] gh/PaliC/146/head -> origin/gh/PaliC/146/head 2022-03-17T19:06:45.9425651Z * [new branch] gh/PaliC/146/orig -> origin/gh/PaliC/146/orig 2022-03-17T19:06:45.9426075Z * [new branch] gh/PaliC/147/base -> origin/gh/PaliC/147/base 2022-03-17T19:06:45.9426522Z * [new branch] gh/PaliC/147/head -> origin/gh/PaliC/147/head 2022-03-17T19:06:45.9426947Z * [new branch] gh/PaliC/147/orig -> origin/gh/PaliC/147/orig 2022-03-17T19:06:45.9427386Z * [new branch] gh/PaliC/148/base -> origin/gh/PaliC/148/base 2022-03-17T19:06:45.9427829Z * [new branch] gh/PaliC/148/head -> origin/gh/PaliC/148/head 2022-03-17T19:06:45.9428321Z * [new branch] gh/PaliC/148/orig -> origin/gh/PaliC/148/orig 2022-03-17T19:06:45.9428765Z * [new branch] gh/PaliC/2/base -> origin/gh/PaliC/2/base 2022-03-17T19:06:45.9429199Z * [new branch] gh/PaliC/2/orig -> origin/gh/PaliC/2/orig 2022-03-17T19:06:45.9429653Z * [new branch] gh/PaliC/42/base -> origin/gh/PaliC/42/base 2022-03-17T19:06:45.9430095Z * [new branch] gh/PaliC/42/orig -> origin/gh/PaliC/42/orig 2022-03-17T19:06:45.9430530Z * [new branch] gh/PaliC/5/base -> origin/gh/PaliC/5/base 2022-03-17T19:06:45.9430972Z * [new branch] gh/PaliC/5/orig -> origin/gh/PaliC/5/orig 2022-03-17T19:06:45.9431411Z * [new branch] gh/PaliC/56/base -> origin/gh/PaliC/56/base 2022-03-17T19:06:45.9431864Z * [new branch] gh/PaliC/56/head -> origin/gh/PaliC/56/head 2022-03-17T19:06:45.9432311Z * [new branch] gh/PaliC/56/orig -> origin/gh/PaliC/56/orig 2022-03-17T19:06:45.9432735Z * [new branch] gh/PaliC/60/base -> origin/gh/PaliC/60/base 2022-03-17T19:06:45.9433163Z * [new branch] gh/PaliC/60/orig -> origin/gh/PaliC/60/orig 2022-03-17T19:06:45.9433604Z * [new branch] gh/PaliC/72/base -> origin/gh/PaliC/72/base 2022-03-17T19:06:45.9434040Z * [new branch] gh/PaliC/94/base -> origin/gh/PaliC/94/base 2022-03-17T19:06:45.9435917Z * [new branch] gh/SS-JIA/21/base -> origin/gh/SS-JIA/21/base 2022-03-17T19:06:45.9437173Z * [new branch] gh/SS-JIA/21/head -> origin/gh/SS-JIA/21/head 2022-03-17T19:06:45.9439724Z * [new branch] gh/SS-JIA/21/orig -> origin/gh/SS-JIA/21/orig 2022-03-17T19:06:45.9440258Z * [new branch] gh/SS-JIA/23/base -> origin/gh/SS-JIA/23/base 2022-03-17T19:06:45.9441867Z * [new branch] gh/SS-JIA/23/head -> origin/gh/SS-JIA/23/head 2022-03-17T19:06:45.9443332Z * [new branch] gh/SS-JIA/23/orig -> origin/gh/SS-JIA/23/orig 2022-03-17T19:06:45.9445482Z * [new branch] gh/SS-JIA/24/base -> origin/gh/SS-JIA/24/base 2022-03-17T19:06:45.9446427Z * [new branch] gh/SS-JIA/24/head -> origin/gh/SS-JIA/24/head 2022-03-17T19:06:45.9447797Z * [new branch] gh/SS-JIA/24/orig -> origin/gh/SS-JIA/24/orig 2022-03-17T19:06:45.9449880Z * [new branch] gh/SS-JIA/25/base -> origin/gh/SS-JIA/25/base 2022-03-17T19:06:45.9450860Z * [new branch] gh/SS-JIA/25/head -> origin/gh/SS-JIA/25/head 2022-03-17T19:06:45.9452763Z * [new branch] gh/SS-JIA/25/orig -> origin/gh/SS-JIA/25/orig 2022-03-17T19:06:45.9454109Z * [new branch] gh/SS-JIA/26/base -> origin/gh/SS-JIA/26/base 2022-03-17T19:06:45.9455344Z * [new branch] gh/SS-JIA/26/head -> origin/gh/SS-JIA/26/head 2022-03-17T19:06:45.9456615Z * [new branch] gh/SS-JIA/26/orig -> origin/gh/SS-JIA/26/orig 2022-03-17T19:06:45.9458758Z * [new branch] gh/SS-JIA/29/base -> origin/gh/SS-JIA/29/base 2022-03-17T19:06:45.9459671Z * [new branch] gh/SS-JIA/29/head -> origin/gh/SS-JIA/29/head 2022-03-17T19:06:45.9461052Z * [new branch] gh/SS-JIA/29/orig -> origin/gh/SS-JIA/29/orig 2022-03-17T19:06:45.9463211Z * [new branch] gh/SS-JIA/30/base -> origin/gh/SS-JIA/30/base 2022-03-17T19:06:45.9464184Z * [new branch] gh/SS-JIA/30/orig -> origin/gh/SS-JIA/30/orig 2022-03-17T19:06:45.9466215Z * [new branch] gh/SS-JIA/31/base -> origin/gh/SS-JIA/31/base 2022-03-17T19:06:45.9467183Z * [new branch] gh/SS-JIA/31/orig -> origin/gh/SS-JIA/31/orig 2022-03-17T19:06:45.9469296Z * [new branch] gh/SS-JIA/32/base -> origin/gh/SS-JIA/32/base 2022-03-17T19:06:45.9470363Z * [new branch] gh/SS-JIA/32/orig -> origin/gh/SS-JIA/32/orig 2022-03-17T19:06:45.9472289Z * [new branch] gh/SS-JIA/33/base -> origin/gh/SS-JIA/33/base 2022-03-17T19:06:45.9473273Z * [new branch] gh/SS-JIA/33/orig -> origin/gh/SS-JIA/33/orig 2022-03-17T19:06:45.9475359Z * [new branch] gh/SS-JIA/34/base -> origin/gh/SS-JIA/34/base 2022-03-17T19:06:45.9476319Z * [new branch] gh/SS-JIA/34/orig -> origin/gh/SS-JIA/34/orig 2022-03-17T19:06:45.9478368Z * [new branch] gh/SS-JIA/35/base -> origin/gh/SS-JIA/35/base 2022-03-17T19:06:45.9479366Z * [new branch] gh/SS-JIA/35/orig -> origin/gh/SS-JIA/35/orig 2022-03-17T19:06:45.9481658Z * [new branch] gh/SS-JIA/36/base -> origin/gh/SS-JIA/36/base 2022-03-17T19:06:45.9483071Z * [new branch] gh/SS-JIA/36/orig -> origin/gh/SS-JIA/36/orig 2022-03-17T19:06:45.9485142Z * [new branch] gh/SS-JIA/40/base -> origin/gh/SS-JIA/40/base 2022-03-17T19:06:45.9486086Z * [new branch] gh/SS-JIA/40/head -> origin/gh/SS-JIA/40/head 2022-03-17T19:06:45.9487842Z * [new branch] gh/SS-JIA/40/orig -> origin/gh/SS-JIA/40/orig 2022-03-17T19:06:45.9489578Z * [new branch] gh/SS-JIA/41/base -> origin/gh/SS-JIA/41/base 2022-03-17T19:06:45.9490533Z * [new branch] gh/SS-JIA/41/orig -> origin/gh/SS-JIA/41/orig 2022-03-17T19:06:45.9492465Z * [new branch] gh/SS-JIA/42/base -> origin/gh/SS-JIA/42/base 2022-03-17T19:06:45.9493347Z * [new branch] gh/SS-JIA/42/orig -> origin/gh/SS-JIA/42/orig 2022-03-17T19:06:45.9495269Z * [new branch] gh/SS-JIA/43/base -> origin/gh/SS-JIA/43/base 2022-03-17T19:06:45.9496173Z * [new branch] gh/SS-JIA/43/head -> origin/gh/SS-JIA/43/head 2022-03-17T19:06:45.9497451Z * [new branch] gh/SS-JIA/43/orig -> origin/gh/SS-JIA/43/orig 2022-03-17T19:06:45.9499905Z * [new branch] gh/SciPioneer/1/base -> origin/gh/SciPioneer/1/base 2022-03-17T19:06:45.9500902Z * [new branch] gh/SciPioneer/1/head -> origin/gh/SciPioneer/1/head 2022-03-17T19:06:45.9503055Z * [new branch] gh/SciPioneer/10/base -> origin/gh/SciPioneer/10/base 2022-03-17T19:06:45.9504171Z * [new branch] gh/SciPioneer/10/head -> origin/gh/SciPioneer/10/head 2022-03-17T19:06:45.9506102Z * [new branch] gh/SciPioneer/11/base -> origin/gh/SciPioneer/11/base 2022-03-17T19:06:45.9506889Z * [new branch] gh/SciPioneer/11/head -> origin/gh/SciPioneer/11/head 2022-03-17T19:06:45.9509167Z * [new branch] gh/SciPioneer/147/base -> origin/gh/SciPioneer/147/base 2022-03-17T19:06:45.9510113Z * [new branch] gh/SciPioneer/147/head -> origin/gh/SciPioneer/147/head 2022-03-17T19:06:45.9511593Z * [new branch] gh/SciPioneer/147/orig -> origin/gh/SciPioneer/147/orig 2022-03-17T19:06:45.9513629Z * [new branch] gh/SciPioneer/2/base -> origin/gh/SciPioneer/2/base 2022-03-17T19:06:45.9514640Z * [new branch] gh/SciPioneer/2/head -> origin/gh/SciPioneer/2/head 2022-03-17T19:06:45.9516994Z * [new branch] gh/SciPioneer/22/base -> origin/gh/SciPioneer/22/base 2022-03-17T19:06:45.9518068Z * [new branch] gh/SciPioneer/22/head -> origin/gh/SciPioneer/22/head 2022-03-17T19:06:45.9520107Z * [new branch] gh/SciPioneer/3/base -> origin/gh/SciPioneer/3/base 2022-03-17T19:06:45.9520680Z * [new branch] gh/SciPioneer/3/head -> origin/gh/SciPioneer/3/head 2022-03-17T19:06:45.9524913Z * [new branch] gh/SciPioneer/36/base -> origin/gh/SciPioneer/36/base 2022-03-17T19:06:45.9526010Z * [new branch] gh/SciPioneer/36/head -> origin/gh/SciPioneer/36/head 2022-03-17T19:06:45.9527590Z * [new branch] gh/SciPioneer/36/orig -> origin/gh/SciPioneer/36/orig 2022-03-17T19:06:45.9528958Z * [new branch] gh/SciPioneer/37/base -> origin/gh/SciPioneer/37/base 2022-03-17T19:06:45.9530966Z * [new branch] gh/SciPioneer/37/head -> origin/gh/SciPioneer/37/head 2022-03-17T19:06:45.9531863Z * [new branch] gh/SciPioneer/37/orig -> origin/gh/SciPioneer/37/orig 2022-03-17T19:06:45.9533599Z * [new branch] gh/SciPioneer/4/base -> origin/gh/SciPioneer/4/base 2022-03-17T19:06:45.9534589Z * [new branch] gh/SciPioneer/4/head -> origin/gh/SciPioneer/4/head 2022-03-17T19:06:45.9536317Z * [new branch] gh/SciPioneer/5/base -> origin/gh/SciPioneer/5/base 2022-03-17T19:06:45.9537422Z * [new branch] gh/SciPioneer/5/head -> origin/gh/SciPioneer/5/head 2022-03-17T19:06:45.9539507Z * [new branch] gh/SciPioneer/6/base -> origin/gh/SciPioneer/6/base 2022-03-17T19:06:45.9539972Z * [new branch] gh/SciPioneer/6/head -> origin/gh/SciPioneer/6/head 2022-03-17T19:06:45.9542113Z * [new branch] gh/SciPioneer/7/base -> origin/gh/SciPioneer/7/base 2022-03-17T19:06:45.9542929Z * [new branch] gh/SciPioneer/7/head -> origin/gh/SciPioneer/7/head 2022-03-17T19:06:45.9545167Z * [new branch] gh/SciPioneer/70/base -> origin/gh/SciPioneer/70/base 2022-03-17T19:06:45.9546239Z * [new branch] gh/SciPioneer/70/head -> origin/gh/SciPioneer/70/head 2022-03-17T19:06:45.9547497Z * [new branch] gh/SciPioneer/70/orig -> origin/gh/SciPioneer/70/orig 2022-03-17T19:06:45.9550009Z * [new branch] gh/SciPioneer/8/base -> origin/gh/SciPioneer/8/base 2022-03-17T19:06:45.9551029Z * [new branch] gh/SciPioneer/8/head -> origin/gh/SciPioneer/8/head 2022-03-17T19:06:45.9552763Z * [new branch] gh/SciPioneer/9/base -> origin/gh/SciPioneer/9/base 2022-03-17T19:06:45.9553792Z * [new branch] gh/SciPioneer/9/head -> origin/gh/SciPioneer/9/head 2022-03-17T19:06:45.9556046Z * [new branch] gh/SherlockNoMad/1/head -> origin/gh/SherlockNoMad/1/head 2022-03-17T19:06:45.9558083Z * [new branch] gh/SiddhantRanade/1/base -> origin/gh/SiddhantRanade/1/base 2022-03-17T19:06:45.9559048Z * [new branch] gh/SiddhantRanade/1/head -> origin/gh/SiddhantRanade/1/head 2022-03-17T19:06:45.9560902Z * [new branch] gh/SiddhantRanade/1/orig -> origin/gh/SiddhantRanade/1/orig 2022-03-17T19:06:45.9564173Z * [new branch] gh/VitalyFedyunin/10/base -> origin/gh/VitalyFedyunin/10/base 2022-03-17T19:06:45.9565380Z * [new branch] gh/VitalyFedyunin/10/orig -> origin/gh/VitalyFedyunin/10/orig 2022-03-17T19:06:45.9567437Z * [new branch] gh/VitalyFedyunin/113/base -> origin/gh/VitalyFedyunin/113/base 2022-03-17T19:06:45.9568399Z * [new branch] gh/VitalyFedyunin/113/orig -> origin/gh/VitalyFedyunin/113/orig 2022-03-17T19:06:45.9570509Z * [new branch] gh/VitalyFedyunin/149/base -> origin/gh/VitalyFedyunin/149/base 2022-03-17T19:06:45.9571458Z * [new branch] gh/VitalyFedyunin/149/head -> origin/gh/VitalyFedyunin/149/head 2022-03-17T19:06:45.9573476Z * [new branch] gh/VitalyFedyunin/149/orig -> origin/gh/VitalyFedyunin/149/orig 2022-03-17T19:06:45.9574576Z * [new branch] gh/VitalyFedyunin/170/base -> origin/gh/VitalyFedyunin/170/base 2022-03-17T19:06:45.9575854Z * [new branch] gh/VitalyFedyunin/170/head -> origin/gh/VitalyFedyunin/170/head 2022-03-17T19:06:45.9577220Z * [new branch] gh/VitalyFedyunin/170/orig -> origin/gh/VitalyFedyunin/170/orig 2022-03-17T19:06:45.9579459Z * [new branch] gh/VitalyFedyunin/175/base -> origin/gh/VitalyFedyunin/175/base 2022-03-17T19:06:45.9580798Z * [new branch] gh/VitalyFedyunin/175/head -> origin/gh/VitalyFedyunin/175/head 2022-03-17T19:06:45.9581877Z * [new branch] gh/VitalyFedyunin/175/orig -> origin/gh/VitalyFedyunin/175/orig 2022-03-17T19:06:45.9584049Z * [new branch] gh/VitalyFedyunin/177/base -> origin/gh/VitalyFedyunin/177/base 2022-03-17T19:06:45.9585005Z * [new branch] gh/VitalyFedyunin/177/head -> origin/gh/VitalyFedyunin/177/head 2022-03-17T19:06:45.9586411Z * [new branch] gh/VitalyFedyunin/177/orig -> origin/gh/VitalyFedyunin/177/orig 2022-03-17T19:06:45.9588547Z * [new branch] gh/VitalyFedyunin/20/base -> origin/gh/VitalyFedyunin/20/base 2022-03-17T19:06:45.9589583Z * [new branch] gh/VitalyFedyunin/20/orig -> origin/gh/VitalyFedyunin/20/orig 2022-03-17T19:06:45.9591773Z * [new branch] gh/VitalyFedyunin/46/orig -> origin/gh/VitalyFedyunin/46/orig 2022-03-17T19:06:45.9593619Z * [new branch] gh/VitalyFedyunin/47/orig -> origin/gh/VitalyFedyunin/47/orig 2022-03-17T19:06:45.9594891Z * [new branch] gh/VitalyFedyunin/48/orig -> origin/gh/VitalyFedyunin/48/orig 2022-03-17T19:06:45.9596939Z * [new branch] gh/VitalyFedyunin/49/orig -> origin/gh/VitalyFedyunin/49/orig 2022-03-17T19:06:45.9598163Z * [new branch] gh/VitalyFedyunin/50/orig -> origin/gh/VitalyFedyunin/50/orig 2022-03-17T19:06:45.9600295Z * [new branch] gh/VitalyFedyunin/51/orig -> origin/gh/VitalyFedyunin/51/orig 2022-03-17T19:06:45.9601765Z * [new branch] gh/VitalyFedyunin/52/orig -> origin/gh/VitalyFedyunin/52/orig 2022-03-17T19:06:45.9604246Z * [new branch] gh/VitalyFedyunin/56/orig -> origin/gh/VitalyFedyunin/56/orig 2022-03-17T19:06:45.9605524Z * [new branch] gh/VitalyFedyunin/57/orig -> origin/gh/VitalyFedyunin/57/orig 2022-03-17T19:06:45.9607640Z * [new branch] gh/VitalyFedyunin/58/orig -> origin/gh/VitalyFedyunin/58/orig 2022-03-17T19:06:45.9609000Z * [new branch] gh/VitalyFedyunin/59/orig -> origin/gh/VitalyFedyunin/59/orig 2022-03-17T19:06:45.9611292Z * [new branch] gh/VitalyFedyunin/60/orig -> origin/gh/VitalyFedyunin/60/orig 2022-03-17T19:06:45.9612477Z * [new branch] gh/VitalyFedyunin/61/orig -> origin/gh/VitalyFedyunin/61/orig 2022-03-17T19:06:45.9614651Z * [new branch] gh/VitalyFedyunin/62/orig -> origin/gh/VitalyFedyunin/62/orig 2022-03-17T19:06:45.9615964Z * [new branch] gh/VitalyFedyunin/64/base -> origin/gh/VitalyFedyunin/64/base 2022-03-17T19:06:45.9618092Z * [new branch] gh/VitalyFedyunin/75/orig -> origin/gh/VitalyFedyunin/75/orig 2022-03-17T19:06:45.9619432Z * [new branch] gh/VitalyFedyunin/77/orig -> origin/gh/VitalyFedyunin/77/orig 2022-03-17T19:06:45.9621524Z * [new branch] gh/VitalyFedyunin/78/orig -> origin/gh/VitalyFedyunin/78/orig 2022-03-17T19:06:45.9623014Z * [new branch] gh/XiaobingSuper/9/base -> origin/gh/XiaobingSuper/9/base 2022-03-17T19:06:45.9624318Z * [new branch] gh/XiaobingSuper/9/orig -> origin/gh/XiaobingSuper/9/orig 2022-03-17T19:06:45.9626796Z * [new branch] gh/YazhiGao/1/base -> origin/gh/YazhiGao/1/base 2022-03-17T19:06:45.9627744Z * [new branch] gh/YazhiGao/1/orig -> origin/gh/YazhiGao/1/orig 2022-03-17T19:06:45.9630170Z * [new branch] gh/YesterdayDX/1/base -> origin/gh/YesterdayDX/1/base 2022-03-17T19:06:45.9631205Z * [new branch] gh/YesterdayDX/1/head -> origin/gh/YesterdayDX/1/head 2022-03-17T19:06:45.9633206Z * [new branch] gh/YesterdayDX/2/base -> origin/gh/YesterdayDX/2/base 2022-03-17T19:06:45.9633958Z * [new branch] gh/YesterdayDX/2/head -> origin/gh/YesterdayDX/2/head 2022-03-17T19:06:45.9635704Z * [new branch] gh/YesterdayDX/3/base -> origin/gh/YesterdayDX/3/base 2022-03-17T19:06:45.9637041Z * [new branch] gh/YesterdayDX/3/head -> origin/gh/YesterdayDX/3/head 2022-03-17T19:06:45.9639248Z * [new branch] gh/ZolotukhinM/1/base -> origin/gh/ZolotukhinM/1/base 2022-03-17T19:06:45.9640088Z * [new branch] gh/ZolotukhinM/1/head -> origin/gh/ZolotukhinM/1/head 2022-03-17T19:06:45.9641821Z * [new branch] gh/ZolotukhinM/1/orig -> origin/gh/ZolotukhinM/1/orig 2022-03-17T19:06:45.9644977Z * [new branch] gh/ZolotukhinM/192/base -> origin/gh/ZolotukhinM/192/base 2022-03-17T19:06:45.9645914Z * [new branch] gh/ZolotukhinM/192/head -> origin/gh/ZolotukhinM/192/head 2022-03-17T19:06:45.9648119Z * [new branch] gh/ZolotukhinM/22/base -> origin/gh/ZolotukhinM/22/base 2022-03-17T19:06:45.9649435Z * [new branch] gh/ZolotukhinM/242/head -> origin/gh/ZolotukhinM/242/head 2022-03-17T19:06:45.9651430Z * [new branch] gh/ZolotukhinM/242/orig -> origin/gh/ZolotukhinM/242/orig 2022-03-17T19:06:45.9652876Z * [new branch] gh/ZolotukhinM/354/base -> origin/gh/ZolotukhinM/354/base 2022-03-17T19:06:45.9654221Z * [new branch] gh/ZolotukhinM/354/head -> origin/gh/ZolotukhinM/354/head 2022-03-17T19:06:45.9655584Z * [new branch] gh/ZolotukhinM/354/orig -> origin/gh/ZolotukhinM/354/orig 2022-03-17T19:06:45.9657813Z * [new branch] gh/ZolotukhinM/355/base -> origin/gh/ZolotukhinM/355/base 2022-03-17T19:06:45.9658840Z * [new branch] gh/ZolotukhinM/355/head -> origin/gh/ZolotukhinM/355/head 2022-03-17T19:06:45.9660210Z * [new branch] gh/ZolotukhinM/355/orig -> origin/gh/ZolotukhinM/355/orig 2022-03-17T19:06:45.9662313Z * [new branch] gh/ZolotukhinM/404/base -> origin/gh/ZolotukhinM/404/base 2022-03-17T19:06:45.9663501Z * [new branch] gh/ZolotukhinM/404/head -> origin/gh/ZolotukhinM/404/head 2022-03-17T19:06:45.9664858Z * [new branch] gh/ZolotukhinM/404/orig -> origin/gh/ZolotukhinM/404/orig 2022-03-17T19:06:45.9666574Z * [new branch] gh/ZolotukhinM/405/base -> origin/gh/ZolotukhinM/405/base 2022-03-17T19:06:45.9667769Z * [new branch] gh/ZolotukhinM/405/head -> origin/gh/ZolotukhinM/405/head 2022-03-17T19:06:45.9669218Z * [new branch] gh/ZolotukhinM/405/orig -> origin/gh/ZolotukhinM/405/orig 2022-03-17T19:06:45.9671356Z * [new branch] gh/ZolotukhinM/443/base -> origin/gh/ZolotukhinM/443/base 2022-03-17T19:06:45.9672259Z * [new branch] gh/ZolotukhinM/443/head -> origin/gh/ZolotukhinM/443/head 2022-03-17T19:06:45.9673545Z * [new branch] gh/ZolotukhinM/443/orig -> origin/gh/ZolotukhinM/443/orig 2022-03-17T19:06:45.9675669Z * [new branch] gh/ZolotukhinM/444/base -> origin/gh/ZolotukhinM/444/base 2022-03-17T19:06:45.9676725Z * [new branch] gh/ZolotukhinM/444/head -> origin/gh/ZolotukhinM/444/head 2022-03-17T19:06:45.9678032Z * [new branch] gh/ZolotukhinM/444/orig -> origin/gh/ZolotukhinM/444/orig 2022-03-17T19:06:45.9680286Z * [new branch] gh/ZolotukhinM/448/base -> origin/gh/ZolotukhinM/448/base 2022-03-17T19:06:45.9681207Z * [new branch] gh/ZolotukhinM/448/head -> origin/gh/ZolotukhinM/448/head 2022-03-17T19:06:45.9682557Z * [new branch] gh/ZolotukhinM/448/orig -> origin/gh/ZolotukhinM/448/orig 2022-03-17T19:06:45.9684879Z * [new branch] gh/ZolotukhinM/449/base -> origin/gh/ZolotukhinM/449/base 2022-03-17T19:06:45.9685880Z * [new branch] gh/ZolotukhinM/449/head -> origin/gh/ZolotukhinM/449/head 2022-03-17T19:06:45.9687310Z * [new branch] gh/ZolotukhinM/449/orig -> origin/gh/ZolotukhinM/449/orig 2022-03-17T19:06:45.9689403Z * [new branch] gh/ZolotukhinM/454/base -> origin/gh/ZolotukhinM/454/base 2022-03-17T19:06:45.9690611Z * [new branch] gh/ZolotukhinM/454/head -> origin/gh/ZolotukhinM/454/head 2022-03-17T19:06:45.9691969Z * [new branch] gh/ZolotukhinM/454/orig -> origin/gh/ZolotukhinM/454/orig 2022-03-17T19:06:45.9694096Z * [new branch] gh/ZolotukhinM/464/base -> origin/gh/ZolotukhinM/464/base 2022-03-17T19:06:45.9695247Z * [new branch] gh/ZolotukhinM/464/head -> origin/gh/ZolotukhinM/464/head 2022-03-17T19:06:45.9697103Z * [new branch] gh/ZolotukhinM/464/orig -> origin/gh/ZolotukhinM/464/orig 2022-03-17T19:06:45.9698435Z * [new branch] gh/ZolotukhinM/468/base -> origin/gh/ZolotukhinM/468/base 2022-03-17T19:06:45.9699801Z * [new branch] gh/ZolotukhinM/468/head -> origin/gh/ZolotukhinM/468/head 2022-03-17T19:06:45.9701165Z * [new branch] gh/ZolotukhinM/468/orig -> origin/gh/ZolotukhinM/468/orig 2022-03-17T19:06:45.9702837Z * [new branch] gh/ZolotukhinM/469/base -> origin/gh/ZolotukhinM/469/base 2022-03-17T19:06:45.9704083Z * [new branch] gh/ZolotukhinM/469/head -> origin/gh/ZolotukhinM/469/head 2022-03-17T19:06:45.9705523Z * [new branch] gh/ZolotukhinM/469/orig -> origin/gh/ZolotukhinM/469/orig 2022-03-17T19:06:45.9707421Z * [new branch] gh/ZolotukhinM/470/base -> origin/gh/ZolotukhinM/470/base 2022-03-17T19:06:45.9708622Z * [new branch] gh/ZolotukhinM/470/head -> origin/gh/ZolotukhinM/470/head 2022-03-17T19:06:45.9710483Z * [new branch] gh/ZolotukhinM/470/orig -> origin/gh/ZolotukhinM/470/orig 2022-03-17T19:06:45.9711610Z * [new branch] gh/ZolotukhinM/471/base -> origin/gh/ZolotukhinM/471/base 2022-03-17T19:06:45.9712938Z * [new branch] gh/ZolotukhinM/471/head -> origin/gh/ZolotukhinM/471/head 2022-03-17T19:06:45.9714330Z * [new branch] gh/ZolotukhinM/471/orig -> origin/gh/ZolotukhinM/471/orig 2022-03-17T19:06:45.9716360Z * [new branch] gh/ZolotukhinM/472/base -> origin/gh/ZolotukhinM/472/base 2022-03-17T19:06:45.9717306Z * [new branch] gh/ZolotukhinM/472/head -> origin/gh/ZolotukhinM/472/head 2022-03-17T19:06:45.9719023Z * [new branch] gh/ZolotukhinM/472/orig -> origin/gh/ZolotukhinM/472/orig 2022-03-17T19:06:45.9720199Z * [new branch] gh/ZolotukhinM/473/base -> origin/gh/ZolotukhinM/473/base 2022-03-17T19:06:45.9721722Z * [new branch] gh/ZolotukhinM/473/head -> origin/gh/ZolotukhinM/473/head 2022-03-17T19:06:45.9722948Z * [new branch] gh/ZolotukhinM/473/orig -> origin/gh/ZolotukhinM/473/orig 2022-03-17T19:06:45.9724627Z * [new branch] gh/ZolotukhinM/474/base -> origin/gh/ZolotukhinM/474/base 2022-03-17T19:06:45.9725889Z * [new branch] gh/ZolotukhinM/474/head -> origin/gh/ZolotukhinM/474/head 2022-03-17T19:06:45.9727317Z * [new branch] gh/ZolotukhinM/474/orig -> origin/gh/ZolotukhinM/474/orig 2022-03-17T19:06:45.9729084Z * [new branch] gh/ZolotukhinM/475/base -> origin/gh/ZolotukhinM/475/base 2022-03-17T19:06:45.9730189Z * [new branch] gh/ZolotukhinM/475/head -> origin/gh/ZolotukhinM/475/head 2022-03-17T19:06:45.9731505Z * [new branch] gh/ZolotukhinM/475/orig -> origin/gh/ZolotukhinM/475/orig 2022-03-17T19:06:45.9733557Z * [new branch] gh/ZolotukhinM/482/base -> origin/gh/ZolotukhinM/482/base 2022-03-17T19:06:45.9734623Z * [new branch] gh/ZolotukhinM/482/head -> origin/gh/ZolotukhinM/482/head 2022-03-17T19:06:45.9736039Z * [new branch] gh/ZolotukhinM/482/orig -> origin/gh/ZolotukhinM/482/orig 2022-03-17T19:06:45.9738089Z * [new branch] gh/ZolotukhinM/483/base -> origin/gh/ZolotukhinM/483/base 2022-03-17T19:06:45.9739248Z * [new branch] gh/ZolotukhinM/483/head -> origin/gh/ZolotukhinM/483/head 2022-03-17T19:06:45.9740571Z * [new branch] gh/ZolotukhinM/483/orig -> origin/gh/ZolotukhinM/483/orig 2022-03-17T19:06:45.9742649Z * [new branch] gh/ZolotukhinM/484/base -> origin/gh/ZolotukhinM/484/base 2022-03-17T19:06:45.9743826Z * [new branch] gh/ZolotukhinM/484/head -> origin/gh/ZolotukhinM/484/head 2022-03-17T19:06:45.9745276Z * [new branch] gh/ZolotukhinM/484/orig -> origin/gh/ZolotukhinM/484/orig 2022-03-17T19:06:45.9747509Z * [new branch] gh/ZolotukhinM/485/base -> origin/gh/ZolotukhinM/485/base 2022-03-17T19:06:45.9748435Z * [new branch] gh/ZolotukhinM/485/head -> origin/gh/ZolotukhinM/485/head 2022-03-17T19:06:45.9749790Z * [new branch] gh/ZolotukhinM/485/orig -> origin/gh/ZolotukhinM/485/orig 2022-03-17T19:06:45.9751743Z * [new branch] gh/ZolotukhinM/489/base -> origin/gh/ZolotukhinM/489/base 2022-03-17T19:06:45.9752956Z * [new branch] gh/ZolotukhinM/489/head -> origin/gh/ZolotukhinM/489/head 2022-03-17T19:06:45.9754643Z * [new branch] gh/ZolotukhinM/489/orig -> origin/gh/ZolotukhinM/489/orig 2022-03-17T19:06:45.9756440Z * [new branch] gh/ZolotukhinM/503/base -> origin/gh/ZolotukhinM/503/base 2022-03-17T19:06:45.9757503Z * [new branch] gh/ZolotukhinM/503/head -> origin/gh/ZolotukhinM/503/head 2022-03-17T19:06:45.9759240Z * [new branch] gh/ZolotukhinM/503/orig -> origin/gh/ZolotukhinM/503/orig 2022-03-17T19:06:45.9761150Z * [new branch] gh/ZolotukhinM/506/base -> origin/gh/ZolotukhinM/506/base 2022-03-17T19:06:45.9762261Z * [new branch] gh/ZolotukhinM/506/head -> origin/gh/ZolotukhinM/506/head 2022-03-17T19:06:45.9764159Z * [new branch] gh/ZolotukhinM/506/orig -> origin/gh/ZolotukhinM/506/orig 2022-03-17T19:06:45.9765784Z * [new branch] gh/ZolotukhinM/66/base -> origin/gh/ZolotukhinM/66/base 2022-03-17T19:06:45.9767856Z * [new branch] gh/aazzolini/1/base -> origin/gh/aazzolini/1/base 2022-03-17T19:06:45.9769740Z * [new branch] gh/aazzolini/3/base -> origin/gh/aazzolini/3/base 2022-03-17T19:06:45.9771325Z * [new branch] gh/aazzolini/3/head -> origin/gh/aazzolini/3/head 2022-03-17T19:06:45.9772201Z * [new branch] gh/aazzolini/3/orig -> origin/gh/aazzolini/3/orig 2022-03-17T19:06:45.9774664Z * [new branch] gh/agolynski/1/base -> origin/gh/agolynski/1/base 2022-03-17T19:06:45.9776052Z * [new branch] gh/agolynski/1/head -> origin/gh/agolynski/1/head 2022-03-17T19:06:45.9777089Z * [new branch] gh/agolynski/1/orig -> origin/gh/agolynski/1/orig 2022-03-17T19:06:45.9779140Z * [new branch] gh/agolynski/10/base -> origin/gh/agolynski/10/base 2022-03-17T19:06:45.9780183Z * [new branch] gh/agolynski/10/head -> origin/gh/agolynski/10/head 2022-03-17T19:06:45.9781883Z * [new branch] gh/agolynski/10/orig -> origin/gh/agolynski/10/orig 2022-03-17T19:06:45.9783891Z * [new branch] gh/agolynski/11/base -> origin/gh/agolynski/11/base 2022-03-17T19:06:45.9784842Z * [new branch] gh/agolynski/11/head -> origin/gh/agolynski/11/head 2022-03-17T19:06:45.9786628Z * [new branch] gh/agolynski/11/orig -> origin/gh/agolynski/11/orig 2022-03-17T19:06:45.9788036Z * [new branch] gh/agolynski/2/base -> origin/gh/agolynski/2/base 2022-03-17T19:06:45.9789427Z * [new branch] gh/agolynski/2/head -> origin/gh/agolynski/2/head 2022-03-17T19:06:45.9790619Z * [new branch] gh/agolynski/2/orig -> origin/gh/agolynski/2/orig 2022-03-17T19:06:45.9792567Z * [new branch] gh/agolynski/21/base -> origin/gh/agolynski/21/base 2022-03-17T19:06:45.9793704Z * [new branch] gh/agolynski/21/head -> origin/gh/agolynski/21/head 2022-03-17T19:06:45.9795062Z * [new branch] gh/agolynski/21/orig -> origin/gh/agolynski/21/orig 2022-03-17T19:06:45.9796949Z * [new branch] gh/agolynski/22/base -> origin/gh/agolynski/22/base 2022-03-17T19:06:45.9798079Z * [new branch] gh/agolynski/22/head -> origin/gh/agolynski/22/head 2022-03-17T19:06:45.9799632Z * [new branch] gh/agolynski/22/orig -> origin/gh/agolynski/22/orig 2022-03-17T19:06:45.9801722Z * [new branch] gh/agolynski/6/base -> origin/gh/agolynski/6/base 2022-03-17T19:06:45.9802890Z * [new branch] gh/agolynski/6/head -> origin/gh/agolynski/6/head 2022-03-17T19:06:45.9804642Z * [new branch] gh/agolynski/6/orig -> origin/gh/agolynski/6/orig 2022-03-17T19:06:45.9806500Z * [new branch] gh/agolynski/8/base -> origin/gh/agolynski/8/base 2022-03-17T19:06:45.9807648Z * [new branch] gh/agolynski/8/orig -> origin/gh/agolynski/8/orig 2022-03-17T19:06:45.9809905Z * [new branch] gh/ailzhang/10/base -> origin/gh/ailzhang/10/base 2022-03-17T19:06:45.9811135Z * [new branch] gh/ailzhang/10/head -> origin/gh/ailzhang/10/head 2022-03-17T19:06:45.9812495Z * [new branch] gh/ailzhang/10/orig -> origin/gh/ailzhang/10/orig 2022-03-17T19:06:45.9814557Z * [new branch] gh/ailzhang/11/base -> origin/gh/ailzhang/11/base 2022-03-17T19:06:45.9815725Z * [new branch] gh/ailzhang/11/head -> origin/gh/ailzhang/11/head 2022-03-17T19:06:45.9817387Z * [new branch] gh/ailzhang/11/orig -> origin/gh/ailzhang/11/orig 2022-03-17T19:06:45.9819306Z * [new branch] gh/ailzhang/12/base -> origin/gh/ailzhang/12/base 2022-03-17T19:06:45.9820384Z * [new branch] gh/ailzhang/12/head -> origin/gh/ailzhang/12/head 2022-03-17T19:06:45.9821841Z * [new branch] gh/ailzhang/12/orig -> origin/gh/ailzhang/12/orig 2022-03-17T19:06:45.9823790Z * [new branch] gh/ailzhang/25/base -> origin/gh/ailzhang/25/base 2022-03-17T19:06:45.9824803Z * [new branch] gh/ailzhang/25/head -> origin/gh/ailzhang/25/head 2022-03-17T19:06:45.9826234Z * [new branch] gh/ailzhang/25/orig -> origin/gh/ailzhang/25/orig 2022-03-17T19:06:45.9828624Z * [new branch] gh/ailzhang/50/base -> origin/gh/ailzhang/50/base 2022-03-17T19:06:45.9829732Z * [new branch] gh/ailzhang/50/head -> origin/gh/ailzhang/50/head 2022-03-17T19:06:45.9831011Z * [new branch] gh/ailzhang/50/orig -> origin/gh/ailzhang/50/orig 2022-03-17T19:06:45.9832992Z * [new branch] gh/ailzhang/9/base -> origin/gh/ailzhang/9/base 2022-03-17T19:06:45.9833580Z * [new branch] gh/ailzhang/9/head -> origin/gh/ailzhang/9/head 2022-03-17T19:06:45.9835303Z * [new branch] gh/ailzhang/9/orig -> origin/gh/ailzhang/9/orig 2022-03-17T19:06:45.9837349Z * [new branch] gh/ajtulloch/1/base -> origin/gh/ajtulloch/1/base 2022-03-17T19:06:45.9838523Z * [new branch] gh/ajtulloch/1/head -> origin/gh/ajtulloch/1/head 2022-03-17T19:06:45.9840236Z * [new branch] gh/ajtulloch/2/base -> origin/gh/ajtulloch/2/base 2022-03-17T19:06:45.9841617Z * [new branch] gh/ajtulloch/2/head -> origin/gh/ajtulloch/2/head 2022-03-17T19:06:45.9844530Z * [new branch] gh/alanadakotashine/1/base -> origin/gh/alanadakotashine/1/base 2022-03-17T19:06:45.9845601Z * [new branch] gh/alanadakotashine/1/head -> origin/gh/alanadakotashine/1/head 2022-03-17T19:06:45.9847352Z * [new branch] gh/alanadakotashine/1/orig -> origin/gh/alanadakotashine/1/orig 2022-03-17T19:06:45.9849037Z * [new branch] gh/alanadakotashine/2/base -> origin/gh/alanadakotashine/2/base 2022-03-17T19:06:45.9850006Z * [new branch] gh/alanadakotashine/2/head -> origin/gh/alanadakotashine/2/head 2022-03-17T19:06:45.9851995Z * [new branch] gh/alanadakotashine/2/orig -> origin/gh/alanadakotashine/2/orig 2022-03-17T19:06:45.9854284Z * [new branch] gh/alanwaketan/10/base -> origin/gh/alanwaketan/10/base 2022-03-17T19:06:45.9855251Z * [new branch] gh/alanwaketan/10/head -> origin/gh/alanwaketan/10/head 2022-03-17T19:06:45.9857156Z * [new branch] gh/alanwaketan/10/orig -> origin/gh/alanwaketan/10/orig 2022-03-17T19:06:45.9858911Z * [new branch] gh/alanwaketan/15/base -> origin/gh/alanwaketan/15/base 2022-03-17T19:06:45.9860114Z * [new branch] gh/alanwaketan/15/orig -> origin/gh/alanwaketan/15/orig 2022-03-17T19:06:45.9862265Z * [new branch] gh/alanwaketan/4/base -> origin/gh/alanwaketan/4/base 2022-03-17T19:06:45.9863344Z * [new branch] gh/alanwaketan/4/head -> origin/gh/alanwaketan/4/head 2022-03-17T19:06:45.9864796Z * [new branch] gh/alanwaketan/4/orig -> origin/gh/alanwaketan/4/orig 2022-03-17T19:06:45.9867150Z * [new branch] gh/albanD/4/base -> origin/gh/albanD/4/base 2022-03-17T19:06:45.9868137Z * [new branch] gh/albanD/4/orig -> origin/gh/albanD/4/orig 2022-03-17T19:06:45.9870282Z * [new branch] gh/albanD/92/base -> origin/gh/albanD/92/base 2022-03-17T19:06:45.9871196Z * [new branch] gh/albanD/92/head -> origin/gh/albanD/92/head 2022-03-17T19:06:45.9873031Z * [new branch] gh/albanD/92/orig -> origin/gh/albanD/92/orig 2022-03-17T19:06:45.9874860Z * [new branch] gh/albanD/94/base -> origin/gh/albanD/94/base 2022-03-17T19:06:45.9876043Z * [new branch] gh/albanD/94/head -> origin/gh/albanD/94/head 2022-03-17T19:06:45.9877501Z * [new branch] gh/albanD/94/orig -> origin/gh/albanD/94/orig 2022-03-17T19:06:45.9879579Z * [new branch] gh/albanD/96/base -> origin/gh/albanD/96/base 2022-03-17T19:06:45.9880500Z * [new branch] gh/albanD/96/head -> origin/gh/albanD/96/head 2022-03-17T19:06:45.9882213Z * [new branch] gh/albanD/96/orig -> origin/gh/albanD/96/orig 2022-03-17T19:06:45.9884919Z * [new branch] gh/andrewor14/1/base -> origin/gh/andrewor14/1/base 2022-03-17T19:06:45.9885931Z * [new branch] gh/andrewor14/1/orig -> origin/gh/andrewor14/1/orig 2022-03-17T19:06:45.9887991Z * [new branch] gh/andrewor14/10/base -> origin/gh/andrewor14/10/base 2022-03-17T19:06:45.9889224Z * [new branch] gh/andrewor14/10/orig -> origin/gh/andrewor14/10/orig 2022-03-17T19:06:45.9890770Z * [new branch] gh/andrewor14/11/base -> origin/gh/andrewor14/11/base 2022-03-17T19:06:45.9892723Z * [new branch] gh/andrewor14/11/orig -> origin/gh/andrewor14/11/orig 2022-03-17T19:06:45.9894319Z * [new branch] gh/andrewor14/12/base -> origin/gh/andrewor14/12/base 2022-03-17T19:06:45.9895565Z * [new branch] gh/andrewor14/12/head -> origin/gh/andrewor14/12/head 2022-03-17T19:06:45.9896733Z * [new branch] gh/andrewor14/12/orig -> origin/gh/andrewor14/12/orig 2022-03-17T19:06:45.9898761Z * [new branch] gh/andrewor14/2/base -> origin/gh/andrewor14/2/base 2022-03-17T19:06:45.9899726Z * [new branch] gh/andrewor14/2/head -> origin/gh/andrewor14/2/head 2022-03-17T19:06:45.9901513Z * [new branch] gh/andrewor14/2/orig -> origin/gh/andrewor14/2/orig 2022-03-17T19:06:45.9903391Z * [new branch] gh/andrewor14/3/base -> origin/gh/andrewor14/3/base 2022-03-17T19:06:45.9904720Z * [new branch] gh/andrewor14/3/orig -> origin/gh/andrewor14/3/orig 2022-03-17T19:06:45.9906785Z * [new branch] gh/andrewor14/4/base -> origin/gh/andrewor14/4/base 2022-03-17T19:06:45.9908103Z * [new branch] gh/andrewor14/4/orig -> origin/gh/andrewor14/4/orig 2022-03-17T19:06:45.9910094Z * [new branch] gh/andrewor14/5/base -> origin/gh/andrewor14/5/base 2022-03-17T19:06:45.9911383Z * [new branch] gh/andrewor14/5/orig -> origin/gh/andrewor14/5/orig 2022-03-17T19:06:45.9913267Z * [new branch] gh/andrewor14/6/base -> origin/gh/andrewor14/6/base 2022-03-17T19:06:45.9914508Z * [new branch] gh/andrewor14/6/orig -> origin/gh/andrewor14/6/orig 2022-03-17T19:06:45.9917007Z * [new branch] gh/andrewor14/7/base -> origin/gh/andrewor14/7/base 2022-03-17T19:06:45.9917765Z * [new branch] gh/andrewor14/7/orig -> origin/gh/andrewor14/7/orig 2022-03-17T19:06:45.9919578Z * [new branch] gh/andrewor14/8/base -> origin/gh/andrewor14/8/base 2022-03-17T19:06:45.9920903Z * [new branch] gh/andrewor14/8/orig -> origin/gh/andrewor14/8/orig 2022-03-17T19:06:45.9923359Z * [new branch] gh/andrewor14/9/base -> origin/gh/andrewor14/9/base 2022-03-17T19:06:45.9924337Z * [new branch] gh/andrewor14/9/orig -> origin/gh/andrewor14/9/orig 2022-03-17T19:06:45.9926882Z * [new branch] gh/angelayi/18/base -> origin/gh/angelayi/18/base 2022-03-17T19:06:45.9927860Z * [new branch] gh/angelayi/18/head -> origin/gh/angelayi/18/head 2022-03-17T19:06:45.9929328Z * [new branch] gh/angelayi/18/orig -> origin/gh/angelayi/18/orig 2022-03-17T19:06:45.9931775Z * [new branch] gh/angelayi/33/base -> origin/gh/angelayi/33/base 2022-03-17T19:06:45.9932747Z * [new branch] gh/angelayi/33/head -> origin/gh/angelayi/33/head 2022-03-17T19:06:45.9934145Z * [new branch] gh/angelayi/33/orig -> origin/gh/angelayi/33/orig 2022-03-17T19:06:45.9936427Z * [new branch] gh/angelayi/34/base -> origin/gh/angelayi/34/base 2022-03-17T19:06:45.9937735Z * [new branch] gh/angelayi/34/head -> origin/gh/angelayi/34/head 2022-03-17T19:06:45.9938833Z * [new branch] gh/angelayi/34/orig -> origin/gh/angelayi/34/orig 2022-03-17T19:06:45.9941375Z * [new branch] gh/anijain2305/6/base -> origin/gh/anijain2305/6/base 2022-03-17T19:06:45.9942419Z * [new branch] gh/anijain2305/6/head -> origin/gh/anijain2305/6/head 2022-03-17T19:06:45.9943671Z * [new branch] gh/anijain2305/6/orig -> origin/gh/anijain2305/6/orig 2022-03-17T19:06:45.9946114Z * [new branch] gh/anjali411/100/base -> origin/gh/anjali411/100/base 2022-03-17T19:06:45.9947126Z * [new branch] gh/anjali411/100/head -> origin/gh/anjali411/100/head 2022-03-17T19:06:45.9948695Z * [new branch] gh/anjali411/100/orig -> origin/gh/anjali411/100/orig 2022-03-17T19:06:45.9950990Z * [new branch] gh/anjali411/106/base -> origin/gh/anjali411/106/base 2022-03-17T19:06:45.9951741Z * [new branch] gh/anjali411/106/head -> origin/gh/anjali411/106/head 2022-03-17T19:06:45.9953271Z * [new branch] gh/anjali411/106/orig -> origin/gh/anjali411/106/orig 2022-03-17T19:06:45.9955972Z * [new branch] gh/anjali411/124/base -> origin/gh/anjali411/124/base 2022-03-17T19:06:45.9956717Z * [new branch] gh/anjali411/124/head -> origin/gh/anjali411/124/head 2022-03-17T19:06:45.9958144Z * [new branch] gh/anjali411/124/orig -> origin/gh/anjali411/124/orig 2022-03-17T19:06:45.9960276Z * [new branch] gh/anjali411/128/base -> origin/gh/anjali411/128/base 2022-03-17T19:06:45.9961266Z * [new branch] gh/anjali411/128/head -> origin/gh/anjali411/128/head 2022-03-17T19:06:45.9962620Z * [new branch] gh/anjali411/128/orig -> origin/gh/anjali411/128/orig 2022-03-17T19:06:45.9965106Z * [new branch] gh/anjali411/13/base -> origin/gh/anjali411/13/base 2022-03-17T19:06:45.9966084Z * [new branch] gh/anjali411/13/head -> origin/gh/anjali411/13/head 2022-03-17T19:06:45.9967577Z * [new branch] gh/anjali411/13/orig -> origin/gh/anjali411/13/orig 2022-03-17T19:06:45.9969299Z * [new branch] gh/anjali411/130/base -> origin/gh/anjali411/130/base 2022-03-17T19:06:45.9970612Z * [new branch] gh/anjali411/130/head -> origin/gh/anjali411/130/head 2022-03-17T19:06:45.9972116Z * [new branch] gh/anjali411/130/orig -> origin/gh/anjali411/130/orig 2022-03-17T19:06:45.9974653Z * [new branch] gh/anjali411/14/base -> origin/gh/anjali411/14/base 2022-03-17T19:06:45.9975677Z * [new branch] gh/anjali411/14/orig -> origin/gh/anjali411/14/orig 2022-03-17T19:06:45.9978219Z * [new branch] gh/anjali411/145/base -> origin/gh/anjali411/145/base 2022-03-17T19:06:45.9979037Z * [new branch] gh/anjali411/145/head -> origin/gh/anjali411/145/head 2022-03-17T19:06:45.9980122Z * [new branch] gh/anjali411/145/orig -> origin/gh/anjali411/145/orig 2022-03-17T19:06:45.9982509Z * [new branch] gh/anjali411/153/base -> origin/gh/anjali411/153/base 2022-03-17T19:06:45.9983283Z * [new branch] gh/anjali411/153/head -> origin/gh/anjali411/153/head 2022-03-17T19:06:45.9984669Z * [new branch] gh/anjali411/153/orig -> origin/gh/anjali411/153/orig 2022-03-17T19:06:45.9986441Z * [new branch] gh/anjali411/155/base -> origin/gh/anjali411/155/base 2022-03-17T19:06:45.9987665Z * [new branch] gh/anjali411/155/head -> origin/gh/anjali411/155/head 2022-03-17T19:06:45.9989134Z * [new branch] gh/anjali411/155/orig -> origin/gh/anjali411/155/orig 2022-03-17T19:06:45.9991633Z * [new branch] gh/anjali411/156/base -> origin/gh/anjali411/156/base 2022-03-17T19:06:45.9992375Z * [new branch] gh/anjali411/156/head -> origin/gh/anjali411/156/head 2022-03-17T19:06:45.9994002Z * [new branch] gh/anjali411/156/orig -> origin/gh/anjali411/156/orig 2022-03-17T19:06:45.9996233Z * [new branch] gh/anjali411/159/base -> origin/gh/anjali411/159/base 2022-03-17T19:06:45.9997002Z * [new branch] gh/anjali411/159/head -> origin/gh/anjali411/159/head 2022-03-17T19:06:45.9998245Z * [new branch] gh/anjali411/159/orig -> origin/gh/anjali411/159/orig 2022-03-17T19:06:46.0000205Z * [new branch] gh/anjali411/160/base -> origin/gh/anjali411/160/base 2022-03-17T19:06:46.0001574Z * [new branch] gh/anjali411/160/head -> origin/gh/anjali411/160/head 2022-03-17T19:06:46.0003372Z * [new branch] gh/anjali411/160/orig -> origin/gh/anjali411/160/orig 2022-03-17T19:06:46.0005185Z * [new branch] gh/anjali411/19/base -> origin/gh/anjali411/19/base 2022-03-17T19:06:46.0006433Z * [new branch] gh/anjali411/19/head -> origin/gh/anjali411/19/head 2022-03-17T19:06:46.0007919Z * [new branch] gh/anjali411/19/orig -> origin/gh/anjali411/19/orig 2022-03-17T19:06:46.0009808Z * [new branch] gh/anjali411/22/base -> origin/gh/anjali411/22/base 2022-03-17T19:06:46.0011075Z * [new branch] gh/anjali411/22/head -> origin/gh/anjali411/22/head 2022-03-17T19:06:46.0012703Z * [new branch] gh/anjali411/22/orig -> origin/gh/anjali411/22/orig 2022-03-17T19:06:46.0014535Z * [new branch] gh/anjali411/25/base -> origin/gh/anjali411/25/base 2022-03-17T19:06:46.0016104Z * [new branch] gh/anjali411/25/head -> origin/gh/anjali411/25/head 2022-03-17T19:06:46.0017084Z * [new branch] gh/anjali411/25/orig -> origin/gh/anjali411/25/orig 2022-03-17T19:06:46.0019040Z * [new branch] gh/anjali411/26/base -> origin/gh/anjali411/26/base 2022-03-17T19:06:46.0020316Z * [new branch] gh/anjali411/26/head -> origin/gh/anjali411/26/head 2022-03-17T19:06:46.0021868Z * [new branch] gh/anjali411/26/orig -> origin/gh/anjali411/26/orig 2022-03-17T19:06:46.0023656Z * [new branch] gh/anjali411/31/base -> origin/gh/anjali411/31/base 2022-03-17T19:06:46.0024754Z * [new branch] gh/anjali411/31/head -> origin/gh/anjali411/31/head 2022-03-17T19:06:46.0026556Z * [new branch] gh/anjali411/31/orig -> origin/gh/anjali411/31/orig 2022-03-17T19:06:46.0028123Z * [new branch] gh/anjali411/68/base -> origin/gh/anjali411/68/base 2022-03-17T19:06:46.0029259Z * [new branch] gh/anjali411/68/head -> origin/gh/anjali411/68/head 2022-03-17T19:06:46.0030809Z * [new branch] gh/anjali411/68/orig -> origin/gh/anjali411/68/orig 2022-03-17T19:06:46.0033311Z * [new branch] gh/anjali411/77/base -> origin/gh/anjali411/77/base 2022-03-17T19:06:46.0034666Z * [new branch] gh/anjali411/77/head -> origin/gh/anjali411/77/head 2022-03-17T19:06:46.0035851Z * [new branch] gh/anjali411/77/orig -> origin/gh/anjali411/77/orig 2022-03-17T19:06:46.0037825Z * [new branch] gh/anjali411/80/base -> origin/gh/anjali411/80/base 2022-03-17T19:06:46.0039430Z * [new branch] gh/anjali411/80/orig -> origin/gh/anjali411/80/orig 2022-03-17T19:06:46.0041406Z * [new branch] gh/ansley/14/base -> origin/gh/ansley/14/base 2022-03-17T19:06:46.0043667Z * [new branch] gh/ansley/14/head -> origin/gh/ansley/14/head 2022-03-17T19:06:46.0044779Z * [new branch] gh/ansley/14/orig -> origin/gh/ansley/14/orig 2022-03-17T19:06:46.0046725Z * [new branch] gh/ansley/24/base -> origin/gh/ansley/24/base 2022-03-17T19:06:46.0047914Z * [new branch] gh/ansley/24/head -> origin/gh/ansley/24/head 2022-03-17T19:06:46.0049191Z * [new branch] gh/ansley/24/orig -> origin/gh/ansley/24/orig 2022-03-17T19:06:46.0051259Z * [new branch] gh/ansley/25/base -> origin/gh/ansley/25/base 2022-03-17T19:06:46.0052806Z * [new branch] gh/ansley/25/head -> origin/gh/ansley/25/head 2022-03-17T19:06:46.0054073Z * [new branch] gh/ansley/25/orig -> origin/gh/ansley/25/orig 2022-03-17T19:06:46.0055905Z * [new branch] gh/ansley/26/base -> origin/gh/ansley/26/base 2022-03-17T19:06:46.0057002Z * [new branch] gh/ansley/26/head -> origin/gh/ansley/26/head 2022-03-17T19:06:46.0058529Z * [new branch] gh/ansley/26/orig -> origin/gh/ansley/26/orig 2022-03-17T19:06:46.0060066Z * [new branch] gh/ansley/27/base -> origin/gh/ansley/27/base 2022-03-17T19:06:46.0061330Z * [new branch] gh/ansley/27/head -> origin/gh/ansley/27/head 2022-03-17T19:06:46.0062862Z * [new branch] gh/ansley/27/orig -> origin/gh/ansley/27/orig 2022-03-17T19:06:46.0064898Z * [new branch] gh/ansley/28/base -> origin/gh/ansley/28/base 2022-03-17T19:06:46.0066013Z * [new branch] gh/ansley/28/head -> origin/gh/ansley/28/head 2022-03-17T19:06:46.0067596Z * [new branch] gh/ansley/28/orig -> origin/gh/ansley/28/orig 2022-03-17T19:06:46.0069483Z * [new branch] gh/ansley/30/base -> origin/gh/ansley/30/base 2022-03-17T19:06:46.0070734Z * [new branch] gh/ansley/30/head -> origin/gh/ansley/30/head 2022-03-17T19:06:46.0072560Z * [new branch] gh/ansley/30/orig -> origin/gh/ansley/30/orig 2022-03-17T19:06:46.0074098Z * [new branch] gh/ansley/35/base -> origin/gh/ansley/35/base 2022-03-17T19:06:46.0075421Z * [new branch] gh/ansley/35/head -> origin/gh/ansley/35/head 2022-03-17T19:06:46.0076959Z * [new branch] gh/ansley/35/orig -> origin/gh/ansley/35/orig 2022-03-17T19:06:46.0078720Z * [new branch] gh/ansley/36/base -> origin/gh/ansley/36/base 2022-03-17T19:06:46.0080017Z * [new branch] gh/ansley/36/head -> origin/gh/ansley/36/head 2022-03-17T19:06:46.0081747Z * [new branch] gh/ansley/36/orig -> origin/gh/ansley/36/orig 2022-03-17T19:06:46.0083786Z * [new branch] gh/ansley/38/base -> origin/gh/ansley/38/base 2022-03-17T19:06:46.0084894Z * [new branch] gh/ansley/38/head -> origin/gh/ansley/38/head 2022-03-17T19:06:46.0086488Z * [new branch] gh/ansley/38/orig -> origin/gh/ansley/38/orig 2022-03-17T19:06:46.0088236Z * [new branch] gh/ansley/41/base -> origin/gh/ansley/41/base 2022-03-17T19:06:46.0089119Z * [new branch] gh/ansley/41/head -> origin/gh/ansley/41/head 2022-03-17T19:06:46.0090664Z * [new branch] gh/ansley/41/orig -> origin/gh/ansley/41/orig 2022-03-17T19:06:46.0092694Z * [new branch] gh/ansley/43/base -> origin/gh/ansley/43/base 2022-03-17T19:06:46.0093808Z * [new branch] gh/ansley/43/head -> origin/gh/ansley/43/head 2022-03-17T19:06:46.0095373Z * [new branch] gh/ansley/43/orig -> origin/gh/ansley/43/orig 2022-03-17T19:06:46.0097127Z * [new branch] gh/ansley/45/base -> origin/gh/ansley/45/base 2022-03-17T19:06:46.0098191Z * [new branch] gh/ansley/45/head -> origin/gh/ansley/45/head 2022-03-17T19:06:46.0099995Z * [new branch] gh/ansley/45/orig -> origin/gh/ansley/45/orig 2022-03-17T19:06:46.0101795Z * [new branch] gh/ansley/47/base -> origin/gh/ansley/47/base 2022-03-17T19:06:46.0102895Z * [new branch] gh/ansley/47/head -> origin/gh/ansley/47/head 2022-03-17T19:06:46.0104419Z * [new branch] gh/ansley/47/orig -> origin/gh/ansley/47/orig 2022-03-17T19:06:46.0106264Z * [new branch] gh/ansley/48/base -> origin/gh/ansley/48/base 2022-03-17T19:06:46.0107393Z * [new branch] gh/ansley/48/head -> origin/gh/ansley/48/head 2022-03-17T19:06:46.0108927Z * [new branch] gh/ansley/48/orig -> origin/gh/ansley/48/orig 2022-03-17T19:06:46.0110826Z * [new branch] gh/ansley/51/base -> origin/gh/ansley/51/base 2022-03-17T19:06:46.0112045Z * [new branch] gh/ansley/51/head -> origin/gh/ansley/51/head 2022-03-17T19:06:46.0113780Z * [new branch] gh/ansley/51/orig -> origin/gh/ansley/51/orig 2022-03-17T19:06:46.0115531Z * [new branch] gh/ansley/54/base -> origin/gh/ansley/54/base 2022-03-17T19:06:46.0116678Z * [new branch] gh/ansley/54/head -> origin/gh/ansley/54/head 2022-03-17T19:06:46.0118090Z * [new branch] gh/ansley/54/orig -> origin/gh/ansley/54/orig 2022-03-17T19:06:46.0120368Z * [new branch] gh/ansley/55/base -> origin/gh/ansley/55/base 2022-03-17T19:06:46.0121940Z * [new branch] gh/ansley/55/head -> origin/gh/ansley/55/head 2022-03-17T19:06:46.0123191Z * [new branch] gh/ansley/55/orig -> origin/gh/ansley/55/orig 2022-03-17T19:06:46.0124974Z * [new branch] gh/ansley/56/base -> origin/gh/ansley/56/base 2022-03-17T19:06:46.0126023Z * [new branch] gh/ansley/56/head -> origin/gh/ansley/56/head 2022-03-17T19:06:46.0127317Z * [new branch] gh/ansley/56/orig -> origin/gh/ansley/56/orig 2022-03-17T19:06:46.0129850Z * [new branch] gh/ansley/57/base -> origin/gh/ansley/57/base 2022-03-17T19:06:46.0131712Z * [new branch] gh/ansley/57/head -> origin/gh/ansley/57/head 2022-03-17T19:06:46.0132709Z * [new branch] gh/ansley/57/orig -> origin/gh/ansley/57/orig 2022-03-17T19:06:46.0134349Z * [new branch] gh/ansley/58/base -> origin/gh/ansley/58/base 2022-03-17T19:06:46.0135521Z * [new branch] gh/ansley/58/head -> origin/gh/ansley/58/head 2022-03-17T19:06:46.0136997Z * [new branch] gh/ansley/58/orig -> origin/gh/ansley/58/orig 2022-03-17T19:06:46.0138364Z * [new branch] gh/ansley/59/base -> origin/gh/ansley/59/base 2022-03-17T19:06:46.0139708Z * [new branch] gh/ansley/59/head -> origin/gh/ansley/59/head 2022-03-17T19:06:46.0141034Z * [new branch] gh/ansley/59/orig -> origin/gh/ansley/59/orig 2022-03-17T19:06:46.0143709Z * [new branch] gh/ansleyadelaide/1/base -> origin/gh/ansleyadelaide/1/base 2022-03-17T19:06:46.0144565Z * [new branch] gh/ansleyadelaide/1/orig -> origin/gh/ansleyadelaide/1/orig 2022-03-17T19:06:46.0147260Z * [new branch] gh/ansleyadelaide/10/base -> origin/gh/ansleyadelaide/10/base 2022-03-17T19:06:46.0147882Z * [new branch] gh/ansleyadelaide/10/orig -> origin/gh/ansleyadelaide/10/orig 2022-03-17T19:06:46.0149938Z * [new branch] gh/ansleyadelaide/11/base -> origin/gh/ansleyadelaide/11/base 2022-03-17T19:06:46.0150999Z * [new branch] gh/ansleyadelaide/11/head -> origin/gh/ansleyadelaide/11/head 2022-03-17T19:06:46.0153903Z * [new branch] gh/ansleyadelaide/14/base -> origin/gh/ansleyadelaide/14/base 2022-03-17T19:06:46.0154450Z * [new branch] gh/ansleyadelaide/14/orig -> origin/gh/ansleyadelaide/14/orig 2022-03-17T19:06:46.0156265Z * [new branch] gh/ansleyadelaide/18/base -> origin/gh/ansleyadelaide/18/base 2022-03-17T19:06:46.0157387Z * [new branch] gh/ansleyadelaide/18/head -> origin/gh/ansleyadelaide/18/head 2022-03-17T19:06:46.0158849Z * [new branch] gh/ansleyadelaide/18/orig -> origin/gh/ansleyadelaide/18/orig 2022-03-17T19:06:46.0160347Z * [new branch] gh/ansleyadelaide/2/base -> origin/gh/ansleyadelaide/2/base 2022-03-17T19:06:46.0162173Z * [new branch] gh/ansleyadelaide/2/head -> origin/gh/ansleyadelaide/2/head 2022-03-17T19:06:46.0163618Z * [new branch] gh/ansleyadelaide/2/orig -> origin/gh/ansleyadelaide/2/orig 2022-03-17T19:06:46.0165234Z * [new branch] gh/ansleyadelaide/22/base -> origin/gh/ansleyadelaide/22/base 2022-03-17T19:06:46.0166408Z * [new branch] gh/ansleyadelaide/22/orig -> origin/gh/ansleyadelaide/22/orig 2022-03-17T19:06:46.0169013Z * [new branch] gh/ansleyadelaide/26/base -> origin/gh/ansleyadelaide/26/base 2022-03-17T19:06:46.0170100Z * [new branch] gh/ansleyadelaide/26/orig -> origin/gh/ansleyadelaide/26/orig 2022-03-17T19:06:46.0172656Z * [new branch] gh/ansleyadelaide/28/base -> origin/gh/ansleyadelaide/28/base 2022-03-17T19:06:46.0173524Z * [new branch] gh/ansleyadelaide/28/orig -> origin/gh/ansleyadelaide/28/orig 2022-03-17T19:06:46.0175991Z * [new branch] gh/ansleyadelaide/29/base -> origin/gh/ansleyadelaide/29/base 2022-03-17T19:06:46.0176940Z * [new branch] gh/ansleyadelaide/29/orig -> origin/gh/ansleyadelaide/29/orig 2022-03-17T19:06:46.0178695Z * [new branch] gh/ansleyadelaide/3/base -> origin/gh/ansleyadelaide/3/base 2022-03-17T19:06:46.0179925Z * [new branch] gh/ansleyadelaide/3/head -> origin/gh/ansleyadelaide/3/head 2022-03-17T19:06:46.0181179Z * [new branch] gh/ansleyadelaide/3/orig -> origin/gh/ansleyadelaide/3/orig 2022-03-17T19:06:46.0183053Z * [new branch] gh/ansleyadelaide/31/base -> origin/gh/ansleyadelaide/31/base 2022-03-17T19:06:46.0184227Z * [new branch] gh/ansleyadelaide/31/orig -> origin/gh/ansleyadelaide/31/orig 2022-03-17T19:06:46.0186815Z * [new branch] gh/ansleyadelaide/37/base -> origin/gh/ansleyadelaide/37/base 2022-03-17T19:06:46.0187651Z * [new branch] gh/ansleyadelaide/37/head -> origin/gh/ansleyadelaide/37/head 2022-03-17T19:06:46.0188891Z * [new branch] gh/ansleyadelaide/37/orig -> origin/gh/ansleyadelaide/37/orig 2022-03-17T19:06:46.0190867Z * [new branch] gh/ansleyadelaide/4/base -> origin/gh/ansleyadelaide/4/base 2022-03-17T19:06:46.0192187Z * [new branch] gh/ansleyadelaide/4/head -> origin/gh/ansleyadelaide/4/head 2022-03-17T19:06:46.0193371Z * [new branch] gh/ansleyadelaide/4/orig -> origin/gh/ansleyadelaide/4/orig 2022-03-17T19:06:46.0195214Z * [new branch] gh/ansleyadelaide/43/base -> origin/gh/ansleyadelaide/43/base 2022-03-17T19:06:46.0196994Z * [new branch] gh/ansleyadelaide/9/base -> origin/gh/ansleyadelaide/9/base 2022-03-17T19:06:46.0198435Z * [new branch] gh/ansleyadelaide/9/orig -> origin/gh/ansleyadelaide/9/orig 2022-03-17T19:06:46.0201117Z * [new branch] gh/aocsa/1/base -> origin/gh/aocsa/1/base 2022-03-17T19:06:46.0202292Z * [new branch] gh/aocsa/1/orig -> origin/gh/aocsa/1/orig 2022-03-17T19:06:46.0204667Z * [new branch] gh/aocsa/20/base -> origin/gh/aocsa/20/base 2022-03-17T19:06:46.0205457Z * [new branch] gh/aocsa/20/head -> origin/gh/aocsa/20/head 2022-03-17T19:06:46.0208017Z * [new branch] gh/asalioufb/1/base -> origin/gh/asalioufb/1/base 2022-03-17T19:06:46.0208767Z * [new branch] gh/asalioufb/1/head -> origin/gh/asalioufb/1/head 2022-03-17T19:06:46.0211330Z * [new branch] gh/awgu/14/base -> origin/gh/awgu/14/base 2022-03-17T19:06:46.0212043Z * [new branch] gh/awgu/14/head -> origin/gh/awgu/14/head 2022-03-17T19:06:46.0213424Z * [new branch] gh/awgu/14/orig -> origin/gh/awgu/14/orig 2022-03-17T19:06:46.0214958Z * [new branch] gh/awgu/15/base -> origin/gh/awgu/15/base 2022-03-17T19:06:46.0216229Z * [new branch] gh/awgu/15/head -> origin/gh/awgu/15/head 2022-03-17T19:06:46.0217549Z * [new branch] gh/awgu/15/orig -> origin/gh/awgu/15/orig 2022-03-17T19:06:46.0218990Z * [new branch] gh/awgu/16/base -> origin/gh/awgu/16/base 2022-03-17T19:06:46.0220646Z * [new branch] gh/awgu/16/head -> origin/gh/awgu/16/head 2022-03-17T19:06:46.0221987Z * [new branch] gh/awgu/16/orig -> origin/gh/awgu/16/orig 2022-03-17T19:06:46.0224800Z * [new branch] gh/axitkhurana/10/base -> origin/gh/axitkhurana/10/base 2022-03-17T19:06:46.0225459Z * [new branch] gh/axitkhurana/10/head -> origin/gh/axitkhurana/10/head 2022-03-17T19:06:46.0226532Z * [new branch] gh/axitkhurana/10/orig -> origin/gh/axitkhurana/10/orig 2022-03-17T19:06:46.0228948Z * [new branch] gh/axitkhurana/19/base -> origin/gh/axitkhurana/19/base 2022-03-17T19:06:46.0229933Z * [new branch] gh/axitkhurana/19/head -> origin/gh/axitkhurana/19/head 2022-03-17T19:06:46.0231411Z * [new branch] gh/axitkhurana/19/orig -> origin/gh/axitkhurana/19/orig 2022-03-17T19:06:46.0233478Z * [new branch] gh/axitkhurana/21/base -> origin/gh/axitkhurana/21/base 2022-03-17T19:06:46.0234715Z * [new branch] gh/axitkhurana/21/head -> origin/gh/axitkhurana/21/head 2022-03-17T19:06:46.0235940Z * [new branch] gh/axitkhurana/21/orig -> origin/gh/axitkhurana/21/orig 2022-03-17T19:06:46.0237992Z * [new branch] gh/axitkhurana/23/base -> origin/gh/axitkhurana/23/base 2022-03-17T19:06:46.0239596Z * [new branch] gh/axitkhurana/23/orig -> origin/gh/axitkhurana/23/orig 2022-03-17T19:06:46.0241675Z * [new branch] gh/axitkhurana/6/base -> origin/gh/axitkhurana/6/base 2022-03-17T19:06:46.0244034Z * [new branch] gh/axitkhurana/6/head -> origin/gh/axitkhurana/6/head 2022-03-17T19:06:46.0245395Z * [new branch] gh/axitkhurana/6/orig -> origin/gh/axitkhurana/6/orig 2022-03-17T19:06:46.0247492Z * [new branch] gh/b-koopman/11/base -> origin/gh/b-koopman/11/base 2022-03-17T19:06:46.0249130Z * [new branch] gh/b-koopman/11/head -> origin/gh/b-koopman/11/head 2022-03-17T19:06:46.0250411Z * [new branch] gh/b-koopman/11/orig -> origin/gh/b-koopman/11/orig 2022-03-17T19:06:46.0252338Z * [new branch] gh/b-koopman/13/base -> origin/gh/b-koopman/13/base 2022-03-17T19:06:46.0253936Z * [new branch] gh/b-koopman/13/head -> origin/gh/b-koopman/13/head 2022-03-17T19:06:46.0255622Z * [new branch] gh/b-koopman/13/orig -> origin/gh/b-koopman/13/orig 2022-03-17T19:06:46.0257240Z * [new branch] gh/b-koopman/20/base -> origin/gh/b-koopman/20/base 2022-03-17T19:06:46.0258466Z * [new branch] gh/b-koopman/20/head -> origin/gh/b-koopman/20/head 2022-03-17T19:06:46.0260071Z * [new branch] gh/b-koopman/20/orig -> origin/gh/b-koopman/20/orig 2022-03-17T19:06:46.0262322Z * [new branch] gh/banitag1/1/base -> origin/gh/banitag1/1/base 2022-03-17T19:06:46.0263976Z * [new branch] gh/banitag1/1/head -> origin/gh/banitag1/1/head 2022-03-17T19:06:46.0265632Z * [new branch] gh/banitag1/1/orig -> origin/gh/banitag1/1/orig 2022-03-17T19:06:46.0267747Z * [new branch] gh/bdhirsh/108/base -> origin/gh/bdhirsh/108/base 2022-03-17T19:06:46.0269459Z * [new branch] gh/bdhirsh/108/head -> origin/gh/bdhirsh/108/head 2022-03-17T19:06:46.0270746Z * [new branch] gh/bdhirsh/108/orig -> origin/gh/bdhirsh/108/orig 2022-03-17T19:06:46.0273084Z * [new branch] gh/bdhirsh/109/base -> origin/gh/bdhirsh/109/base 2022-03-17T19:06:46.0274901Z * [new branch] gh/bdhirsh/109/head -> origin/gh/bdhirsh/109/head 2022-03-17T19:06:46.0276241Z * [new branch] gh/bdhirsh/109/orig -> origin/gh/bdhirsh/109/orig 2022-03-17T19:06:46.0277969Z * [new branch] gh/bdhirsh/111/base -> origin/gh/bdhirsh/111/base 2022-03-17T19:06:46.0279099Z * [new branch] gh/bdhirsh/111/head -> origin/gh/bdhirsh/111/head 2022-03-17T19:06:46.0280817Z * [new branch] gh/bdhirsh/111/orig -> origin/gh/bdhirsh/111/orig 2022-03-17T19:06:46.0282285Z * [new branch] gh/bdhirsh/114/base -> origin/gh/bdhirsh/114/base 2022-03-17T19:06:46.0284252Z * [new branch] gh/bdhirsh/114/head -> origin/gh/bdhirsh/114/head 2022-03-17T19:06:46.0285127Z * [new branch] gh/bdhirsh/114/orig -> origin/gh/bdhirsh/114/orig 2022-03-17T19:06:46.0287264Z * [new branch] gh/bdhirsh/115/base -> origin/gh/bdhirsh/115/base 2022-03-17T19:06:46.0289116Z * [new branch] gh/bdhirsh/115/head -> origin/gh/bdhirsh/115/head 2022-03-17T19:06:46.0290021Z * [new branch] gh/bdhirsh/115/orig -> origin/gh/bdhirsh/115/orig 2022-03-17T19:06:46.0292142Z * [new branch] gh/bdhirsh/118/base -> origin/gh/bdhirsh/118/base 2022-03-17T19:06:46.0293257Z * [new branch] gh/bdhirsh/118/head -> origin/gh/bdhirsh/118/head 2022-03-17T19:06:46.0294613Z * [new branch] gh/bdhirsh/118/orig -> origin/gh/bdhirsh/118/orig 2022-03-17T19:06:46.0296493Z * [new branch] gh/bdhirsh/119/base -> origin/gh/bdhirsh/119/base 2022-03-17T19:06:46.0297810Z * [new branch] gh/bdhirsh/119/head -> origin/gh/bdhirsh/119/head 2022-03-17T19:06:46.0299376Z * [new branch] gh/bdhirsh/119/orig -> origin/gh/bdhirsh/119/orig 2022-03-17T19:06:46.0301319Z * [new branch] gh/bdhirsh/128/base -> origin/gh/bdhirsh/128/base 2022-03-17T19:06:46.0302517Z * [new branch] gh/bdhirsh/128/head -> origin/gh/bdhirsh/128/head 2022-03-17T19:06:46.0303866Z * [new branch] gh/bdhirsh/128/orig -> origin/gh/bdhirsh/128/orig 2022-03-17T19:06:46.0305777Z * [new branch] gh/bdhirsh/131/base -> origin/gh/bdhirsh/131/base 2022-03-17T19:06:46.0307076Z * [new branch] gh/bdhirsh/131/head -> origin/gh/bdhirsh/131/head 2022-03-17T19:06:46.0308463Z * [new branch] gh/bdhirsh/131/orig -> origin/gh/bdhirsh/131/orig 2022-03-17T19:06:46.0310616Z * [new branch] gh/bdhirsh/132/base -> origin/gh/bdhirsh/132/base 2022-03-17T19:06:46.0312411Z * [new branch] gh/bdhirsh/132/head -> origin/gh/bdhirsh/132/head 2022-03-17T19:06:46.0313482Z * [new branch] gh/bdhirsh/132/orig -> origin/gh/bdhirsh/132/orig 2022-03-17T19:06:46.0315686Z * [new branch] gh/bdhirsh/133/base -> origin/gh/bdhirsh/133/base 2022-03-17T19:06:46.0317448Z * [new branch] gh/bdhirsh/133/head -> origin/gh/bdhirsh/133/head 2022-03-17T19:06:46.0318723Z * [new branch] gh/bdhirsh/133/orig -> origin/gh/bdhirsh/133/orig 2022-03-17T19:06:46.0320698Z * [new branch] gh/bdhirsh/134/base -> origin/gh/bdhirsh/134/base 2022-03-17T19:06:46.0322007Z * [new branch] gh/bdhirsh/134/head -> origin/gh/bdhirsh/134/head 2022-03-17T19:06:46.0323868Z * [new branch] gh/bdhirsh/134/orig -> origin/gh/bdhirsh/134/orig 2022-03-17T19:06:46.0325643Z * [new branch] gh/bdhirsh/136/base -> origin/gh/bdhirsh/136/base 2022-03-17T19:06:46.0326648Z * [new branch] gh/bdhirsh/136/head -> origin/gh/bdhirsh/136/head 2022-03-17T19:06:46.0328190Z * [new branch] gh/bdhirsh/136/orig -> origin/gh/bdhirsh/136/orig 2022-03-17T19:06:46.0330139Z * [new branch] gh/bdhirsh/138/base -> origin/gh/bdhirsh/138/base 2022-03-17T19:06:46.0331400Z * [new branch] gh/bdhirsh/138/head -> origin/gh/bdhirsh/138/head 2022-03-17T19:06:46.0332714Z * [new branch] gh/bdhirsh/138/orig -> origin/gh/bdhirsh/138/orig 2022-03-17T19:06:46.0334499Z * [new branch] gh/bdhirsh/139/base -> origin/gh/bdhirsh/139/base 2022-03-17T19:06:46.0335386Z * [new branch] gh/bdhirsh/139/head -> origin/gh/bdhirsh/139/head 2022-03-17T19:06:46.0337175Z * [new branch] gh/bdhirsh/139/orig -> origin/gh/bdhirsh/139/orig 2022-03-17T19:06:46.0338477Z * [new branch] gh/bdhirsh/140/base -> origin/gh/bdhirsh/140/base 2022-03-17T19:06:46.0342030Z * [new branch] gh/bdhirsh/140/head -> origin/gh/bdhirsh/140/head 2022-03-17T19:06:46.0343489Z * [new branch] gh/bdhirsh/140/orig -> origin/gh/bdhirsh/140/orig 2022-03-17T19:06:46.0345013Z * [new branch] gh/bdhirsh/142/base -> origin/gh/bdhirsh/142/base 2022-03-17T19:06:46.0346582Z * [new branch] gh/bdhirsh/142/head -> origin/gh/bdhirsh/142/head 2022-03-17T19:06:46.0347748Z * [new branch] gh/bdhirsh/142/orig -> origin/gh/bdhirsh/142/orig 2022-03-17T19:06:46.0349629Z * [new branch] gh/bdhirsh/144/base -> origin/gh/bdhirsh/144/base 2022-03-17T19:06:46.0350532Z * [new branch] gh/bdhirsh/144/head -> origin/gh/bdhirsh/144/head 2022-03-17T19:06:46.0352025Z * [new branch] gh/bdhirsh/144/orig -> origin/gh/bdhirsh/144/orig 2022-03-17T19:06:46.0354089Z * [new branch] gh/bdhirsh/146/base -> origin/gh/bdhirsh/146/base 2022-03-17T19:06:46.0355574Z * [new branch] gh/bdhirsh/146/head -> origin/gh/bdhirsh/146/head 2022-03-17T19:06:46.0357776Z * [new branch] gh/bdhirsh/146/orig -> origin/gh/bdhirsh/146/orig 2022-03-17T19:06:46.0358918Z * [new branch] gh/bdhirsh/154/base -> origin/gh/bdhirsh/154/base 2022-03-17T19:06:46.0360734Z * [new branch] gh/bdhirsh/154/head -> origin/gh/bdhirsh/154/head 2022-03-17T19:06:46.0362032Z * [new branch] gh/bdhirsh/154/orig -> origin/gh/bdhirsh/154/orig 2022-03-17T19:06:46.0364477Z * [new branch] gh/bdhirsh/162/base -> origin/gh/bdhirsh/162/base 2022-03-17T19:06:46.0365508Z * [new branch] gh/bdhirsh/162/head -> origin/gh/bdhirsh/162/head 2022-03-17T19:06:46.0366821Z * [new branch] gh/bdhirsh/162/orig -> origin/gh/bdhirsh/162/orig 2022-03-17T19:06:46.0369089Z * [new branch] gh/bdhirsh/163/base -> origin/gh/bdhirsh/163/base 2022-03-17T19:06:46.0370650Z * [new branch] gh/bdhirsh/163/head -> origin/gh/bdhirsh/163/head 2022-03-17T19:06:46.0371930Z * [new branch] gh/bdhirsh/163/orig -> origin/gh/bdhirsh/163/orig 2022-03-17T19:06:46.0374495Z * [new branch] gh/bdhirsh/167/base -> origin/gh/bdhirsh/167/base 2022-03-17T19:06:46.0375567Z * [new branch] gh/bdhirsh/167/head -> origin/gh/bdhirsh/167/head 2022-03-17T19:06:46.0376960Z * [new branch] gh/bdhirsh/167/orig -> origin/gh/bdhirsh/167/orig 2022-03-17T19:06:46.0378918Z * [new branch] gh/bdhirsh/172/base -> origin/gh/bdhirsh/172/base 2022-03-17T19:06:46.0379947Z * [new branch] gh/bdhirsh/172/head -> origin/gh/bdhirsh/172/head 2022-03-17T19:06:46.0381521Z * [new branch] gh/bdhirsh/172/orig -> origin/gh/bdhirsh/172/orig 2022-03-17T19:06:46.0383682Z * [new branch] gh/bdhirsh/174/base -> origin/gh/bdhirsh/174/base 2022-03-17T19:06:46.0384673Z * [new branch] gh/bdhirsh/174/head -> origin/gh/bdhirsh/174/head 2022-03-17T19:06:46.0386709Z * [new branch] gh/bdhirsh/177/base -> origin/gh/bdhirsh/177/base 2022-03-17T19:06:46.0387908Z * [new branch] gh/bdhirsh/177/head -> origin/gh/bdhirsh/177/head 2022-03-17T19:06:46.0389301Z * [new branch] gh/bdhirsh/177/orig -> origin/gh/bdhirsh/177/orig 2022-03-17T19:06:46.0391390Z * [new branch] gh/bdhirsh/178/base -> origin/gh/bdhirsh/178/base 2022-03-17T19:06:46.0392515Z * [new branch] gh/bdhirsh/178/head -> origin/gh/bdhirsh/178/head 2022-03-17T19:06:46.0394047Z * [new branch] gh/bdhirsh/178/orig -> origin/gh/bdhirsh/178/orig 2022-03-17T19:06:46.0395957Z * [new branch] gh/bdhirsh/182/base -> origin/gh/bdhirsh/182/base 2022-03-17T19:06:46.0397124Z * [new branch] gh/bdhirsh/182/head -> origin/gh/bdhirsh/182/head 2022-03-17T19:06:46.0398537Z * [new branch] gh/bdhirsh/182/orig -> origin/gh/bdhirsh/182/orig 2022-03-17T19:06:46.0400959Z * [new branch] gh/bdhirsh/183/base -> origin/gh/bdhirsh/183/base 2022-03-17T19:06:46.0402332Z * [new branch] gh/bdhirsh/183/head -> origin/gh/bdhirsh/183/head 2022-03-17T19:06:46.0403681Z * [new branch] gh/bdhirsh/183/orig -> origin/gh/bdhirsh/183/orig 2022-03-17T19:06:46.0405725Z * [new branch] gh/bdhirsh/184/base -> origin/gh/bdhirsh/184/base 2022-03-17T19:06:46.0407118Z * [new branch] gh/bdhirsh/184/head -> origin/gh/bdhirsh/184/head 2022-03-17T19:06:46.0408339Z * [new branch] gh/bdhirsh/184/orig -> origin/gh/bdhirsh/184/orig 2022-03-17T19:06:46.0410878Z * [new branch] gh/bdhirsh/185/base -> origin/gh/bdhirsh/185/base 2022-03-17T19:06:46.0412073Z * [new branch] gh/bdhirsh/185/head -> origin/gh/bdhirsh/185/head 2022-03-17T19:06:46.0413443Z * [new branch] gh/bdhirsh/185/orig -> origin/gh/bdhirsh/185/orig 2022-03-17T19:06:46.0414974Z * [new branch] gh/bdhirsh/186/base -> origin/gh/bdhirsh/186/base 2022-03-17T19:06:46.0416367Z * [new branch] gh/bdhirsh/186/head -> origin/gh/bdhirsh/186/head 2022-03-17T19:06:46.0417727Z * [new branch] gh/bdhirsh/186/orig -> origin/gh/bdhirsh/186/orig 2022-03-17T19:06:46.0419349Z * [new branch] gh/bdhirsh/187/base -> origin/gh/bdhirsh/187/base 2022-03-17T19:06:46.0420699Z * [new branch] gh/bdhirsh/187/head -> origin/gh/bdhirsh/187/head 2022-03-17T19:06:46.0422221Z * [new branch] gh/bdhirsh/187/orig -> origin/gh/bdhirsh/187/orig 2022-03-17T19:06:46.0424234Z * [new branch] gh/bdhirsh/25/base -> origin/gh/bdhirsh/25/base 2022-03-17T19:06:46.0426349Z * [new branch] gh/bdhirsh/25/head -> origin/gh/bdhirsh/25/head 2022-03-17T19:06:46.0427524Z * [new branch] gh/bdhirsh/25/orig -> origin/gh/bdhirsh/25/orig 2022-03-17T19:06:46.0429596Z * [new branch] gh/bdhirsh/27/base -> origin/gh/bdhirsh/27/base 2022-03-17T19:06:46.0430763Z * [new branch] gh/bdhirsh/27/head -> origin/gh/bdhirsh/27/head 2022-03-17T19:06:46.0432131Z * [new branch] gh/bdhirsh/27/orig -> origin/gh/bdhirsh/27/orig 2022-03-17T19:06:46.0434223Z * [new branch] gh/bdhirsh/29/base -> origin/gh/bdhirsh/29/base 2022-03-17T19:06:46.0435823Z * [new branch] gh/bdhirsh/29/head -> origin/gh/bdhirsh/29/head 2022-03-17T19:06:46.0437253Z * [new branch] gh/bdhirsh/29/orig -> origin/gh/bdhirsh/29/orig 2022-03-17T19:06:46.0439428Z * [new branch] gh/bdhirsh/35/base -> origin/gh/bdhirsh/35/base 2022-03-17T19:06:46.0440654Z * [new branch] gh/bdhirsh/35/head -> origin/gh/bdhirsh/35/head 2022-03-17T19:06:46.0442114Z * [new branch] gh/bdhirsh/35/orig -> origin/gh/bdhirsh/35/orig 2022-03-17T19:06:46.0444986Z * [new branch] gh/bdhirsh/36/base -> origin/gh/bdhirsh/36/base 2022-03-17T19:06:46.0446268Z * [new branch] gh/bdhirsh/36/head -> origin/gh/bdhirsh/36/head 2022-03-17T19:06:46.0447631Z * [new branch] gh/bdhirsh/36/orig -> origin/gh/bdhirsh/36/orig 2022-03-17T19:06:46.0449775Z * [new branch] gh/bdhirsh/37/base -> origin/gh/bdhirsh/37/base 2022-03-17T19:06:46.0451014Z * [new branch] gh/bdhirsh/37/head -> origin/gh/bdhirsh/37/head 2022-03-17T19:06:46.0452305Z * [new branch] gh/bdhirsh/37/orig -> origin/gh/bdhirsh/37/orig 2022-03-17T19:06:46.0453812Z * [new branch] gh/bdhirsh/38/base -> origin/gh/bdhirsh/38/base 2022-03-17T19:06:46.0455305Z * [new branch] gh/bdhirsh/38/head -> origin/gh/bdhirsh/38/head 2022-03-17T19:06:46.0456740Z * [new branch] gh/bdhirsh/38/orig -> origin/gh/bdhirsh/38/orig 2022-03-17T19:06:46.0458434Z * [new branch] gh/bdhirsh/39/base -> origin/gh/bdhirsh/39/base 2022-03-17T19:06:46.0459902Z * [new branch] gh/bdhirsh/39/head -> origin/gh/bdhirsh/39/head 2022-03-17T19:06:46.0461363Z * [new branch] gh/bdhirsh/39/orig -> origin/gh/bdhirsh/39/orig 2022-03-17T19:06:46.0463696Z * [new branch] gh/bdhirsh/41/base -> origin/gh/bdhirsh/41/base 2022-03-17T19:06:46.0465962Z * [new branch] gh/bdhirsh/41/head -> origin/gh/bdhirsh/41/head 2022-03-17T19:06:46.0467023Z * [new branch] gh/bdhirsh/41/orig -> origin/gh/bdhirsh/41/orig 2022-03-17T19:06:46.0469250Z * [new branch] gh/bdhirsh/42/base -> origin/gh/bdhirsh/42/base 2022-03-17T19:06:46.0470193Z * [new branch] gh/bdhirsh/42/head -> origin/gh/bdhirsh/42/head 2022-03-17T19:06:46.0471580Z * [new branch] gh/bdhirsh/42/orig -> origin/gh/bdhirsh/42/orig 2022-03-17T19:06:46.0473512Z * [new branch] gh/bdhirsh/43/base -> origin/gh/bdhirsh/43/base 2022-03-17T19:06:46.0474544Z * [new branch] gh/bdhirsh/43/head -> origin/gh/bdhirsh/43/head 2022-03-17T19:06:46.0476066Z * [new branch] gh/bdhirsh/43/orig -> origin/gh/bdhirsh/43/orig 2022-03-17T19:06:46.0477564Z * [new branch] gh/bdhirsh/44/base -> origin/gh/bdhirsh/44/base 2022-03-17T19:06:46.0478907Z * [new branch] gh/bdhirsh/44/head -> origin/gh/bdhirsh/44/head 2022-03-17T19:06:46.0480330Z * [new branch] gh/bdhirsh/44/orig -> origin/gh/bdhirsh/44/orig 2022-03-17T19:06:46.0482280Z * [new branch] gh/bdhirsh/45/base -> origin/gh/bdhirsh/45/base 2022-03-17T19:06:46.0483952Z * [new branch] gh/bdhirsh/45/head -> origin/gh/bdhirsh/45/head 2022-03-17T19:06:46.0485103Z * [new branch] gh/bdhirsh/45/orig -> origin/gh/bdhirsh/45/orig 2022-03-17T19:06:46.0486757Z * [new branch] gh/bdhirsh/46/base -> origin/gh/bdhirsh/46/base 2022-03-17T19:06:46.0487952Z * [new branch] gh/bdhirsh/46/head -> origin/gh/bdhirsh/46/head 2022-03-17T19:06:46.0490000Z * [new branch] gh/bdhirsh/46/orig -> origin/gh/bdhirsh/46/orig 2022-03-17T19:06:46.0491038Z * [new branch] gh/bdhirsh/47/base -> origin/gh/bdhirsh/47/base 2022-03-17T19:06:46.0492281Z * [new branch] gh/bdhirsh/47/head -> origin/gh/bdhirsh/47/head 2022-03-17T19:06:46.0493559Z * [new branch] gh/bdhirsh/47/orig -> origin/gh/bdhirsh/47/orig 2022-03-17T19:06:46.0495130Z * [new branch] gh/bdhirsh/48/base -> origin/gh/bdhirsh/48/base 2022-03-17T19:06:46.0496366Z * [new branch] gh/bdhirsh/48/head -> origin/gh/bdhirsh/48/head 2022-03-17T19:06:46.0497935Z * [new branch] gh/bdhirsh/48/orig -> origin/gh/bdhirsh/48/orig 2022-03-17T19:06:46.0499996Z * [new branch] gh/bdhirsh/55/base -> origin/gh/bdhirsh/55/base 2022-03-17T19:06:46.0501009Z * [new branch] gh/bdhirsh/55/head -> origin/gh/bdhirsh/55/head 2022-03-17T19:06:46.0503396Z * [new branch] gh/bdhirsh/6/base -> origin/gh/bdhirsh/6/base 2022-03-17T19:06:46.0504279Z * [new branch] gh/bdhirsh/6/head -> origin/gh/bdhirsh/6/head 2022-03-17T19:06:46.0505728Z * [new branch] gh/bdhirsh/6/orig -> origin/gh/bdhirsh/6/orig 2022-03-17T19:06:46.0507599Z * [new branch] gh/bdhirsh/63/base -> origin/gh/bdhirsh/63/base 2022-03-17T19:06:46.0508681Z * [new branch] gh/bdhirsh/63/head -> origin/gh/bdhirsh/63/head 2022-03-17T19:06:46.0510105Z * [new branch] gh/bdhirsh/63/orig -> origin/gh/bdhirsh/63/orig 2022-03-17T19:06:46.0511952Z * [new branch] gh/bdhirsh/71/base -> origin/gh/bdhirsh/71/base 2022-03-17T19:06:46.0513288Z * [new branch] gh/bdhirsh/71/head -> origin/gh/bdhirsh/71/head 2022-03-17T19:06:46.0514605Z * [new branch] gh/bdhirsh/71/orig -> origin/gh/bdhirsh/71/orig 2022-03-17T19:06:46.0516430Z * [new branch] gh/bdhirsh/81/base -> origin/gh/bdhirsh/81/base 2022-03-17T19:06:46.0517715Z * [new branch] gh/bdhirsh/81/head -> origin/gh/bdhirsh/81/head 2022-03-17T19:06:46.0519148Z * [new branch] gh/bdhirsh/81/orig -> origin/gh/bdhirsh/81/orig 2022-03-17T19:06:46.0521534Z * [new branch] gh/bdhirsh/9/base -> origin/gh/bdhirsh/9/base 2022-03-17T19:06:46.0522507Z * [new branch] gh/bdhirsh/9/head -> origin/gh/bdhirsh/9/head 2022-03-17T19:06:46.0524005Z * [new branch] gh/bdhirsh/9/orig -> origin/gh/bdhirsh/9/orig 2022-03-17T19:06:46.0526449Z * [new branch] gh/bdhirsh/96/base -> origin/gh/bdhirsh/96/base 2022-03-17T19:06:46.0528302Z * [new branch] gh/bdhirsh/96/head -> origin/gh/bdhirsh/96/head 2022-03-17T19:06:46.0529693Z * [new branch] gh/bdhirsh/96/orig -> origin/gh/bdhirsh/96/orig 2022-03-17T19:06:46.0531819Z * [new branch] gh/beauby/1/base -> origin/gh/beauby/1/base 2022-03-17T19:06:46.0533136Z * [new branch] gh/beauby/1/head -> origin/gh/beauby/1/head 2022-03-17T19:06:46.0534524Z * [new branch] gh/beauby/2/base -> origin/gh/beauby/2/base 2022-03-17T19:06:46.0535985Z * [new branch] gh/beauby/3/base -> origin/gh/beauby/3/base 2022-03-17T19:06:46.0538400Z * [new branch] gh/bertmaher/172/base -> origin/gh/bertmaher/172/base 2022-03-17T19:06:46.0539625Z * [new branch] gh/bertmaher/172/head -> origin/gh/bertmaher/172/head 2022-03-17T19:06:46.0540861Z * [new branch] gh/bertmaher/172/orig -> origin/gh/bertmaher/172/orig 2022-03-17T19:06:46.0542737Z * [new branch] gh/bertmaher/79/base -> origin/gh/bertmaher/79/base 2022-03-17T19:06:46.0544156Z * [new branch] gh/bertmaher/79/head -> origin/gh/bertmaher/79/head 2022-03-17T19:06:46.0545617Z * [new branch] gh/bertmaher/80/base -> origin/gh/bertmaher/80/base 2022-03-17T19:06:46.0547046Z * [new branch] gh/bertmaher/80/head -> origin/gh/bertmaher/80/head 2022-03-17T19:06:46.0549315Z * [new branch] gh/bhosmer/10/base -> origin/gh/bhosmer/10/base 2022-03-17T19:06:46.0550567Z * [new branch] gh/bhosmer/10/head -> origin/gh/bhosmer/10/head 2022-03-17T19:06:46.0552488Z * [new branch] gh/bhosmer/10/orig -> origin/gh/bhosmer/10/orig 2022-03-17T19:06:46.0553724Z * [new branch] gh/bhosmer/11/base -> origin/gh/bhosmer/11/base 2022-03-17T19:06:46.0555227Z * [new branch] gh/bhosmer/11/head -> origin/gh/bhosmer/11/head 2022-03-17T19:06:46.0556719Z * [new branch] gh/bhosmer/11/orig -> origin/gh/bhosmer/11/orig 2022-03-17T19:06:46.0558195Z * [new branch] gh/bhosmer/12/base -> origin/gh/bhosmer/12/base 2022-03-17T19:06:46.0561911Z * [new branch] gh/bhosmer/12/head -> origin/gh/bhosmer/12/head 2022-03-17T19:06:46.0563665Z * [new branch] gh/bhosmer/12/orig -> origin/gh/bhosmer/12/orig 2022-03-17T19:06:46.0565087Z * [new branch] gh/bhosmer/13/base -> origin/gh/bhosmer/13/base 2022-03-17T19:06:46.0566601Z * [new branch] gh/bhosmer/13/head -> origin/gh/bhosmer/13/head 2022-03-17T19:06:46.0568217Z * [new branch] gh/bhosmer/13/orig -> origin/gh/bhosmer/13/orig 2022-03-17T19:06:46.0569699Z * [new branch] gh/bhosmer/14/base -> origin/gh/bhosmer/14/base 2022-03-17T19:06:46.0571109Z * [new branch] gh/bhosmer/14/head -> origin/gh/bhosmer/14/head 2022-03-17T19:06:46.0572569Z * [new branch] gh/bhosmer/14/orig -> origin/gh/bhosmer/14/orig 2022-03-17T19:06:46.0574780Z * [new branch] gh/bhosmer/17/base -> origin/gh/bhosmer/17/base 2022-03-17T19:06:46.0576150Z * [new branch] gh/bhosmer/17/head -> origin/gh/bhosmer/17/head 2022-03-17T19:06:46.0577685Z * [new branch] gh/bhosmer/17/orig -> origin/gh/bhosmer/17/orig 2022-03-17T19:06:46.0580160Z * [new branch] gh/bhosmer/18/base -> origin/gh/bhosmer/18/base 2022-03-17T19:06:46.0581246Z * [new branch] gh/bhosmer/18/head -> origin/gh/bhosmer/18/head 2022-03-17T19:06:46.0582480Z * [new branch] gh/bhosmer/18/orig -> origin/gh/bhosmer/18/orig 2022-03-17T19:06:46.0583908Z * [new branch] gh/bhosmer/19/base -> origin/gh/bhosmer/19/base 2022-03-17T19:06:46.0585286Z * [new branch] gh/bhosmer/19/head -> origin/gh/bhosmer/19/head 2022-03-17T19:06:46.0586701Z * [new branch] gh/bhosmer/19/orig -> origin/gh/bhosmer/19/orig 2022-03-17T19:06:46.0588864Z * [new branch] gh/bhosmer/2/base -> origin/gh/bhosmer/2/base 2022-03-17T19:06:46.0590207Z * [new branch] gh/bhosmer/2/head -> origin/gh/bhosmer/2/head 2022-03-17T19:06:46.0591667Z * [new branch] gh/bhosmer/2/orig -> origin/gh/bhosmer/2/orig 2022-03-17T19:06:46.0593564Z * [new branch] gh/bhosmer/21/base -> origin/gh/bhosmer/21/base 2022-03-17T19:06:46.0594838Z * [new branch] gh/bhosmer/21/head -> origin/gh/bhosmer/21/head 2022-03-17T19:06:46.0596278Z * [new branch] gh/bhosmer/21/orig -> origin/gh/bhosmer/21/orig 2022-03-17T19:06:46.0598435Z * [new branch] gh/bhosmer/24/base -> origin/gh/bhosmer/24/base 2022-03-17T19:06:46.0599743Z * [new branch] gh/bhosmer/24/head -> origin/gh/bhosmer/24/head 2022-03-17T19:06:46.0600991Z * [new branch] gh/bhosmer/24/orig -> origin/gh/bhosmer/24/orig 2022-03-17T19:06:46.0602411Z * [new branch] gh/bhosmer/25/base -> origin/gh/bhosmer/25/base 2022-03-17T19:06:46.0604336Z * [new branch] gh/bhosmer/25/head -> origin/gh/bhosmer/25/head 2022-03-17T19:06:46.0605501Z * [new branch] gh/bhosmer/25/orig -> origin/gh/bhosmer/25/orig 2022-03-17T19:06:46.0607054Z * [new branch] gh/bhosmer/3/base -> origin/gh/bhosmer/3/base 2022-03-17T19:06:46.0608871Z * [new branch] gh/bhosmer/3/head -> origin/gh/bhosmer/3/head 2022-03-17T19:06:46.0609906Z * [new branch] gh/bhosmer/3/orig -> origin/gh/bhosmer/3/orig 2022-03-17T19:06:46.0612295Z * [new branch] gh/bhosmer/33/base -> origin/gh/bhosmer/33/base 2022-03-17T19:06:46.0613207Z * [new branch] gh/bhosmer/33/head -> origin/gh/bhosmer/33/head 2022-03-17T19:06:46.0614579Z * [new branch] gh/bhosmer/33/orig -> origin/gh/bhosmer/33/orig 2022-03-17T19:06:46.0616285Z * [new branch] gh/bhosmer/42/base -> origin/gh/bhosmer/42/base 2022-03-17T19:06:46.0617772Z * [new branch] gh/bhosmer/42/head -> origin/gh/bhosmer/42/head 2022-03-17T19:06:46.0619110Z * [new branch] gh/bhosmer/42/orig -> origin/gh/bhosmer/42/orig 2022-03-17T19:06:46.0621237Z * [new branch] gh/bhosmer/43/base -> origin/gh/bhosmer/43/base 2022-03-17T19:06:46.0622393Z * [new branch] gh/bhosmer/43/head -> origin/gh/bhosmer/43/head 2022-03-17T19:06:46.0623717Z * [new branch] gh/bhosmer/43/orig -> origin/gh/bhosmer/43/orig 2022-03-17T19:06:46.0625603Z * [new branch] gh/bhosmer/6/base -> origin/gh/bhosmer/6/base 2022-03-17T19:06:46.0627457Z * [new branch] gh/bhosmer/6/head -> origin/gh/bhosmer/6/head 2022-03-17T19:06:46.0628899Z * [new branch] gh/bhosmer/6/orig -> origin/gh/bhosmer/6/orig 2022-03-17T19:06:46.0630457Z * [new branch] gh/bhosmer/7/base -> origin/gh/bhosmer/7/base 2022-03-17T19:06:46.0631414Z * [new branch] gh/bhosmer/7/head -> origin/gh/bhosmer/7/head 2022-03-17T19:06:46.0632875Z * [new branch] gh/bhosmer/7/orig -> origin/gh/bhosmer/7/orig 2022-03-17T19:06:46.0634669Z * [new branch] gh/bhosmer/8/base -> origin/gh/bhosmer/8/base 2022-03-17T19:06:46.0635912Z * [new branch] gh/bhosmer/8/head -> origin/gh/bhosmer/8/head 2022-03-17T19:06:46.0637620Z * [new branch] gh/bhosmer/8/orig -> origin/gh/bhosmer/8/orig 2022-03-17T19:06:46.0639108Z * [new branch] gh/bhosmer/9/base -> origin/gh/bhosmer/9/base 2022-03-17T19:06:46.0640056Z * [new branch] gh/bhosmer/9/head -> origin/gh/bhosmer/9/head 2022-03-17T19:06:46.0642016Z * [new branch] gh/bhosmer/9/orig -> origin/gh/bhosmer/9/orig 2022-03-17T19:06:46.0644845Z * [new branch] gh/blefaudeux/4/base -> origin/gh/blefaudeux/4/base 2022-03-17T19:06:46.0645871Z * [new branch] gh/blefaudeux/4/head -> origin/gh/blefaudeux/4/head 2022-03-17T19:06:46.0647286Z * [new branch] gh/blefaudeux/4/orig -> origin/gh/blefaudeux/4/orig 2022-03-17T19:06:46.0649652Z * [new branch] gh/bowangbj/1/base -> origin/gh/bowangbj/1/base 2022-03-17T19:06:46.0650792Z * [new branch] gh/bowangbj/1/orig -> origin/gh/bowangbj/1/orig 2022-03-17T19:06:46.0653161Z * [new branch] gh/bowangbj/11/base -> origin/gh/bowangbj/11/base 2022-03-17T19:06:46.0654106Z * [new branch] gh/bowangbj/11/head -> origin/gh/bowangbj/11/head 2022-03-17T19:06:46.0655692Z * [new branch] gh/bowangbj/11/orig -> origin/gh/bowangbj/11/orig 2022-03-17T19:06:46.0657559Z * [new branch] gh/bowangbj/13/base -> origin/gh/bowangbj/13/base 2022-03-17T19:06:46.0658860Z * [new branch] gh/bowangbj/13/head -> origin/gh/bowangbj/13/head 2022-03-17T19:06:46.0660135Z * [new branch] gh/bowangbj/13/orig -> origin/gh/bowangbj/13/orig 2022-03-17T19:06:46.0662507Z * [new branch] gh/bowangbj/2/base -> origin/gh/bowangbj/2/base 2022-03-17T19:06:46.0663229Z * [new branch] gh/bowangbj/2/orig -> origin/gh/bowangbj/2/orig 2022-03-17T19:06:46.0665509Z * [new branch] gh/bowangbj/3/base -> origin/gh/bowangbj/3/base 2022-03-17T19:06:46.0666531Z * [new branch] gh/bowangbj/3/head -> origin/gh/bowangbj/3/head 2022-03-17T19:06:46.0667955Z * [new branch] gh/bowangbj/3/orig -> origin/gh/bowangbj/3/orig 2022-03-17T19:06:46.0669603Z * [new branch] gh/bowangbj/4/base -> origin/gh/bowangbj/4/base 2022-03-17T19:06:46.0671025Z * [new branch] gh/bowangbj/4/orig -> origin/gh/bowangbj/4/orig 2022-03-17T19:06:46.0672875Z * [new branch] gh/bowangbj/9/base -> origin/gh/bowangbj/9/base 2022-03-17T19:06:46.0674308Z * [new branch] gh/bowangbj/9/head -> origin/gh/bowangbj/9/head 2022-03-17T19:06:46.0675632Z * [new branch] gh/bowangbj/9/orig -> origin/gh/bowangbj/9/orig 2022-03-17T19:06:46.0678211Z * [new branch] gh/bwasti/10/base -> origin/gh/bwasti/10/base 2022-03-17T19:06:46.0679252Z * [new branch] gh/bwasti/10/head -> origin/gh/bwasti/10/head 2022-03-17T19:06:46.0680661Z * [new branch] gh/bwasti/13/base -> origin/gh/bwasti/13/base 2022-03-17T19:06:46.0682153Z * [new branch] gh/bwasti/13/head -> origin/gh/bwasti/13/head 2022-03-17T19:06:46.0684026Z * [new branch] gh/bwasti/14/base -> origin/gh/bwasti/14/base 2022-03-17T19:06:46.0685347Z * [new branch] gh/bwasti/14/head -> origin/gh/bwasti/14/head 2022-03-17T19:06:46.0687058Z * [new branch] gh/bwasti/16/base -> origin/gh/bwasti/16/base 2022-03-17T19:06:46.0687971Z * [new branch] gh/bwasti/16/head -> origin/gh/bwasti/16/head 2022-03-17T19:06:46.0689966Z * [new branch] gh/bwasti/17/base -> origin/gh/bwasti/17/base 2022-03-17T19:06:46.0691680Z * [new branch] gh/bwasti/17/head -> origin/gh/bwasti/17/head 2022-03-17T19:06:46.0693547Z * [new branch] gh/bwasti/25/base -> origin/gh/bwasti/25/base 2022-03-17T19:06:46.0694520Z * [new branch] gh/bwasti/25/head -> origin/gh/bwasti/25/head 2022-03-17T19:06:46.0696742Z * [new branch] gh/bwasti/26/base -> origin/gh/bwasti/26/base 2022-03-17T19:06:46.0697507Z * [new branch] gh/bwasti/26/head -> origin/gh/bwasti/26/head 2022-03-17T19:06:46.0699624Z * [new branch] gh/bwasti/28/base -> origin/gh/bwasti/28/base 2022-03-17T19:06:46.0700543Z * [new branch] gh/bwasti/28/head -> origin/gh/bwasti/28/head 2022-03-17T19:06:46.0702584Z * [new branch] gh/bwasti/31/base -> origin/gh/bwasti/31/base 2022-03-17T19:06:46.0703375Z * [new branch] gh/bwasti/31/head -> origin/gh/bwasti/31/head 2022-03-17T19:06:46.0705253Z * [new branch] gh/bwasti/31/orig -> origin/gh/bwasti/31/orig 2022-03-17T19:06:46.0707005Z * [new branch] gh/bwasti/33/base -> origin/gh/bwasti/33/base 2022-03-17T19:06:46.0708253Z * [new branch] gh/bwasti/33/head -> origin/gh/bwasti/33/head 2022-03-17T19:06:46.0709801Z * [new branch] gh/bwasti/33/orig -> origin/gh/bwasti/33/orig 2022-03-17T19:06:46.0711877Z * [new branch] gh/bwasti/35/base -> origin/gh/bwasti/35/base 2022-03-17T19:06:46.0713034Z * [new branch] gh/bwasti/35/head -> origin/gh/bwasti/35/head 2022-03-17T19:06:46.0714393Z * [new branch] gh/bwasti/35/orig -> origin/gh/bwasti/35/orig 2022-03-17T19:06:46.0716031Z * [new branch] gh/bwasti/36/base -> origin/gh/bwasti/36/base 2022-03-17T19:06:46.0717103Z * [new branch] gh/bwasti/36/head -> origin/gh/bwasti/36/head 2022-03-17T19:06:46.0718960Z * [new branch] gh/bwasti/36/orig -> origin/gh/bwasti/36/orig 2022-03-17T19:06:46.0720624Z * [new branch] gh/bwasti/40/base -> origin/gh/bwasti/40/base 2022-03-17T19:06:46.0721826Z * [new branch] gh/bwasti/40/head -> origin/gh/bwasti/40/head 2022-03-17T19:06:46.0723693Z * [new branch] gh/bwasti/41/base -> origin/gh/bwasti/41/base 2022-03-17T19:06:46.0724934Z * [new branch] gh/bwasti/41/head -> origin/gh/bwasti/41/head 2022-03-17T19:06:46.0726266Z * [new branch] gh/bwasti/41/orig -> origin/gh/bwasti/41/orig 2022-03-17T19:06:46.0728369Z * [new branch] gh/bwasti/49/base -> origin/gh/bwasti/49/base 2022-03-17T19:06:46.0729736Z * [new branch] gh/bwasti/49/head -> origin/gh/bwasti/49/head 2022-03-17T19:06:46.0731078Z * [new branch] gh/bwasti/49/orig -> origin/gh/bwasti/49/orig 2022-03-17T19:06:46.0732825Z * [new branch] gh/bwasti/51/base -> origin/gh/bwasti/51/base 2022-03-17T19:06:46.0734183Z * [new branch] gh/bwasti/51/head -> origin/gh/bwasti/51/head 2022-03-17T19:06:46.0735567Z * [new branch] gh/bwasti/51/orig -> origin/gh/bwasti/51/orig 2022-03-17T19:06:46.0737491Z * [new branch] gh/bwasti/9/base -> origin/gh/bwasti/9/base 2022-03-17T19:06:46.0738139Z * [new branch] gh/bwasti/9/head -> origin/gh/bwasti/9/head 2022-03-17T19:06:46.0740995Z * [new branch] gh/bzinodev/1/base -> origin/gh/bzinodev/1/base 2022-03-17T19:06:46.0741719Z * [new branch] gh/bzinodev/1/head -> origin/gh/bzinodev/1/head 2022-03-17T19:06:46.0743970Z * [new branch] gh/bzinodev/2/base -> origin/gh/bzinodev/2/base 2022-03-17T19:06:46.0744505Z * [new branch] gh/bzinodev/2/head -> origin/gh/bzinodev/2/head 2022-03-17T19:06:46.0746790Z * [new branch] gh/bzinodev/20/base -> origin/gh/bzinodev/20/base 2022-03-17T19:06:46.0747926Z * [new branch] gh/bzinodev/20/head -> origin/gh/bzinodev/20/head 2022-03-17T19:06:46.0749496Z * [new branch] gh/bzinodev/20/orig -> origin/gh/bzinodev/20/orig 2022-03-17T19:06:46.0751255Z * [new branch] gh/bzinodev/6/base -> origin/gh/bzinodev/6/base 2022-03-17T19:06:46.0752573Z * [new branch] gh/bzinodev/6/head -> origin/gh/bzinodev/6/head 2022-03-17T19:06:46.0753955Z * [new branch] gh/bzinodev/6/orig -> origin/gh/bzinodev/6/orig 2022-03-17T19:06:46.0756075Z * [new branch] gh/bzinodev/7/base -> origin/gh/bzinodev/7/base 2022-03-17T19:06:46.0757078Z * [new branch] gh/bzinodev/7/head -> origin/gh/bzinodev/7/head 2022-03-17T19:06:46.0758459Z * [new branch] gh/bzinodev/7/orig -> origin/gh/bzinodev/7/orig 2022-03-17T19:06:46.0760937Z * [new branch] gh/cbalioglu/24/base -> origin/gh/cbalioglu/24/base 2022-03-17T19:06:46.0762489Z * [new branch] gh/cbalioglu/24/orig -> origin/gh/cbalioglu/24/orig 2022-03-17T19:06:46.0764742Z * [new branch] gh/cbalioglu/25/base -> origin/gh/cbalioglu/25/base 2022-03-17T19:06:46.0766006Z * [new branch] gh/cbalioglu/25/orig -> origin/gh/cbalioglu/25/orig 2022-03-17T19:06:46.0767861Z * [new branch] gh/cbalioglu/30/base -> origin/gh/cbalioglu/30/base 2022-03-17T19:06:46.0769262Z * [new branch] gh/cbalioglu/30/orig -> origin/gh/cbalioglu/30/orig 2022-03-17T19:06:46.0771371Z * [new branch] gh/cbalioglu/31/base -> origin/gh/cbalioglu/31/base 2022-03-17T19:06:46.0772295Z * [new branch] gh/cbalioglu/31/orig -> origin/gh/cbalioglu/31/orig 2022-03-17T19:06:46.0774538Z * [new branch] gh/cbalioglu/37/base -> origin/gh/cbalioglu/37/base 2022-03-17T19:06:46.0775596Z * [new branch] gh/cbalioglu/37/head -> origin/gh/cbalioglu/37/head 2022-03-17T19:06:46.0776956Z * [new branch] gh/cbalioglu/38/base -> origin/gh/cbalioglu/38/base 2022-03-17T19:06:46.0778279Z * [new branch] gh/cbalioglu/38/head -> origin/gh/cbalioglu/38/head 2022-03-17T19:06:46.0779962Z * [new branch] gh/cbalioglu/39/base -> origin/gh/cbalioglu/39/base 2022-03-17T19:06:46.0781209Z * [new branch] gh/cbalioglu/39/head -> origin/gh/cbalioglu/39/head 2022-03-17T19:06:46.0783065Z * [new branch] gh/cbalioglu/40/base -> origin/gh/cbalioglu/40/base 2022-03-17T19:06:46.0783887Z * [new branch] gh/cbalioglu/40/head -> origin/gh/cbalioglu/40/head 2022-03-17T19:06:46.0785904Z * [new branch] gh/cbalioglu/46/base -> origin/gh/cbalioglu/46/base 2022-03-17T19:06:46.0787848Z * [new branch] gh/cbalioglu/46/orig -> origin/gh/cbalioglu/46/orig 2022-03-17T19:06:46.0789131Z * [new branch] gh/cbalioglu/48/base -> origin/gh/cbalioglu/48/base 2022-03-17T19:06:46.0790820Z * [new branch] gh/cbalioglu/48/orig -> origin/gh/cbalioglu/48/orig 2022-03-17T19:06:46.0792734Z * [new branch] gh/cbalioglu/49/base -> origin/gh/cbalioglu/49/base 2022-03-17T19:06:46.0794051Z * [new branch] gh/cbalioglu/49/orig -> origin/gh/cbalioglu/49/orig 2022-03-17T19:06:46.0795951Z * [new branch] gh/cbalioglu/56/base -> origin/gh/cbalioglu/56/base 2022-03-17T19:06:46.0797455Z * [new branch] gh/cbalioglu/56/orig -> origin/gh/cbalioglu/56/orig 2022-03-17T19:06:46.0799119Z * [new branch] gh/cbalioglu/57/base -> origin/gh/cbalioglu/57/base 2022-03-17T19:06:46.0800552Z * [new branch] gh/cbalioglu/57/orig -> origin/gh/cbalioglu/57/orig 2022-03-17T19:06:46.0802107Z * [new branch] gh/cbalioglu/58/base -> origin/gh/cbalioglu/58/base 2022-03-17T19:06:46.0804033Z * [new branch] gh/cbalioglu/58/orig -> origin/gh/cbalioglu/58/orig 2022-03-17T19:06:46.0805995Z * [new branch] gh/cccclai/10/base -> origin/gh/cccclai/10/base 2022-03-17T19:06:46.0807836Z * [new branch] gh/cccclai/10/head -> origin/gh/cccclai/10/head 2022-03-17T19:06:46.0808935Z * [new branch] gh/cccclai/10/orig -> origin/gh/cccclai/10/orig 2022-03-17T19:06:46.0810795Z * [new branch] gh/cccclai/101/base -> origin/gh/cccclai/101/base 2022-03-17T19:06:46.0811964Z * [new branch] gh/cccclai/101/head -> origin/gh/cccclai/101/head 2022-03-17T19:06:46.0813308Z * [new branch] gh/cccclai/101/orig -> origin/gh/cccclai/101/orig 2022-03-17T19:06:46.0815260Z * [new branch] gh/cccclai/104/base -> origin/gh/cccclai/104/base 2022-03-17T19:06:46.0816500Z * [new branch] gh/cccclai/104/head -> origin/gh/cccclai/104/head 2022-03-17T19:06:46.0817850Z * [new branch] gh/cccclai/104/orig -> origin/gh/cccclai/104/orig 2022-03-17T19:06:46.0819942Z * [new branch] gh/cccclai/106/base -> origin/gh/cccclai/106/base 2022-03-17T19:06:46.0821224Z * [new branch] gh/cccclai/106/head -> origin/gh/cccclai/106/head 2022-03-17T19:06:46.0822641Z * [new branch] gh/cccclai/106/orig -> origin/gh/cccclai/106/orig 2022-03-17T19:06:46.0824623Z * [new branch] gh/cccclai/109/base -> origin/gh/cccclai/109/base 2022-03-17T19:06:46.0825949Z * [new branch] gh/cccclai/109/head -> origin/gh/cccclai/109/head 2022-03-17T19:06:46.0827752Z * [new branch] gh/cccclai/109/orig -> origin/gh/cccclai/109/orig 2022-03-17T19:06:46.0829708Z * [new branch] gh/cccclai/110/base -> origin/gh/cccclai/110/base 2022-03-17T19:06:46.0830877Z * [new branch] gh/cccclai/110/head -> origin/gh/cccclai/110/head 2022-03-17T19:06:46.0832223Z * [new branch] gh/cccclai/110/orig -> origin/gh/cccclai/110/orig 2022-03-17T19:06:46.0834501Z * [new branch] gh/cccclai/111/base -> origin/gh/cccclai/111/base 2022-03-17T19:06:46.0835998Z * [new branch] gh/cccclai/111/head -> origin/gh/cccclai/111/head 2022-03-17T19:06:46.0837349Z * [new branch] gh/cccclai/111/orig -> origin/gh/cccclai/111/orig 2022-03-17T19:06:46.0839442Z * [new branch] gh/cccclai/112/base -> origin/gh/cccclai/112/base 2022-03-17T19:06:46.0840704Z * [new branch] gh/cccclai/112/head -> origin/gh/cccclai/112/head 2022-03-17T19:06:46.0842180Z * [new branch] gh/cccclai/112/orig -> origin/gh/cccclai/112/orig 2022-03-17T19:06:46.0845090Z * [new branch] gh/cccclai/113/base -> origin/gh/cccclai/113/base 2022-03-17T19:06:46.0846623Z * [new branch] gh/cccclai/113/head -> origin/gh/cccclai/113/head 2022-03-17T19:06:46.0848105Z * [new branch] gh/cccclai/113/orig -> origin/gh/cccclai/113/orig 2022-03-17T19:06:46.0850110Z * [new branch] gh/cccclai/116/base -> origin/gh/cccclai/116/base 2022-03-17T19:06:46.0855443Z * [new branch] gh/cccclai/116/head -> origin/gh/cccclai/116/head 2022-03-17T19:06:46.0856994Z * [new branch] gh/cccclai/116/orig -> origin/gh/cccclai/116/orig 2022-03-17T19:06:46.0857418Z * [new branch] gh/cccclai/121/base -> origin/gh/cccclai/121/base 2022-03-17T19:06:46.0857708Z * [new branch] gh/cccclai/121/head -> origin/gh/cccclai/121/head 2022-03-17T19:06:46.0857983Z * [new branch] gh/cccclai/121/orig -> origin/gh/cccclai/121/orig 2022-03-17T19:06:46.0859577Z * [new branch] gh/cccclai/122/base -> origin/gh/cccclai/122/base 2022-03-17T19:06:46.0861138Z * [new branch] gh/cccclai/122/head -> origin/gh/cccclai/122/head 2022-03-17T19:06:46.0862425Z * [new branch] gh/cccclai/122/orig -> origin/gh/cccclai/122/orig 2022-03-17T19:06:46.0864914Z * [new branch] gh/cccclai/128/base -> origin/gh/cccclai/128/base 2022-03-17T19:06:46.0865838Z * [new branch] gh/cccclai/128/head -> origin/gh/cccclai/128/head 2022-03-17T19:06:46.0867332Z * [new branch] gh/cccclai/128/orig -> origin/gh/cccclai/128/orig 2022-03-17T19:06:46.0869367Z * [new branch] gh/cccclai/130/base -> origin/gh/cccclai/130/base 2022-03-17T19:06:46.0870682Z * [new branch] gh/cccclai/130/head -> origin/gh/cccclai/130/head 2022-03-17T19:06:46.0872025Z * [new branch] gh/cccclai/130/orig -> origin/gh/cccclai/130/orig 2022-03-17T19:06:46.0874359Z * [new branch] gh/cccclai/136/base -> origin/gh/cccclai/136/base 2022-03-17T19:06:46.0875114Z * [new branch] gh/cccclai/136/head -> origin/gh/cccclai/136/head 2022-03-17T19:06:46.0877218Z * [new branch] gh/cccclai/136/orig -> origin/gh/cccclai/136/orig 2022-03-17T19:06:46.0878897Z * [new branch] gh/cccclai/139/base -> origin/gh/cccclai/139/base 2022-03-17T19:06:46.0879892Z * [new branch] gh/cccclai/139/head -> origin/gh/cccclai/139/head 2022-03-17T19:06:46.0882118Z * [new branch] gh/cccclai/139/orig -> origin/gh/cccclai/139/orig 2022-03-17T19:06:46.0883610Z * [new branch] gh/cccclai/14/base -> origin/gh/cccclai/14/base 2022-03-17T19:06:46.0885373Z * [new branch] gh/cccclai/14/head -> origin/gh/cccclai/14/head 2022-03-17T19:06:46.0887039Z * [new branch] gh/cccclai/141/base -> origin/gh/cccclai/141/base 2022-03-17T19:06:46.0888048Z * [new branch] gh/cccclai/141/head -> origin/gh/cccclai/141/head 2022-03-17T19:06:46.0889844Z * [new branch] gh/cccclai/141/orig -> origin/gh/cccclai/141/orig 2022-03-17T19:06:46.0891657Z * [new branch] gh/cccclai/146/base -> origin/gh/cccclai/146/base 2022-03-17T19:06:46.0892702Z * [new branch] gh/cccclai/146/head -> origin/gh/cccclai/146/head 2022-03-17T19:06:46.0894533Z * [new branch] gh/cccclai/147/base -> origin/gh/cccclai/147/base 2022-03-17T19:06:46.0895382Z * [new branch] gh/cccclai/147/head -> origin/gh/cccclai/147/head 2022-03-17T19:06:46.0897501Z * [new branch] gh/cccclai/149/base -> origin/gh/cccclai/149/base 2022-03-17T19:06:46.0899157Z * [new branch] gh/cccclai/149/head -> origin/gh/cccclai/149/head 2022-03-17T19:06:46.0901081Z * [new branch] gh/cccclai/149/orig -> origin/gh/cccclai/149/orig 2022-03-17T19:06:46.0902779Z * [new branch] gh/cccclai/15/base -> origin/gh/cccclai/15/base 2022-03-17T19:06:46.0904928Z * [new branch] gh/cccclai/15/head -> origin/gh/cccclai/15/head 2022-03-17T19:06:46.0905944Z * [new branch] gh/cccclai/15/orig -> origin/gh/cccclai/15/orig 2022-03-17T19:06:46.0908112Z * [new branch] gh/cccclai/154/base -> origin/gh/cccclai/154/base 2022-03-17T19:06:46.0909169Z * [new branch] gh/cccclai/154/head -> origin/gh/cccclai/154/head 2022-03-17T19:06:46.0910999Z * [new branch] gh/cccclai/155/base -> origin/gh/cccclai/155/base 2022-03-17T19:06:46.0911985Z * [new branch] gh/cccclai/155/head -> origin/gh/cccclai/155/head 2022-03-17T19:06:46.0913623Z * [new branch] gh/cccclai/155/orig -> origin/gh/cccclai/155/orig 2022-03-17T19:06:46.0915362Z * [new branch] gh/cccclai/156/base -> origin/gh/cccclai/156/base 2022-03-17T19:06:46.0916431Z * [new branch] gh/cccclai/156/head -> origin/gh/cccclai/156/head 2022-03-17T19:06:46.0918251Z * [new branch] gh/cccclai/156/orig -> origin/gh/cccclai/156/orig 2022-03-17T19:06:46.0920224Z * [new branch] gh/cccclai/157/base -> origin/gh/cccclai/157/base 2022-03-17T19:06:46.0921650Z * [new branch] gh/cccclai/157/head -> origin/gh/cccclai/157/head 2022-03-17T19:06:46.0923440Z * [new branch] gh/cccclai/157/orig -> origin/gh/cccclai/157/orig 2022-03-17T19:06:46.0924562Z * [new branch] gh/cccclai/160/base -> origin/gh/cccclai/160/base 2022-03-17T19:06:46.0926297Z * [new branch] gh/cccclai/160/head -> origin/gh/cccclai/160/head 2022-03-17T19:06:46.0928085Z * [new branch] gh/cccclai/20/base -> origin/gh/cccclai/20/base 2022-03-17T19:06:46.0929065Z * [new branch] gh/cccclai/20/head -> origin/gh/cccclai/20/head 2022-03-17T19:06:46.0930806Z * [new branch] gh/cccclai/20/orig -> origin/gh/cccclai/20/orig 2022-03-17T19:06:46.0932534Z * [new branch] gh/cccclai/26/base -> origin/gh/cccclai/26/base 2022-03-17T19:06:46.0933528Z * [new branch] gh/cccclai/26/head -> origin/gh/cccclai/26/head 2022-03-17T19:06:46.0935205Z * [new branch] gh/cccclai/26/orig -> origin/gh/cccclai/26/orig 2022-03-17T19:06:46.0936912Z * [new branch] gh/cccclai/29/base -> origin/gh/cccclai/29/base 2022-03-17T19:06:46.0938167Z * [new branch] gh/cccclai/29/head -> origin/gh/cccclai/29/head 2022-03-17T19:06:46.0940087Z * [new branch] gh/cccclai/29/orig -> origin/gh/cccclai/29/orig 2022-03-17T19:06:46.0942339Z * [new branch] gh/cccclai/32/base -> origin/gh/cccclai/32/base 2022-03-17T19:06:46.0943374Z * [new branch] gh/cccclai/32/head -> origin/gh/cccclai/32/head 2022-03-17T19:06:46.0945431Z * [new branch] gh/cccclai/33/base -> origin/gh/cccclai/33/base 2022-03-17T19:06:46.0946469Z * [new branch] gh/cccclai/33/head -> origin/gh/cccclai/33/head 2022-03-17T19:06:46.0948600Z * [new branch] gh/cccclai/38/base -> origin/gh/cccclai/38/base 2022-03-17T19:06:46.0958638Z * [new branch] gh/cccclai/38/head -> origin/gh/cccclai/38/head 2022-03-17T19:06:46.0960262Z * [new branch] gh/cccclai/38/orig -> origin/gh/cccclai/38/orig 2022-03-17T19:06:46.0962516Z * [new branch] gh/cccclai/40/base -> origin/gh/cccclai/40/base 2022-03-17T19:06:46.0968009Z * [new branch] gh/cccclai/40/head -> origin/gh/cccclai/40/head 2022-03-17T19:06:46.0969113Z * [new branch] gh/cccclai/40/orig -> origin/gh/cccclai/40/orig 2022-03-17T19:06:46.0971122Z * [new branch] gh/cccclai/46/base -> origin/gh/cccclai/46/base 2022-03-17T19:06:46.0972288Z * [new branch] gh/cccclai/46/head -> origin/gh/cccclai/46/head 2022-03-17T19:06:46.0974569Z * [new branch] gh/cccclai/49/base -> origin/gh/cccclai/49/base 2022-03-17T19:06:46.0975484Z * [new branch] gh/cccclai/49/head -> origin/gh/cccclai/49/head 2022-03-17T19:06:46.0977443Z * [new branch] gh/cccclai/49/orig -> origin/gh/cccclai/49/orig 2022-03-17T19:06:46.0981120Z * [new branch] gh/cccclai/65/base -> origin/gh/cccclai/65/base 2022-03-17T19:06:46.0982163Z * [new branch] gh/cccclai/65/head -> origin/gh/cccclai/65/head 2022-03-17T19:06:46.0986652Z * [new branch] gh/cccclai/65/orig -> origin/gh/cccclai/65/orig 2022-03-17T19:06:46.0988466Z * [new branch] gh/cccclai/71/base -> origin/gh/cccclai/71/base 2022-03-17T19:06:46.0989333Z * [new branch] gh/cccclai/71/head -> origin/gh/cccclai/71/head 2022-03-17T19:06:46.0991270Z * [new branch] gh/cccclai/71/orig -> origin/gh/cccclai/71/orig 2022-03-17T19:06:46.0995983Z * [new branch] gh/cccclai/72/base -> origin/gh/cccclai/72/base 2022-03-17T19:06:46.0997030Z * [new branch] gh/cccclai/72/head -> origin/gh/cccclai/72/head 2022-03-17T19:06:46.0998955Z * [new branch] gh/cccclai/72/orig -> origin/gh/cccclai/72/orig 2022-03-17T19:06:46.1001259Z * [new branch] gh/cccclai/78/base -> origin/gh/cccclai/78/base 2022-03-17T19:06:46.1003886Z * [new branch] gh/cccclai/78/head -> origin/gh/cccclai/78/head 2022-03-17T19:06:46.1004903Z * [new branch] gh/cccclai/78/orig -> origin/gh/cccclai/78/orig 2022-03-17T19:06:46.1007189Z * [new branch] gh/cccclai/83/base -> origin/gh/cccclai/83/base 2022-03-17T19:06:46.1011873Z * [new branch] gh/cccclai/83/head -> origin/gh/cccclai/83/head 2022-03-17T19:06:46.1012941Z * [new branch] gh/cccclai/83/orig -> origin/gh/cccclai/83/orig 2022-03-17T19:06:46.1015227Z * [new branch] gh/cccclai/85/base -> origin/gh/cccclai/85/base 2022-03-17T19:06:46.1018126Z * [new branch] gh/cccclai/85/head -> origin/gh/cccclai/85/head 2022-03-17T19:06:46.1019999Z * [new branch] gh/cccclai/85/orig -> origin/gh/cccclai/85/orig 2022-03-17T19:06:46.1022831Z * [new branch] gh/cccclai/86/base -> origin/gh/cccclai/86/base 2022-03-17T19:06:46.1023820Z * [new branch] gh/cccclai/86/head -> origin/gh/cccclai/86/head 2022-03-17T19:06:46.1027259Z * [new branch] gh/cccclai/86/orig -> origin/gh/cccclai/86/orig 2022-03-17T19:06:46.1027546Z * [new branch] gh/cccclai/87/base -> origin/gh/cccclai/87/base 2022-03-17T19:06:46.1028248Z * [new branch] gh/cccclai/87/head -> origin/gh/cccclai/87/head 2022-03-17T19:06:46.1029362Z * [new branch] gh/cccclai/87/orig -> origin/gh/cccclai/87/orig 2022-03-17T19:06:46.1032265Z * [new branch] gh/cccclai/89/base -> origin/gh/cccclai/89/base 2022-03-17T19:06:46.1032564Z * [new branch] gh/cccclai/89/head -> origin/gh/cccclai/89/head 2022-03-17T19:06:46.1034561Z * [new branch] gh/cccclai/89/orig -> origin/gh/cccclai/89/orig 2022-03-17T19:06:46.1036341Z * [new branch] gh/cccclai/92/base -> origin/gh/cccclai/92/base 2022-03-17T19:06:46.1037281Z * [new branch] gh/cccclai/92/head -> origin/gh/cccclai/92/head 2022-03-17T19:06:46.1039098Z * [new branch] gh/cccclai/92/orig -> origin/gh/cccclai/92/orig 2022-03-17T19:06:46.1040172Z * [new branch] gh/cccclai/93/base -> origin/gh/cccclai/93/base 2022-03-17T19:06:46.1042256Z * [new branch] gh/cccclai/93/head -> origin/gh/cccclai/93/head 2022-03-17T19:06:46.1043926Z * [new branch] gh/cccclai/94/base -> origin/gh/cccclai/94/base 2022-03-17T19:06:46.1055700Z * [new branch] gh/cccclai/94/head -> origin/gh/cccclai/94/head 2022-03-17T19:06:46.1056163Z * [new branch] gh/cccclai/94/orig -> origin/gh/cccclai/94/orig 2022-03-17T19:06:46.1056484Z * [new branch] gh/cccclai/95/base -> origin/gh/cccclai/95/base 2022-03-17T19:06:46.1056756Z * [new branch] gh/cccclai/95/head -> origin/gh/cccclai/95/head 2022-03-17T19:06:46.1057023Z * [new branch] gh/cccclai/95/orig -> origin/gh/cccclai/95/orig 2022-03-17T19:06:46.1057279Z * [new branch] gh/cccclai/99/base -> origin/gh/cccclai/99/base 2022-03-17T19:06:46.1057543Z * [new branch] gh/cccclai/99/head -> origin/gh/cccclai/99/head 2022-03-17T19:06:46.1057818Z * [new branch] gh/cccclai/99/orig -> origin/gh/cccclai/99/orig 2022-03-17T19:06:46.1058479Z * [new branch] gh/changjishi/2/base -> origin/gh/changjishi/2/base 2022-03-17T19:06:46.1061132Z * [new branch] gh/changjishi/2/head -> origin/gh/changjishi/2/head 2022-03-17T19:06:46.1063530Z * [new branch] gh/changjishi/2/orig -> origin/gh/changjishi/2/orig 2022-03-17T19:06:46.1066712Z * [new branch] gh/chauhang/1/base -> origin/gh/chauhang/1/base 2022-03-17T19:06:46.1069387Z * [new branch] gh/chauhang/2/base -> origin/gh/chauhang/2/base 2022-03-17T19:06:46.1072341Z * [new branch] gh/cherie11/1/base -> origin/gh/cherie11/1/base 2022-03-17T19:06:46.1074582Z * [new branch] gh/cherie11/1/head -> origin/gh/cherie11/1/head 2022-03-17T19:06:46.1076751Z * [new branch] gh/cherie11/1/orig -> origin/gh/cherie11/1/orig 2022-03-17T19:06:46.1080035Z * [new branch] gh/chillee/42/base -> origin/gh/chillee/42/base 2022-03-17T19:06:46.1082366Z * [new branch] gh/chillee/42/head -> origin/gh/chillee/42/head 2022-03-17T19:06:46.1085900Z * [new branch] gh/chillee/42/orig -> origin/gh/chillee/42/orig 2022-03-17T19:06:46.1088759Z * [new branch] gh/chillee/47/base -> origin/gh/chillee/47/base 2022-03-17T19:06:46.1090885Z * [new branch] gh/chillee/47/head -> origin/gh/chillee/47/head 2022-03-17T19:06:46.1093081Z * [new branch] gh/chillee/47/orig -> origin/gh/chillee/47/orig 2022-03-17T19:06:46.1095782Z * [new branch] gh/chillee/49/base -> origin/gh/chillee/49/base 2022-03-17T19:06:46.1098032Z * [new branch] gh/chillee/49/head -> origin/gh/chillee/49/head 2022-03-17T19:06:46.1100245Z * [new branch] gh/chillee/49/orig -> origin/gh/chillee/49/orig 2022-03-17T19:06:46.1103667Z * [new branch] gh/choward232/4/base -> origin/gh/choward232/4/base 2022-03-17T19:06:46.1105910Z * [new branch] gh/choward232/4/head -> origin/gh/choward232/4/head 2022-03-17T19:06:46.1109061Z * [new branch] gh/choward232/4/orig -> origin/gh/choward232/4/orig 2022-03-17T19:06:46.1110434Z * [new branch] gh/choward232/6/base -> origin/gh/choward232/6/base 2022-03-17T19:06:46.1112093Z * [new branch] gh/choward232/6/head -> origin/gh/choward232/6/head 2022-03-17T19:06:46.1113469Z * [new branch] gh/choward232/6/orig -> origin/gh/choward232/6/orig 2022-03-17T19:06:46.1115889Z * [new branch] gh/dagitses/100/base -> origin/gh/dagitses/100/base 2022-03-17T19:06:46.1116919Z * [new branch] gh/dagitses/100/head -> origin/gh/dagitses/100/head 2022-03-17T19:06:46.1119043Z * [new branch] gh/dagitses/101/base -> origin/gh/dagitses/101/base 2022-03-17T19:06:46.1120280Z * [new branch] gh/dagitses/101/head -> origin/gh/dagitses/101/head 2022-03-17T19:06:46.1121925Z * [new branch] gh/dagitses/102/base -> origin/gh/dagitses/102/base 2022-03-17T19:06:46.1123661Z * [new branch] gh/dagitses/102/head -> origin/gh/dagitses/102/head 2022-03-17T19:06:46.1125409Z * [new branch] gh/dagitses/103/base -> origin/gh/dagitses/103/base 2022-03-17T19:06:46.1126613Z * [new branch] gh/dagitses/103/head -> origin/gh/dagitses/103/head 2022-03-17T19:06:46.1128271Z * [new branch] gh/dagitses/104/base -> origin/gh/dagitses/104/base 2022-03-17T19:06:46.1129724Z * [new branch] gh/dagitses/104/head -> origin/gh/dagitses/104/head 2022-03-17T19:06:46.1130949Z * [new branch] gh/dagitses/105/base -> origin/gh/dagitses/105/base 2022-03-17T19:06:46.1132649Z * [new branch] gh/dagitses/105/head -> origin/gh/dagitses/105/head 2022-03-17T19:06:46.1134103Z * [new branch] gh/dagitses/106/base -> origin/gh/dagitses/106/base 2022-03-17T19:06:46.1135257Z * [new branch] gh/dagitses/106/head -> origin/gh/dagitses/106/head 2022-03-17T19:06:46.1137091Z * [new branch] gh/dagitses/107/base -> origin/gh/dagitses/107/base 2022-03-17T19:06:46.1138317Z * [new branch] gh/dagitses/107/head -> origin/gh/dagitses/107/head 2022-03-17T19:06:46.1139961Z * [new branch] gh/dagitses/108/base -> origin/gh/dagitses/108/base 2022-03-17T19:06:46.1141569Z * [new branch] gh/dagitses/108/head -> origin/gh/dagitses/108/head 2022-03-17T19:06:46.1142668Z * [new branch] gh/dagitses/109/base -> origin/gh/dagitses/109/base 2022-03-17T19:06:46.1144279Z * [new branch] gh/dagitses/109/head -> origin/gh/dagitses/109/head 2022-03-17T19:06:46.1146044Z * [new branch] gh/dagitses/11/base -> origin/gh/dagitses/11/base 2022-03-17T19:06:46.1147269Z * [new branch] gh/dagitses/11/orig -> origin/gh/dagitses/11/orig 2022-03-17T19:06:46.1149012Z * [new branch] gh/dagitses/110/base -> origin/gh/dagitses/110/base 2022-03-17T19:06:46.1150030Z * [new branch] gh/dagitses/110/head -> origin/gh/dagitses/110/head 2022-03-17T19:06:46.1151845Z * [new branch] gh/dagitses/111/base -> origin/gh/dagitses/111/base 2022-03-17T19:06:46.1153410Z * [new branch] gh/dagitses/111/head -> origin/gh/dagitses/111/head 2022-03-17T19:06:46.1154785Z * [new branch] gh/dagitses/112/base -> origin/gh/dagitses/112/base 2022-03-17T19:06:46.1156272Z * [new branch] gh/dagitses/112/head -> origin/gh/dagitses/112/head 2022-03-17T19:06:46.1157906Z * [new branch] gh/dagitses/113/base -> origin/gh/dagitses/113/base 2022-03-17T19:06:46.1159001Z * [new branch] gh/dagitses/113/head -> origin/gh/dagitses/113/head 2022-03-17T19:06:46.1160799Z * [new branch] gh/dagitses/114/base -> origin/gh/dagitses/114/base 2022-03-17T19:06:46.1161978Z * [new branch] gh/dagitses/114/head -> origin/gh/dagitses/114/head 2022-03-17T19:06:46.1164114Z * [new branch] gh/dagitses/115/base -> origin/gh/dagitses/115/base 2022-03-17T19:06:46.1164806Z * [new branch] gh/dagitses/115/head -> origin/gh/dagitses/115/head 2022-03-17T19:06:46.1167030Z * [new branch] gh/dagitses/116/base -> origin/gh/dagitses/116/base 2022-03-17T19:06:46.1167642Z * [new branch] gh/dagitses/116/head -> origin/gh/dagitses/116/head 2022-03-17T19:06:46.1169777Z * [new branch] gh/dagitses/117/base -> origin/gh/dagitses/117/base 2022-03-17T19:06:46.1170628Z * [new branch] gh/dagitses/117/head -> origin/gh/dagitses/117/head 2022-03-17T19:06:46.1172573Z * [new branch] gh/dagitses/118/base -> origin/gh/dagitses/118/base 2022-03-17T19:06:46.1173410Z * [new branch] gh/dagitses/118/head -> origin/gh/dagitses/118/head 2022-03-17T19:06:46.1175409Z * [new branch] gh/dagitses/119/base -> origin/gh/dagitses/119/base 2022-03-17T19:06:46.1176174Z * [new branch] gh/dagitses/119/head -> origin/gh/dagitses/119/head 2022-03-17T19:06:46.1178614Z * [new branch] gh/dagitses/12/base -> origin/gh/dagitses/12/base 2022-03-17T19:06:46.1179452Z * [new branch] gh/dagitses/12/orig -> origin/gh/dagitses/12/orig 2022-03-17T19:06:46.1181572Z * [new branch] gh/dagitses/120/base -> origin/gh/dagitses/120/base 2022-03-17T19:06:46.1182308Z * [new branch] gh/dagitses/120/head -> origin/gh/dagitses/120/head 2022-03-17T19:06:46.1184357Z * [new branch] gh/dagitses/121/base -> origin/gh/dagitses/121/base 2022-03-17T19:06:46.1185125Z * [new branch] gh/dagitses/121/head -> origin/gh/dagitses/121/head 2022-03-17T19:06:46.1187390Z * [new branch] gh/dagitses/122/base -> origin/gh/dagitses/122/base 2022-03-17T19:06:46.1188042Z * [new branch] gh/dagitses/122/head -> origin/gh/dagitses/122/head 2022-03-17T19:06:46.1190125Z * [new branch] gh/dagitses/123/base -> origin/gh/dagitses/123/base 2022-03-17T19:06:46.1190777Z * [new branch] gh/dagitses/123/head -> origin/gh/dagitses/123/head 2022-03-17T19:06:46.1192982Z * [new branch] gh/dagitses/124/base -> origin/gh/dagitses/124/base 2022-03-17T19:06:46.1193501Z * [new branch] gh/dagitses/124/head -> origin/gh/dagitses/124/head 2022-03-17T19:06:46.1195544Z * [new branch] gh/dagitses/125/base -> origin/gh/dagitses/125/base 2022-03-17T19:06:46.1196082Z * [new branch] gh/dagitses/125/head -> origin/gh/dagitses/125/head 2022-03-17T19:06:46.1198182Z * [new branch] gh/dagitses/125/orig -> origin/gh/dagitses/125/orig 2022-03-17T19:06:46.1199148Z * [new branch] gh/dagitses/126/base -> origin/gh/dagitses/126/base 2022-03-17T19:06:46.1200941Z * [new branch] gh/dagitses/126/head -> origin/gh/dagitses/126/head 2022-03-17T19:06:46.1201930Z * [new branch] gh/dagitses/126/orig -> origin/gh/dagitses/126/orig 2022-03-17T19:06:46.1204480Z * [new branch] gh/dagitses/127/base -> origin/gh/dagitses/127/base 2022-03-17T19:06:46.1205189Z * [new branch] gh/dagitses/127/head -> origin/gh/dagitses/127/head 2022-03-17T19:06:46.1207242Z * [new branch] gh/dagitses/127/orig -> origin/gh/dagitses/127/orig 2022-03-17T19:06:46.1209365Z * [new branch] gh/dagitses/128/base -> origin/gh/dagitses/128/base 2022-03-17T19:06:46.1210008Z * [new branch] gh/dagitses/128/head -> origin/gh/dagitses/128/head 2022-03-17T19:06:46.1212109Z * [new branch] gh/dagitses/129/base -> origin/gh/dagitses/129/base 2022-03-17T19:06:46.1212741Z * [new branch] gh/dagitses/129/head -> origin/gh/dagitses/129/head 2022-03-17T19:06:46.1215139Z * [new branch] gh/dagitses/13/base -> origin/gh/dagitses/13/base 2022-03-17T19:06:46.1215899Z * [new branch] gh/dagitses/13/orig -> origin/gh/dagitses/13/orig 2022-03-17T19:06:46.1218056Z * [new branch] gh/dagitses/130/base -> origin/gh/dagitses/130/base 2022-03-17T19:06:46.1218695Z * [new branch] gh/dagitses/130/head -> origin/gh/dagitses/130/head 2022-03-17T19:06:46.1220986Z * [new branch] gh/dagitses/131/base -> origin/gh/dagitses/131/base 2022-03-17T19:06:46.1221713Z * [new branch] gh/dagitses/131/head -> origin/gh/dagitses/131/head 2022-03-17T19:06:46.1223796Z * [new branch] gh/dagitses/132/base -> origin/gh/dagitses/132/base 2022-03-17T19:06:46.1224625Z * [new branch] gh/dagitses/132/head -> origin/gh/dagitses/132/head 2022-03-17T19:06:46.1226691Z * [new branch] gh/dagitses/132/orig -> origin/gh/dagitses/132/orig 2022-03-17T19:06:46.1228539Z * [new branch] gh/dagitses/133/base -> origin/gh/dagitses/133/base 2022-03-17T19:06:46.1229574Z * [new branch] gh/dagitses/133/head -> origin/gh/dagitses/133/head 2022-03-17T19:06:46.1231802Z * [new branch] gh/dagitses/133/orig -> origin/gh/dagitses/133/orig 2022-03-17T19:06:46.1233563Z * [new branch] gh/dagitses/134/base -> origin/gh/dagitses/134/base 2022-03-17T19:06:46.1234565Z * [new branch] gh/dagitses/134/head -> origin/gh/dagitses/134/head 2022-03-17T19:06:46.1236549Z * [new branch] gh/dagitses/134/orig -> origin/gh/dagitses/134/orig 2022-03-17T19:06:46.1237746Z * [new branch] gh/dagitses/135/base -> origin/gh/dagitses/135/base 2022-03-17T19:06:46.1239623Z * [new branch] gh/dagitses/135/head -> origin/gh/dagitses/135/head 2022-03-17T19:06:46.1240546Z * [new branch] gh/dagitses/135/orig -> origin/gh/dagitses/135/orig 2022-03-17T19:06:46.1242822Z * [new branch] gh/dagitses/136/base -> origin/gh/dagitses/136/base 2022-03-17T19:06:46.1243653Z * [new branch] gh/dagitses/136/head -> origin/gh/dagitses/136/head 2022-03-17T19:06:46.1245473Z * [new branch] gh/dagitses/136/orig -> origin/gh/dagitses/136/orig 2022-03-17T19:06:46.1247550Z * [new branch] gh/dagitses/137/base -> origin/gh/dagitses/137/base 2022-03-17T19:06:46.1248126Z * [new branch] gh/dagitses/137/head -> origin/gh/dagitses/137/head 2022-03-17T19:06:46.1250088Z * [new branch] gh/dagitses/137/orig -> origin/gh/dagitses/137/orig 2022-03-17T19:06:46.1251278Z * [new branch] gh/dagitses/138/base -> origin/gh/dagitses/138/base 2022-03-17T19:06:46.1253237Z * [new branch] gh/dagitses/138/head -> origin/gh/dagitses/138/head 2022-03-17T19:06:46.1254091Z * [new branch] gh/dagitses/138/orig -> origin/gh/dagitses/138/orig 2022-03-17T19:06:46.1256270Z * [new branch] gh/dagitses/139/base -> origin/gh/dagitses/139/base 2022-03-17T19:06:46.1257181Z * [new branch] gh/dagitses/139/head -> origin/gh/dagitses/139/head 2022-03-17T19:06:46.1258565Z * [new branch] gh/dagitses/139/orig -> origin/gh/dagitses/139/orig 2022-03-17T19:06:46.1261067Z * [new branch] gh/dagitses/14/base -> origin/gh/dagitses/14/base 2022-03-17T19:06:46.1262028Z * [new branch] gh/dagitses/14/orig -> origin/gh/dagitses/14/orig 2022-03-17T19:06:46.1264476Z * [new branch] gh/dagitses/140/base -> origin/gh/dagitses/140/base 2022-03-17T19:06:46.1265292Z * [new branch] gh/dagitses/140/head -> origin/gh/dagitses/140/head 2022-03-17T19:06:46.1267163Z * [new branch] gh/dagitses/140/orig -> origin/gh/dagitses/140/orig 2022-03-17T19:06:46.1269048Z * [new branch] gh/dagitses/141/base -> origin/gh/dagitses/141/base 2022-03-17T19:06:46.1269798Z * [new branch] gh/dagitses/141/head -> origin/gh/dagitses/141/head 2022-03-17T19:06:46.1271600Z * [new branch] gh/dagitses/141/orig -> origin/gh/dagitses/141/orig 2022-03-17T19:06:46.1273364Z * [new branch] gh/dagitses/142/base -> origin/gh/dagitses/142/base 2022-03-17T19:06:46.1274374Z * [new branch] gh/dagitses/142/head -> origin/gh/dagitses/142/head 2022-03-17T19:06:46.1276426Z * [new branch] gh/dagitses/142/orig -> origin/gh/dagitses/142/orig 2022-03-17T19:06:46.1277496Z * [new branch] gh/dagitses/143/base -> origin/gh/dagitses/143/base 2022-03-17T19:06:46.1279562Z * [new branch] gh/dagitses/143/head -> origin/gh/dagitses/143/head 2022-03-17T19:06:46.1280353Z * [new branch] gh/dagitses/143/orig -> origin/gh/dagitses/143/orig 2022-03-17T19:06:46.1282595Z * [new branch] gh/dagitses/144/base -> origin/gh/dagitses/144/base 2022-03-17T19:06:46.1285016Z * [new branch] gh/dagitses/144/head -> origin/gh/dagitses/144/head 2022-03-17T19:06:46.1285989Z * [new branch] gh/dagitses/144/orig -> origin/gh/dagitses/144/orig 2022-03-17T19:06:46.1288223Z * [new branch] gh/dagitses/145/base -> origin/gh/dagitses/145/base 2022-03-17T19:06:46.1289120Z * [new branch] gh/dagitses/145/head -> origin/gh/dagitses/145/head 2022-03-17T19:06:46.1290383Z * [new branch] gh/dagitses/145/orig -> origin/gh/dagitses/145/orig 2022-03-17T19:06:46.1292481Z * [new branch] gh/dagitses/146/base -> origin/gh/dagitses/146/base 2022-03-17T19:06:46.1293359Z * [new branch] gh/dagitses/146/head -> origin/gh/dagitses/146/head 2022-03-17T19:06:46.1295172Z * [new branch] gh/dagitses/146/orig -> origin/gh/dagitses/146/orig 2022-03-17T19:06:46.1296265Z * [new branch] gh/dagitses/147/base -> origin/gh/dagitses/147/base 2022-03-17T19:06:46.1297922Z * [new branch] gh/dagitses/147/head -> origin/gh/dagitses/147/head 2022-03-17T19:06:46.1299635Z * [new branch] gh/dagitses/148/base -> origin/gh/dagitses/148/base 2022-03-17T19:06:46.1300839Z * [new branch] gh/dagitses/148/head -> origin/gh/dagitses/148/head 2022-03-17T19:06:46.1302706Z * [new branch] gh/dagitses/149/base -> origin/gh/dagitses/149/base 2022-03-17T19:06:46.1303584Z * [new branch] gh/dagitses/149/head -> origin/gh/dagitses/149/head 2022-03-17T19:06:46.1306075Z * [new branch] gh/dagitses/15/base -> origin/gh/dagitses/15/base 2022-03-17T19:06:46.1306856Z * [new branch] gh/dagitses/15/orig -> origin/gh/dagitses/15/orig 2022-03-17T19:06:46.1308963Z * [new branch] gh/dagitses/150/base -> origin/gh/dagitses/150/base 2022-03-17T19:06:46.1309677Z * [new branch] gh/dagitses/150/head -> origin/gh/dagitses/150/head 2022-03-17T19:06:46.1311812Z * [new branch] gh/dagitses/151/base -> origin/gh/dagitses/151/base 2022-03-17T19:06:46.1312492Z * [new branch] gh/dagitses/151/head -> origin/gh/dagitses/151/head 2022-03-17T19:06:46.1314578Z * [new branch] gh/dagitses/152/base -> origin/gh/dagitses/152/base 2022-03-17T19:06:46.1315523Z * [new branch] gh/dagitses/152/head -> origin/gh/dagitses/152/head 2022-03-17T19:06:46.1317643Z * [new branch] gh/dagitses/153/base -> origin/gh/dagitses/153/base 2022-03-17T19:06:46.1318354Z * [new branch] gh/dagitses/153/head -> origin/gh/dagitses/153/head 2022-03-17T19:06:46.1320459Z * [new branch] gh/dagitses/154/base -> origin/gh/dagitses/154/base 2022-03-17T19:06:46.1321598Z * [new branch] gh/dagitses/154/head -> origin/gh/dagitses/154/head 2022-03-17T19:06:46.1323822Z * [new branch] gh/dagitses/155/base -> origin/gh/dagitses/155/base 2022-03-17T19:06:46.1324645Z * [new branch] gh/dagitses/155/head -> origin/gh/dagitses/155/head 2022-03-17T19:06:46.1326731Z * [new branch] gh/dagitses/156/base -> origin/gh/dagitses/156/base 2022-03-17T19:06:46.1327696Z * [new branch] gh/dagitses/156/head -> origin/gh/dagitses/156/head 2022-03-17T19:06:46.1329930Z * [new branch] gh/dagitses/157/base -> origin/gh/dagitses/157/base 2022-03-17T19:06:46.1330779Z * [new branch] gh/dagitses/157/head -> origin/gh/dagitses/157/head 2022-03-17T19:06:46.1333077Z * [new branch] gh/dagitses/158/base -> origin/gh/dagitses/158/base 2022-03-17T19:06:46.1333870Z * [new branch] gh/dagitses/158/head -> origin/gh/dagitses/158/head 2022-03-17T19:06:46.1336026Z * [new branch] gh/dagitses/159/base -> origin/gh/dagitses/159/base 2022-03-17T19:06:46.1336806Z * [new branch] gh/dagitses/159/head -> origin/gh/dagitses/159/head 2022-03-17T19:06:46.1339315Z * [new branch] gh/dagitses/16/base -> origin/gh/dagitses/16/base 2022-03-17T19:06:46.1340030Z * [new branch] gh/dagitses/16/orig -> origin/gh/dagitses/16/orig 2022-03-17T19:06:46.1342170Z * [new branch] gh/dagitses/160/base -> origin/gh/dagitses/160/base 2022-03-17T19:06:46.1342911Z * [new branch] gh/dagitses/160/head -> origin/gh/dagitses/160/head 2022-03-17T19:06:46.1345009Z * [new branch] gh/dagitses/161/base -> origin/gh/dagitses/161/base 2022-03-17T19:06:46.1345714Z * [new branch] gh/dagitses/161/head -> origin/gh/dagitses/161/head 2022-03-17T19:06:46.1347808Z * [new branch] gh/dagitses/162/base -> origin/gh/dagitses/162/base 2022-03-17T19:06:46.1348481Z * [new branch] gh/dagitses/162/head -> origin/gh/dagitses/162/head 2022-03-17T19:06:46.1350876Z * [new branch] gh/dagitses/163/base -> origin/gh/dagitses/163/base 2022-03-17T19:06:46.1351521Z * [new branch] gh/dagitses/163/head -> origin/gh/dagitses/163/head 2022-03-17T19:06:46.1353637Z * [new branch] gh/dagitses/164/base -> origin/gh/dagitses/164/base 2022-03-17T19:06:46.1354425Z * [new branch] gh/dagitses/164/head -> origin/gh/dagitses/164/head 2022-03-17T19:06:46.1356445Z * [new branch] gh/dagitses/165/base -> origin/gh/dagitses/165/base 2022-03-17T19:06:46.1357085Z * [new branch] gh/dagitses/165/head -> origin/gh/dagitses/165/head 2022-03-17T19:06:46.1359204Z * [new branch] gh/dagitses/166/base -> origin/gh/dagitses/166/base 2022-03-17T19:06:46.1359859Z * [new branch] gh/dagitses/166/head -> origin/gh/dagitses/166/head 2022-03-17T19:06:46.1362009Z * [new branch] gh/dagitses/167/base -> origin/gh/dagitses/167/base 2022-03-17T19:06:46.1362870Z * [new branch] gh/dagitses/167/head -> origin/gh/dagitses/167/head 2022-03-17T19:06:46.1364801Z * [new branch] gh/dagitses/168/base -> origin/gh/dagitses/168/base 2022-03-17T19:06:46.1366446Z * [new branch] gh/dagitses/168/head -> origin/gh/dagitses/168/head 2022-03-17T19:06:46.1367506Z * [new branch] gh/dagitses/169/base -> origin/gh/dagitses/169/base 2022-03-17T19:06:46.1369166Z * [new branch] gh/dagitses/169/head -> origin/gh/dagitses/169/head 2022-03-17T19:06:46.1371195Z * [new branch] gh/dagitses/17/base -> origin/gh/dagitses/17/base 2022-03-17T19:06:46.1372014Z * [new branch] gh/dagitses/17/orig -> origin/gh/dagitses/17/orig 2022-03-17T19:06:46.1373908Z * [new branch] gh/dagitses/170/base -> origin/gh/dagitses/170/base 2022-03-17T19:06:46.1374896Z * [new branch] gh/dagitses/170/head -> origin/gh/dagitses/170/head 2022-03-17T19:06:46.1376853Z * [new branch] gh/dagitses/171/base -> origin/gh/dagitses/171/base 2022-03-17T19:06:46.1377784Z * [new branch] gh/dagitses/171/head -> origin/gh/dagitses/171/head 2022-03-17T19:06:46.1379728Z * [new branch] gh/dagitses/172/base -> origin/gh/dagitses/172/base 2022-03-17T19:06:46.1380703Z * [new branch] gh/dagitses/172/head -> origin/gh/dagitses/172/head 2022-03-17T19:06:46.1383320Z * [new branch] gh/dagitses/173/base -> origin/gh/dagitses/173/base 2022-03-17T19:06:46.1384072Z * [new branch] gh/dagitses/173/head -> origin/gh/dagitses/173/head 2022-03-17T19:06:46.1385761Z * [new branch] gh/dagitses/174/base -> origin/gh/dagitses/174/base 2022-03-17T19:06:46.1386622Z * [new branch] gh/dagitses/174/head -> origin/gh/dagitses/174/head 2022-03-17T19:06:46.1388697Z * [new branch] gh/dagitses/175/base -> origin/gh/dagitses/175/base 2022-03-17T19:06:46.1389402Z * [new branch] gh/dagitses/175/head -> origin/gh/dagitses/175/head 2022-03-17T19:06:46.1391398Z * [new branch] gh/dagitses/176/base -> origin/gh/dagitses/176/base 2022-03-17T19:06:46.1392325Z * [new branch] gh/dagitses/176/head -> origin/gh/dagitses/176/head 2022-03-17T19:06:46.1394421Z * [new branch] gh/dagitses/177/base -> origin/gh/dagitses/177/base 2022-03-17T19:06:46.1395335Z * [new branch] gh/dagitses/177/head -> origin/gh/dagitses/177/head 2022-03-17T19:06:46.1397293Z * [new branch] gh/dagitses/178/base -> origin/gh/dagitses/178/base 2022-03-17T19:06:46.1398278Z * [new branch] gh/dagitses/178/head -> origin/gh/dagitses/178/head 2022-03-17T19:06:46.1400491Z * [new branch] gh/dagitses/179/base -> origin/gh/dagitses/179/base 2022-03-17T19:06:46.1401256Z * [new branch] gh/dagitses/179/head -> origin/gh/dagitses/179/head 2022-03-17T19:06:46.1403727Z * [new branch] gh/dagitses/18/base -> origin/gh/dagitses/18/base 2022-03-17T19:06:46.1404597Z * [new branch] gh/dagitses/18/orig -> origin/gh/dagitses/18/orig 2022-03-17T19:06:46.1406691Z * [new branch] gh/dagitses/180/base -> origin/gh/dagitses/180/base 2022-03-17T19:06:46.1407455Z * [new branch] gh/dagitses/180/head -> origin/gh/dagitses/180/head 2022-03-17T19:06:46.1409115Z * [new branch] gh/dagitses/181/base -> origin/gh/dagitses/181/base 2022-03-17T19:06:46.1410086Z * [new branch] gh/dagitses/181/head -> origin/gh/dagitses/181/head 2022-03-17T19:06:46.1411977Z * [new branch] gh/dagitses/182/base -> origin/gh/dagitses/182/base 2022-03-17T19:06:46.1412755Z * [new branch] gh/dagitses/182/head -> origin/gh/dagitses/182/head 2022-03-17T19:06:46.1414731Z * [new branch] gh/dagitses/183/base -> origin/gh/dagitses/183/base 2022-03-17T19:06:46.1416332Z * [new branch] gh/dagitses/183/head -> origin/gh/dagitses/183/head 2022-03-17T19:06:46.1417917Z * [new branch] gh/dagitses/184/base -> origin/gh/dagitses/184/base 2022-03-17T19:06:46.1418714Z * [new branch] gh/dagitses/184/head -> origin/gh/dagitses/184/head 2022-03-17T19:06:46.1420825Z * [new branch] gh/dagitses/185/base -> origin/gh/dagitses/185/base 2022-03-17T19:06:46.1421615Z * [new branch] gh/dagitses/185/head -> origin/gh/dagitses/185/head 2022-03-17T19:06:46.1423712Z * [new branch] gh/dagitses/186/base -> origin/gh/dagitses/186/base 2022-03-17T19:06:46.1424230Z * [new branch] gh/dagitses/186/head -> origin/gh/dagitses/186/head 2022-03-17T19:06:46.1426348Z * [new branch] gh/dagitses/187/base -> origin/gh/dagitses/187/base 2022-03-17T19:06:46.1427098Z * [new branch] gh/dagitses/187/head -> origin/gh/dagitses/187/head 2022-03-17T19:06:46.1429141Z * [new branch] gh/dagitses/188/base -> origin/gh/dagitses/188/base 2022-03-17T19:06:46.1429771Z * [new branch] gh/dagitses/188/head -> origin/gh/dagitses/188/head 2022-03-17T19:06:46.1432053Z * [new branch] gh/dagitses/189/base -> origin/gh/dagitses/189/base 2022-03-17T19:06:46.1432892Z * [new branch] gh/dagitses/189/head -> origin/gh/dagitses/189/head 2022-03-17T19:06:46.1435266Z * [new branch] gh/dagitses/19/base -> origin/gh/dagitses/19/base 2022-03-17T19:06:46.1436207Z * [new branch] gh/dagitses/19/orig -> origin/gh/dagitses/19/orig 2022-03-17T19:06:46.1438215Z * [new branch] gh/dagitses/190/base -> origin/gh/dagitses/190/base 2022-03-17T19:06:46.1438971Z * [new branch] gh/dagitses/190/head -> origin/gh/dagitses/190/head 2022-03-17T19:06:46.1440965Z * [new branch] gh/dagitses/191/base -> origin/gh/dagitses/191/base 2022-03-17T19:06:46.1442127Z * [new branch] gh/dagitses/191/head -> origin/gh/dagitses/191/head 2022-03-17T19:06:46.1444051Z * [new branch] gh/dagitses/192/base -> origin/gh/dagitses/192/base 2022-03-17T19:06:46.1444974Z * [new branch] gh/dagitses/192/head -> origin/gh/dagitses/192/head 2022-03-17T19:06:46.1447010Z * [new branch] gh/dagitses/193/base -> origin/gh/dagitses/193/base 2022-03-17T19:06:46.1447789Z * [new branch] gh/dagitses/193/head -> origin/gh/dagitses/193/head 2022-03-17T19:06:46.1449987Z * [new branch] gh/dagitses/194/base -> origin/gh/dagitses/194/base 2022-03-17T19:06:46.1450864Z * [new branch] gh/dagitses/194/head -> origin/gh/dagitses/194/head 2022-03-17T19:06:46.1452917Z * [new branch] gh/dagitses/195/base -> origin/gh/dagitses/195/base 2022-03-17T19:06:46.1453738Z * [new branch] gh/dagitses/195/head -> origin/gh/dagitses/195/head 2022-03-17T19:06:46.1455731Z * [new branch] gh/dagitses/196/base -> origin/gh/dagitses/196/base 2022-03-17T19:06:46.1456592Z * [new branch] gh/dagitses/196/head -> origin/gh/dagitses/196/head 2022-03-17T19:06:46.1458585Z * [new branch] gh/dagitses/197/base -> origin/gh/dagitses/197/base 2022-03-17T19:06:46.1459524Z * [new branch] gh/dagitses/197/head -> origin/gh/dagitses/197/head 2022-03-17T19:06:46.1461441Z * [new branch] gh/dagitses/198/base -> origin/gh/dagitses/198/base 2022-03-17T19:06:46.1462255Z * [new branch] gh/dagitses/198/head -> origin/gh/dagitses/198/head 2022-03-17T19:06:46.1464261Z * [new branch] gh/dagitses/199/base -> origin/gh/dagitses/199/base 2022-03-17T19:06:46.1465290Z * [new branch] gh/dagitses/199/head -> origin/gh/dagitses/199/head 2022-03-17T19:06:46.1467501Z * [new branch] gh/dagitses/20/base -> origin/gh/dagitses/20/base 2022-03-17T19:06:46.1468430Z * [new branch] gh/dagitses/20/orig -> origin/gh/dagitses/20/orig 2022-03-17T19:06:46.1470404Z * [new branch] gh/dagitses/200/base -> origin/gh/dagitses/200/base 2022-03-17T19:06:46.1471237Z * [new branch] gh/dagitses/200/head -> origin/gh/dagitses/200/head 2022-03-17T19:06:46.1473222Z * [new branch] gh/dagitses/201/base -> origin/gh/dagitses/201/base 2022-03-17T19:06:46.1474235Z * [new branch] gh/dagitses/201/head -> origin/gh/dagitses/201/head 2022-03-17T19:06:46.1476483Z * [new branch] gh/dagitses/202/base -> origin/gh/dagitses/202/base 2022-03-17T19:06:46.1477413Z * [new branch] gh/dagitses/202/head -> origin/gh/dagitses/202/head 2022-03-17T19:06:46.1479398Z * [new branch] gh/dagitses/203/base -> origin/gh/dagitses/203/base 2022-03-17T19:06:46.1480368Z * [new branch] gh/dagitses/203/head -> origin/gh/dagitses/203/head 2022-03-17T19:06:46.1482608Z * [new branch] gh/dagitses/204/base -> origin/gh/dagitses/204/base 2022-03-17T19:06:46.1484866Z * [new branch] gh/dagitses/204/head -> origin/gh/dagitses/204/head 2022-03-17T19:06:46.1485890Z * [new branch] gh/dagitses/205/base -> origin/gh/dagitses/205/base 2022-03-17T19:06:46.1487789Z * [new branch] gh/dagitses/205/head -> origin/gh/dagitses/205/head 2022-03-17T19:06:46.1488819Z * [new branch] gh/dagitses/206/base -> origin/gh/dagitses/206/base 2022-03-17T19:06:46.1490810Z * [new branch] gh/dagitses/206/head -> origin/gh/dagitses/206/head 2022-03-17T19:06:46.1491872Z * [new branch] gh/dagitses/207/base -> origin/gh/dagitses/207/base 2022-03-17T19:06:46.1493721Z * [new branch] gh/dagitses/207/head -> origin/gh/dagitses/207/head 2022-03-17T19:06:46.1494751Z * [new branch] gh/dagitses/208/base -> origin/gh/dagitses/208/base 2022-03-17T19:06:46.1496648Z * [new branch] gh/dagitses/208/head -> origin/gh/dagitses/208/head 2022-03-17T19:06:46.1497670Z * [new branch] gh/dagitses/209/base -> origin/gh/dagitses/209/base 2022-03-17T19:06:46.1499541Z * [new branch] gh/dagitses/209/head -> origin/gh/dagitses/209/head 2022-03-17T19:06:46.1501553Z * [new branch] gh/dagitses/21/base -> origin/gh/dagitses/21/base 2022-03-17T19:06:46.1502380Z * [new branch] gh/dagitses/21/orig -> origin/gh/dagitses/21/orig 2022-03-17T19:06:46.1504380Z * [new branch] gh/dagitses/210/base -> origin/gh/dagitses/210/base 2022-03-17T19:06:46.1505312Z * [new branch] gh/dagitses/210/head -> origin/gh/dagitses/210/head 2022-03-17T19:06:46.1507536Z * [new branch] gh/dagitses/211/base -> origin/gh/dagitses/211/base 2022-03-17T19:06:46.1508280Z * [new branch] gh/dagitses/211/head -> origin/gh/dagitses/211/head 2022-03-17T19:06:46.1510207Z * [new branch] gh/dagitses/212/base -> origin/gh/dagitses/212/base 2022-03-17T19:06:46.1511005Z * [new branch] gh/dagitses/212/head -> origin/gh/dagitses/212/head 2022-03-17T19:06:46.1513096Z * [new branch] gh/dagitses/213/base -> origin/gh/dagitses/213/base 2022-03-17T19:06:46.1513965Z * [new branch] gh/dagitses/213/head -> origin/gh/dagitses/213/head 2022-03-17T19:06:46.1515929Z * [new branch] gh/dagitses/214/base -> origin/gh/dagitses/214/base 2022-03-17T19:06:46.1516872Z * [new branch] gh/dagitses/214/head -> origin/gh/dagitses/214/head 2022-03-17T19:06:46.1518849Z * [new branch] gh/dagitses/215/base -> origin/gh/dagitses/215/base 2022-03-17T19:06:46.1519802Z * [new branch] gh/dagitses/215/head -> origin/gh/dagitses/215/head 2022-03-17T19:06:46.1521834Z * [new branch] gh/dagitses/216/base -> origin/gh/dagitses/216/base 2022-03-17T19:06:46.1523087Z * [new branch] gh/dagitses/216/head -> origin/gh/dagitses/216/head 2022-03-17T19:06:46.1525069Z * [new branch] gh/dagitses/217/base -> origin/gh/dagitses/217/base 2022-03-17T19:06:46.1525895Z * [new branch] gh/dagitses/217/head -> origin/gh/dagitses/217/head 2022-03-17T19:06:46.1527878Z * [new branch] gh/dagitses/218/base -> origin/gh/dagitses/218/base 2022-03-17T19:06:46.1528716Z * [new branch] gh/dagitses/218/head -> origin/gh/dagitses/218/head 2022-03-17T19:06:46.1530686Z * [new branch] gh/dagitses/219/base -> origin/gh/dagitses/219/base 2022-03-17T19:06:46.1531456Z * [new branch] gh/dagitses/219/head -> origin/gh/dagitses/219/head 2022-03-17T19:06:46.1533638Z * [new branch] gh/dagitses/220/base -> origin/gh/dagitses/220/base 2022-03-17T19:06:46.1534405Z * [new branch] gh/dagitses/220/head -> origin/gh/dagitses/220/head 2022-03-17T19:06:46.1536232Z * [new branch] gh/dagitses/221/base -> origin/gh/dagitses/221/base 2022-03-17T19:06:46.1537074Z * [new branch] gh/dagitses/221/head -> origin/gh/dagitses/221/head 2022-03-17T19:06:46.1538958Z * [new branch] gh/dagitses/222/base -> origin/gh/dagitses/222/base 2022-03-17T19:06:46.1539934Z * [new branch] gh/dagitses/222/head -> origin/gh/dagitses/222/head 2022-03-17T19:06:46.1541726Z * [new branch] gh/dagitses/223/base -> origin/gh/dagitses/223/base 2022-03-17T19:06:46.1543406Z * [new branch] gh/dagitses/223/head -> origin/gh/dagitses/223/head 2022-03-17T19:06:46.1544996Z * [new branch] gh/dagitses/224/base -> origin/gh/dagitses/224/base 2022-03-17T19:06:46.1545939Z * [new branch] gh/dagitses/224/head -> origin/gh/dagitses/224/head 2022-03-17T19:06:46.1547610Z * [new branch] gh/dagitses/224/orig -> origin/gh/dagitses/224/orig 2022-03-17T19:06:46.1549190Z * [new branch] gh/dagitses/225/base -> origin/gh/dagitses/225/base 2022-03-17T19:06:46.1550757Z * [new branch] gh/dagitses/225/head -> origin/gh/dagitses/225/head 2022-03-17T19:06:46.1551816Z * [new branch] gh/dagitses/225/orig -> origin/gh/dagitses/225/orig 2022-03-17T19:06:46.1553655Z * [new branch] gh/dagitses/226/base -> origin/gh/dagitses/226/base 2022-03-17T19:06:46.1554995Z * [new branch] gh/dagitses/226/head -> origin/gh/dagitses/226/head 2022-03-17T19:06:46.1556579Z * [new branch] gh/dagitses/226/orig -> origin/gh/dagitses/226/orig 2022-03-17T19:06:46.1558190Z * [new branch] gh/dagitses/227/base -> origin/gh/dagitses/227/base 2022-03-17T19:06:46.1559099Z * [new branch] gh/dagitses/227/head -> origin/gh/dagitses/227/head 2022-03-17T19:06:46.1560638Z * [new branch] gh/dagitses/227/orig -> origin/gh/dagitses/227/orig 2022-03-17T19:06:46.1561975Z * [new branch] gh/dagitses/228/base -> origin/gh/dagitses/228/base 2022-03-17T19:06:46.1563707Z * [new branch] gh/dagitses/228/head -> origin/gh/dagitses/228/head 2022-03-17T19:06:46.1564810Z * [new branch] gh/dagitses/228/orig -> origin/gh/dagitses/228/orig 2022-03-17T19:06:46.1566517Z * [new branch] gh/dagitses/229/base -> origin/gh/dagitses/229/base 2022-03-17T19:06:46.1567576Z * [new branch] gh/dagitses/229/head -> origin/gh/dagitses/229/head 2022-03-17T19:06:46.1569537Z * [new branch] gh/dagitses/229/orig -> origin/gh/dagitses/229/orig 2022-03-17T19:06:46.1571235Z * [new branch] gh/dagitses/23/base -> origin/gh/dagitses/23/base 2022-03-17T19:06:46.1572891Z * [new branch] gh/dagitses/23/orig -> origin/gh/dagitses/23/orig 2022-03-17T19:06:46.1574193Z * [new branch] gh/dagitses/230/base -> origin/gh/dagitses/230/base 2022-03-17T19:06:46.1575285Z * [new branch] gh/dagitses/230/head -> origin/gh/dagitses/230/head 2022-03-17T19:06:46.1577009Z * [new branch] gh/dagitses/230/orig -> origin/gh/dagitses/230/orig 2022-03-17T19:06:46.1578364Z * [new branch] gh/dagitses/231/base -> origin/gh/dagitses/231/base 2022-03-17T19:06:46.1580005Z * [new branch] gh/dagitses/231/head -> origin/gh/dagitses/231/head 2022-03-17T19:06:46.1581267Z * [new branch] gh/dagitses/231/orig -> origin/gh/dagitses/231/orig 2022-03-17T19:06:46.1583018Z * [new branch] gh/dagitses/232/base -> origin/gh/dagitses/232/base 2022-03-17T19:06:46.1584070Z * [new branch] gh/dagitses/232/head -> origin/gh/dagitses/232/head 2022-03-17T19:06:46.1585755Z * [new branch] gh/dagitses/232/orig -> origin/gh/dagitses/232/orig 2022-03-17T19:06:46.1587599Z * [new branch] gh/dagitses/233/base -> origin/gh/dagitses/233/base 2022-03-17T19:06:46.1588570Z * [new branch] gh/dagitses/233/head -> origin/gh/dagitses/233/head 2022-03-17T19:06:46.1590297Z * [new branch] gh/dagitses/233/orig -> origin/gh/dagitses/233/orig 2022-03-17T19:06:46.1591845Z * [new branch] gh/dagitses/234/base -> origin/gh/dagitses/234/base 2022-03-17T19:06:46.1592913Z * [new branch] gh/dagitses/234/head -> origin/gh/dagitses/234/head 2022-03-17T19:06:46.1594546Z * [new branch] gh/dagitses/234/orig -> origin/gh/dagitses/234/orig 2022-03-17T19:06:46.1595716Z * [new branch] gh/dagitses/235/base -> origin/gh/dagitses/235/base 2022-03-17T19:06:46.1597287Z * [new branch] gh/dagitses/235/head -> origin/gh/dagitses/235/head 2022-03-17T19:06:46.1598407Z * [new branch] gh/dagitses/235/orig -> origin/gh/dagitses/235/orig 2022-03-17T19:06:46.1600176Z * [new branch] gh/dagitses/236/base -> origin/gh/dagitses/236/base 2022-03-17T19:06:46.1601204Z * [new branch] gh/dagitses/236/head -> origin/gh/dagitses/236/head 2022-03-17T19:06:46.1603191Z * [new branch] gh/dagitses/236/orig -> origin/gh/dagitses/236/orig 2022-03-17T19:06:46.1604820Z * [new branch] gh/dagitses/237/base -> origin/gh/dagitses/237/base 2022-03-17T19:06:46.1606351Z * [new branch] gh/dagitses/237/head -> origin/gh/dagitses/237/head 2022-03-17T19:06:46.1607355Z * [new branch] gh/dagitses/237/orig -> origin/gh/dagitses/237/orig 2022-03-17T19:06:46.1609187Z * [new branch] gh/dagitses/238/base -> origin/gh/dagitses/238/base 2022-03-17T19:06:46.1610288Z * [new branch] gh/dagitses/238/head -> origin/gh/dagitses/238/head 2022-03-17T19:06:46.1611907Z * [new branch] gh/dagitses/238/orig -> origin/gh/dagitses/238/orig 2022-03-17T19:06:46.1613792Z * [new branch] gh/dagitses/239/base -> origin/gh/dagitses/239/base 2022-03-17T19:06:46.1614920Z * [new branch] gh/dagitses/239/head -> origin/gh/dagitses/239/head 2022-03-17T19:06:46.1616628Z * [new branch] gh/dagitses/239/orig -> origin/gh/dagitses/239/orig 2022-03-17T19:06:46.1618353Z * [new branch] gh/dagitses/240/base -> origin/gh/dagitses/240/base 2022-03-17T19:06:46.1619358Z * [new branch] gh/dagitses/240/head -> origin/gh/dagitses/240/head 2022-03-17T19:06:46.1621058Z * [new branch] gh/dagitses/240/orig -> origin/gh/dagitses/240/orig 2022-03-17T19:06:46.1623014Z * [new branch] gh/dagitses/241/base -> origin/gh/dagitses/241/base 2022-03-17T19:06:46.1624118Z * [new branch] gh/dagitses/241/head -> origin/gh/dagitses/241/head 2022-03-17T19:06:46.1626011Z * [new branch] gh/dagitses/241/orig -> origin/gh/dagitses/241/orig 2022-03-17T19:06:46.1627845Z * [new branch] gh/dagitses/244/base -> origin/gh/dagitses/244/base 2022-03-17T19:06:46.1628967Z * [new branch] gh/dagitses/244/head -> origin/gh/dagitses/244/head 2022-03-17T19:06:46.1630593Z * [new branch] gh/dagitses/244/orig -> origin/gh/dagitses/244/orig 2022-03-17T19:06:46.1632629Z * [new branch] gh/dagitses/245/base -> origin/gh/dagitses/245/base 2022-03-17T19:06:46.1633850Z * [new branch] gh/dagitses/245/head -> origin/gh/dagitses/245/head 2022-03-17T19:06:46.1635404Z * [new branch] gh/dagitses/245/orig -> origin/gh/dagitses/245/orig 2022-03-17T19:06:46.1637217Z * [new branch] gh/dagitses/25/base -> origin/gh/dagitses/25/base 2022-03-17T19:06:46.1638237Z * [new branch] gh/dagitses/25/orig -> origin/gh/dagitses/25/orig 2022-03-17T19:06:46.1640413Z * [new branch] gh/dagitses/257/base -> origin/gh/dagitses/257/base 2022-03-17T19:06:46.1641245Z * [new branch] gh/dagitses/257/head -> origin/gh/dagitses/257/head 2022-03-17T19:06:46.1643376Z * [new branch] gh/dagitses/257/orig -> origin/gh/dagitses/257/orig 2022-03-17T19:06:46.1645492Z * [new branch] gh/dagitses/26/base -> origin/gh/dagitses/26/base 2022-03-17T19:06:46.1646566Z * [new branch] gh/dagitses/26/orig -> origin/gh/dagitses/26/orig 2022-03-17T19:06:46.1648774Z * [new branch] gh/dagitses/262/base -> origin/gh/dagitses/262/base 2022-03-17T19:06:46.1650281Z * [new branch] gh/dagitses/262/head -> origin/gh/dagitses/262/head 2022-03-17T19:06:46.1651796Z * [new branch] gh/dagitses/262/orig -> origin/gh/dagitses/262/orig 2022-03-17T19:06:46.1653651Z * [new branch] gh/dagitses/263/base -> origin/gh/dagitses/263/base 2022-03-17T19:06:46.1654681Z * [new branch] gh/dagitses/263/head -> origin/gh/dagitses/263/head 2022-03-17T19:06:46.1656317Z * [new branch] gh/dagitses/263/orig -> origin/gh/dagitses/263/orig 2022-03-17T19:06:46.1658104Z * [new branch] gh/dagitses/264/base -> origin/gh/dagitses/264/base 2022-03-17T19:06:46.1659602Z * [new branch] gh/dagitses/264/head -> origin/gh/dagitses/264/head 2022-03-17T19:06:46.1660730Z * [new branch] gh/dagitses/264/orig -> origin/gh/dagitses/264/orig 2022-03-17T19:06:46.1662857Z * [new branch] gh/dagitses/265/base -> origin/gh/dagitses/265/base 2022-03-17T19:06:46.1664171Z * [new branch] gh/dagitses/265/head -> origin/gh/dagitses/265/head 2022-03-17T19:06:46.1666044Z * [new branch] gh/dagitses/265/orig -> origin/gh/dagitses/265/orig 2022-03-17T19:06:46.1668150Z * [new branch] gh/dagitses/266/base -> origin/gh/dagitses/266/base 2022-03-17T19:06:46.1669470Z * [new branch] gh/dagitses/266/head -> origin/gh/dagitses/266/head 2022-03-17T19:06:46.1671235Z * [new branch] gh/dagitses/266/orig -> origin/gh/dagitses/266/orig 2022-03-17T19:06:46.1672924Z * [new branch] gh/dagitses/271/base -> origin/gh/dagitses/271/base 2022-03-17T19:06:46.1674105Z * [new branch] gh/dagitses/271/head -> origin/gh/dagitses/271/head 2022-03-17T19:06:46.1675705Z * [new branch] gh/dagitses/271/orig -> origin/gh/dagitses/271/orig 2022-03-17T19:06:46.1677868Z * [new branch] gh/dagitses/272/base -> origin/gh/dagitses/272/base 2022-03-17T19:06:46.1678934Z * [new branch] gh/dagitses/272/head -> origin/gh/dagitses/272/head 2022-03-17T19:06:46.1680679Z * [new branch] gh/dagitses/272/orig -> origin/gh/dagitses/272/orig 2022-03-17T19:06:46.1682659Z * [new branch] gh/dagitses/273/base -> origin/gh/dagitses/273/base 2022-03-17T19:06:46.1685133Z * [new branch] gh/dagitses/273/head -> origin/gh/dagitses/273/head 2022-03-17T19:06:46.1686215Z * [new branch] gh/dagitses/273/orig -> origin/gh/dagitses/273/orig 2022-03-17T19:06:46.1688626Z * [new branch] gh/dagitses/275/base -> origin/gh/dagitses/275/base 2022-03-17T19:06:46.1690164Z * [new branch] gh/dagitses/275/head -> origin/gh/dagitses/275/head 2022-03-17T19:06:46.1691223Z * [new branch] gh/dagitses/275/orig -> origin/gh/dagitses/275/orig 2022-03-17T19:06:46.1693249Z * [new branch] gh/dagitses/277/base -> origin/gh/dagitses/277/base 2022-03-17T19:06:46.1694810Z * [new branch] gh/dagitses/277/head -> origin/gh/dagitses/277/head 2022-03-17T19:06:46.1695675Z * [new branch] gh/dagitses/277/orig -> origin/gh/dagitses/277/orig 2022-03-17T19:06:46.1697785Z * [new branch] gh/dagitses/278/base -> origin/gh/dagitses/278/base 2022-03-17T19:06:46.1699397Z * [new branch] gh/dagitses/278/head -> origin/gh/dagitses/278/head 2022-03-17T19:06:46.1700386Z * [new branch] gh/dagitses/278/orig -> origin/gh/dagitses/278/orig 2022-03-17T19:06:46.1702458Z * [new branch] gh/dagitses/279/base -> origin/gh/dagitses/279/base 2022-03-17T19:06:46.1703473Z * [new branch] gh/dagitses/279/orig -> origin/gh/dagitses/279/orig 2022-03-17T19:06:46.1705594Z * [new branch] gh/dagitses/280/base -> origin/gh/dagitses/280/base 2022-03-17T19:06:46.1707139Z * [new branch] gh/dagitses/280/orig -> origin/gh/dagitses/280/orig 2022-03-17T19:06:46.1708836Z * [new branch] gh/dagitses/281/base -> origin/gh/dagitses/281/base 2022-03-17T19:06:46.1709891Z * [new branch] gh/dagitses/281/orig -> origin/gh/dagitses/281/orig 2022-03-17T19:06:46.1711952Z * [new branch] gh/dagitses/282/base -> origin/gh/dagitses/282/base 2022-03-17T19:06:46.1713008Z * [new branch] gh/dagitses/282/orig -> origin/gh/dagitses/282/orig 2022-03-17T19:06:46.1715085Z * [new branch] gh/dagitses/283/base -> origin/gh/dagitses/283/base 2022-03-17T19:06:46.1716096Z * [new branch] gh/dagitses/283/orig -> origin/gh/dagitses/283/orig 2022-03-17T19:06:46.1718301Z * [new branch] gh/dagitses/284/base -> origin/gh/dagitses/284/base 2022-03-17T19:06:46.1719326Z * [new branch] gh/dagitses/284/orig -> origin/gh/dagitses/284/orig 2022-03-17T19:06:46.1721334Z * [new branch] gh/dagitses/285/base -> origin/gh/dagitses/285/base 2022-03-17T19:06:46.1722497Z * [new branch] gh/dagitses/285/orig -> origin/gh/dagitses/285/orig 2022-03-17T19:06:46.1724917Z * [new branch] gh/dagitses/286/base -> origin/gh/dagitses/286/base 2022-03-17T19:06:46.1725960Z * [new branch] gh/dagitses/286/orig -> origin/gh/dagitses/286/orig 2022-03-17T19:06:46.1727995Z * [new branch] gh/dagitses/287/base -> origin/gh/dagitses/287/base 2022-03-17T19:06:46.1729077Z * [new branch] gh/dagitses/287/head -> origin/gh/dagitses/287/head 2022-03-17T19:06:46.1730830Z * [new branch] gh/dagitses/287/orig -> origin/gh/dagitses/287/orig 2022-03-17T19:06:46.1732669Z * [new branch] gh/dagitses/288/base -> origin/gh/dagitses/288/base 2022-03-17T19:06:46.1733611Z * [new branch] gh/dagitses/288/head -> origin/gh/dagitses/288/head 2022-03-17T19:06:46.1735207Z * [new branch] gh/dagitses/288/orig -> origin/gh/dagitses/288/orig 2022-03-17T19:06:46.1737129Z * [new branch] gh/dagitses/289/base -> origin/gh/dagitses/289/base 2022-03-17T19:06:46.1737983Z * [new branch] gh/dagitses/289/head -> origin/gh/dagitses/289/head 2022-03-17T19:06:46.1739724Z * [new branch] gh/dagitses/289/orig -> origin/gh/dagitses/289/orig 2022-03-17T19:06:46.1741715Z * [new branch] gh/dagitses/29/base -> origin/gh/dagitses/29/base 2022-03-17T19:06:46.1742710Z * [new branch] gh/dagitses/29/head -> origin/gh/dagitses/29/head 2022-03-17T19:06:46.1744646Z * [new branch] gh/dagitses/29/orig -> origin/gh/dagitses/29/orig 2022-03-17T19:06:46.1746222Z * [new branch] gh/dagitses/290/base -> origin/gh/dagitses/290/base 2022-03-17T19:06:46.1747314Z * [new branch] gh/dagitses/290/head -> origin/gh/dagitses/290/head 2022-03-17T19:06:46.1749030Z * [new branch] gh/dagitses/290/orig -> origin/gh/dagitses/290/orig 2022-03-17T19:06:46.1750758Z * [new branch] gh/dagitses/3/base -> origin/gh/dagitses/3/base 2022-03-17T19:06:46.1751852Z * [new branch] gh/dagitses/3/orig -> origin/gh/dagitses/3/orig 2022-03-17T19:06:46.1753988Z * [new branch] gh/dagitses/30/base -> origin/gh/dagitses/30/base 2022-03-17T19:06:46.1755310Z * [new branch] gh/dagitses/30/head -> origin/gh/dagitses/30/head 2022-03-17T19:06:46.1756632Z * [new branch] gh/dagitses/30/orig -> origin/gh/dagitses/30/orig 2022-03-17T19:06:46.1758633Z * [new branch] gh/dagitses/31/base -> origin/gh/dagitses/31/base 2022-03-17T19:06:46.1759977Z * [new branch] gh/dagitses/31/head -> origin/gh/dagitses/31/head 2022-03-17T19:06:46.1761472Z * [new branch] gh/dagitses/31/orig -> origin/gh/dagitses/31/orig 2022-03-17T19:06:46.1763893Z * [new branch] gh/dagitses/32/base -> origin/gh/dagitses/32/base 2022-03-17T19:06:46.1764984Z * [new branch] gh/dagitses/32/head -> origin/gh/dagitses/32/head 2022-03-17T19:06:46.1766698Z * [new branch] gh/dagitses/32/orig -> origin/gh/dagitses/32/orig 2022-03-17T19:06:46.1768461Z * [new branch] gh/dagitses/33/base -> origin/gh/dagitses/33/base 2022-03-17T19:06:46.1769556Z * [new branch] gh/dagitses/33/head -> origin/gh/dagitses/33/head 2022-03-17T19:06:46.1771201Z * [new branch] gh/dagitses/33/orig -> origin/gh/dagitses/33/orig 2022-03-17T19:06:46.1773225Z * [new branch] gh/dagitses/34/base -> origin/gh/dagitses/34/base 2022-03-17T19:06:46.1774718Z * [new branch] gh/dagitses/34/head -> origin/gh/dagitses/34/head 2022-03-17T19:06:46.1775742Z * [new branch] gh/dagitses/34/orig -> origin/gh/dagitses/34/orig 2022-03-17T19:06:46.1777700Z * [new branch] gh/dagitses/35/base -> origin/gh/dagitses/35/base 2022-03-17T19:06:46.1779372Z * [new branch] gh/dagitses/35/head -> origin/gh/dagitses/35/head 2022-03-17T19:06:46.1780907Z * [new branch] gh/dagitses/35/orig -> origin/gh/dagitses/35/orig 2022-03-17T19:06:46.1782736Z * [new branch] gh/dagitses/36/base -> origin/gh/dagitses/36/base 2022-03-17T19:06:46.1784411Z * [new branch] gh/dagitses/36/head -> origin/gh/dagitses/36/head 2022-03-17T19:06:46.1785719Z * [new branch] gh/dagitses/36/orig -> origin/gh/dagitses/36/orig 2022-03-17T19:06:46.1787682Z * [new branch] gh/dagitses/37/base -> origin/gh/dagitses/37/base 2022-03-17T19:06:46.1789287Z * [new branch] gh/dagitses/37/head -> origin/gh/dagitses/37/head 2022-03-17T19:06:46.1790278Z * [new branch] gh/dagitses/37/orig -> origin/gh/dagitses/37/orig 2022-03-17T19:06:46.1792305Z * [new branch] gh/dagitses/38/base -> origin/gh/dagitses/38/base 2022-03-17T19:06:46.1793392Z * [new branch] gh/dagitses/38/head -> origin/gh/dagitses/38/head 2022-03-17T19:06:46.1795202Z * [new branch] gh/dagitses/38/orig -> origin/gh/dagitses/38/orig 2022-03-17T19:06:46.1796879Z * [new branch] gh/dagitses/39/base -> origin/gh/dagitses/39/base 2022-03-17T19:06:46.1797697Z * [new branch] gh/dagitses/39/head -> origin/gh/dagitses/39/head 2022-03-17T19:06:46.1799301Z * [new branch] gh/dagitses/39/orig -> origin/gh/dagitses/39/orig 2022-03-17T19:06:46.1801169Z * [new branch] gh/dagitses/4/base -> origin/gh/dagitses/4/base 2022-03-17T19:06:46.1802336Z * [new branch] gh/dagitses/4/orig -> origin/gh/dagitses/4/orig 2022-03-17T19:06:46.1804873Z * [new branch] gh/dagitses/40/base -> origin/gh/dagitses/40/base 2022-03-17T19:06:46.1805916Z * [new branch] gh/dagitses/40/head -> origin/gh/dagitses/40/head 2022-03-17T19:06:46.1807609Z * [new branch] gh/dagitses/40/orig -> origin/gh/dagitses/40/orig 2022-03-17T19:06:46.1809375Z * [new branch] gh/dagitses/41/base -> origin/gh/dagitses/41/base 2022-03-17T19:06:46.1810561Z * [new branch] gh/dagitses/41/head -> origin/gh/dagitses/41/head 2022-03-17T19:06:46.1812208Z * [new branch] gh/dagitses/41/orig -> origin/gh/dagitses/41/orig 2022-03-17T19:06:46.1814133Z * [new branch] gh/dagitses/42/base -> origin/gh/dagitses/42/base 2022-03-17T19:06:46.1815228Z * [new branch] gh/dagitses/42/head -> origin/gh/dagitses/42/head 2022-03-17T19:06:46.1816897Z * [new branch] gh/dagitses/42/orig -> origin/gh/dagitses/42/orig 2022-03-17T19:06:46.1818507Z * [new branch] gh/dagitses/43/base -> origin/gh/dagitses/43/base 2022-03-17T19:06:46.1819543Z * [new branch] gh/dagitses/43/head -> origin/gh/dagitses/43/head 2022-03-17T19:06:46.1821190Z * [new branch] gh/dagitses/43/orig -> origin/gh/dagitses/43/orig 2022-03-17T19:06:46.1823227Z * [new branch] gh/dagitses/44/base -> origin/gh/dagitses/44/base 2022-03-17T19:06:46.1824272Z * [new branch] gh/dagitses/44/head -> origin/gh/dagitses/44/head 2022-03-17T19:06:46.1826054Z * [new branch] gh/dagitses/44/orig -> origin/gh/dagitses/44/orig 2022-03-17T19:06:46.1827885Z * [new branch] gh/dagitses/45/base -> origin/gh/dagitses/45/base 2022-03-17T19:06:46.1829060Z * [new branch] gh/dagitses/45/head -> origin/gh/dagitses/45/head 2022-03-17T19:06:46.1830656Z * [new branch] gh/dagitses/45/orig -> origin/gh/dagitses/45/orig 2022-03-17T19:06:46.1832568Z * [new branch] gh/dagitses/46/base -> origin/gh/dagitses/46/base 2022-03-17T19:06:46.1833632Z * [new branch] gh/dagitses/46/orig -> origin/gh/dagitses/46/orig 2022-03-17T19:06:46.1835934Z * [new branch] gh/dagitses/47/base -> origin/gh/dagitses/47/base 2022-03-17T19:06:46.1837028Z * [new branch] gh/dagitses/47/head -> origin/gh/dagitses/47/head 2022-03-17T19:06:46.1838668Z * [new branch] gh/dagitses/47/orig -> origin/gh/dagitses/47/orig 2022-03-17T19:06:46.1840490Z * [new branch] gh/dagitses/5/base -> origin/gh/dagitses/5/base 2022-03-17T19:06:46.1841778Z * [new branch] gh/dagitses/5/head -> origin/gh/dagitses/5/head 2022-03-17T19:06:46.1843682Z * [new branch] gh/dagitses/5/orig -> origin/gh/dagitses/5/orig 2022-03-17T19:06:46.1845566Z * [new branch] gh/dagitses/51/base -> origin/gh/dagitses/51/base 2022-03-17T19:06:46.1846616Z * [new branch] gh/dagitses/51/orig -> origin/gh/dagitses/51/orig 2022-03-17T19:06:46.1862176Z * [new branch] gh/dagitses/52/base -> origin/gh/dagitses/52/base 2022-03-17T19:06:46.1862486Z * [new branch] gh/dagitses/52/head -> origin/gh/dagitses/52/head 2022-03-17T19:06:46.1862773Z * [new branch] gh/dagitses/52/orig -> origin/gh/dagitses/52/orig 2022-03-17T19:06:46.1863053Z * [new branch] gh/dagitses/53/base -> origin/gh/dagitses/53/base 2022-03-17T19:06:46.1863322Z * [new branch] gh/dagitses/53/head -> origin/gh/dagitses/53/head 2022-03-17T19:06:46.1863596Z * [new branch] gh/dagitses/54/base -> origin/gh/dagitses/54/base 2022-03-17T19:06:46.1863868Z * [new branch] gh/dagitses/55/base -> origin/gh/dagitses/55/base 2022-03-17T19:06:46.1864147Z * [new branch] gh/dagitses/56/base -> origin/gh/dagitses/56/base 2022-03-17T19:06:46.1864612Z * [new branch] gh/dagitses/57/base -> origin/gh/dagitses/57/base 2022-03-17T19:06:46.1864884Z * [new branch] gh/dagitses/58/base -> origin/gh/dagitses/58/base 2022-03-17T19:06:46.1865136Z * [new branch] gh/dagitses/58/head -> origin/gh/dagitses/58/head 2022-03-17T19:06:46.1865415Z * [new branch] gh/dagitses/59/base -> origin/gh/dagitses/59/base 2022-03-17T19:06:46.1867087Z * [new branch] gh/dagitses/60/base -> origin/gh/dagitses/60/base 2022-03-17T19:06:46.1868751Z * [new branch] gh/dagitses/61/base -> origin/gh/dagitses/61/base 2022-03-17T19:06:46.1870497Z * [new branch] gh/dagitses/62/base -> origin/gh/dagitses/62/base 2022-03-17T19:06:46.1872236Z * [new branch] gh/dagitses/63/base -> origin/gh/dagitses/63/base 2022-03-17T19:06:46.1873362Z * [new branch] gh/dagitses/63/head -> origin/gh/dagitses/63/head 2022-03-17T19:06:46.1875626Z * [new branch] gh/dagitses/64/base -> origin/gh/dagitses/64/base 2022-03-17T19:06:46.1876630Z * [new branch] gh/dagitses/64/head -> origin/gh/dagitses/64/head 2022-03-17T19:06:46.1878380Z * [new branch] gh/dagitses/64/orig -> origin/gh/dagitses/64/orig 2022-03-17T19:06:46.1880302Z * [new branch] gh/dagitses/65/base -> origin/gh/dagitses/65/base 2022-03-17T19:06:46.1881886Z * [new branch] gh/dagitses/65/head -> origin/gh/dagitses/65/head 2022-03-17T19:06:46.1884485Z * [new branch] gh/dagitses/65/orig -> origin/gh/dagitses/65/orig 2022-03-17T19:06:46.1886769Z * [new branch] gh/dagitses/66/base -> origin/gh/dagitses/66/base 2022-03-17T19:06:46.1888158Z * [new branch] gh/dagitses/66/head -> origin/gh/dagitses/66/head 2022-03-17T19:06:46.1889724Z * [new branch] gh/dagitses/66/orig -> origin/gh/dagitses/66/orig 2022-03-17T19:06:46.1891674Z * [new branch] gh/dagitses/67/base -> origin/gh/dagitses/67/base 2022-03-17T19:06:46.1893052Z * [new branch] gh/dagitses/67/head -> origin/gh/dagitses/67/head 2022-03-17T19:06:46.1894592Z * [new branch] gh/dagitses/67/orig -> origin/gh/dagitses/67/orig 2022-03-17T19:06:46.1896452Z * [new branch] gh/dagitses/68/base -> origin/gh/dagitses/68/base 2022-03-17T19:06:46.1897558Z * [new branch] gh/dagitses/68/head -> origin/gh/dagitses/68/head 2022-03-17T19:06:46.1899277Z * [new branch] gh/dagitses/68/orig -> origin/gh/dagitses/68/orig 2022-03-17T19:06:46.1901093Z * [new branch] gh/dagitses/69/base -> origin/gh/dagitses/69/base 2022-03-17T19:06:46.1902451Z * [new branch] gh/dagitses/69/head -> origin/gh/dagitses/69/head 2022-03-17T19:06:46.1903936Z * [new branch] gh/dagitses/69/orig -> origin/gh/dagitses/69/orig 2022-03-17T19:06:46.1906156Z * [new branch] gh/dagitses/7/base -> origin/gh/dagitses/7/base 2022-03-17T19:06:46.1907204Z * [new branch] gh/dagitses/7/orig -> origin/gh/dagitses/7/orig 2022-03-17T19:06:46.1909161Z * [new branch] gh/dagitses/70/base -> origin/gh/dagitses/70/base 2022-03-17T19:06:46.1910140Z * [new branch] gh/dagitses/70/head -> origin/gh/dagitses/70/head 2022-03-17T19:06:46.1911827Z * [new branch] gh/dagitses/70/orig -> origin/gh/dagitses/70/orig 2022-03-17T19:06:46.1913374Z * [new branch] gh/dagitses/71/base -> origin/gh/dagitses/71/base 2022-03-17T19:06:46.1914271Z * [new branch] gh/dagitses/71/head -> origin/gh/dagitses/71/head 2022-03-17T19:06:46.1915936Z * [new branch] gh/dagitses/71/orig -> origin/gh/dagitses/71/orig 2022-03-17T19:06:46.1917848Z * [new branch] gh/dagitses/72/base -> origin/gh/dagitses/72/base 2022-03-17T19:06:46.1921106Z * [new branch] gh/dagitses/72/head -> origin/gh/dagitses/72/head 2022-03-17T19:06:46.1921387Z * [new branch] gh/dagitses/72/orig -> origin/gh/dagitses/72/orig 2022-03-17T19:06:46.1921943Z * [new branch] gh/dagitses/73/base -> origin/gh/dagitses/73/base 2022-03-17T19:06:46.1924244Z * [new branch] gh/dagitses/73/head -> origin/gh/dagitses/73/head 2022-03-17T19:06:46.1925251Z * [new branch] gh/dagitses/73/orig -> origin/gh/dagitses/73/orig 2022-03-17T19:06:46.1927432Z * [new branch] gh/dagitses/74/base -> origin/gh/dagitses/74/base 2022-03-17T19:06:46.1928796Z * [new branch] gh/dagitses/74/head -> origin/gh/dagitses/74/head 2022-03-17T19:06:46.1930146Z * [new branch] gh/dagitses/74/orig -> origin/gh/dagitses/74/orig 2022-03-17T19:06:46.1931989Z * [new branch] gh/dagitses/75/base -> origin/gh/dagitses/75/base 2022-03-17T19:06:46.1932961Z * [new branch] gh/dagitses/75/head -> origin/gh/dagitses/75/head 2022-03-17T19:06:46.1934616Z * [new branch] gh/dagitses/75/orig -> origin/gh/dagitses/75/orig 2022-03-17T19:06:46.1936454Z * [new branch] gh/dagitses/76/base -> origin/gh/dagitses/76/base 2022-03-17T19:06:46.1937824Z * [new branch] gh/dagitses/76/head -> origin/gh/dagitses/76/head 2022-03-17T19:06:46.1939012Z * [new branch] gh/dagitses/76/orig -> origin/gh/dagitses/76/orig 2022-03-17T19:06:46.1941096Z * [new branch] gh/dagitses/77/base -> origin/gh/dagitses/77/base 2022-03-17T19:06:46.1942091Z * [new branch] gh/dagitses/77/head -> origin/gh/dagitses/77/head 2022-03-17T19:06:46.1947591Z * [new branch] gh/dagitses/77/orig -> origin/gh/dagitses/77/orig 2022-03-17T19:06:46.1947854Z * [new branch] gh/dagitses/78/base -> origin/gh/dagitses/78/base 2022-03-17T19:06:46.1948129Z * [new branch] gh/dagitses/78/orig -> origin/gh/dagitses/78/orig 2022-03-17T19:06:46.1948946Z * [new branch] gh/dagitses/79/base -> origin/gh/dagitses/79/base 2022-03-17T19:06:46.1950649Z * [new branch] gh/dagitses/79/head -> origin/gh/dagitses/79/head 2022-03-17T19:06:46.1951714Z * [new branch] gh/dagitses/79/orig -> origin/gh/dagitses/79/orig 2022-03-17T19:06:46.1954017Z * [new branch] gh/dagitses/8/base -> origin/gh/dagitses/8/base 2022-03-17T19:06:46.1955087Z * [new branch] gh/dagitses/8/orig -> origin/gh/dagitses/8/orig 2022-03-17T19:06:46.1967515Z * [new branch] gh/dagitses/80/base -> origin/gh/dagitses/80/base 2022-03-17T19:06:46.1968388Z * [new branch] gh/dagitses/80/head -> origin/gh/dagitses/80/head 2022-03-17T19:06:46.1969120Z * [new branch] gh/dagitses/80/orig -> origin/gh/dagitses/80/orig 2022-03-17T19:06:46.1969706Z * [new branch] gh/dagitses/81/base -> origin/gh/dagitses/81/base 2022-03-17T19:06:46.1970239Z * [new branch] gh/dagitses/81/head -> origin/gh/dagitses/81/head 2022-03-17T19:06:46.1970818Z * [new branch] gh/dagitses/82/base -> origin/gh/dagitses/82/base 2022-03-17T19:06:46.1971348Z * [new branch] gh/dagitses/82/head -> origin/gh/dagitses/82/head 2022-03-17T19:06:46.1971889Z * [new branch] gh/dagitses/83/base -> origin/gh/dagitses/83/base 2022-03-17T19:06:46.1972430Z * [new branch] gh/dagitses/83/head -> origin/gh/dagitses/83/head 2022-03-17T19:06:46.1972951Z * [new branch] gh/dagitses/84/base -> origin/gh/dagitses/84/base 2022-03-17T19:06:46.1973472Z * [new branch] gh/dagitses/84/head -> origin/gh/dagitses/84/head 2022-03-17T19:06:46.1974023Z * [new branch] gh/dagitses/85/base -> origin/gh/dagitses/85/base 2022-03-17T19:06:46.1974714Z * [new branch] gh/dagitses/85/head -> origin/gh/dagitses/85/head 2022-03-17T19:06:46.1975572Z * [new branch] gh/dagitses/86/base -> origin/gh/dagitses/86/base 2022-03-17T19:06:46.1976941Z * [new branch] gh/dagitses/86/head -> origin/gh/dagitses/86/head 2022-03-17T19:06:46.1978695Z * [new branch] gh/dagitses/87/base -> origin/gh/dagitses/87/base 2022-03-17T19:06:46.1979965Z * [new branch] gh/dagitses/87/head -> origin/gh/dagitses/87/head 2022-03-17T19:06:46.1981602Z * [new branch] gh/dagitses/88/base -> origin/gh/dagitses/88/base 2022-03-17T19:06:46.1982837Z * [new branch] gh/dagitses/88/head -> origin/gh/dagitses/88/head 2022-03-17T19:06:46.1984403Z * [new branch] gh/dagitses/89/base -> origin/gh/dagitses/89/base 2022-03-17T19:06:46.1985731Z * [new branch] gh/dagitses/89/head -> origin/gh/dagitses/89/head 2022-03-17T19:06:46.1988089Z * [new branch] gh/dagitses/9/base -> origin/gh/dagitses/9/base 2022-03-17T19:06:46.1989075Z * [new branch] gh/dagitses/9/orig -> origin/gh/dagitses/9/orig 2022-03-17T19:06:46.1990735Z * [new branch] gh/dagitses/90/base -> origin/gh/dagitses/90/base 2022-03-17T19:06:46.1991941Z * [new branch] gh/dagitses/90/head -> origin/gh/dagitses/90/head 2022-03-17T19:06:46.1993650Z * [new branch] gh/dagitses/91/base -> origin/gh/dagitses/91/base 2022-03-17T19:06:46.1994967Z * [new branch] gh/dagitses/91/head -> origin/gh/dagitses/91/head 2022-03-17T19:06:46.1997313Z * [new branch] gh/dagitses/92/base -> origin/gh/dagitses/92/base 2022-03-17T19:06:46.1997871Z * [new branch] gh/dagitses/92/head -> origin/gh/dagitses/92/head 2022-03-17T19:06:46.1999555Z * [new branch] gh/dagitses/93/base -> origin/gh/dagitses/93/base 2022-03-17T19:06:46.2000812Z * [new branch] gh/dagitses/93/head -> origin/gh/dagitses/93/head 2022-03-17T19:06:46.2003629Z * [new branch] gh/dagitses/94/base -> origin/gh/dagitses/94/base 2022-03-17T19:06:46.2004768Z * [new branch] gh/dagitses/94/head -> origin/gh/dagitses/94/head 2022-03-17T19:06:46.2006169Z * [new branch] gh/dagitses/95/base -> origin/gh/dagitses/95/base 2022-03-17T19:06:46.2007563Z * [new branch] gh/dagitses/95/head -> origin/gh/dagitses/95/head 2022-03-17T19:06:46.2009142Z * [new branch] gh/dagitses/96/base -> origin/gh/dagitses/96/base 2022-03-17T19:06:46.2010451Z * [new branch] gh/dagitses/96/head -> origin/gh/dagitses/96/head 2022-03-17T19:06:46.2012167Z * [new branch] gh/dagitses/97/base -> origin/gh/dagitses/97/base 2022-03-17T19:06:46.2013478Z * [new branch] gh/dagitses/97/head -> origin/gh/dagitses/97/head 2022-03-17T19:06:46.2014984Z * [new branch] gh/dagitses/98/base -> origin/gh/dagitses/98/base 2022-03-17T19:06:46.2016341Z * [new branch] gh/dagitses/98/head -> origin/gh/dagitses/98/head 2022-03-17T19:06:46.2017903Z * [new branch] gh/dagitses/99/base -> origin/gh/dagitses/99/base 2022-03-17T19:06:46.2019070Z * [new branch] gh/dagitses/99/head -> origin/gh/dagitses/99/head 2022-03-17T19:06:46.2021600Z * [new branch] gh/davidberard98/2/base -> origin/gh/davidberard98/2/base 2022-03-17T19:06:46.2022502Z * [new branch] gh/davidberard98/2/head -> origin/gh/davidberard98/2/head 2022-03-17T19:06:46.2023856Z * [new branch] gh/davidberard98/2/orig -> origin/gh/davidberard98/2/orig 2022-03-17T19:06:46.2025578Z * [new branch] gh/davidberard98/23/base -> origin/gh/davidberard98/23/base 2022-03-17T19:06:46.2027051Z * [new branch] gh/davidberard98/23/head -> origin/gh/davidberard98/23/head 2022-03-17T19:06:46.2028388Z * [new branch] gh/davidberard98/23/orig -> origin/gh/davidberard98/23/orig 2022-03-17T19:06:46.2030739Z * [new branch] gh/davidberard98/28/base -> origin/gh/davidberard98/28/base 2022-03-17T19:06:46.2031688Z * [new branch] gh/davidberard98/28/orig -> origin/gh/davidberard98/28/orig 2022-03-17T19:06:46.2033551Z * [new branch] gh/davidberard98/30/base -> origin/gh/davidberard98/30/base 2022-03-17T19:06:46.2034737Z * [new branch] gh/davidberard98/30/head -> origin/gh/davidberard98/30/head 2022-03-17T19:06:46.2036091Z * [new branch] gh/davidberard98/30/orig -> origin/gh/davidberard98/30/orig 2022-03-17T19:06:46.2038291Z * [new branch] gh/davidberard98/31/base -> origin/gh/davidberard98/31/base 2022-03-17T19:06:46.2039005Z * [new branch] gh/davidberard98/31/head -> origin/gh/davidberard98/31/head 2022-03-17T19:06:46.2040478Z * [new branch] gh/davidberard98/31/orig -> origin/gh/davidberard98/31/orig 2022-03-17T19:06:46.2042263Z * [new branch] gh/davidberard98/34/base -> origin/gh/davidberard98/34/base 2022-03-17T19:06:46.2044645Z * [new branch] gh/davidberard98/34/head -> origin/gh/davidberard98/34/head 2022-03-17T19:06:46.2044950Z * [new branch] gh/davidberard98/34/orig -> origin/gh/davidberard98/34/orig 2022-03-17T19:06:46.2046893Z * [new branch] gh/davidberard98/38/base -> origin/gh/davidberard98/38/base 2022-03-17T19:06:46.2047996Z * [new branch] gh/davidberard98/38/head -> origin/gh/davidberard98/38/head 2022-03-17T19:06:46.2049767Z * [new branch] gh/davidberard98/38/orig -> origin/gh/davidberard98/38/orig 2022-03-17T19:06:46.2052050Z * [new branch] gh/davidberard98/47/base -> origin/gh/davidberard98/47/base 2022-03-17T19:06:46.2053156Z * [new branch] gh/davidberard98/47/head -> origin/gh/davidberard98/47/head 2022-03-17T19:06:46.2054687Z * [new branch] gh/davidberard98/47/orig -> origin/gh/davidberard98/47/orig 2022-03-17T19:06:46.2056584Z * [new branch] gh/davidberard98/49/base -> origin/gh/davidberard98/49/base 2022-03-17T19:06:46.2058000Z * [new branch] gh/davidberard98/49/head -> origin/gh/davidberard98/49/head 2022-03-17T19:06:46.2059555Z * [new branch] gh/davidberard98/49/orig -> origin/gh/davidberard98/49/orig 2022-03-17T19:06:46.2061470Z * [new branch] gh/davidberard98/52/base -> origin/gh/davidberard98/52/base 2022-03-17T19:06:46.2062701Z * [new branch] gh/davidberard98/52/head -> origin/gh/davidberard98/52/head 2022-03-17T19:06:46.2064258Z * [new branch] gh/davidberard98/52/orig -> origin/gh/davidberard98/52/orig 2022-03-17T19:06:46.2066248Z * [new branch] gh/davidberard98/53/base -> origin/gh/davidberard98/53/base 2022-03-17T19:06:46.2067248Z * [new branch] gh/davidberard98/53/head -> origin/gh/davidberard98/53/head 2022-03-17T19:06:46.2068787Z * [new branch] gh/davidberard98/53/orig -> origin/gh/davidberard98/53/orig 2022-03-17T19:06:46.2070644Z * [new branch] gh/davidberard98/54/base -> origin/gh/davidberard98/54/base 2022-03-17T19:06:46.2071742Z * [new branch] gh/davidberard98/54/head -> origin/gh/davidberard98/54/head 2022-03-17T19:06:46.2073280Z * [new branch] gh/davidberard98/54/orig -> origin/gh/davidberard98/54/orig 2022-03-17T19:06:46.2074985Z * [new branch] gh/davidberard98/56/base -> origin/gh/davidberard98/56/base 2022-03-17T19:06:46.2076413Z * [new branch] gh/davidberard98/56/head -> origin/gh/davidberard98/56/head 2022-03-17T19:06:46.2077894Z * [new branch] gh/davidberard98/56/orig -> origin/gh/davidberard98/56/orig 2022-03-17T19:06:46.2079755Z * [new branch] gh/davidberard98/58/base -> origin/gh/davidberard98/58/base 2022-03-17T19:06:46.2081052Z * [new branch] gh/davidberard98/58/head -> origin/gh/davidberard98/58/head 2022-03-17T19:06:46.2083042Z * [new branch] gh/davidberard98/58/orig -> origin/gh/davidberard98/58/orig 2022-03-17T19:06:46.2084653Z * [new branch] gh/davidberard98/59/base -> origin/gh/davidberard98/59/base 2022-03-17T19:06:46.2086098Z * [new branch] gh/davidberard98/59/head -> origin/gh/davidberard98/59/head 2022-03-17T19:06:46.2087189Z * [new branch] gh/davidberard98/59/orig -> origin/gh/davidberard98/59/orig 2022-03-17T19:06:46.2089308Z * [new branch] gh/davidberard98/61/base -> origin/gh/davidberard98/61/base 2022-03-17T19:06:46.2090460Z * [new branch] gh/davidberard98/61/head -> origin/gh/davidberard98/61/head 2022-03-17T19:06:46.2092116Z * [new branch] gh/davidberard98/61/orig -> origin/gh/davidberard98/61/orig 2022-03-17T19:06:46.2093797Z * [new branch] gh/davidberard98/63/base -> origin/gh/davidberard98/63/base 2022-03-17T19:06:46.2094892Z * [new branch] gh/davidberard98/63/head -> origin/gh/davidberard98/63/head 2022-03-17T19:06:46.2096480Z * [new branch] gh/davidberard98/63/orig -> origin/gh/davidberard98/63/orig 2022-03-17T19:06:46.2098173Z * [new branch] gh/davidberard98/64/base -> origin/gh/davidberard98/64/base 2022-03-17T19:06:46.2099724Z * [new branch] gh/davidberard98/64/head -> origin/gh/davidberard98/64/head 2022-03-17T19:06:46.2101133Z * [new branch] gh/davidberard98/64/orig -> origin/gh/davidberard98/64/orig 2022-03-17T19:06:46.2102824Z * [new branch] gh/davidberard98/65/base -> origin/gh/davidberard98/65/base 2022-03-17T19:06:46.2103913Z * [new branch] gh/davidberard98/65/head -> origin/gh/davidberard98/65/head 2022-03-17T19:06:46.2105541Z * [new branch] gh/davidberard98/65/orig -> origin/gh/davidberard98/65/orig 2022-03-17T19:06:46.2107705Z * [new branch] gh/dbort/1/base -> origin/gh/dbort/1/base 2022-03-17T19:06:46.2109089Z * [new branch] gh/dbort/1/head -> origin/gh/dbort/1/head 2022-03-17T19:06:46.2110472Z * [new branch] gh/dbort/1/orig -> origin/gh/dbort/1/orig 2022-03-17T19:06:46.2112141Z * [new branch] gh/dbort/2/base -> origin/gh/dbort/2/base 2022-03-17T19:06:46.2113641Z * [new branch] gh/dbort/2/head -> origin/gh/dbort/2/head 2022-03-17T19:06:46.2115017Z * [new branch] gh/dbort/2/orig -> origin/gh/dbort/2/orig 2022-03-17T19:06:46.2117116Z * [new branch] gh/desertfire/18/base -> origin/gh/desertfire/18/base 2022-03-17T19:06:46.2118326Z * [new branch] gh/desertfire/18/head -> origin/gh/desertfire/18/head 2022-03-17T19:06:46.2119929Z * [new branch] gh/desertfire/18/orig -> origin/gh/desertfire/18/orig 2022-03-17T19:06:46.2122753Z * [new branch] gh/desertfire/20/base -> origin/gh/desertfire/20/base 2022-03-17T19:06:46.2123059Z * [new branch] gh/desertfire/20/head -> origin/gh/desertfire/20/head 2022-03-17T19:06:46.2124946Z * [new branch] gh/desertfire/20/orig -> origin/gh/desertfire/20/orig 2022-03-17T19:06:46.2127111Z * [new branch] gh/dhruvbird/20/base -> origin/gh/dhruvbird/20/base 2022-03-17T19:06:46.2128459Z * [new branch] gh/dhruvbird/20/head -> origin/gh/dhruvbird/20/head 2022-03-17T19:06:46.2130110Z * [new branch] gh/dhruvbird/20/orig -> origin/gh/dhruvbird/20/orig 2022-03-17T19:06:46.2132045Z * [new branch] gh/dhruvbird/23/base -> origin/gh/dhruvbird/23/base 2022-03-17T19:06:46.2133366Z * [new branch] gh/dhruvbird/23/head -> origin/gh/dhruvbird/23/head 2022-03-17T19:06:46.2134955Z * [new branch] gh/dhruvbird/23/orig -> origin/gh/dhruvbird/23/orig 2022-03-17T19:06:46.2136762Z * [new branch] gh/dhruvbird/31/base -> origin/gh/dhruvbird/31/base 2022-03-17T19:06:46.2138299Z * [new branch] gh/dhruvbird/31/head -> origin/gh/dhruvbird/31/head 2022-03-17T19:06:46.2139268Z * [new branch] gh/dhruvbird/31/orig -> origin/gh/dhruvbird/31/orig 2022-03-17T19:06:46.2141349Z * [new branch] gh/dhruvbird/52/base -> origin/gh/dhruvbird/52/base 2022-03-17T19:06:46.2142833Z * [new branch] gh/dhruvbird/52/head -> origin/gh/dhruvbird/52/head 2022-03-17T19:06:46.2143964Z * [new branch] gh/dhruvbird/52/orig -> origin/gh/dhruvbird/52/orig 2022-03-17T19:06:46.2146212Z * [new branch] gh/dhruvbird/55/base -> origin/gh/dhruvbird/55/base 2022-03-17T19:06:46.2147850Z * [new branch] gh/dhruvbird/55/head -> origin/gh/dhruvbird/55/head 2022-03-17T19:06:46.2149437Z * [new branch] gh/dhruvbird/55/orig -> origin/gh/dhruvbird/55/orig 2022-03-17T19:06:46.2151495Z * [new branch] gh/dhruvbird/56/base -> origin/gh/dhruvbird/56/base 2022-03-17T19:06:46.2152437Z * [new branch] gh/dhruvbird/56/head -> origin/gh/dhruvbird/56/head 2022-03-17T19:06:46.2154695Z * [new branch] gh/dhruvbird/57/base -> origin/gh/dhruvbird/57/base 2022-03-17T19:06:46.2155206Z * [new branch] gh/dhruvbird/57/head -> origin/gh/dhruvbird/57/head 2022-03-17T19:06:46.2157105Z * [new branch] gh/dhruvbird/58/base -> origin/gh/dhruvbird/58/base 2022-03-17T19:06:46.2158169Z * [new branch] gh/dhruvbird/58/head -> origin/gh/dhruvbird/58/head 2022-03-17T19:06:46.2159526Z * [new branch] gh/dhruvbird/59/base -> origin/gh/dhruvbird/59/base 2022-03-17T19:06:46.2160854Z * [new branch] gh/dhruvbird/59/head -> origin/gh/dhruvbird/59/head 2022-03-17T19:06:46.2162287Z * [new branch] gh/dhruvbird/60/base -> origin/gh/dhruvbird/60/base 2022-03-17T19:06:46.2164317Z * [new branch] gh/dhruvbird/60/head -> origin/gh/dhruvbird/60/head 2022-03-17T19:06:46.2165934Z * [new branch] gh/dhruvbird/61/base -> origin/gh/dhruvbird/61/base 2022-03-17T19:06:46.2166970Z * [new branch] gh/dhruvbird/61/head -> origin/gh/dhruvbird/61/head 2022-03-17T19:06:46.2168986Z * [new branch] gh/dhruvbird/66/base -> origin/gh/dhruvbird/66/base 2022-03-17T19:06:46.2170102Z * [new branch] gh/dhruvbird/66/head -> origin/gh/dhruvbird/66/head 2022-03-17T19:06:46.2171810Z * [new branch] gh/dhruvbird/66/orig -> origin/gh/dhruvbird/66/orig 2022-03-17T19:06:46.2173658Z * [new branch] gh/dhruvbird/75/base -> origin/gh/dhruvbird/75/base 2022-03-17T19:06:46.2174943Z * [new branch] gh/dhruvbird/75/head -> origin/gh/dhruvbird/75/head 2022-03-17T19:06:46.2176782Z * [new branch] gh/dhruvbird/75/orig -> origin/gh/dhruvbird/75/orig 2022-03-17T19:06:46.2178056Z * [new branch] gh/dhruvbird/87/base -> origin/gh/dhruvbird/87/base 2022-03-17T19:06:46.2179791Z * [new branch] gh/dhruvbird/87/head -> origin/gh/dhruvbird/87/head 2022-03-17T19:06:46.2180981Z * [new branch] gh/dhruvbird/88/base -> origin/gh/dhruvbird/88/base 2022-03-17T19:06:46.2182926Z * [new branch] gh/dhruvbird/88/head -> origin/gh/dhruvbird/88/head 2022-03-17T19:06:46.2184825Z * [new branch] gh/dhruvbird/92/base -> origin/gh/dhruvbird/92/base 2022-03-17T19:06:46.2186015Z * [new branch] gh/dhruvbird/92/head -> origin/gh/dhruvbird/92/head 2022-03-17T19:06:46.2187792Z * [new branch] gh/dhruvbird/92/orig -> origin/gh/dhruvbird/92/orig 2022-03-17T19:06:46.2189476Z * [new branch] gh/dhruvbird/93/base -> origin/gh/dhruvbird/93/base 2022-03-17T19:06:46.2190538Z * [new branch] gh/dhruvbird/93/head -> origin/gh/dhruvbird/93/head 2022-03-17T19:06:46.2192073Z * [new branch] gh/dhruvbird/93/orig -> origin/gh/dhruvbird/93/orig 2022-03-17T19:06:46.2193744Z * [new branch] gh/dhruvbird/94/base -> origin/gh/dhruvbird/94/base 2022-03-17T19:06:46.2194668Z * [new branch] gh/dhruvbird/94/head -> origin/gh/dhruvbird/94/head 2022-03-17T19:06:46.2196044Z * [new branch] gh/dhruvbird/94/orig -> origin/gh/dhruvbird/94/orig 2022-03-17T19:06:46.2198216Z * [new branch] gh/dhruvbird/95/base -> origin/gh/dhruvbird/95/base 2022-03-17T19:06:46.2199233Z * [new branch] gh/dhruvbird/95/head -> origin/gh/dhruvbird/95/head 2022-03-17T19:06:46.2201109Z * [new branch] gh/dhruvbird/95/orig -> origin/gh/dhruvbird/95/orig 2022-03-17T19:06:46.2203400Z * [new branch] gh/dhruvbird/96/base -> origin/gh/dhruvbird/96/base 2022-03-17T19:06:46.2204551Z * [new branch] gh/dhruvbird/96/head -> origin/gh/dhruvbird/96/head 2022-03-17T19:06:46.2205889Z * [new branch] gh/dhruvbird/96/orig -> origin/gh/dhruvbird/96/orig 2022-03-17T19:06:46.2207898Z * [new branch] gh/dhruvbird/97/base -> origin/gh/dhruvbird/97/base 2022-03-17T19:06:46.2208913Z * [new branch] gh/dhruvbird/97/head -> origin/gh/dhruvbird/97/head 2022-03-17T19:06:46.2210596Z * [new branch] gh/dhruvbird/97/orig -> origin/gh/dhruvbird/97/orig 2022-03-17T19:06:46.2212693Z * [new branch] gh/dracifer/1/base -> origin/gh/dracifer/1/base 2022-03-17T19:06:46.2213624Z * [new branch] gh/dracifer/1/head -> origin/gh/dracifer/1/head 2022-03-17T19:06:46.2215315Z * [new branch] gh/dracifer/1/orig -> origin/gh/dracifer/1/orig 2022-03-17T19:06:46.2216513Z * [new branch] gh/dracifer/2/base -> origin/gh/dracifer/2/base 2022-03-17T19:06:46.2218318Z * [new branch] gh/dracifer/2/orig -> origin/gh/dracifer/2/orig 2022-03-17T19:06:46.2220508Z * [new branch] gh/drdarshan/1/base -> origin/gh/drdarshan/1/base 2022-03-17T19:06:46.2221489Z * [new branch] gh/drdarshan/1/head -> origin/gh/drdarshan/1/head 2022-03-17T19:06:46.2223143Z * [new branch] gh/drdarshan/1/orig -> origin/gh/drdarshan/1/orig 2022-03-17T19:06:46.2224920Z * [new branch] gh/drdarshan/2/base -> origin/gh/drdarshan/2/base 2022-03-17T19:06:46.2226019Z * [new branch] gh/drdarshan/2/orig -> origin/gh/drdarshan/2/orig 2022-03-17T19:06:46.2227932Z * [new branch] gh/drdarshan/3/base -> origin/gh/drdarshan/3/base 2022-03-17T19:06:46.2229027Z * [new branch] gh/drdarshan/3/orig -> origin/gh/drdarshan/3/orig 2022-03-17T19:06:46.2231337Z * [new branch] gh/dreiss/1/base -> origin/gh/dreiss/1/base 2022-03-17T19:06:46.2232317Z * [new branch] gh/dreiss/1/head -> origin/gh/dreiss/1/head 2022-03-17T19:06:46.2234008Z * [new branch] gh/dreiss/1/orig -> origin/gh/dreiss/1/orig 2022-03-17T19:06:46.2235798Z * [new branch] gh/dreiss/10/base -> origin/gh/dreiss/10/base 2022-03-17T19:06:46.2237599Z * [new branch] gh/dreiss/10/head -> origin/gh/dreiss/10/head 2022-03-17T19:06:46.2238973Z * [new branch] gh/dreiss/10/orig -> origin/gh/dreiss/10/orig 2022-03-17T19:06:46.2240839Z * [new branch] gh/dreiss/105/base -> origin/gh/dreiss/105/base 2022-03-17T19:06:46.2241929Z * [new branch] gh/dreiss/105/head -> origin/gh/dreiss/105/head 2022-03-17T19:06:46.2243803Z * [new branch] gh/dreiss/105/orig -> origin/gh/dreiss/105/orig 2022-03-17T19:06:46.2245693Z * [new branch] gh/dreiss/106/base -> origin/gh/dreiss/106/base 2022-03-17T19:06:46.2246670Z * [new branch] gh/dreiss/106/head -> origin/gh/dreiss/106/head 2022-03-17T19:06:46.2248435Z * [new branch] gh/dreiss/106/orig -> origin/gh/dreiss/106/orig 2022-03-17T19:06:46.2250313Z * [new branch] gh/dreiss/109/base -> origin/gh/dreiss/109/base 2022-03-17T19:06:46.2251436Z * [new branch] gh/dreiss/109/head -> origin/gh/dreiss/109/head 2022-03-17T19:06:46.2253130Z * [new branch] gh/dreiss/109/orig -> origin/gh/dreiss/109/orig 2022-03-17T19:06:46.2254951Z * [new branch] gh/dreiss/110/base -> origin/gh/dreiss/110/base 2022-03-17T19:06:46.2255950Z * [new branch] gh/dreiss/110/head -> origin/gh/dreiss/110/head 2022-03-17T19:06:46.2257825Z * [new branch] gh/dreiss/110/orig -> origin/gh/dreiss/110/orig 2022-03-17T19:06:46.2258925Z * [new branch] gh/dreiss/2/base -> origin/gh/dreiss/2/base 2022-03-17T19:06:46.2260909Z * [new branch] gh/dreiss/2/head -> origin/gh/dreiss/2/head 2022-03-17T19:06:46.2261742Z * [new branch] gh/dreiss/2/orig -> origin/gh/dreiss/2/orig 2022-03-17T19:06:46.2263943Z * [new branch] gh/dreiss/25/base -> origin/gh/dreiss/25/base 2022-03-17T19:06:46.2265155Z * [new branch] gh/dreiss/25/head -> origin/gh/dreiss/25/head 2022-03-17T19:06:46.2266520Z * [new branch] gh/dreiss/25/orig -> origin/gh/dreiss/25/orig 2022-03-17T19:06:46.2268558Z * [new branch] gh/dreiss/28/base -> origin/gh/dreiss/28/base 2022-03-17T19:06:46.2269670Z * [new branch] gh/dreiss/28/head -> origin/gh/dreiss/28/head 2022-03-17T19:06:46.2271377Z * [new branch] gh/dreiss/28/orig -> origin/gh/dreiss/28/orig 2022-03-17T19:06:46.2273477Z * [new branch] gh/dreiss/33/base -> origin/gh/dreiss/33/base 2022-03-17T19:06:46.2274850Z * [new branch] gh/dreiss/33/head -> origin/gh/dreiss/33/head 2022-03-17T19:06:46.2276288Z * [new branch] gh/dreiss/33/orig -> origin/gh/dreiss/33/orig 2022-03-17T19:06:46.2278216Z * [new branch] gh/dreiss/36/base -> origin/gh/dreiss/36/base 2022-03-17T19:06:46.2279167Z * [new branch] gh/dreiss/36/head -> origin/gh/dreiss/36/head 2022-03-17T19:06:46.2281033Z * [new branch] gh/dreiss/36/orig -> origin/gh/dreiss/36/orig 2022-03-17T19:06:46.2282938Z * [new branch] gh/dreiss/39/base -> origin/gh/dreiss/39/base 2022-03-17T19:06:46.2283917Z * [new branch] gh/dreiss/39/head -> origin/gh/dreiss/39/head 2022-03-17T19:06:46.2285607Z * [new branch] gh/dreiss/39/orig -> origin/gh/dreiss/39/orig 2022-03-17T19:06:46.2287378Z * [new branch] gh/dreiss/43/base -> origin/gh/dreiss/43/base 2022-03-17T19:06:46.2288905Z * [new branch] gh/dreiss/43/head -> origin/gh/dreiss/43/head 2022-03-17T19:06:46.2290003Z * [new branch] gh/dreiss/43/orig -> origin/gh/dreiss/43/orig 2022-03-17T19:06:46.2292085Z * [new branch] gh/dreiss/63/base -> origin/gh/dreiss/63/base 2022-03-17T19:06:46.2293495Z * [new branch] gh/dreiss/63/head -> origin/gh/dreiss/63/head 2022-03-17T19:06:46.2295122Z * [new branch] gh/dreiss/63/orig -> origin/gh/dreiss/63/orig 2022-03-17T19:06:46.2297028Z * [new branch] gh/dreiss/67/base -> origin/gh/dreiss/67/base 2022-03-17T19:06:46.2298079Z * [new branch] gh/dreiss/67/head -> origin/gh/dreiss/67/head 2022-03-17T19:06:46.2299780Z * [new branch] gh/dreiss/67/orig -> origin/gh/dreiss/67/orig 2022-03-17T19:06:46.2301196Z * [new branch] gh/dreiss/68/base -> origin/gh/dreiss/68/base 2022-03-17T19:06:46.2302559Z * [new branch] gh/dreiss/68/head -> origin/gh/dreiss/68/head 2022-03-17T19:06:46.2304296Z * [new branch] gh/dreiss/68/orig -> origin/gh/dreiss/68/orig 2022-03-17T19:06:46.2305651Z * [new branch] gh/dreiss/71/base -> origin/gh/dreiss/71/base 2022-03-17T19:06:46.2307062Z * [new branch] gh/dreiss/71/head -> origin/gh/dreiss/71/head 2022-03-17T19:06:46.2308418Z * [new branch] gh/dreiss/71/orig -> origin/gh/dreiss/71/orig 2022-03-17T19:06:46.2310076Z * [new branch] gh/dreiss/72/base -> origin/gh/dreiss/72/base 2022-03-17T19:06:46.2311089Z * [new branch] gh/dreiss/72/head -> origin/gh/dreiss/72/head 2022-03-17T19:06:46.2312787Z * [new branch] gh/dreiss/72/orig -> origin/gh/dreiss/72/orig 2022-03-17T19:06:46.2314160Z * [new branch] gh/dreiss/73/base -> origin/gh/dreiss/73/base 2022-03-17T19:06:46.2315992Z * [new branch] gh/dreiss/73/head -> origin/gh/dreiss/73/head 2022-03-17T19:06:46.2317042Z * [new branch] gh/dreiss/73/orig -> origin/gh/dreiss/73/orig 2022-03-17T19:06:46.2319126Z * [new branch] gh/dreiss/75/base -> origin/gh/dreiss/75/base 2022-03-17T19:06:46.2320193Z * [new branch] gh/dreiss/75/head -> origin/gh/dreiss/75/head 2022-03-17T19:06:46.2322498Z * [new branch] gh/dreiss/80/base -> origin/gh/dreiss/80/base 2022-03-17T19:06:46.2324881Z * [new branch] gh/dreiss/80/head -> origin/gh/dreiss/80/head 2022-03-17T19:06:46.2326335Z * [new branch] gh/dreiss/80/orig -> origin/gh/dreiss/80/orig 2022-03-17T19:06:46.2328271Z * [new branch] gh/dskhudia/20/base -> origin/gh/dskhudia/20/base 2022-03-17T19:06:46.2331084Z * [new branch] gh/dskhudia/20/head -> origin/gh/dskhudia/20/head 2022-03-17T19:06:46.2331362Z * [new branch] gh/dskhudia/21/base -> origin/gh/dskhudia/21/base 2022-03-17T19:06:46.2331982Z * [new branch] gh/dskhudia/21/head -> origin/gh/dskhudia/21/head 2022-03-17T19:06:46.2333883Z * [new branch] gh/dskhudia/22/base -> origin/gh/dskhudia/22/base 2022-03-17T19:06:46.2335554Z * [new branch] gh/dskhudia/22/head -> origin/gh/dskhudia/22/head 2022-03-17T19:06:46.2336191Z * [new branch] gh/dskhudia/23/base -> origin/gh/dskhudia/23/base 2022-03-17T19:06:46.2337865Z * [new branch] gh/dskhudia/23/head -> origin/gh/dskhudia/23/head 2022-03-17T19:06:46.2339087Z * [new branch] gh/dskhudia/24/base -> origin/gh/dskhudia/24/base 2022-03-17T19:06:46.2340404Z * [new branch] gh/dskhudia/24/head -> origin/gh/dskhudia/24/head 2022-03-17T19:06:46.2342206Z * [new branch] gh/dskhudia/27/base -> origin/gh/dskhudia/27/base 2022-03-17T19:06:46.2343371Z * [new branch] gh/dskhudia/27/head -> origin/gh/dskhudia/27/head 2022-03-17T19:06:46.2344983Z * [new branch] gh/dskhudia/27/orig -> origin/gh/dskhudia/27/orig 2022-03-17T19:06:46.2346997Z * [new branch] gh/dzdang/1/base -> origin/gh/dzdang/1/base 2022-03-17T19:06:46.2348036Z * [new branch] gh/dzdang/1/orig -> origin/gh/dzdang/1/orig 2022-03-17T19:06:46.2350143Z * [new branch] gh/dzdang/10/base -> origin/gh/dzdang/10/base 2022-03-17T19:06:46.2351252Z * [new branch] gh/dzdang/10/orig -> origin/gh/dzdang/10/orig 2022-03-17T19:06:46.2353140Z * [new branch] gh/dzdang/11/base -> origin/gh/dzdang/11/base 2022-03-17T19:06:46.2354207Z * [new branch] gh/dzdang/11/orig -> origin/gh/dzdang/11/orig 2022-03-17T19:06:46.2356331Z * [new branch] gh/dzdang/13/base -> origin/gh/dzdang/13/base 2022-03-17T19:06:46.2357915Z * [new branch] gh/dzdang/13/head -> origin/gh/dzdang/13/head 2022-03-17T19:06:46.2358926Z * [new branch] gh/dzdang/13/orig -> origin/gh/dzdang/13/orig 2022-03-17T19:06:46.2360761Z * [new branch] gh/dzdang/14/base -> origin/gh/dzdang/14/base 2022-03-17T19:06:46.2361917Z * [new branch] gh/dzdang/14/head -> origin/gh/dzdang/14/head 2022-03-17T19:06:46.2363456Z * [new branch] gh/dzdang/14/orig -> origin/gh/dzdang/14/orig 2022-03-17T19:06:46.2365209Z * [new branch] gh/dzdang/15/base -> origin/gh/dzdang/15/base 2022-03-17T19:06:46.2366306Z * [new branch] gh/dzdang/15/head -> origin/gh/dzdang/15/head 2022-03-17T19:06:46.2367917Z * [new branch] gh/dzdang/15/orig -> origin/gh/dzdang/15/orig 2022-03-17T19:06:46.2369955Z * [new branch] gh/dzdang/2/base -> origin/gh/dzdang/2/base 2022-03-17T19:06:46.2371033Z * [new branch] gh/dzdang/2/orig -> origin/gh/dzdang/2/orig 2022-03-17T19:06:46.2373282Z * [new branch] gh/dzdang/29/base -> origin/gh/dzdang/29/base 2022-03-17T19:06:46.2374344Z * [new branch] gh/dzdang/29/head -> origin/gh/dzdang/29/head 2022-03-17T19:06:46.2376101Z * [new branch] gh/dzdang/29/orig -> origin/gh/dzdang/29/orig 2022-03-17T19:06:46.2377898Z * [new branch] gh/dzdang/30/base -> origin/gh/dzdang/30/base 2022-03-17T19:06:46.2378982Z * [new branch] gh/dzdang/30/head -> origin/gh/dzdang/30/head 2022-03-17T19:06:46.2380805Z * [new branch] gh/dzdang/30/orig -> origin/gh/dzdang/30/orig 2022-03-17T19:06:46.2382424Z * [new branch] gh/dzdang/36/orig -> origin/gh/dzdang/36/orig 2022-03-17T19:06:46.2384203Z * [new branch] gh/dzdang/37/base -> origin/gh/dzdang/37/base 2022-03-17T19:06:46.2385177Z * [new branch] gh/dzdang/37/head -> origin/gh/dzdang/37/head 2022-03-17T19:06:46.2386774Z * [new branch] gh/dzdang/37/orig -> origin/gh/dzdang/37/orig 2022-03-17T19:06:46.2388409Z * [new branch] gh/dzdang/38/base -> origin/gh/dzdang/38/base 2022-03-17T19:06:46.2389492Z * [new branch] gh/dzdang/38/head -> origin/gh/dzdang/38/head 2022-03-17T19:06:46.2391157Z * [new branch] gh/dzdang/38/orig -> origin/gh/dzdang/38/orig 2022-03-17T19:06:46.2392770Z * [new branch] gh/dzdang/4/base -> origin/gh/dzdang/4/base 2022-03-17T19:06:46.2393761Z * [new branch] gh/dzdang/4/orig -> origin/gh/dzdang/4/orig 2022-03-17T19:06:46.2395992Z * [new branch] gh/dzdang/42/base -> origin/gh/dzdang/42/base 2022-03-17T19:06:46.2397171Z * [new branch] gh/dzdang/42/head -> origin/gh/dzdang/42/head 2022-03-17T19:06:46.2399016Z * [new branch] gh/dzdang/42/orig -> origin/gh/dzdang/42/orig 2022-03-17T19:06:46.2401479Z * [new branch] gh/dzdang/47/base -> origin/gh/dzdang/47/base 2022-03-17T19:06:46.2403617Z * [new branch] gh/dzdang/47/head -> origin/gh/dzdang/47/head 2022-03-17T19:06:46.2405234Z * [new branch] gh/dzdang/47/orig -> origin/gh/dzdang/47/orig 2022-03-17T19:06:46.2407034Z * [new branch] gh/dzdang/48/base -> origin/gh/dzdang/48/base 2022-03-17T19:06:46.2408797Z * [new branch] gh/dzdang/48/head -> origin/gh/dzdang/48/head 2022-03-17T19:06:46.2409851Z * [new branch] gh/dzdang/48/orig -> origin/gh/dzdang/48/orig 2022-03-17T19:06:46.2411854Z * [new branch] gh/dzdang/49/base -> origin/gh/dzdang/49/base 2022-03-17T19:06:46.2413047Z * [new branch] gh/dzdang/49/head -> origin/gh/dzdang/49/head 2022-03-17T19:06:46.2414684Z * [new branch] gh/dzdang/49/orig -> origin/gh/dzdang/49/orig 2022-03-17T19:06:46.2416480Z * [new branch] gh/dzdang/5/base -> origin/gh/dzdang/5/base 2022-03-17T19:06:46.2417592Z * [new branch] gh/dzdang/5/orig -> origin/gh/dzdang/5/orig 2022-03-17T19:06:46.2419613Z * [new branch] gh/dzdang/50/base -> origin/gh/dzdang/50/base 2022-03-17T19:06:46.2420705Z * [new branch] gh/dzdang/50/head -> origin/gh/dzdang/50/head 2022-03-17T19:06:46.2422395Z * [new branch] gh/dzdang/50/orig -> origin/gh/dzdang/50/orig 2022-03-17T19:06:46.2424195Z * [new branch] gh/dzdang/51/base -> origin/gh/dzdang/51/base 2022-03-17T19:06:46.2425267Z * [new branch] gh/dzdang/51/head -> origin/gh/dzdang/51/head 2022-03-17T19:06:46.2426886Z * [new branch] gh/dzdang/51/orig -> origin/gh/dzdang/51/orig 2022-03-17T19:06:46.2428828Z * [new branch] gh/dzdang/52/base -> origin/gh/dzdang/52/base 2022-03-17T19:06:46.2429841Z * [new branch] gh/dzdang/52/head -> origin/gh/dzdang/52/head 2022-03-17T19:06:46.2431448Z * [new branch] gh/dzdang/52/orig -> origin/gh/dzdang/52/orig 2022-03-17T19:06:46.2433192Z * [new branch] gh/dzdang/53/base -> origin/gh/dzdang/53/base 2022-03-17T19:06:46.2434234Z * [new branch] gh/dzdang/53/head -> origin/gh/dzdang/53/head 2022-03-17T19:06:46.2435918Z * [new branch] gh/dzdang/53/orig -> origin/gh/dzdang/53/orig 2022-03-17T19:06:46.2437620Z * [new branch] gh/dzdang/54/base -> origin/gh/dzdang/54/base 2022-03-17T19:06:46.2439265Z * [new branch] gh/dzdang/54/head -> origin/gh/dzdang/54/head 2022-03-17T19:06:46.2440072Z * [new branch] gh/dzdang/54/orig -> origin/gh/dzdang/54/orig 2022-03-17T19:06:46.2442076Z * [new branch] gh/dzdang/55/base -> origin/gh/dzdang/55/base 2022-03-17T19:06:46.2443646Z * [new branch] gh/dzdang/55/head -> origin/gh/dzdang/55/head 2022-03-17T19:06:46.2444666Z * [new branch] gh/dzdang/55/orig -> origin/gh/dzdang/55/orig 2022-03-17T19:06:46.2446903Z * [new branch] gh/dzdang/56/base -> origin/gh/dzdang/56/base 2022-03-17T19:06:46.2448040Z * [new branch] gh/dzdang/56/head -> origin/gh/dzdang/56/head 2022-03-17T19:06:46.2449753Z * [new branch] gh/dzdang/56/orig -> origin/gh/dzdang/56/orig 2022-03-17T19:06:46.2451553Z * [new branch] gh/dzdang/57/base -> origin/gh/dzdang/57/base 2022-03-17T19:06:46.2452617Z * [new branch] gh/dzdang/57/head -> origin/gh/dzdang/57/head 2022-03-17T19:06:46.2454330Z * [new branch] gh/dzdang/57/orig -> origin/gh/dzdang/57/orig 2022-03-17T19:06:46.2456090Z * [new branch] gh/dzdang/58/base -> origin/gh/dzdang/58/base 2022-03-17T19:06:46.2457395Z * [new branch] gh/dzdang/58/head -> origin/gh/dzdang/58/head 2022-03-17T19:06:46.2458761Z * [new branch] gh/dzdang/58/orig -> origin/gh/dzdang/58/orig 2022-03-17T19:06:46.2460864Z * [new branch] gh/dzdang/59/base -> origin/gh/dzdang/59/base 2022-03-17T19:06:46.2461902Z * [new branch] gh/dzdang/59/head -> origin/gh/dzdang/59/head 2022-03-17T19:06:46.2463579Z * [new branch] gh/dzdang/59/orig -> origin/gh/dzdang/59/orig 2022-03-17T19:06:46.2465454Z * [new branch] gh/dzdang/6/base -> origin/gh/dzdang/6/base 2022-03-17T19:06:46.2466968Z * [new branch] gh/dzdang/6/orig -> origin/gh/dzdang/6/orig 2022-03-17T19:06:46.2468679Z * [new branch] gh/dzdang/7/base -> origin/gh/dzdang/7/base 2022-03-17T19:06:46.2469729Z * [new branch] gh/dzdang/7/orig -> origin/gh/dzdang/7/orig 2022-03-17T19:06:46.2471795Z * [new branch] gh/dzdang/8/base -> origin/gh/dzdang/8/base 2022-03-17T19:06:46.2472846Z * [new branch] gh/dzdang/8/orig -> origin/gh/dzdang/8/orig 2022-03-17T19:06:46.2474928Z * [new branch] gh/dzdang/9/base -> origin/gh/dzdang/9/base 2022-03-17T19:06:46.2475975Z * [new branch] gh/dzdang/9/orig -> origin/gh/dzdang/9/orig 2022-03-17T19:06:46.2478336Z * [new branch] gh/edmundw314/15/base -> origin/gh/edmundw314/15/base 2022-03-17T19:06:46.2479464Z * [new branch] gh/edmundw314/15/head -> origin/gh/edmundw314/15/head 2022-03-17T19:06:46.2481183Z * [new branch] gh/edmundw314/15/orig -> origin/gh/edmundw314/15/orig 2022-03-17T19:06:46.2483347Z * [new branch] gh/edmundw314/17/base -> origin/gh/edmundw314/17/base 2022-03-17T19:06:46.2484903Z * [new branch] gh/edmundw314/17/head -> origin/gh/edmundw314/17/head 2022-03-17T19:06:46.2486230Z * [new branch] gh/edmundw314/17/orig -> origin/gh/edmundw314/17/orig 2022-03-17T19:06:46.2488127Z * [new branch] gh/edmundw314/4/base -> origin/gh/edmundw314/4/base 2022-03-17T19:06:46.2489181Z * [new branch] gh/edmundw314/4/head -> origin/gh/edmundw314/4/head 2022-03-17T19:06:46.2490940Z * [new branch] gh/edmundw314/4/orig -> origin/gh/edmundw314/4/orig 2022-03-17T19:06:46.2492550Z * [new branch] gh/edmundw314/7/base -> origin/gh/edmundw314/7/base 2022-03-17T19:06:46.2493615Z * [new branch] gh/edmundw314/7/head -> origin/gh/edmundw314/7/head 2022-03-17T19:06:46.2495289Z * [new branch] gh/edmundw314/7/orig -> origin/gh/edmundw314/7/orig 2022-03-17T19:06:46.2497446Z * [new branch] gh/eellison/110/base -> origin/gh/eellison/110/base 2022-03-17T19:06:46.2498659Z * [new branch] gh/eellison/110/head -> origin/gh/eellison/110/head 2022-03-17T19:06:46.2500231Z * [new branch] gh/eellison/110/orig -> origin/gh/eellison/110/orig 2022-03-17T19:06:46.2502113Z * [new branch] gh/eellison/111/base -> origin/gh/eellison/111/base 2022-03-17T19:06:46.2503646Z * [new branch] gh/eellison/111/head -> origin/gh/eellison/111/head 2022-03-17T19:06:46.2504736Z * [new branch] gh/eellison/111/orig -> origin/gh/eellison/111/orig 2022-03-17T19:06:46.2506791Z * [new branch] gh/eellison/117/base -> origin/gh/eellison/117/base 2022-03-17T19:06:46.2507854Z * [new branch] gh/eellison/117/head -> origin/gh/eellison/117/head 2022-03-17T19:06:46.2509189Z * [new branch] gh/eellison/117/orig -> origin/gh/eellison/117/orig 2022-03-17T19:06:46.2510866Z * [new branch] gh/eellison/118/base -> origin/gh/eellison/118/base 2022-03-17T19:06:46.2511848Z * [new branch] gh/eellison/118/head -> origin/gh/eellison/118/head 2022-03-17T19:06:46.2513594Z * [new branch] gh/eellison/118/orig -> origin/gh/eellison/118/orig 2022-03-17T19:06:46.2514642Z * [new branch] gh/eellison/119/base -> origin/gh/eellison/119/base 2022-03-17T19:06:46.2516654Z * [new branch] gh/eellison/119/head -> origin/gh/eellison/119/head 2022-03-17T19:06:46.2517720Z * [new branch] gh/eellison/119/orig -> origin/gh/eellison/119/orig 2022-03-17T19:06:46.2519638Z * [new branch] gh/eellison/129/base -> origin/gh/eellison/129/base 2022-03-17T19:06:46.2520678Z * [new branch] gh/eellison/129/head -> origin/gh/eellison/129/head 2022-03-17T19:06:46.2522567Z * [new branch] gh/eellison/129/orig -> origin/gh/eellison/129/orig 2022-03-17T19:06:46.2525248Z * [new branch] gh/eellison/139/base -> origin/gh/eellison/139/base 2022-03-17T19:06:46.2526237Z * [new branch] gh/eellison/139/head -> origin/gh/eellison/139/head 2022-03-17T19:06:46.2527896Z * [new branch] gh/eellison/139/orig -> origin/gh/eellison/139/orig 2022-03-17T19:06:46.2529703Z * [new branch] gh/eellison/142/base -> origin/gh/eellison/142/base 2022-03-17T19:06:46.2530864Z * [new branch] gh/eellison/142/head -> origin/gh/eellison/142/head 2022-03-17T19:06:46.2532514Z * [new branch] gh/eellison/142/orig -> origin/gh/eellison/142/orig 2022-03-17T19:06:46.2534259Z * [new branch] gh/eellison/154/base -> origin/gh/eellison/154/base 2022-03-17T19:06:46.2535405Z * [new branch] gh/eellison/154/head -> origin/gh/eellison/154/head 2022-03-17T19:06:46.2537037Z * [new branch] gh/eellison/154/orig -> origin/gh/eellison/154/orig 2022-03-17T19:06:46.2538765Z * [new branch] gh/eellison/169/base -> origin/gh/eellison/169/base 2022-03-17T19:06:46.2539917Z * [new branch] gh/eellison/169/head -> origin/gh/eellison/169/head 2022-03-17T19:06:46.2541659Z * [new branch] gh/eellison/169/orig -> origin/gh/eellison/169/orig 2022-03-17T19:06:46.2543604Z * [new branch] gh/eellison/179/base -> origin/gh/eellison/179/base 2022-03-17T19:06:46.2544470Z * [new branch] gh/eellison/179/head -> origin/gh/eellison/179/head 2022-03-17T19:06:46.2546095Z * [new branch] gh/eellison/179/orig -> origin/gh/eellison/179/orig 2022-03-17T19:06:46.2547940Z * [new branch] gh/eellison/182/base -> origin/gh/eellison/182/base 2022-03-17T19:06:46.2548984Z * [new branch] gh/eellison/182/head -> origin/gh/eellison/182/head 2022-03-17T19:06:46.2550657Z * [new branch] gh/eellison/182/orig -> origin/gh/eellison/182/orig 2022-03-17T19:06:46.2552617Z * [new branch] gh/eellison/183/base -> origin/gh/eellison/183/base 2022-03-17T19:06:46.2553693Z * [new branch] gh/eellison/183/head -> origin/gh/eellison/183/head 2022-03-17T19:06:46.2555400Z * [new branch] gh/eellison/183/orig -> origin/gh/eellison/183/orig 2022-03-17T19:06:46.2557164Z * [new branch] gh/eellison/191/base -> origin/gh/eellison/191/base 2022-03-17T19:06:46.2558172Z * [new branch] gh/eellison/191/head -> origin/gh/eellison/191/head 2022-03-17T19:06:46.2559830Z * [new branch] gh/eellison/191/orig -> origin/gh/eellison/191/orig 2022-03-17T19:06:46.2561755Z * [new branch] gh/eellison/193/base -> origin/gh/eellison/193/base 2022-03-17T19:06:46.2566261Z * [new branch] gh/eellison/193/head -> origin/gh/eellison/193/head 2022-03-17T19:06:46.2566534Z * [new branch] gh/eellison/193/orig -> origin/gh/eellison/193/orig 2022-03-17T19:06:46.2566802Z * [new branch] gh/eellison/195/base -> origin/gh/eellison/195/base 2022-03-17T19:06:46.2567323Z * [new branch] gh/eellison/195/head -> origin/gh/eellison/195/head 2022-03-17T19:06:46.2569033Z * [new branch] gh/eellison/195/orig -> origin/gh/eellison/195/orig 2022-03-17T19:06:46.2570012Z * [new branch] gh/eellison/196/base -> origin/gh/eellison/196/base 2022-03-17T19:06:46.2571436Z * [new branch] gh/eellison/196/head -> origin/gh/eellison/196/head 2022-03-17T19:06:46.2572795Z * [new branch] gh/eellison/196/orig -> origin/gh/eellison/196/orig 2022-03-17T19:06:46.2574548Z * [new branch] gh/eellison/209/base -> origin/gh/eellison/209/base 2022-03-17T19:06:46.2575538Z * [new branch] gh/eellison/209/head -> origin/gh/eellison/209/head 2022-03-17T19:06:46.2577169Z * [new branch] gh/eellison/209/orig -> origin/gh/eellison/209/orig 2022-03-17T19:06:46.2579051Z * [new branch] gh/eellison/232/base -> origin/gh/eellison/232/base 2022-03-17T19:06:46.2580426Z * [new branch] gh/eellison/232/head -> origin/gh/eellison/232/head 2022-03-17T19:06:46.2581995Z * [new branch] gh/eellison/232/orig -> origin/gh/eellison/232/orig 2022-03-17T19:06:46.2583600Z * [new branch] gh/eellison/234/base -> origin/gh/eellison/234/base 2022-03-17T19:06:46.2584650Z * [new branch] gh/eellison/234/head -> origin/gh/eellison/234/head 2022-03-17T19:06:46.2586354Z * [new branch] gh/eellison/234/orig -> origin/gh/eellison/234/orig 2022-03-17T19:06:46.2588060Z * [new branch] gh/eellison/238/base -> origin/gh/eellison/238/base 2022-03-17T19:06:46.2589182Z * [new branch] gh/eellison/238/head -> origin/gh/eellison/238/head 2022-03-17T19:06:46.2590837Z * [new branch] gh/eellison/238/orig -> origin/gh/eellison/238/orig 2022-03-17T19:06:46.2592528Z * [new branch] gh/eellison/262/base -> origin/gh/eellison/262/base 2022-03-17T19:06:46.2593504Z * [new branch] gh/eellison/262/head -> origin/gh/eellison/262/head 2022-03-17T19:06:46.2595199Z * [new branch] gh/eellison/262/orig -> origin/gh/eellison/262/orig 2022-03-17T19:06:46.2596401Z * [new branch] gh/eellison/263/base -> origin/gh/eellison/263/base 2022-03-17T19:06:46.2598077Z * [new branch] gh/eellison/263/head -> origin/gh/eellison/263/head 2022-03-17T19:06:46.2599266Z * [new branch] gh/eellison/263/orig -> origin/gh/eellison/263/orig 2022-03-17T19:06:46.2601004Z * [new branch] gh/eellison/264/base -> origin/gh/eellison/264/base 2022-03-17T19:06:46.2602083Z * [new branch] gh/eellison/264/head -> origin/gh/eellison/264/head 2022-03-17T19:06:46.2603848Z * [new branch] gh/eellison/264/orig -> origin/gh/eellison/264/orig 2022-03-17T19:06:46.2604950Z * [new branch] gh/eellison/265/base -> origin/gh/eellison/265/base 2022-03-17T19:06:46.2606605Z * [new branch] gh/eellison/265/head -> origin/gh/eellison/265/head 2022-03-17T19:06:46.2607698Z * [new branch] gh/eellison/265/orig -> origin/gh/eellison/265/orig 2022-03-17T19:06:46.2609493Z * [new branch] gh/eellison/272/base -> origin/gh/eellison/272/base 2022-03-17T19:06:46.2610537Z * [new branch] gh/eellison/272/head -> origin/gh/eellison/272/head 2022-03-17T19:06:46.2612186Z * [new branch] gh/eellison/272/orig -> origin/gh/eellison/272/orig 2022-03-17T19:06:46.2613991Z * [new branch] gh/eellison/274/base -> origin/gh/eellison/274/base 2022-03-17T19:06:46.2614952Z * [new branch] gh/eellison/274/head -> origin/gh/eellison/274/head 2022-03-17T19:06:46.2616575Z * [new branch] gh/eellison/274/orig -> origin/gh/eellison/274/orig 2022-03-17T19:06:46.2618675Z * [new branch] gh/eellison/275/base -> origin/gh/eellison/275/base 2022-03-17T19:06:46.2619678Z * [new branch] gh/eellison/275/head -> origin/gh/eellison/275/head 2022-03-17T19:06:46.2621443Z * [new branch] gh/eellison/275/orig -> origin/gh/eellison/275/orig 2022-03-17T19:06:46.2622861Z * [new branch] gh/eellison/276/base -> origin/gh/eellison/276/base 2022-03-17T19:06:46.2624238Z * [new branch] gh/eellison/276/head -> origin/gh/eellison/276/head 2022-03-17T19:06:46.2625426Z * [new branch] gh/eellison/276/orig -> origin/gh/eellison/276/orig 2022-03-17T19:06:46.2627586Z * [new branch] gh/eellison/278/base -> origin/gh/eellison/278/base 2022-03-17T19:06:46.2628673Z * [new branch] gh/eellison/278/head -> origin/gh/eellison/278/head 2022-03-17T19:06:46.2630405Z * [new branch] gh/eellison/278/orig -> origin/gh/eellison/278/orig 2022-03-17T19:06:46.2632818Z * [new branch] gh/eellison/279/base -> origin/gh/eellison/279/base 2022-03-17T19:06:46.2633931Z * [new branch] gh/eellison/279/head -> origin/gh/eellison/279/head 2022-03-17T19:06:46.2635722Z * [new branch] gh/eellison/279/orig -> origin/gh/eellison/279/orig 2022-03-17T19:06:46.2637722Z * [new branch] gh/eellison/280/base -> origin/gh/eellison/280/base 2022-03-17T19:06:46.2638798Z * [new branch] gh/eellison/280/head -> origin/gh/eellison/280/head 2022-03-17T19:06:46.2640948Z * [new branch] gh/eellison/281/base -> origin/gh/eellison/281/base 2022-03-17T19:06:46.2643121Z * [new branch] gh/eellison/281/head -> origin/gh/eellison/281/head 2022-03-17T19:06:46.2644108Z * [new branch] gh/eellison/281/orig -> origin/gh/eellison/281/orig 2022-03-17T19:06:46.2646170Z * [new branch] gh/eellison/282/base -> origin/gh/eellison/282/base 2022-03-17T19:06:46.2647529Z * [new branch] gh/eellison/282/head -> origin/gh/eellison/282/head 2022-03-17T19:06:46.2648722Z * [new branch] gh/eellison/282/orig -> origin/gh/eellison/282/orig 2022-03-17T19:06:46.2650855Z * [new branch] gh/eellison/283/base -> origin/gh/eellison/283/base 2022-03-17T19:06:46.2651767Z * [new branch] gh/eellison/283/head -> origin/gh/eellison/283/head 2022-03-17T19:06:46.2653412Z * [new branch] gh/eellison/283/orig -> origin/gh/eellison/283/orig 2022-03-17T19:06:46.2655365Z * [new branch] gh/eellison/284/base -> origin/gh/eellison/284/base 2022-03-17T19:06:46.2656273Z * [new branch] gh/eellison/284/head -> origin/gh/eellison/284/head 2022-03-17T19:06:46.2658162Z * [new branch] gh/eellison/284/orig -> origin/gh/eellison/284/orig 2022-03-17T19:06:46.2659866Z * [new branch] gh/eellison/285/base -> origin/gh/eellison/285/base 2022-03-17T19:06:46.2660980Z * [new branch] gh/eellison/285/head -> origin/gh/eellison/285/head 2022-03-17T19:06:46.2662617Z * [new branch] gh/eellison/285/orig -> origin/gh/eellison/285/orig 2022-03-17T19:06:46.2664401Z * [new branch] gh/eellison/286/base -> origin/gh/eellison/286/base 2022-03-17T19:06:46.2665334Z * [new branch] gh/eellison/286/head -> origin/gh/eellison/286/head 2022-03-17T19:06:46.2667052Z * [new branch] gh/eellison/286/orig -> origin/gh/eellison/286/orig 2022-03-17T19:06:46.2668928Z * [new branch] gh/eellison/49/base -> origin/gh/eellison/49/base 2022-03-17T19:06:46.2670106Z * [new branch] gh/eellison/49/head -> origin/gh/eellison/49/head 2022-03-17T19:06:46.2671722Z * [new branch] gh/eellison/49/orig -> origin/gh/eellison/49/orig 2022-03-17T19:06:46.2673744Z * [new branch] gh/ejguan/24/base -> origin/gh/ejguan/24/base 2022-03-17T19:06:46.2674830Z * [new branch] gh/ejguan/24/head -> origin/gh/ejguan/24/head 2022-03-17T19:06:46.2676768Z * [new branch] gh/ejguan/24/orig -> origin/gh/ejguan/24/orig 2022-03-17T19:06:46.2678072Z * [new branch] gh/ejguan/25/base -> origin/gh/ejguan/25/base 2022-03-17T19:06:46.2679688Z * [new branch] gh/ejguan/25/head -> origin/gh/ejguan/25/head 2022-03-17T19:06:46.2680660Z * [new branch] gh/ejguan/25/orig -> origin/gh/ejguan/25/orig 2022-03-17T19:06:46.2682535Z * [new branch] gh/ejguan/26/base -> origin/gh/ejguan/26/base 2022-03-17T19:06:46.2683724Z * [new branch] gh/ejguan/26/head -> origin/gh/ejguan/26/head 2022-03-17T19:06:46.2685325Z * [new branch] gh/ejguan/26/orig -> origin/gh/ejguan/26/orig 2022-03-17T19:06:46.2686983Z * [new branch] gh/ejguan/27/base -> origin/gh/ejguan/27/base 2022-03-17T19:06:46.2688731Z * [new branch] gh/ejguan/27/head -> origin/gh/ejguan/27/head 2022-03-17T19:06:46.2689776Z * [new branch] gh/ejguan/27/orig -> origin/gh/ejguan/27/orig 2022-03-17T19:06:46.2691830Z * [new branch] gh/ejguan/3/base -> origin/gh/ejguan/3/base 2022-03-17T19:06:46.2692891Z * [new branch] gh/ejguan/3/head -> origin/gh/ejguan/3/head 2022-03-17T19:06:46.2694535Z * [new branch] gh/ejguan/3/orig -> origin/gh/ejguan/3/orig 2022-03-17T19:06:46.2696444Z * [new branch] gh/ejguan/30/base -> origin/gh/ejguan/30/base 2022-03-17T19:06:46.2697418Z * [new branch] gh/ejguan/30/head -> origin/gh/ejguan/30/head 2022-03-17T19:06:46.2699385Z * [new branch] gh/ejguan/33/base -> origin/gh/ejguan/33/base 2022-03-17T19:06:46.2700451Z * [new branch] gh/ejguan/33/head -> origin/gh/ejguan/33/head 2022-03-17T19:06:46.2702586Z * [new branch] gh/ejguan/40/base -> origin/gh/ejguan/40/base 2022-03-17T19:06:46.2704180Z * [new branch] gh/ejguan/40/head -> origin/gh/ejguan/40/head 2022-03-17T19:06:46.2705367Z * [new branch] gh/ejguan/40/orig -> origin/gh/ejguan/40/orig 2022-03-17T19:06:46.2707365Z * [new branch] gh/ejguan/68/base -> origin/gh/ejguan/68/base 2022-03-17T19:06:46.2708428Z * [new branch] gh/ejguan/68/head -> origin/gh/ejguan/68/head 2022-03-17T19:06:46.2710081Z * [new branch] gh/ejguan/68/orig -> origin/gh/ejguan/68/orig 2022-03-17T19:06:46.2711994Z * [new branch] gh/ejguan/71/base -> origin/gh/ejguan/71/base 2022-03-17T19:06:46.2713033Z * [new branch] gh/ejguan/71/head -> origin/gh/ejguan/71/head 2022-03-17T19:06:46.2714849Z * [new branch] gh/ejguan/71/orig -> origin/gh/ejguan/71/orig 2022-03-17T19:06:46.2716206Z * [new branch] gh/ejguan/72/base -> origin/gh/ejguan/72/base 2022-03-17T19:06:46.2717801Z * [new branch] gh/ejguan/72/head -> origin/gh/ejguan/72/head 2022-03-17T19:06:46.2718880Z * [new branch] gh/ejguan/72/orig -> origin/gh/ejguan/72/orig 2022-03-17T19:06:46.2720864Z * [new branch] gh/ejguan/73/base -> origin/gh/ejguan/73/base 2022-03-17T19:06:46.2721936Z * [new branch] gh/ejguan/73/head -> origin/gh/ejguan/73/head 2022-03-17T19:06:46.2724506Z * [new branch] gh/ejguan/73/orig -> origin/gh/ejguan/73/orig 2022-03-17T19:06:46.2726338Z * [new branch] gh/ejguan/74/base -> origin/gh/ejguan/74/base 2022-03-17T19:06:46.2727374Z * [new branch] gh/ejguan/74/head -> origin/gh/ejguan/74/head 2022-03-17T19:06:46.2729007Z * [new branch] gh/ejguan/74/orig -> origin/gh/ejguan/74/orig 2022-03-17T19:06:46.2730781Z * [new branch] gh/ejguan/89/base -> origin/gh/ejguan/89/base 2022-03-17T19:06:46.2731838Z * [new branch] gh/ejguan/89/head -> origin/gh/ejguan/89/head 2022-03-17T19:06:46.2733653Z * [new branch] gh/ejguan/89/orig -> origin/gh/ejguan/89/orig 2022-03-17T19:06:46.2735766Z * [new branch] gh/erjia-guan/1/base -> origin/gh/erjia-guan/1/base 2022-03-17T19:06:46.2736687Z * [new branch] gh/erjia-guan/1/head -> origin/gh/erjia-guan/1/head 2022-03-17T19:06:46.2738326Z * [new branch] gh/erjia-guan/1/orig -> origin/gh/erjia-guan/1/orig 2022-03-17T19:06:46.2740377Z * [new branch] gh/esqu1/1/base -> origin/gh/esqu1/1/base 2022-03-17T19:06:46.2741388Z * [new branch] gh/esqu1/1/head -> origin/gh/esqu1/1/head 2022-03-17T19:06:46.2743167Z * [new branch] gh/esqu1/1/orig -> origin/gh/esqu1/1/orig 2022-03-17T19:06:46.2745074Z * [new branch] gh/ethch18/1/base -> origin/gh/ethch18/1/base 2022-03-17T19:06:46.2747026Z * [new branch] gh/ezyang/1009/base -> origin/gh/ezyang/1009/base 2022-03-17T19:06:46.2748122Z * [new branch] gh/ezyang/1009/head -> origin/gh/ezyang/1009/head 2022-03-17T19:06:46.2750064Z * [new branch] gh/ezyang/1009/orig -> origin/gh/ezyang/1009/orig 2022-03-17T19:06:46.2751817Z * [new branch] gh/ezyang/1035/base -> origin/gh/ezyang/1035/base 2022-03-17T19:06:46.2752782Z * [new branch] gh/ezyang/1035/head -> origin/gh/ezyang/1035/head 2022-03-17T19:06:46.2754460Z * [new branch] gh/ezyang/1035/orig -> origin/gh/ezyang/1035/orig 2022-03-17T19:06:46.2756139Z * [new branch] gh/ezyang/1053/base -> origin/gh/ezyang/1053/base 2022-03-17T19:06:46.2757494Z * [new branch] gh/ezyang/1053/head -> origin/gh/ezyang/1053/head 2022-03-17T19:06:46.2759215Z * [new branch] gh/ezyang/1053/orig -> origin/gh/ezyang/1053/orig 2022-03-17T19:06:46.2760908Z * [new branch] gh/ezyang/1054/base -> origin/gh/ezyang/1054/base 2022-03-17T19:06:46.2762043Z * [new branch] gh/ezyang/1054/head -> origin/gh/ezyang/1054/head 2022-03-17T19:06:46.2763891Z * [new branch] gh/ezyang/1054/orig -> origin/gh/ezyang/1054/orig 2022-03-17T19:06:46.2765738Z * [new branch] gh/ezyang/1068/base -> origin/gh/ezyang/1068/base 2022-03-17T19:06:46.2766804Z * [new branch] gh/ezyang/1068/head -> origin/gh/ezyang/1068/head 2022-03-17T19:06:46.2768454Z * [new branch] gh/ezyang/1068/orig -> origin/gh/ezyang/1068/orig 2022-03-17T19:06:46.2770331Z * [new branch] gh/ezyang/1070/base -> origin/gh/ezyang/1070/base 2022-03-17T19:06:46.2771365Z * [new branch] gh/ezyang/1070/head -> origin/gh/ezyang/1070/head 2022-03-17T19:06:46.2773026Z * [new branch] gh/ezyang/1070/orig -> origin/gh/ezyang/1070/orig 2022-03-17T19:06:46.2774817Z * [new branch] gh/ezyang/1071/base -> origin/gh/ezyang/1071/base 2022-03-17T19:06:46.2775904Z * [new branch] gh/ezyang/1071/head -> origin/gh/ezyang/1071/head 2022-03-17T19:06:46.2777696Z * [new branch] gh/ezyang/1071/orig -> origin/gh/ezyang/1071/orig 2022-03-17T19:06:46.2778787Z * [new branch] gh/ezyang/1073/base -> origin/gh/ezyang/1073/base 2022-03-17T19:06:46.2780172Z * [new branch] gh/ezyang/1073/head -> origin/gh/ezyang/1073/head 2022-03-17T19:06:46.2781231Z * [new branch] gh/ezyang/1073/orig -> origin/gh/ezyang/1073/orig 2022-03-17T19:06:46.2783317Z * [new branch] gh/ezyang/1075/base -> origin/gh/ezyang/1075/base 2022-03-17T19:06:46.2784385Z * [new branch] gh/ezyang/1075/head -> origin/gh/ezyang/1075/head 2022-03-17T19:06:46.2786247Z * [new branch] gh/ezyang/1075/orig -> origin/gh/ezyang/1075/orig 2022-03-17T19:06:46.2788273Z * [new branch] gh/ezyang/1081/base -> origin/gh/ezyang/1081/base 2022-03-17T19:06:46.2789749Z * [new branch] gh/ezyang/1081/head -> origin/gh/ezyang/1081/head 2022-03-17T19:06:46.2790791Z * [new branch] gh/ezyang/1081/orig -> origin/gh/ezyang/1081/orig 2022-03-17T19:06:46.2792840Z * [new branch] gh/ezyang/1086/base -> origin/gh/ezyang/1086/base 2022-03-17T19:06:46.2793803Z * [new branch] gh/ezyang/1086/head -> origin/gh/ezyang/1086/head 2022-03-17T19:06:46.2795459Z * [new branch] gh/ezyang/1086/orig -> origin/gh/ezyang/1086/orig 2022-03-17T19:06:46.2797417Z * [new branch] gh/ezyang/1090/base -> origin/gh/ezyang/1090/base 2022-03-17T19:06:46.2799022Z * [new branch] gh/ezyang/1090/head -> origin/gh/ezyang/1090/head 2022-03-17T19:06:46.2800391Z * [new branch] gh/ezyang/1090/orig -> origin/gh/ezyang/1090/orig 2022-03-17T19:06:46.2802397Z * [new branch] gh/ezyang/1093/base -> origin/gh/ezyang/1093/base 2022-03-17T19:06:46.2804136Z * [new branch] gh/ezyang/1093/head -> origin/gh/ezyang/1093/head 2022-03-17T19:06:46.2805580Z * [new branch] gh/ezyang/1093/orig -> origin/gh/ezyang/1093/orig 2022-03-17T19:06:46.2807374Z * [new branch] gh/ezyang/1096/base -> origin/gh/ezyang/1096/base 2022-03-17T19:06:46.2809000Z * [new branch] gh/ezyang/1096/head -> origin/gh/ezyang/1096/head 2022-03-17T19:06:46.2810364Z * [new branch] gh/ezyang/1096/orig -> origin/gh/ezyang/1096/orig 2022-03-17T19:06:46.2812224Z * [new branch] gh/ezyang/1097/base -> origin/gh/ezyang/1097/base 2022-03-17T19:06:46.2813341Z * [new branch] gh/ezyang/1097/head -> origin/gh/ezyang/1097/head 2022-03-17T19:06:46.2815134Z * [new branch] gh/ezyang/1097/orig -> origin/gh/ezyang/1097/orig 2022-03-17T19:06:46.2816814Z * [new branch] gh/ezyang/1098/base -> origin/gh/ezyang/1098/base 2022-03-17T19:06:46.2817790Z * [new branch] gh/ezyang/1098/head -> origin/gh/ezyang/1098/head 2022-03-17T19:06:46.2819461Z * [new branch] gh/ezyang/1098/orig -> origin/gh/ezyang/1098/orig 2022-03-17T19:06:46.2821250Z * [new branch] gh/ezyang/1099/base -> origin/gh/ezyang/1099/base 2022-03-17T19:06:46.2822275Z * [new branch] gh/ezyang/1099/head -> origin/gh/ezyang/1099/head 2022-03-17T19:06:46.2823943Z * [new branch] gh/ezyang/1099/orig -> origin/gh/ezyang/1099/orig 2022-03-17T19:06:46.2825578Z * [new branch] gh/ezyang/1100/base -> origin/gh/ezyang/1100/base 2022-03-17T19:06:46.2826677Z * [new branch] gh/ezyang/1100/head -> origin/gh/ezyang/1100/head 2022-03-17T19:06:46.2828462Z * [new branch] gh/ezyang/1100/orig -> origin/gh/ezyang/1100/orig 2022-03-17T19:06:46.2830382Z * [new branch] gh/ezyang/1101/base -> origin/gh/ezyang/1101/base 2022-03-17T19:06:46.2831379Z * [new branch] gh/ezyang/1101/head -> origin/gh/ezyang/1101/head 2022-03-17T19:06:46.2833247Z * [new branch] gh/ezyang/1101/orig -> origin/gh/ezyang/1101/orig 2022-03-17T19:06:46.2834958Z * [new branch] gh/ezyang/1102/base -> origin/gh/ezyang/1102/base 2022-03-17T19:06:46.2835943Z * [new branch] gh/ezyang/1102/head -> origin/gh/ezyang/1102/head 2022-03-17T19:06:46.2837610Z * [new branch] gh/ezyang/1102/orig -> origin/gh/ezyang/1102/orig 2022-03-17T19:06:46.2839939Z * [new branch] gh/ezyang/1103/base -> origin/gh/ezyang/1103/base 2022-03-17T19:06:46.2840861Z * [new branch] gh/ezyang/1103/head -> origin/gh/ezyang/1103/head 2022-03-17T19:06:46.2842464Z * [new branch] gh/ezyang/1103/orig -> origin/gh/ezyang/1103/orig 2022-03-17T19:06:46.2844557Z * [new branch] gh/ezyang/1104/base -> origin/gh/ezyang/1104/base 2022-03-17T19:06:46.2846019Z * [new branch] gh/ezyang/1104/head -> origin/gh/ezyang/1104/head 2022-03-17T19:06:46.2847216Z * [new branch] gh/ezyang/1104/orig -> origin/gh/ezyang/1104/orig 2022-03-17T19:06:46.2849437Z * [new branch] gh/ezyang/1105/base -> origin/gh/ezyang/1105/base 2022-03-17T19:06:46.2850549Z * [new branch] gh/ezyang/1105/head -> origin/gh/ezyang/1105/head 2022-03-17T19:06:46.2852284Z * [new branch] gh/ezyang/1106/base -> origin/gh/ezyang/1106/base 2022-03-17T19:06:46.2853197Z * [new branch] gh/ezyang/1106/head -> origin/gh/ezyang/1106/head 2022-03-17T19:06:46.2854550Z * [new branch] gh/ezyang/1106/orig -> origin/gh/ezyang/1106/orig 2022-03-17T19:06:46.2856202Z * [new branch] gh/ezyang/1107/base -> origin/gh/ezyang/1107/base 2022-03-17T19:06:46.2857228Z * [new branch] gh/ezyang/1107/head -> origin/gh/ezyang/1107/head 2022-03-17T19:06:46.2858925Z * [new branch] gh/ezyang/1107/orig -> origin/gh/ezyang/1107/orig 2022-03-17T19:06:46.2860744Z * [new branch] gh/ezyang/269/base -> origin/gh/ezyang/269/base 2022-03-17T19:06:46.2861800Z * [new branch] gh/ezyang/269/head -> origin/gh/ezyang/269/head 2022-03-17T19:06:46.2863508Z * [new branch] gh/ezyang/269/orig -> origin/gh/ezyang/269/orig 2022-03-17T19:06:46.2865294Z * [new branch] gh/ezyang/301/base -> origin/gh/ezyang/301/base 2022-03-17T19:06:46.2866999Z * [new branch] gh/ezyang/301/head -> origin/gh/ezyang/301/head 2022-03-17T19:06:46.2868074Z * [new branch] gh/ezyang/301/orig -> origin/gh/ezyang/301/orig 2022-03-17T19:06:46.2871020Z * [new branch] gh/ezyang/366/head -> origin/gh/ezyang/366/head 2022-03-17T19:06:46.2872130Z * [new branch] gh/ezyang/366/orig -> origin/gh/ezyang/366/orig 2022-03-17T19:06:46.2874320Z * [new branch] gh/ezyang/371/base -> origin/gh/ezyang/371/base 2022-03-17T19:06:46.2876801Z * [new branch] gh/ezyang/371/head -> origin/gh/ezyang/371/head 2022-03-17T19:06:46.2879104Z * [new branch] gh/ezyang/371/orig -> origin/gh/ezyang/371/orig 2022-03-17T19:06:46.2881440Z * [new branch] gh/ezyang/401/base -> origin/gh/ezyang/401/base 2022-03-17T19:06:46.2883013Z * [new branch] gh/ezyang/401/head -> origin/gh/ezyang/401/head 2022-03-17T19:06:46.2884846Z * [new branch] gh/ezyang/479/base -> origin/gh/ezyang/479/base 2022-03-17T19:06:46.2885901Z * [new branch] gh/ezyang/479/head -> origin/gh/ezyang/479/head 2022-03-17T19:06:46.2887673Z * [new branch] gh/ezyang/479/orig -> origin/gh/ezyang/479/orig 2022-03-17T19:06:46.2889808Z * [new branch] gh/ezyang/495/head -> origin/gh/ezyang/495/head 2022-03-17T19:06:46.2891229Z * [new branch] gh/ezyang/495/orig -> origin/gh/ezyang/495/orig 2022-03-17T19:06:46.2893175Z * [new branch] gh/ezyang/497/base -> origin/gh/ezyang/497/base 2022-03-17T19:06:46.2894628Z * [new branch] gh/ezyang/497/head -> origin/gh/ezyang/497/head 2022-03-17T19:06:46.2896213Z * [new branch] gh/ezyang/497/orig -> origin/gh/ezyang/497/orig 2022-03-17T19:06:46.2897647Z * [new branch] gh/ezyang/501/base -> origin/gh/ezyang/501/base 2022-03-17T19:06:46.2898986Z * [new branch] gh/ezyang/501/head -> origin/gh/ezyang/501/head 2022-03-17T19:06:46.2900339Z * [new branch] gh/ezyang/501/orig -> origin/gh/ezyang/501/orig 2022-03-17T19:06:46.2902400Z * [new branch] gh/ezyang/502/base -> origin/gh/ezyang/502/base 2022-03-17T19:06:46.2903516Z * [new branch] gh/ezyang/502/head -> origin/gh/ezyang/502/head 2022-03-17T19:06:46.2905362Z * [new branch] gh/ezyang/502/orig -> origin/gh/ezyang/502/orig 2022-03-17T19:06:46.2906568Z * [new branch] gh/ezyang/503/base -> origin/gh/ezyang/503/base 2022-03-17T19:06:46.2908280Z * [new branch] gh/ezyang/503/head -> origin/gh/ezyang/503/head 2022-03-17T19:06:46.2909926Z * [new branch] gh/ezyang/503/orig -> origin/gh/ezyang/503/orig 2022-03-17T19:06:46.2911497Z * [new branch] gh/ezyang/504/base -> origin/gh/ezyang/504/base 2022-03-17T19:06:46.2912664Z * [new branch] gh/ezyang/504/head -> origin/gh/ezyang/504/head 2022-03-17T19:06:46.2914373Z * [new branch] gh/ezyang/504/orig -> origin/gh/ezyang/504/orig 2022-03-17T19:06:46.2915744Z * [new branch] gh/ezyang/505/base -> origin/gh/ezyang/505/base 2022-03-17T19:06:46.2917322Z * [new branch] gh/ezyang/505/head -> origin/gh/ezyang/505/head 2022-03-17T19:06:46.2918503Z * [new branch] gh/ezyang/505/orig -> origin/gh/ezyang/505/orig 2022-03-17T19:06:46.2920287Z * [new branch] gh/ezyang/506/base -> origin/gh/ezyang/506/base 2022-03-17T19:06:46.2921818Z * [new branch] gh/ezyang/506/head -> origin/gh/ezyang/506/head 2022-03-17T19:06:46.2924636Z * [new branch] gh/ezyang/506/orig -> origin/gh/ezyang/506/orig 2022-03-17T19:06:46.2926351Z * [new branch] gh/ezyang/546/base -> origin/gh/ezyang/546/base 2022-03-17T19:06:46.2927309Z * [new branch] gh/ezyang/546/head -> origin/gh/ezyang/546/head 2022-03-17T19:06:46.2929013Z * [new branch] gh/ezyang/546/orig -> origin/gh/ezyang/546/orig 2022-03-17T19:06:46.2930727Z * [new branch] gh/ezyang/547/base -> origin/gh/ezyang/547/base 2022-03-17T19:06:46.2931792Z * [new branch] gh/ezyang/547/head -> origin/gh/ezyang/547/head 2022-03-17T19:06:46.2933548Z * [new branch] gh/ezyang/547/orig -> origin/gh/ezyang/547/orig 2022-03-17T19:06:46.2934922Z * [new branch] gh/ezyang/548/base -> origin/gh/ezyang/548/base 2022-03-17T19:06:46.2936376Z * [new branch] gh/ezyang/548/head -> origin/gh/ezyang/548/head 2022-03-17T19:06:46.2938109Z * [new branch] gh/ezyang/548/orig -> origin/gh/ezyang/548/orig 2022-03-17T19:06:46.2939477Z * [new branch] gh/ezyang/549/base -> origin/gh/ezyang/549/base 2022-03-17T19:06:46.2940825Z * [new branch] gh/ezyang/549/head -> origin/gh/ezyang/549/head 2022-03-17T19:06:46.2942180Z * [new branch] gh/ezyang/549/orig -> origin/gh/ezyang/549/orig 2022-03-17T19:06:46.2943789Z * [new branch] gh/ezyang/550/base -> origin/gh/ezyang/550/base 2022-03-17T19:06:46.2945173Z * [new branch] gh/ezyang/550/head -> origin/gh/ezyang/550/head 2022-03-17T19:06:46.2946541Z * [new branch] gh/ezyang/550/orig -> origin/gh/ezyang/550/orig 2022-03-17T19:06:46.2948750Z * [new branch] gh/ezyang/551/base -> origin/gh/ezyang/551/base 2022-03-17T19:06:46.2949227Z * [new branch] gh/ezyang/551/head -> origin/gh/ezyang/551/head 2022-03-17T19:06:46.2950978Z * [new branch] gh/ezyang/551/orig -> origin/gh/ezyang/551/orig 2022-03-17T19:06:46.2952588Z * [new branch] gh/ezyang/552/base -> origin/gh/ezyang/552/base 2022-03-17T19:06:46.2953592Z * [new branch] gh/ezyang/552/head -> origin/gh/ezyang/552/head 2022-03-17T19:06:46.2955335Z * [new branch] gh/ezyang/552/orig -> origin/gh/ezyang/552/orig 2022-03-17T19:06:46.2956461Z * [new branch] gh/ezyang/553/base -> origin/gh/ezyang/553/base 2022-03-17T19:06:46.2958115Z * [new branch] gh/ezyang/553/head -> origin/gh/ezyang/553/head 2022-03-17T19:06:46.2959344Z * [new branch] gh/ezyang/553/orig -> origin/gh/ezyang/553/orig 2022-03-17T19:06:46.2960997Z * [new branch] gh/ezyang/554/base -> origin/gh/ezyang/554/base 2022-03-17T19:06:46.2962104Z * [new branch] gh/ezyang/554/head -> origin/gh/ezyang/554/head 2022-03-17T19:06:46.2964056Z * [new branch] gh/ezyang/554/orig -> origin/gh/ezyang/554/orig 2022-03-17T19:06:46.2965803Z * [new branch] gh/ezyang/568/base -> origin/gh/ezyang/568/base 2022-03-17T19:06:46.2967167Z * [new branch] gh/ezyang/568/head -> origin/gh/ezyang/568/head 2022-03-17T19:06:46.2968542Z * [new branch] gh/ezyang/568/orig -> origin/gh/ezyang/568/orig 2022-03-17T19:06:46.2970480Z * [new branch] gh/ezyang/573/base -> origin/gh/ezyang/573/base 2022-03-17T19:06:46.2971481Z * [new branch] gh/ezyang/573/head -> origin/gh/ezyang/573/head 2022-03-17T19:06:46.2973203Z * [new branch] gh/ezyang/573/orig -> origin/gh/ezyang/573/orig 2022-03-17T19:06:46.2974966Z * [new branch] gh/ezyang/574/base -> origin/gh/ezyang/574/base 2022-03-17T19:06:46.2976080Z * [new branch] gh/ezyang/574/head -> origin/gh/ezyang/574/head 2022-03-17T19:06:46.2977728Z * [new branch] gh/ezyang/574/orig -> origin/gh/ezyang/574/orig 2022-03-17T19:06:46.2979326Z * [new branch] gh/ezyang/575/base -> origin/gh/ezyang/575/base 2022-03-17T19:06:46.2980293Z * [new branch] gh/ezyang/575/head -> origin/gh/ezyang/575/head 2022-03-17T19:06:46.2981961Z * [new branch] gh/ezyang/575/orig -> origin/gh/ezyang/575/orig 2022-03-17T19:06:46.2983520Z * [new branch] gh/ezyang/576/base -> origin/gh/ezyang/576/base 2022-03-17T19:06:46.2984536Z * [new branch] gh/ezyang/576/head -> origin/gh/ezyang/576/head 2022-03-17T19:06:46.2986471Z * [new branch] gh/ezyang/576/orig -> origin/gh/ezyang/576/orig 2022-03-17T19:06:46.2988186Z * [new branch] gh/ezyang/577/base -> origin/gh/ezyang/577/base 2022-03-17T19:06:46.2989175Z * [new branch] gh/ezyang/577/head -> origin/gh/ezyang/577/head 2022-03-17T19:06:46.2990920Z * [new branch] gh/ezyang/577/orig -> origin/gh/ezyang/577/orig 2022-03-17T19:06:46.2993582Z * [new branch] gh/ezyang/590/base -> origin/gh/ezyang/590/base 2022-03-17T19:06:46.2994595Z * [new branch] gh/ezyang/590/head -> origin/gh/ezyang/590/head 2022-03-17T19:06:46.2996313Z * [new branch] gh/ezyang/590/orig -> origin/gh/ezyang/590/orig 2022-03-17T19:06:46.2998135Z * [new branch] gh/ezyang/604/base -> origin/gh/ezyang/604/base 2022-03-17T19:06:46.2999078Z * [new branch] gh/ezyang/604/head -> origin/gh/ezyang/604/head 2022-03-17T19:06:46.3000884Z * [new branch] gh/ezyang/604/orig -> origin/gh/ezyang/604/orig 2022-03-17T19:06:46.3002941Z * [new branch] gh/ezyang/608/base -> origin/gh/ezyang/608/base 2022-03-17T19:06:46.3003900Z * [new branch] gh/ezyang/608/head -> origin/gh/ezyang/608/head 2022-03-17T19:06:46.3005607Z * [new branch] gh/ezyang/608/orig -> origin/gh/ezyang/608/orig 2022-03-17T19:06:46.3007583Z * [new branch] gh/ezyang/613/base -> origin/gh/ezyang/613/base 2022-03-17T19:06:46.3008608Z * [new branch] gh/ezyang/613/head -> origin/gh/ezyang/613/head 2022-03-17T19:06:46.3010281Z * [new branch] gh/ezyang/613/orig -> origin/gh/ezyang/613/orig 2022-03-17T19:06:46.3012123Z * [new branch] gh/ezyang/617/base -> origin/gh/ezyang/617/base 2022-03-17T19:06:46.3014431Z * [new branch] gh/ezyang/617/head -> origin/gh/ezyang/617/head 2022-03-17T19:06:46.3014698Z * [new branch] gh/ezyang/617/orig -> origin/gh/ezyang/617/orig 2022-03-17T19:06:46.3016681Z * [new branch] gh/ezyang/620/base -> origin/gh/ezyang/620/base 2022-03-17T19:06:46.3017617Z * [new branch] gh/ezyang/620/head -> origin/gh/ezyang/620/head 2022-03-17T19:06:46.3019658Z * [new branch] gh/ezyang/620/orig -> origin/gh/ezyang/620/orig 2022-03-17T19:06:46.3021466Z * [new branch] gh/ezyang/624/base -> origin/gh/ezyang/624/base 2022-03-17T19:06:46.3022512Z * [new branch] gh/ezyang/624/head -> origin/gh/ezyang/624/head 2022-03-17T19:06:46.3024270Z * [new branch] gh/ezyang/624/orig -> origin/gh/ezyang/624/orig 2022-03-17T19:06:46.3026416Z * [new branch] gh/ezyang/628/base -> origin/gh/ezyang/628/base 2022-03-17T19:06:46.3027980Z * [new branch] gh/ezyang/628/head -> origin/gh/ezyang/628/head 2022-03-17T19:06:46.3029086Z * [new branch] gh/ezyang/628/orig -> origin/gh/ezyang/628/orig 2022-03-17T19:06:46.3030912Z * [new branch] gh/ezyang/630/base -> origin/gh/ezyang/630/base 2022-03-17T19:06:46.3032064Z * [new branch] gh/ezyang/630/head -> origin/gh/ezyang/630/head 2022-03-17T19:06:46.3033763Z * [new branch] gh/ezyang/630/orig -> origin/gh/ezyang/630/orig 2022-03-17T19:06:46.3035110Z * [new branch] gh/ezyang/631/base -> origin/gh/ezyang/631/base 2022-03-17T19:06:46.3036769Z * [new branch] gh/ezyang/631/head -> origin/gh/ezyang/631/head 2022-03-17T19:06:46.3037804Z * [new branch] gh/ezyang/631/orig -> origin/gh/ezyang/631/orig 2022-03-17T19:06:46.3039746Z * [new branch] gh/ezyang/632/base -> origin/gh/ezyang/632/base 2022-03-17T19:06:46.3040707Z * [new branch] gh/ezyang/632/head -> origin/gh/ezyang/632/head 2022-03-17T19:06:46.3042012Z * [new branch] gh/ezyang/632/orig -> origin/gh/ezyang/632/orig 2022-03-17T19:06:46.3044069Z * [new branch] gh/ezyang/633/base -> origin/gh/ezyang/633/base 2022-03-17T19:06:46.3045652Z * [new branch] gh/ezyang/633/head -> origin/gh/ezyang/633/head 2022-03-17T19:06:46.3046721Z * [new branch] gh/ezyang/633/orig -> origin/gh/ezyang/633/orig 2022-03-17T19:06:46.3048863Z * [new branch] gh/ezyang/635/base -> origin/gh/ezyang/635/base 2022-03-17T19:06:46.3049983Z * [new branch] gh/ezyang/635/head -> origin/gh/ezyang/635/head 2022-03-17T19:06:46.3051750Z * [new branch] gh/ezyang/635/orig -> origin/gh/ezyang/635/orig 2022-03-17T19:06:46.3053149Z * [new branch] gh/ezyang/636/base -> origin/gh/ezyang/636/base 2022-03-17T19:06:46.3054979Z * [new branch] gh/ezyang/636/head -> origin/gh/ezyang/636/head 2022-03-17T19:06:46.3055944Z * [new branch] gh/ezyang/636/orig -> origin/gh/ezyang/636/orig 2022-03-17T19:06:46.3058084Z * [new branch] gh/ezyang/637/base -> origin/gh/ezyang/637/base 2022-03-17T19:06:46.3059147Z * [new branch] gh/ezyang/637/head -> origin/gh/ezyang/637/head 2022-03-17T19:06:46.3061040Z * [new branch] gh/ezyang/637/orig -> origin/gh/ezyang/637/orig 2022-03-17T19:06:46.3062680Z * [new branch] gh/ezyang/638/base -> origin/gh/ezyang/638/base 2022-03-17T19:06:46.3064047Z * [new branch] gh/ezyang/638/head -> origin/gh/ezyang/638/head 2022-03-17T19:06:46.3065696Z * [new branch] gh/ezyang/638/orig -> origin/gh/ezyang/638/orig 2022-03-17T19:06:46.3067061Z * [new branch] gh/ezyang/640/base -> origin/gh/ezyang/640/base 2022-03-17T19:06:46.3068793Z * [new branch] gh/ezyang/640/head -> origin/gh/ezyang/640/head 2022-03-17T19:06:46.3069805Z * [new branch] gh/ezyang/640/orig -> origin/gh/ezyang/640/orig 2022-03-17T19:06:46.3072073Z * [new branch] gh/ezyang/641/base -> origin/gh/ezyang/641/base 2022-03-17T19:06:46.3073045Z * [new branch] gh/ezyang/641/head -> origin/gh/ezyang/641/head 2022-03-17T19:06:46.3074742Z * [new branch] gh/ezyang/641/orig -> origin/gh/ezyang/641/orig 2022-03-17T19:06:46.3076859Z * [new branch] gh/ezyang/644/base -> origin/gh/ezyang/644/base 2022-03-17T19:06:46.3077884Z * [new branch] gh/ezyang/644/head -> origin/gh/ezyang/644/head 2022-03-17T19:06:46.3079746Z * [new branch] gh/ezyang/644/orig -> origin/gh/ezyang/644/orig 2022-03-17T19:06:46.3081130Z * [new branch] gh/ezyang/648/base -> origin/gh/ezyang/648/base 2022-03-17T19:06:46.3083080Z * [new branch] gh/ezyang/648/head -> origin/gh/ezyang/648/head 2022-03-17T19:06:46.3084261Z * [new branch] gh/ezyang/648/orig -> origin/gh/ezyang/648/orig 2022-03-17T19:06:46.3086806Z * [new branch] gh/ezyang/650/base -> origin/gh/ezyang/650/base 2022-03-17T19:06:46.3088448Z * [new branch] gh/ezyang/650/head -> origin/gh/ezyang/650/head 2022-03-17T19:06:46.3089967Z * [new branch] gh/ezyang/650/orig -> origin/gh/ezyang/650/orig 2022-03-17T19:06:46.3091660Z * [new branch] gh/ezyang/671/base -> origin/gh/ezyang/671/base 2022-03-17T19:06:46.3092737Z * [new branch] gh/ezyang/671/head -> origin/gh/ezyang/671/head 2022-03-17T19:06:46.3094525Z * [new branch] gh/ezyang/671/orig -> origin/gh/ezyang/671/orig 2022-03-17T19:06:46.3095953Z * [new branch] gh/ezyang/672/base -> origin/gh/ezyang/672/base 2022-03-17T19:06:46.3097788Z * [new branch] gh/ezyang/672/head -> origin/gh/ezyang/672/head 2022-03-17T19:06:46.3098905Z * [new branch] gh/ezyang/672/orig -> origin/gh/ezyang/672/orig 2022-03-17T19:06:46.3100966Z * [new branch] gh/ezyang/754/base -> origin/gh/ezyang/754/base 2022-03-17T19:06:46.3101981Z * [new branch] gh/ezyang/754/head -> origin/gh/ezyang/754/head 2022-03-17T19:06:46.3104119Z * [new branch] gh/ezyang/780/head -> origin/gh/ezyang/780/head 2022-03-17T19:06:46.3106179Z * [new branch] gh/ezyang/811/base -> origin/gh/ezyang/811/base 2022-03-17T19:06:46.3107246Z * [new branch] gh/ezyang/811/orig -> origin/gh/ezyang/811/orig 2022-03-17T19:06:46.3109297Z * [new branch] gh/ezyang/838/base -> origin/gh/ezyang/838/base 2022-03-17T19:06:46.3110371Z * [new branch] gh/ezyang/838/head -> origin/gh/ezyang/838/head 2022-03-17T19:06:46.3112151Z * [new branch] gh/ezyang/838/orig -> origin/gh/ezyang/838/orig 2022-03-17T19:06:46.3114464Z * [new branch] gh/ezyang/870/base -> origin/gh/ezyang/870/base 2022-03-17T19:06:46.3115403Z * [new branch] gh/ezyang/870/head -> origin/gh/ezyang/870/head 2022-03-17T19:06:46.3116955Z * [new branch] gh/ezyang/870/orig -> origin/gh/ezyang/870/orig 2022-03-17T19:06:46.3118759Z * [new branch] gh/ezyang/906/base -> origin/gh/ezyang/906/base 2022-03-17T19:06:46.3119866Z * [new branch] gh/ezyang/906/head -> origin/gh/ezyang/906/head 2022-03-17T19:06:46.3121617Z * [new branch] gh/ezyang/906/orig -> origin/gh/ezyang/906/orig 2022-03-17T19:06:46.3124550Z * [new branch] gh/ezyang/915/base -> origin/gh/ezyang/915/base 2022-03-17T19:06:46.3126181Z * [new branch] gh/ezyang/915/head -> origin/gh/ezyang/915/head 2022-03-17T19:06:46.3127280Z * [new branch] gh/ezyang/915/orig -> origin/gh/ezyang/915/orig 2022-03-17T19:06:46.3129356Z * [new branch] gh/ezyang/932/base -> origin/gh/ezyang/932/base 2022-03-17T19:06:46.3130489Z * [new branch] gh/ezyang/932/head -> origin/gh/ezyang/932/head 2022-03-17T19:06:46.3132137Z * [new branch] gh/ezyang/932/orig -> origin/gh/ezyang/932/orig 2022-03-17T19:06:46.3133876Z * [new branch] gh/ezyang/933/base -> origin/gh/ezyang/933/base 2022-03-17T19:06:46.3134939Z * [new branch] gh/ezyang/933/head -> origin/gh/ezyang/933/head 2022-03-17T19:06:46.3136687Z * [new branch] gh/ezyang/933/orig -> origin/gh/ezyang/933/orig 2022-03-17T19:06:46.3138472Z * [new branch] gh/ezyang/952/base -> origin/gh/ezyang/952/base 2022-03-17T19:06:46.3139464Z * [new branch] gh/ezyang/952/head -> origin/gh/ezyang/952/head 2022-03-17T19:06:46.3141312Z * [new branch] gh/ezyang/952/orig -> origin/gh/ezyang/952/orig 2022-03-17T19:06:46.3143094Z * [new branch] gh/ezyang/993/base -> origin/gh/ezyang/993/base 2022-03-17T19:06:46.3144175Z * [new branch] gh/ezyang/993/head -> origin/gh/ezyang/993/head 2022-03-17T19:06:46.3146089Z * [new branch] gh/ezyang/993/orig -> origin/gh/ezyang/993/orig 2022-03-17T19:06:46.3147870Z * [new branch] gh/ezyang/994/base -> origin/gh/ezyang/994/base 2022-03-17T19:06:46.3148882Z * [new branch] gh/ezyang/994/head -> origin/gh/ezyang/994/head 2022-03-17T19:06:46.3150626Z * [new branch] gh/ezyang/994/orig -> origin/gh/ezyang/994/orig 2022-03-17T19:06:46.3152337Z * [new branch] gh/ezyang/995/base -> origin/gh/ezyang/995/base 2022-03-17T19:06:46.3153534Z * [new branch] gh/ezyang/995/head -> origin/gh/ezyang/995/head 2022-03-17T19:06:46.3155604Z * [new branch] gh/ezyang/995/orig -> origin/gh/ezyang/995/orig 2022-03-17T19:06:46.3156711Z * [new branch] gh/ezyang/997/base -> origin/gh/ezyang/997/base 2022-03-17T19:06:46.3158082Z * [new branch] gh/ezyang/997/head -> origin/gh/ezyang/997/head 2022-03-17T19:06:46.3159395Z * [new branch] gh/ezyang/997/orig -> origin/gh/ezyang/997/orig 2022-03-17T19:06:46.3161580Z * [new branch] gh/fduwjj/23/base -> origin/gh/fduwjj/23/base 2022-03-17T19:06:46.3162962Z * [new branch] gh/fduwjj/23/head -> origin/gh/fduwjj/23/head 2022-03-17T19:06:46.3164805Z * [new branch] gh/fduwjj/23/orig -> origin/gh/fduwjj/23/orig 2022-03-17T19:06:46.3166810Z * [new branch] gh/fegin/4/base -> origin/gh/fegin/4/base 2022-03-17T19:06:46.3167881Z * [new branch] gh/fegin/4/head -> origin/gh/fegin/4/head 2022-03-17T19:06:46.3169622Z * [new branch] gh/fegin/4/orig -> origin/gh/fegin/4/orig 2022-03-17T19:06:46.3171604Z * [new branch] gh/firstprayer/1/base -> origin/gh/firstprayer/1/base 2022-03-17T19:06:46.3172619Z * [new branch] gh/firstprayer/1/head -> origin/gh/firstprayer/1/head 2022-03-17T19:06:46.3174280Z * [new branch] gh/firstprayer/1/orig -> origin/gh/firstprayer/1/orig 2022-03-17T19:06:46.3176254Z * [new branch] gh/gamrix/13/base -> origin/gh/gamrix/13/base 2022-03-17T19:06:46.3177180Z * [new branch] gh/gamrix/13/orig -> origin/gh/gamrix/13/orig 2022-03-17T19:06:46.3179287Z * [new branch] gh/gamrix/14/base -> origin/gh/gamrix/14/base 2022-03-17T19:06:46.3180866Z * [new branch] gh/gamrix/14/orig -> origin/gh/gamrix/14/orig 2022-03-17T19:06:46.3182494Z * [new branch] gh/gamrix/15/base -> origin/gh/gamrix/15/base 2022-03-17T19:06:46.3183597Z * [new branch] gh/gamrix/15/orig -> origin/gh/gamrix/15/orig 2022-03-17T19:06:46.3185590Z * [new branch] gh/gamrix/16/base -> origin/gh/gamrix/16/base 2022-03-17T19:06:46.3186731Z * [new branch] gh/gamrix/16/orig -> origin/gh/gamrix/16/orig 2022-03-17T19:06:46.3188614Z * [new branch] gh/gamrix/17/base -> origin/gh/gamrix/17/base 2022-03-17T19:06:46.3189464Z * [new branch] gh/gamrix/17/head -> origin/gh/gamrix/17/head 2022-03-17T19:06:46.3191165Z * [new branch] gh/gamrix/17/orig -> origin/gh/gamrix/17/orig 2022-03-17T19:06:46.3192895Z * [new branch] gh/gamrix/22/base -> origin/gh/gamrix/22/base 2022-03-17T19:06:46.3193947Z * [new branch] gh/gamrix/22/orig -> origin/gh/gamrix/22/orig 2022-03-17T19:06:46.3195928Z * [new branch] gh/gamrix/23/base -> origin/gh/gamrix/23/base 2022-03-17T19:06:46.3196963Z * [new branch] gh/gamrix/23/orig -> origin/gh/gamrix/23/orig 2022-03-17T19:06:46.3199047Z * [new branch] gh/gamrix/25/base -> origin/gh/gamrix/25/base 2022-03-17T19:06:46.3200372Z * [new branch] gh/gamrix/25/head -> origin/gh/gamrix/25/head 2022-03-17T19:06:46.3201709Z * [new branch] gh/gamrix/25/orig -> origin/gh/gamrix/25/orig 2022-03-17T19:06:46.3203971Z * [new branch] gh/gamrix/26/base -> origin/gh/gamrix/26/base 2022-03-17T19:06:46.3204936Z * [new branch] gh/gamrix/26/head -> origin/gh/gamrix/26/head 2022-03-17T19:06:46.3206705Z * [new branch] gh/gamrix/26/orig -> origin/gh/gamrix/26/orig 2022-03-17T19:06:46.3208248Z * [new branch] gh/gamrix/30/base -> origin/gh/gamrix/30/base 2022-03-17T19:06:46.3209583Z * [new branch] gh/gamrix/30/head -> origin/gh/gamrix/30/head 2022-03-17T19:06:46.3211215Z * [new branch] gh/gamrix/30/orig -> origin/gh/gamrix/30/orig 2022-03-17T19:06:46.3212712Z * [new branch] gh/gamrix/43/base -> origin/gh/gamrix/43/base 2022-03-17T19:06:46.3213804Z * [new branch] gh/gamrix/43/head -> origin/gh/gamrix/43/head 2022-03-17T19:06:46.3215426Z * [new branch] gh/gamrix/43/orig -> origin/gh/gamrix/43/orig 2022-03-17T19:06:46.3217291Z * [new branch] gh/gamrix/44/base -> origin/gh/gamrix/44/base 2022-03-17T19:06:46.3218388Z * [new branch] gh/gamrix/44/head -> origin/gh/gamrix/44/head 2022-03-17T19:06:46.3219695Z * [new branch] gh/gamrix/44/orig -> origin/gh/gamrix/44/orig 2022-03-17T19:06:46.3221351Z * [new branch] gh/gamrix/46/base -> origin/gh/gamrix/46/base 2022-03-17T19:06:46.3222323Z * [new branch] gh/gamrix/46/head -> origin/gh/gamrix/46/head 2022-03-17T19:06:46.3223897Z * [new branch] gh/gamrix/46/orig -> origin/gh/gamrix/46/orig 2022-03-17T19:06:46.3225458Z * [new branch] gh/gamrix/47/base -> origin/gh/gamrix/47/base 2022-03-17T19:06:46.3248425Z * [new branch] gh/gamrix/47/head -> origin/gh/gamrix/47/head 2022-03-17T19:06:46.3248920Z * [new branch] gh/gamrix/47/orig -> origin/gh/gamrix/47/orig 2022-03-17T19:06:46.3249464Z * [new branch] gh/gamrix/49/base -> origin/gh/gamrix/49/base 2022-03-17T19:06:46.3250055Z * [new branch] gh/gamrix/49/head -> origin/gh/gamrix/49/head 2022-03-17T19:06:46.3250582Z * [new branch] gh/gamrix/49/orig -> origin/gh/gamrix/49/orig 2022-03-17T19:06:46.3251001Z * [new branch] gh/gamrix/50/base -> origin/gh/gamrix/50/base 2022-03-17T19:06:46.3251289Z * [new branch] gh/gamrix/50/head -> origin/gh/gamrix/50/head 2022-03-17T19:06:46.3251586Z * [new branch] gh/gamrix/50/orig -> origin/gh/gamrix/50/orig 2022-03-17T19:06:46.3252028Z * [new branch] gh/gamrix/51/base -> origin/gh/gamrix/51/base 2022-03-17T19:06:46.3252301Z * [new branch] gh/gamrix/51/head -> origin/gh/gamrix/51/head 2022-03-17T19:06:46.3252711Z * [new branch] gh/gamrix/51/orig -> origin/gh/gamrix/51/orig 2022-03-17T19:06:46.3253153Z * [new branch] gh/gchanan/110/head -> origin/gh/gchanan/110/head 2022-03-17T19:06:46.3253422Z * [new branch] gh/gchanan/166/base -> origin/gh/gchanan/166/base 2022-03-17T19:06:46.3253694Z * [new branch] gh/gchanan/166/head -> origin/gh/gchanan/166/head 2022-03-17T19:06:46.3253961Z * [new branch] gh/gchanan/166/orig -> origin/gh/gchanan/166/orig 2022-03-17T19:06:46.3254228Z * [new branch] gh/gchanan/178/base -> origin/gh/gchanan/178/base 2022-03-17T19:06:46.3254502Z * [new branch] gh/gchanan/178/head -> origin/gh/gchanan/178/head 2022-03-17T19:06:46.3254985Z * [new branch] gh/gchanan/178/orig -> origin/gh/gchanan/178/orig 2022-03-17T19:06:46.3255270Z * [new branch] gh/gchanan/268/base -> origin/gh/gchanan/268/base 2022-03-17T19:06:46.3256214Z * [new branch] gh/gchanan/268/head -> origin/gh/gchanan/268/head 2022-03-17T19:06:46.3257878Z * [new branch] gh/gchanan/268/orig -> origin/gh/gchanan/268/orig 2022-03-17T19:06:46.3259724Z * [new branch] gh/gchanan/269/base -> origin/gh/gchanan/269/base 2022-03-17T19:06:46.3260733Z * [new branch] gh/gchanan/269/head -> origin/gh/gchanan/269/head 2022-03-17T19:06:46.3262456Z * [new branch] gh/gchanan/269/orig -> origin/gh/gchanan/269/orig 2022-03-17T19:06:46.3264135Z * [new branch] gh/gchanan/302/base -> origin/gh/gchanan/302/base 2022-03-17T19:06:46.3265516Z * [new branch] gh/gchanan/302/head -> origin/gh/gchanan/302/head 2022-03-17T19:06:46.3266619Z * [new branch] gh/gchanan/302/orig -> origin/gh/gchanan/302/orig 2022-03-17T19:06:46.3268565Z * [new branch] gh/gchanan/329/base -> origin/gh/gchanan/329/base 2022-03-17T19:06:46.3269691Z * [new branch] gh/gchanan/329/head -> origin/gh/gchanan/329/head 2022-03-17T19:06:46.3271376Z * [new branch] gh/gchanan/329/orig -> origin/gh/gchanan/329/orig 2022-03-17T19:06:46.3273169Z * [new branch] gh/gchanan/330/base -> origin/gh/gchanan/330/base 2022-03-17T19:06:46.3274191Z * [new branch] gh/gchanan/330/head -> origin/gh/gchanan/330/head 2022-03-17T19:06:46.3276039Z * [new branch] gh/gchanan/330/orig -> origin/gh/gchanan/330/orig 2022-03-17T19:06:46.3278268Z * [new branch] gh/gchanan/336/base -> origin/gh/gchanan/336/base 2022-03-17T19:06:46.3279960Z * [new branch] gh/gchanan/336/head -> origin/gh/gchanan/336/head 2022-03-17T19:06:46.3280765Z * [new branch] gh/gchanan/336/orig -> origin/gh/gchanan/336/orig 2022-03-17T19:06:46.3283104Z * [new branch] gh/gchanan/45/base -> origin/gh/gchanan/45/base 2022-03-17T19:06:46.3284039Z * [new branch] gh/gchanan/45/head -> origin/gh/gchanan/45/head 2022-03-17T19:06:46.3285411Z * [new branch] gh/gchanan/45/orig -> origin/gh/gchanan/45/orig 2022-03-17T19:06:46.3287475Z * [new branch] gh/gchanan/64/base -> origin/gh/gchanan/64/base 2022-03-17T19:06:46.3288866Z * [new branch] gh/gchanan/64/head -> origin/gh/gchanan/64/head 2022-03-17T19:06:46.3290456Z * [new branch] gh/gchanan/64/orig -> origin/gh/gchanan/64/orig 2022-03-17T19:06:46.3291833Z * [new branch] gh/gchanan/65/base -> origin/gh/gchanan/65/base 2022-03-17T19:06:46.3293688Z * [new branch] gh/gchanan/65/head -> origin/gh/gchanan/65/head 2022-03-17T19:06:46.3294665Z * [new branch] gh/gchanan/65/orig -> origin/gh/gchanan/65/orig 2022-03-17T19:06:46.3296686Z * [new branch] gh/gchanan/70/base -> origin/gh/gchanan/70/base 2022-03-17T19:06:46.3297978Z * [new branch] gh/gchanan/70/head -> origin/gh/gchanan/70/head 2022-03-17T19:06:46.3299267Z * [new branch] gh/gchanan/70/orig -> origin/gh/gchanan/70/orig 2022-03-17T19:06:46.3300976Z * [new branch] gh/gchanan/71/base -> origin/gh/gchanan/71/base 2022-03-17T19:06:46.3302037Z * [new branch] gh/gchanan/71/head -> origin/gh/gchanan/71/head 2022-03-17T19:06:46.3303650Z * [new branch] gh/gchanan/71/orig -> origin/gh/gchanan/71/orig 2022-03-17T19:06:46.3305026Z * [new branch] gh/gchanan/72/base -> origin/gh/gchanan/72/base 2022-03-17T19:06:46.3306605Z * [new branch] gh/gchanan/72/head -> origin/gh/gchanan/72/head 2022-03-17T19:06:46.3307573Z * [new branch] gh/gchanan/72/orig -> origin/gh/gchanan/72/orig 2022-03-17T19:06:46.3309658Z * [new branch] gh/gchanan/80/base -> origin/gh/gchanan/80/base 2022-03-17T19:06:46.3310702Z * [new branch] gh/gchanan/80/head -> origin/gh/gchanan/80/head 2022-03-17T19:06:46.3312445Z * [new branch] gh/gchanan/80/orig -> origin/gh/gchanan/80/orig 2022-03-17T19:06:46.3314622Z * [new branch] gh/gcramer23/1/base -> origin/gh/gcramer23/1/base 2022-03-17T19:06:46.3315827Z * [new branch] gh/gcramer23/1/head -> origin/gh/gcramer23/1/head 2022-03-17T19:06:46.3317470Z * [new branch] gh/gcramer23/1/orig -> origin/gh/gcramer23/1/orig 2022-03-17T19:06:46.3319144Z * [new branch] gh/gcramer23/12/base -> origin/gh/gcramer23/12/base 2022-03-17T19:06:46.3320210Z * [new branch] gh/gcramer23/12/orig -> origin/gh/gcramer23/12/orig 2022-03-17T19:06:46.3322204Z * [new branch] gh/gcramer23/13/base -> origin/gh/gcramer23/13/base 2022-03-17T19:06:46.3324477Z * [new branch] gh/gcramer23/13/head -> origin/gh/gcramer23/13/head 2022-03-17T19:06:46.3325533Z * [new branch] gh/gcramer23/13/orig -> origin/gh/gcramer23/13/orig 2022-03-17T19:06:46.3327595Z * [new branch] gh/gcramer23/16/base -> origin/gh/gcramer23/16/base 2022-03-17T19:06:46.3328619Z * [new branch] gh/gcramer23/16/orig -> origin/gh/gcramer23/16/orig 2022-03-17T19:06:46.3331345Z * [new branch] gh/gcramer23/17/base -> origin/gh/gcramer23/17/base 2022-03-17T19:06:46.3332166Z * [new branch] gh/gcramer23/17/orig -> origin/gh/gcramer23/17/orig 2022-03-17T19:06:46.3334093Z * [new branch] gh/gcramer23/19/base -> origin/gh/gcramer23/19/base 2022-03-17T19:06:46.3335527Z * [new branch] gh/gcramer23/19/head -> origin/gh/gcramer23/19/head 2022-03-17T19:06:46.3337261Z * [new branch] gh/gcramer23/2/base -> origin/gh/gcramer23/2/base 2022-03-17T19:06:46.3338690Z * [new branch] gh/gcramer23/2/head -> origin/gh/gcramer23/2/head 2022-03-17T19:06:46.3339834Z * [new branch] gh/gcramer23/2/orig -> origin/gh/gcramer23/2/orig 2022-03-17T19:06:46.3341506Z * [new branch] gh/gcramer23/20/base -> origin/gh/gcramer23/20/base 2022-03-17T19:06:46.3343002Z * [new branch] gh/gcramer23/20/head -> origin/gh/gcramer23/20/head 2022-03-17T19:06:46.3344083Z * [new branch] gh/gcramer23/20/orig -> origin/gh/gcramer23/20/orig 2022-03-17T19:06:46.3346014Z * [new branch] gh/gcramer23/21/base -> origin/gh/gcramer23/21/base 2022-03-17T19:06:46.3347557Z * [new branch] gh/gcramer23/21/orig -> origin/gh/gcramer23/21/orig 2022-03-17T19:06:46.3349434Z * [new branch] gh/gcramer23/23/base -> origin/gh/gcramer23/23/base 2022-03-17T19:06:46.3350524Z * [new branch] gh/gcramer23/23/head -> origin/gh/gcramer23/23/head 2022-03-17T19:06:46.3352252Z * [new branch] gh/gcramer23/23/orig -> origin/gh/gcramer23/23/orig 2022-03-17T19:06:46.3354096Z * [new branch] gh/gcramer23/5/base -> origin/gh/gcramer23/5/base 2022-03-17T19:06:46.3355013Z * [new branch] gh/gcramer23/5/orig -> origin/gh/gcramer23/5/orig 2022-03-17T19:06:46.3356782Z * [new branch] gh/gcramer23/6/base -> origin/gh/gcramer23/6/base 2022-03-17T19:06:46.3357754Z * [new branch] gh/gcramer23/6/head -> origin/gh/gcramer23/6/head 2022-03-17T19:06:46.3359908Z * [new branch] gh/gcramer23/8/base -> origin/gh/gcramer23/8/base 2022-03-17T19:06:46.3360933Z * [new branch] gh/gcramer23/8/head -> origin/gh/gcramer23/8/head 2022-03-17T19:06:46.3362867Z * [new branch] gh/gcramer23/8/orig -> origin/gh/gcramer23/8/orig 2022-03-17T19:06:46.3364992Z * [new branch] gh/george-qi/19/base -> origin/gh/george-qi/19/base 2022-03-17T19:06:46.3365971Z * [new branch] gh/george-qi/19/head -> origin/gh/george-qi/19/head 2022-03-17T19:06:46.3367848Z * [new branch] gh/george-qi/19/orig -> origin/gh/george-qi/19/orig 2022-03-17T19:06:46.3369532Z * [new branch] gh/george-qi/20/base -> origin/gh/george-qi/20/base 2022-03-17T19:06:46.3370543Z * [new branch] gh/george-qi/20/head -> origin/gh/george-qi/20/head 2022-03-17T19:06:46.3372302Z * [new branch] gh/george-qi/20/orig -> origin/gh/george-qi/20/orig 2022-03-17T19:06:46.3373896Z * [new branch] gh/george-qi/21/base -> origin/gh/george-qi/21/base 2022-03-17T19:06:46.3375104Z * [new branch] gh/george-qi/21/head -> origin/gh/george-qi/21/head 2022-03-17T19:06:46.3376355Z * [new branch] gh/george-qi/21/orig -> origin/gh/george-qi/21/orig 2022-03-17T19:06:46.3378081Z * [new branch] gh/george-qi/22/base -> origin/gh/george-qi/22/base 2022-03-17T19:06:46.3379136Z * [new branch] gh/george-qi/22/head -> origin/gh/george-qi/22/head 2022-03-17T19:06:46.3380802Z * [new branch] gh/george-qi/22/orig -> origin/gh/george-qi/22/orig 2022-03-17T19:06:46.3382038Z * [new branch] gh/george-qi/23/base -> origin/gh/george-qi/23/base 2022-03-17T19:06:46.3383860Z * [new branch] gh/george-qi/23/head -> origin/gh/george-qi/23/head 2022-03-17T19:06:46.3385122Z * [new branch] gh/george-qi/23/orig -> origin/gh/george-qi/23/orig 2022-03-17T19:06:46.3387114Z * [new branch] gh/george-qi/24/base -> origin/gh/george-qi/24/base 2022-03-17T19:06:46.3388049Z * [new branch] gh/george-qi/24/head -> origin/gh/george-qi/24/head 2022-03-17T19:06:46.3389741Z * [new branch] gh/george-qi/24/orig -> origin/gh/george-qi/24/orig 2022-03-17T19:06:46.3391359Z * [new branch] gh/george-qi/25/base -> origin/gh/george-qi/25/base 2022-03-17T19:06:46.3392435Z * [new branch] gh/george-qi/25/head -> origin/gh/george-qi/25/head 2022-03-17T19:06:46.3393763Z * [new branch] gh/george-qi/25/orig -> origin/gh/george-qi/25/orig 2022-03-17T19:06:46.3396018Z * [new branch] gh/glaringlee/31/base -> origin/gh/glaringlee/31/base 2022-03-17T19:06:46.3397062Z * [new branch] gh/glaringlee/31/head -> origin/gh/glaringlee/31/head 2022-03-17T19:06:46.3398381Z * [new branch] gh/glaringlee/31/orig -> origin/gh/glaringlee/31/orig 2022-03-17T19:06:46.3400714Z * [new branch] gh/gqchen/1/base -> origin/gh/gqchen/1/base 2022-03-17T19:06:46.3402004Z * [new branch] gh/gqchen/1/head -> origin/gh/gqchen/1/head 2022-03-17T19:06:46.3404026Z * [new branch] gh/gqchen/1/orig -> origin/gh/gqchen/1/orig 2022-03-17T19:06:46.3406035Z * [new branch] gh/haichuan-fb/2/base -> origin/gh/haichuan-fb/2/base 2022-03-17T19:06:46.3407051Z * [new branch] gh/haichuan-fb/2/orig -> origin/gh/haichuan-fb/2/orig 2022-03-17T19:06:46.3409468Z * [new branch] gh/hameerabbasi/5/base -> origin/gh/hameerabbasi/5/base 2022-03-17T19:06:46.3410394Z * [new branch] gh/hameerabbasi/5/orig -> origin/gh/hameerabbasi/5/orig 2022-03-17T19:06:46.3412702Z * [new branch] gh/heitorschueroff/14/base -> origin/gh/heitorschueroff/14/base 2022-03-17T19:06:46.3413643Z * [new branch] gh/heitorschueroff/14/head -> origin/gh/heitorschueroff/14/head 2022-03-17T19:06:46.3414998Z * [new branch] gh/heitorschueroff/14/orig -> origin/gh/heitorschueroff/14/orig 2022-03-17T19:06:46.3417057Z * [new branch] gh/heitorschueroff/17/base -> origin/gh/heitorschueroff/17/base 2022-03-17T19:06:46.3418058Z * [new branch] gh/heitorschueroff/17/head -> origin/gh/heitorschueroff/17/head 2022-03-17T19:06:46.3419928Z * [new branch] gh/heitorschueroff/17/orig -> origin/gh/heitorschueroff/17/orig 2022-03-17T19:06:46.3421187Z * [new branch] gh/heitorschueroff/18/base -> origin/gh/heitorschueroff/18/base 2022-03-17T19:06:46.3422558Z * [new branch] gh/heitorschueroff/18/head -> origin/gh/heitorschueroff/18/head 2022-03-17T19:06:46.3423945Z * [new branch] gh/heitorschueroff/18/orig -> origin/gh/heitorschueroff/18/orig 2022-03-17T19:06:46.3425438Z * [new branch] gh/heitorschueroff/19/base -> origin/gh/heitorschueroff/19/base 2022-03-17T19:06:46.3426694Z * [new branch] gh/heitorschueroff/19/head -> origin/gh/heitorschueroff/19/head 2022-03-17T19:06:46.3427987Z * [new branch] gh/heitorschueroff/19/orig -> origin/gh/heitorschueroff/19/orig 2022-03-17T19:06:46.3430313Z * [new branch] gh/houseroad/9/base -> origin/gh/houseroad/9/base 2022-03-17T19:06:46.3431455Z * [new branch] gh/houseroad/9/orig -> origin/gh/houseroad/9/orig 2022-03-17T19:06:46.3442534Z * [new branch] gh/huiguoo/16/base -> origin/gh/huiguoo/16/base 2022-03-17T19:06:46.3443818Z * [new branch] gh/huiguoo/16/head -> origin/gh/huiguoo/16/head 2022-03-17T19:06:46.3445785Z * [new branch] gh/huiguoo/16/orig -> origin/gh/huiguoo/16/orig 2022-03-17T19:06:46.3447397Z * [new branch] gh/huiguoo/3/base -> origin/gh/huiguoo/3/base 2022-03-17T19:06:46.3448421Z * [new branch] gh/huiguoo/3/orig -> origin/gh/huiguoo/3/orig 2022-03-17T19:06:46.3450571Z * [new branch] gh/huiguoo/39/base -> origin/gh/huiguoo/39/base 2022-03-17T19:06:46.3451681Z * [new branch] gh/huiguoo/39/head -> origin/gh/huiguoo/39/head 2022-03-17T19:06:46.3453019Z * [new branch] gh/huiguoo/39/orig -> origin/gh/huiguoo/39/orig 2022-03-17T19:06:46.3455250Z * [new branch] gh/huiguoo/4/base -> origin/gh/huiguoo/4/base 2022-03-17T19:06:46.3456269Z * [new branch] gh/huiguoo/4/orig -> origin/gh/huiguoo/4/orig 2022-03-17T19:06:46.3458233Z * [new branch] gh/huiguoo/40/base -> origin/gh/huiguoo/40/base 2022-03-17T19:06:46.3459290Z * [new branch] gh/huiguoo/40/head -> origin/gh/huiguoo/40/head 2022-03-17T19:06:46.3460841Z * [new branch] gh/huiguoo/40/orig -> origin/gh/huiguoo/40/orig 2022-03-17T19:06:46.3462713Z * [new branch] gh/huiguoo/41/base -> origin/gh/huiguoo/41/base 2022-03-17T19:06:46.3463846Z * [new branch] gh/huiguoo/41/head -> origin/gh/huiguoo/41/head 2022-03-17T19:06:46.3465385Z * [new branch] gh/huiguoo/41/orig -> origin/gh/huiguoo/41/orig 2022-03-17T19:06:46.3466676Z * [new branch] gh/huiguoo/42/base -> origin/gh/huiguoo/42/base 2022-03-17T19:06:46.3467951Z * [new branch] gh/huiguoo/42/head -> origin/gh/huiguoo/42/head 2022-03-17T19:06:46.3469503Z * [new branch] gh/huiguoo/42/orig -> origin/gh/huiguoo/42/orig 2022-03-17T19:06:46.3475764Z * [new branch] gh/huiguoo/50/base -> origin/gh/huiguoo/50/base 2022-03-17T19:06:46.3476750Z * [new branch] gh/huiguoo/50/head -> origin/gh/huiguoo/50/head 2022-03-17T19:06:46.3478236Z * [new branch] gh/huiguoo/50/orig -> origin/gh/huiguoo/50/orig 2022-03-17T19:06:46.3480364Z * [new branch] gh/huiguoo/51/base -> origin/gh/huiguoo/51/base 2022-03-17T19:06:46.3481606Z * [new branch] gh/huiguoo/51/head -> origin/gh/huiguoo/51/head 2022-03-17T19:06:46.3483266Z * [new branch] gh/huiguoo/51/orig -> origin/gh/huiguoo/51/orig 2022-03-17T19:06:46.3485053Z * [new branch] gh/huiguoo/54/base -> origin/gh/huiguoo/54/base 2022-03-17T19:06:46.3486170Z * [new branch] gh/huiguoo/54/head -> origin/gh/huiguoo/54/head 2022-03-17T19:06:46.3487881Z * [new branch] gh/huiguoo/54/orig -> origin/gh/huiguoo/54/orig 2022-03-17T19:06:46.3492082Z * [new branch] gh/huiguoo/57/base -> origin/gh/huiguoo/57/base 2022-03-17T19:06:46.3493158Z * [new branch] gh/huiguoo/57/head -> origin/gh/huiguoo/57/head 2022-03-17T19:06:46.3495451Z * [new branch] gh/huiguoo/57/orig -> origin/gh/huiguoo/57/orig 2022-03-17T19:06:46.3497185Z * [new branch] gh/huiguoo/58/base -> origin/gh/huiguoo/58/base 2022-03-17T19:06:46.3498431Z * [new branch] gh/huiguoo/58/head -> origin/gh/huiguoo/58/head 2022-03-17T19:06:46.3499708Z * [new branch] gh/huiguoo/58/orig -> origin/gh/huiguoo/58/orig 2022-03-17T19:06:46.3503650Z * [new branch] gh/husthyc/10/base -> origin/gh/husthyc/10/base 2022-03-17T19:06:46.3504865Z * [new branch] gh/husthyc/10/head -> origin/gh/husthyc/10/head 2022-03-17T19:06:46.3508742Z * [new branch] gh/husthyc/10/orig -> origin/gh/husthyc/10/orig 2022-03-17T19:06:46.3511264Z * [new branch] gh/husthyc/2/base -> origin/gh/husthyc/2/base 2022-03-17T19:06:46.3513733Z * [new branch] gh/husthyc/2/orig -> origin/gh/husthyc/2/orig 2022-03-17T19:06:46.3516532Z * [new branch] gh/husthyc/22/base -> origin/gh/husthyc/22/base 2022-03-17T19:06:46.3517860Z * [new branch] gh/husthyc/22/head -> origin/gh/husthyc/22/head 2022-03-17T19:06:46.3521021Z * [new branch] gh/husthyc/25/base -> origin/gh/husthyc/25/base 2022-03-17T19:06:46.3522361Z * [new branch] gh/husthyc/25/orig -> origin/gh/husthyc/25/orig 2022-03-17T19:06:46.3526437Z * [new branch] gh/husthyc/26/base -> origin/gh/husthyc/26/base 2022-03-17T19:06:46.3527415Z * [new branch] gh/husthyc/26/orig -> origin/gh/husthyc/26/orig 2022-03-17T19:06:46.3529088Z * [new branch] gh/husthyc/27/base -> origin/gh/husthyc/27/base 2022-03-17T19:06:46.3532844Z * [new branch] gh/husthyc/27/orig -> origin/gh/husthyc/27/orig 2022-03-17T19:06:46.3534780Z * [new branch] gh/husthyc/3/orig -> origin/gh/husthyc/3/orig 2022-03-17T19:06:46.3536534Z * [new branch] gh/husthyc/32/base -> origin/gh/husthyc/32/base 2022-03-17T19:06:46.3537926Z * [new branch] gh/husthyc/32/head -> origin/gh/husthyc/32/head 2022-03-17T19:06:46.3539549Z * [new branch] gh/husthyc/32/orig -> origin/gh/husthyc/32/orig 2022-03-17T19:06:46.3541309Z * [new branch] gh/husthyc/33/base -> origin/gh/husthyc/33/base 2022-03-17T19:06:46.3542538Z * [new branch] gh/husthyc/33/head -> origin/gh/husthyc/33/head 2022-03-17T19:06:46.3543967Z * [new branch] gh/husthyc/33/orig -> origin/gh/husthyc/33/orig 2022-03-17T19:06:46.3545432Z * [new branch] gh/husthyc/34/base -> origin/gh/husthyc/34/base 2022-03-17T19:06:46.3546764Z * [new branch] gh/husthyc/34/head -> origin/gh/husthyc/34/head 2022-03-17T19:06:46.3548021Z * [new branch] gh/husthyc/34/orig -> origin/gh/husthyc/34/orig 2022-03-17T19:06:46.3549753Z * [new branch] gh/husthyc/4/base -> origin/gh/husthyc/4/base 2022-03-17T19:06:46.3551425Z * [new branch] gh/husthyc/5/base -> origin/gh/husthyc/5/base 2022-03-17T19:06:46.3552928Z * [new branch] gh/husthyc/6/base -> origin/gh/husthyc/6/base 2022-03-17T19:06:46.3554375Z * [new branch] gh/husthyc/7/base -> origin/gh/husthyc/7/base 2022-03-17T19:06:46.3556036Z * [new branch] gh/husthyc/8/base -> origin/gh/husthyc/8/base 2022-03-17T19:06:46.3557888Z * [new branch] gh/husthyc/9/base -> origin/gh/husthyc/9/base 2022-03-17T19:06:46.3559851Z * [new branch] gh/hx89/10/base -> origin/gh/hx89/10/base 2022-03-17T19:06:46.3561274Z * [new branch] gh/hx89/10/head -> origin/gh/hx89/10/head 2022-03-17T19:06:46.3562893Z * [new branch] gh/hx89/10/orig -> origin/gh/hx89/10/orig 2022-03-17T19:06:46.3564582Z * [new branch] gh/hx89/11/base -> origin/gh/hx89/11/base 2022-03-17T19:06:46.3565994Z * [new branch] gh/hx89/11/head -> origin/gh/hx89/11/head 2022-03-17T19:06:46.3567388Z * [new branch] gh/hx89/11/orig -> origin/gh/hx89/11/orig 2022-03-17T19:06:46.3569121Z * [new branch] gh/hx89/13/base -> origin/gh/hx89/13/base 2022-03-17T19:06:46.3570646Z * [new branch] gh/hx89/13/head -> origin/gh/hx89/13/head 2022-03-17T19:06:46.3571980Z * [new branch] gh/hx89/13/orig -> origin/gh/hx89/13/orig 2022-03-17T19:06:46.3574276Z * [new branch] gh/hx89/8/base -> origin/gh/hx89/8/base 2022-03-17T19:06:46.3575418Z * [new branch] gh/hx89/8/head -> origin/gh/hx89/8/head 2022-03-17T19:06:46.3576729Z * [new branch] gh/hx89/8/orig -> origin/gh/hx89/8/orig 2022-03-17T19:06:46.3578599Z * [new branch] gh/ifedan/114/base -> origin/gh/ifedan/114/base 2022-03-17T19:06:46.3580018Z * [new branch] gh/ifedan/114/head -> origin/gh/ifedan/114/head 2022-03-17T19:06:46.3581788Z * [new branch] gh/ifedan/115/base -> origin/gh/ifedan/115/base 2022-03-17T19:06:46.3583226Z * [new branch] gh/ifedan/115/head -> origin/gh/ifedan/115/head 2022-03-17T19:06:46.3584682Z * [new branch] gh/ifedan/116/base -> origin/gh/ifedan/116/base 2022-03-17T19:06:46.3585828Z * [new branch] gh/ifedan/116/head -> origin/gh/ifedan/116/head 2022-03-17T19:06:46.3587575Z * [new branch] gh/ifedan/117/base -> origin/gh/ifedan/117/base 2022-03-17T19:06:46.3588741Z * [new branch] gh/ifedan/117/head -> origin/gh/ifedan/117/head 2022-03-17T19:06:46.3590434Z * [new branch] gh/ifedan/68/base -> origin/gh/ifedan/68/base 2022-03-17T19:06:46.3591800Z * [new branch] gh/ifedan/68/head -> origin/gh/ifedan/68/head 2022-03-17T19:06:46.3593063Z * [new branch] gh/ifedan/68/orig -> origin/gh/ifedan/68/orig 2022-03-17T19:06:46.3594643Z * [new branch] gh/ifedan/69/base -> origin/gh/ifedan/69/base 2022-03-17T19:06:46.3595980Z * [new branch] gh/ifedan/69/head -> origin/gh/ifedan/69/head 2022-03-17T19:06:46.3597400Z * [new branch] gh/ifedan/69/orig -> origin/gh/ifedan/69/orig 2022-03-17T19:06:46.3598790Z * [new branch] gh/ifedan/70/base -> origin/gh/ifedan/70/base 2022-03-17T19:06:46.3600173Z * [new branch] gh/ifedan/70/head -> origin/gh/ifedan/70/head 2022-03-17T19:06:46.3601884Z * [new branch] gh/ifedan/70/orig -> origin/gh/ifedan/70/orig 2022-03-17T19:06:46.3603457Z * [new branch] gh/ifedan/71/base -> origin/gh/ifedan/71/base 2022-03-17T19:06:46.3604705Z * [new branch] gh/ifedan/71/head -> origin/gh/ifedan/71/head 2022-03-17T19:06:46.3606031Z * [new branch] gh/ifedan/71/orig -> origin/gh/ifedan/71/orig 2022-03-17T19:06:46.3607665Z * [new branch] gh/ifedan/72/base -> origin/gh/ifedan/72/base 2022-03-17T19:06:46.3609061Z * [new branch] gh/ifedan/72/head -> origin/gh/ifedan/72/head 2022-03-17T19:06:46.3610395Z * [new branch] gh/ifedan/72/orig -> origin/gh/ifedan/72/orig 2022-03-17T19:06:46.3611813Z * [new branch] gh/ifedan/73/base -> origin/gh/ifedan/73/base 2022-03-17T19:06:46.3613219Z * [new branch] gh/ifedan/73/head -> origin/gh/ifedan/73/head 2022-03-17T19:06:46.3614664Z * [new branch] gh/ifedan/73/orig -> origin/gh/ifedan/73/orig 2022-03-17T19:06:46.3616134Z * [new branch] gh/ifedan/74/base -> origin/gh/ifedan/74/base 2022-03-17T19:06:46.3617499Z * [new branch] gh/ifedan/74/head -> origin/gh/ifedan/74/head 2022-03-17T19:06:46.3618901Z * [new branch] gh/ifedan/74/orig -> origin/gh/ifedan/74/orig 2022-03-17T19:06:46.3621088Z * [new branch] gh/ilia-cher/39/base -> origin/gh/ilia-cher/39/base 2022-03-17T19:06:46.3622414Z * [new branch] gh/ilia-cher/39/orig -> origin/gh/ilia-cher/39/orig 2022-03-17T19:06:46.3624094Z * [new branch] gh/ilia-cher/50/base -> origin/gh/ilia-cher/50/base 2022-03-17T19:06:46.3625576Z * [new branch] gh/ilia-cher/50/head -> origin/gh/ilia-cher/50/head 2022-03-17T19:06:46.3627014Z * [new branch] gh/ilia-cher/51/base -> origin/gh/ilia-cher/51/base 2022-03-17T19:06:46.3628216Z * [new branch] gh/ilia-cher/51/head -> origin/gh/ilia-cher/51/head 2022-03-17T19:06:46.3630009Z * [new branch] gh/ilia-cher/53/base -> origin/gh/ilia-cher/53/base 2022-03-17T19:06:46.3631436Z * [new branch] gh/ilia-cher/53/head -> origin/gh/ilia-cher/53/head 2022-03-17T19:06:46.3632631Z * [new branch] gh/ilia-cher/53/orig -> origin/gh/ilia-cher/53/orig 2022-03-17T19:06:46.3634506Z * [new branch] gh/ilia-cher/83/base -> origin/gh/ilia-cher/83/base 2022-03-17T19:06:46.3635739Z * [new branch] gh/ilia-cher/83/head -> origin/gh/ilia-cher/83/head 2022-03-17T19:06:46.3637652Z * [new branch] gh/ilia-cher/84/base -> origin/gh/ilia-cher/84/base 2022-03-17T19:06:46.3638992Z * [new branch] gh/ilia-cher/84/head -> origin/gh/ilia-cher/84/head 2022-03-17T19:06:46.3640395Z * [new branch] gh/ilia-cher/84/orig -> origin/gh/ilia-cher/84/orig 2022-03-17T19:06:46.3642353Z * [new branch] gh/ilia-cher/86/base -> origin/gh/ilia-cher/86/base 2022-03-17T19:06:46.3644829Z * [new branch] gh/ilia-cher/86/head -> origin/gh/ilia-cher/86/head 2022-03-17T19:06:46.3646060Z * [new branch] gh/ilia-cher/86/orig -> origin/gh/ilia-cher/86/orig 2022-03-17T19:06:46.3647901Z * [new branch] gh/iramazanli/10/base -> origin/gh/iramazanli/10/base 2022-03-17T19:06:46.3649147Z * [new branch] gh/iramazanli/10/head -> origin/gh/iramazanli/10/head 2022-03-17T19:06:46.3650606Z * [new branch] gh/iramazanli/10/orig -> origin/gh/iramazanli/10/orig 2022-03-17T19:06:46.3652308Z * [new branch] gh/iramazanli/11/base -> origin/gh/iramazanli/11/base 2022-03-17T19:06:46.3653634Z * [new branch] gh/iramazanli/11/head -> origin/gh/iramazanli/11/head 2022-03-17T19:06:46.3655014Z * [new branch] gh/iramazanli/11/orig -> origin/gh/iramazanli/11/orig 2022-03-17T19:06:46.3656788Z * [new branch] gh/iramazanli/12/base -> origin/gh/iramazanli/12/base 2022-03-17T19:06:46.3658490Z * [new branch] gh/iramazanli/12/head -> origin/gh/iramazanli/12/head 2022-03-17T19:06:46.3659834Z * [new branch] gh/iramazanli/12/orig -> origin/gh/iramazanli/12/orig 2022-03-17T19:06:46.3661358Z * [new branch] gh/iramazanli/8/base -> origin/gh/iramazanli/8/base 2022-03-17T19:06:46.3662859Z * [new branch] gh/iramazanli/8/head -> origin/gh/iramazanli/8/head 2022-03-17T19:06:46.3664213Z * [new branch] gh/iramazanli/8/orig -> origin/gh/iramazanli/8/orig 2022-03-17T19:06:46.3665913Z * [new branch] gh/iramazanli/9/base -> origin/gh/iramazanli/9/base 2022-03-17T19:06:46.3667263Z * [new branch] gh/iramazanli/9/head -> origin/gh/iramazanli/9/head 2022-03-17T19:06:46.3668563Z * [new branch] gh/iramazanli/9/orig -> origin/gh/iramazanli/9/orig 2022-03-17T19:06:46.3670567Z * [new branch] gh/iseeyuan/1/base -> origin/gh/iseeyuan/1/base 2022-03-17T19:06:46.3672298Z * [new branch] gh/iseeyuan/10/base -> origin/gh/iseeyuan/10/base 2022-03-17T19:06:46.3673707Z * [new branch] gh/iseeyuan/10/head -> origin/gh/iseeyuan/10/head 2022-03-17T19:06:46.3675148Z * [new branch] gh/iseeyuan/10/orig -> origin/gh/iseeyuan/10/orig 2022-03-17T19:06:46.3677033Z * [new branch] gh/iseeyuan/101/base -> origin/gh/iseeyuan/101/base 2022-03-17T19:06:46.3678283Z * [new branch] gh/iseeyuan/101/head -> origin/gh/iseeyuan/101/head 2022-03-17T19:06:46.3679751Z * [new branch] gh/iseeyuan/101/orig -> origin/gh/iseeyuan/101/orig 2022-03-17T19:06:46.3681932Z * [new branch] gh/iseeyuan/110/base -> origin/gh/iseeyuan/110/base 2022-03-17T19:06:46.3683513Z * [new branch] gh/iseeyuan/110/head -> origin/gh/iseeyuan/110/head 2022-03-17T19:06:46.3684809Z * [new branch] gh/iseeyuan/110/orig -> origin/gh/iseeyuan/110/orig 2022-03-17T19:06:46.3686560Z * [new branch] gh/iseeyuan/112/base -> origin/gh/iseeyuan/112/base 2022-03-17T19:06:46.3688172Z * [new branch] gh/iseeyuan/112/head -> origin/gh/iseeyuan/112/head 2022-03-17T19:06:46.3689580Z * [new branch] gh/iseeyuan/112/orig -> origin/gh/iseeyuan/112/orig 2022-03-17T19:06:46.3691496Z * [new branch] gh/iseeyuan/114/base -> origin/gh/iseeyuan/114/base 2022-03-17T19:06:46.3692919Z * [new branch] gh/iseeyuan/114/head -> origin/gh/iseeyuan/114/head 2022-03-17T19:06:46.3694277Z * [new branch] gh/iseeyuan/114/orig -> origin/gh/iseeyuan/114/orig 2022-03-17T19:06:46.3696084Z * [new branch] gh/iseeyuan/116/base -> origin/gh/iseeyuan/116/base 2022-03-17T19:06:46.3697534Z * [new branch] gh/iseeyuan/116/head -> origin/gh/iseeyuan/116/head 2022-03-17T19:06:46.3698890Z * [new branch] gh/iseeyuan/116/orig -> origin/gh/iseeyuan/116/orig 2022-03-17T19:06:46.3700805Z * [new branch] gh/iseeyuan/118/base -> origin/gh/iseeyuan/118/base 2022-03-17T19:06:46.3702184Z * [new branch] gh/iseeyuan/118/head -> origin/gh/iseeyuan/118/head 2022-03-17T19:06:46.3703446Z * [new branch] gh/iseeyuan/118/orig -> origin/gh/iseeyuan/118/orig 2022-03-17T19:06:46.3705178Z * [new branch] gh/iseeyuan/119/base -> origin/gh/iseeyuan/119/base 2022-03-17T19:06:46.3706507Z * [new branch] gh/iseeyuan/119/head -> origin/gh/iseeyuan/119/head 2022-03-17T19:06:46.3707757Z * [new branch] gh/iseeyuan/119/orig -> origin/gh/iseeyuan/119/orig 2022-03-17T19:06:46.3709447Z * [new branch] gh/iseeyuan/120/base -> origin/gh/iseeyuan/120/base 2022-03-17T19:06:46.3710888Z * [new branch] gh/iseeyuan/120/head -> origin/gh/iseeyuan/120/head 2022-03-17T19:06:46.3712333Z * [new branch] gh/iseeyuan/120/orig -> origin/gh/iseeyuan/120/orig 2022-03-17T19:06:46.3714311Z * [new branch] gh/iseeyuan/122/base -> origin/gh/iseeyuan/122/base 2022-03-17T19:06:46.3715387Z * [new branch] gh/iseeyuan/122/head -> origin/gh/iseeyuan/122/head 2022-03-17T19:06:46.3716666Z * [new branch] gh/iseeyuan/122/orig -> origin/gh/iseeyuan/122/orig 2022-03-17T19:06:46.3718305Z * [new branch] gh/iseeyuan/125/base -> origin/gh/iseeyuan/125/base 2022-03-17T19:06:46.3719786Z * [new branch] gh/iseeyuan/125/head -> origin/gh/iseeyuan/125/head 2022-03-17T19:06:46.3721137Z * [new branch] gh/iseeyuan/125/orig -> origin/gh/iseeyuan/125/orig 2022-03-17T19:06:46.3724286Z * [new branch] gh/iseeyuan/128/base -> origin/gh/iseeyuan/128/base 2022-03-17T19:06:46.3725292Z * [new branch] gh/iseeyuan/128/head -> origin/gh/iseeyuan/128/head 2022-03-17T19:06:46.3726662Z * [new branch] gh/iseeyuan/128/orig -> origin/gh/iseeyuan/128/orig 2022-03-17T19:06:46.3728317Z * [new branch] gh/iseeyuan/130/base -> origin/gh/iseeyuan/130/base 2022-03-17T19:06:46.3729757Z * [new branch] gh/iseeyuan/130/head -> origin/gh/iseeyuan/130/head 2022-03-17T19:06:46.3731007Z * [new branch] gh/iseeyuan/130/orig -> origin/gh/iseeyuan/130/orig 2022-03-17T19:06:46.3732713Z * [new branch] gh/iseeyuan/133/base -> origin/gh/iseeyuan/133/base 2022-03-17T19:06:46.3733946Z * [new branch] gh/iseeyuan/133/head -> origin/gh/iseeyuan/133/head 2022-03-17T19:06:46.3735440Z * [new branch] gh/iseeyuan/133/orig -> origin/gh/iseeyuan/133/orig 2022-03-17T19:06:46.3737110Z * [new branch] gh/iseeyuan/134/base -> origin/gh/iseeyuan/134/base 2022-03-17T19:06:46.3738345Z * [new branch] gh/iseeyuan/134/head -> origin/gh/iseeyuan/134/head 2022-03-17T19:06:46.3740002Z * [new branch] gh/iseeyuan/134/orig -> origin/gh/iseeyuan/134/orig 2022-03-17T19:06:46.3741507Z * [new branch] gh/iseeyuan/18/base -> origin/gh/iseeyuan/18/base 2022-03-17T19:06:46.3742985Z * [new branch] gh/iseeyuan/18/head -> origin/gh/iseeyuan/18/head 2022-03-17T19:06:46.3744296Z * [new branch] gh/iseeyuan/18/orig -> origin/gh/iseeyuan/18/orig 2022-03-17T19:06:46.3746103Z * [new branch] gh/iseeyuan/2/base -> origin/gh/iseeyuan/2/base 2022-03-17T19:06:46.3747636Z * [new branch] gh/iseeyuan/2/head -> origin/gh/iseeyuan/2/head 2022-03-17T19:06:46.3749108Z * [new branch] gh/iseeyuan/2/orig -> origin/gh/iseeyuan/2/orig 2022-03-17T19:06:46.3750731Z * [new branch] gh/iseeyuan/20/base -> origin/gh/iseeyuan/20/base 2022-03-17T19:06:46.3752049Z * [new branch] gh/iseeyuan/20/head -> origin/gh/iseeyuan/20/head 2022-03-17T19:06:46.3753454Z * [new branch] gh/iseeyuan/20/orig -> origin/gh/iseeyuan/20/orig 2022-03-17T19:06:46.3755125Z * [new branch] gh/iseeyuan/22/base -> origin/gh/iseeyuan/22/base 2022-03-17T19:06:46.3756389Z * [new branch] gh/iseeyuan/22/head -> origin/gh/iseeyuan/22/head 2022-03-17T19:06:46.3757708Z * [new branch] gh/iseeyuan/22/orig -> origin/gh/iseeyuan/22/orig 2022-03-17T19:06:46.3759619Z * [new branch] gh/iseeyuan/25/base -> origin/gh/iseeyuan/25/base 2022-03-17T19:06:46.3760911Z * [new branch] gh/iseeyuan/25/head -> origin/gh/iseeyuan/25/head 2022-03-17T19:06:46.3762791Z * [new branch] gh/iseeyuan/25/orig -> origin/gh/iseeyuan/25/orig 2022-03-17T19:06:46.3764330Z * [new branch] gh/iseeyuan/29/base -> origin/gh/iseeyuan/29/base 2022-03-17T19:06:46.3765677Z * [new branch] gh/iseeyuan/29/head -> origin/gh/iseeyuan/29/head 2022-03-17T19:06:46.3767169Z * [new branch] gh/iseeyuan/29/orig -> origin/gh/iseeyuan/29/orig 2022-03-17T19:06:46.3768747Z * [new branch] gh/iseeyuan/3/base -> origin/gh/iseeyuan/3/base 2022-03-17T19:06:46.3770002Z * [new branch] gh/iseeyuan/3/head -> origin/gh/iseeyuan/3/head 2022-03-17T19:06:46.3771219Z * [new branch] gh/iseeyuan/3/orig -> origin/gh/iseeyuan/3/orig 2022-03-17T19:06:46.3773120Z * [new branch] gh/iseeyuan/30/base -> origin/gh/iseeyuan/30/base 2022-03-17T19:06:46.3774464Z * [new branch] gh/iseeyuan/30/head -> origin/gh/iseeyuan/30/head 2022-03-17T19:06:46.3775902Z * [new branch] gh/iseeyuan/30/orig -> origin/gh/iseeyuan/30/orig 2022-03-17T19:06:46.3777988Z * [new branch] gh/iseeyuan/38/base -> origin/gh/iseeyuan/38/base 2022-03-17T19:06:46.3779278Z * [new branch] gh/iseeyuan/38/head -> origin/gh/iseeyuan/38/head 2022-03-17T19:06:46.3780358Z * [new branch] gh/iseeyuan/38/orig -> origin/gh/iseeyuan/38/orig 2022-03-17T19:06:46.3781560Z * [new branch] gh/iseeyuan/4/base -> origin/gh/iseeyuan/4/base 2022-03-17T19:06:46.3782961Z * [new branch] gh/iseeyuan/4/head -> origin/gh/iseeyuan/4/head 2022-03-17T19:06:46.3784280Z * [new branch] gh/iseeyuan/4/orig -> origin/gh/iseeyuan/4/orig 2022-03-17T19:06:46.3786440Z * [new branch] gh/iseeyuan/48/base -> origin/gh/iseeyuan/48/base 2022-03-17T19:06:46.3787378Z * [new branch] gh/iseeyuan/48/head -> origin/gh/iseeyuan/48/head 2022-03-17T19:06:46.3789206Z * [new branch] gh/iseeyuan/48/orig -> origin/gh/iseeyuan/48/orig 2022-03-17T19:06:46.3790217Z * [new branch] gh/iseeyuan/5/base -> origin/gh/iseeyuan/5/base 2022-03-17T19:06:46.3791517Z * [new branch] gh/iseeyuan/5/head -> origin/gh/iseeyuan/5/head 2022-03-17T19:06:46.3792827Z * [new branch] gh/iseeyuan/5/orig -> origin/gh/iseeyuan/5/orig 2022-03-17T19:06:46.3794882Z * [new branch] gh/iseeyuan/52/base -> origin/gh/iseeyuan/52/base 2022-03-17T19:06:46.3796203Z * [new branch] gh/iseeyuan/52/head -> origin/gh/iseeyuan/52/head 2022-03-17T19:06:46.3797771Z * [new branch] gh/iseeyuan/52/orig -> origin/gh/iseeyuan/52/orig 2022-03-17T19:06:46.3800030Z * [new branch] gh/iseeyuan/56/base -> origin/gh/iseeyuan/56/base 2022-03-17T19:06:46.3801107Z * [new branch] gh/iseeyuan/56/head -> origin/gh/iseeyuan/56/head 2022-03-17T19:06:46.3802759Z * [new branch] gh/iseeyuan/56/orig -> origin/gh/iseeyuan/56/orig 2022-03-17T19:06:46.3804570Z * [new branch] gh/iseeyuan/6/base -> origin/gh/iseeyuan/6/base 2022-03-17T19:06:46.3805761Z * [new branch] gh/iseeyuan/6/head -> origin/gh/iseeyuan/6/head 2022-03-17T19:06:46.3807129Z * [new branch] gh/iseeyuan/6/orig -> origin/gh/iseeyuan/6/orig 2022-03-17T19:06:46.3809238Z * [new branch] gh/iseeyuan/62/base -> origin/gh/iseeyuan/62/base 2022-03-17T19:06:46.3810359Z * [new branch] gh/iseeyuan/62/head -> origin/gh/iseeyuan/62/head 2022-03-17T19:06:46.3811912Z * [new branch] gh/iseeyuan/62/orig -> origin/gh/iseeyuan/62/orig 2022-03-17T19:06:46.3814670Z * [new branch] gh/iseeyuan/65/base -> origin/gh/iseeyuan/65/base 2022-03-17T19:06:46.3815857Z * [new branch] gh/iseeyuan/65/head -> origin/gh/iseeyuan/65/head 2022-03-17T19:06:46.3817842Z * [new branch] gh/iseeyuan/65/orig -> origin/gh/iseeyuan/65/orig 2022-03-17T19:06:46.3819035Z * [new branch] gh/iseeyuan/66/base -> origin/gh/iseeyuan/66/base 2022-03-17T19:06:46.3820588Z * [new branch] gh/iseeyuan/66/head -> origin/gh/iseeyuan/66/head 2022-03-17T19:06:46.3821909Z * [new branch] gh/iseeyuan/66/orig -> origin/gh/iseeyuan/66/orig 2022-03-17T19:06:46.3823926Z * [new branch] gh/iseeyuan/73/base -> origin/gh/iseeyuan/73/base 2022-03-17T19:06:46.3824957Z * [new branch] gh/iseeyuan/73/head -> origin/gh/iseeyuan/73/head 2022-03-17T19:06:46.3826517Z * [new branch] gh/iseeyuan/73/orig -> origin/gh/iseeyuan/73/orig 2022-03-17T19:06:46.3828352Z * [new branch] gh/iseeyuan/77/base -> origin/gh/iseeyuan/77/base 2022-03-17T19:06:46.3829377Z * [new branch] gh/iseeyuan/77/head -> origin/gh/iseeyuan/77/head 2022-03-17T19:06:46.3830918Z * [new branch] gh/iseeyuan/77/orig -> origin/gh/iseeyuan/77/orig 2022-03-17T19:06:46.3832834Z * [new branch] gh/iseeyuan/81/base -> origin/gh/iseeyuan/81/base 2022-03-17T19:06:46.3833902Z * [new branch] gh/iseeyuan/81/head -> origin/gh/iseeyuan/81/head 2022-03-17T19:06:46.3835454Z * [new branch] gh/iseeyuan/81/orig -> origin/gh/iseeyuan/81/orig 2022-03-17T19:06:46.3837300Z * [new branch] gh/iseeyuan/82/base -> origin/gh/iseeyuan/82/base 2022-03-17T19:06:46.3838407Z * [new branch] gh/iseeyuan/82/head -> origin/gh/iseeyuan/82/head 2022-03-17T19:06:46.3839861Z * [new branch] gh/iseeyuan/82/orig -> origin/gh/iseeyuan/82/orig 2022-03-17T19:06:46.3841830Z * [new branch] gh/iseeyuan/83/base -> origin/gh/iseeyuan/83/base 2022-03-17T19:06:46.3843076Z * [new branch] gh/iseeyuan/83/head -> origin/gh/iseeyuan/83/head 2022-03-17T19:06:46.3844657Z * [new branch] gh/iseeyuan/83/orig -> origin/gh/iseeyuan/83/orig 2022-03-17T19:06:46.3846592Z * [new branch] gh/iseeyuan/90/base -> origin/gh/iseeyuan/90/base 2022-03-17T19:06:46.3847578Z * [new branch] gh/iseeyuan/90/head -> origin/gh/iseeyuan/90/head 2022-03-17T19:06:46.3849139Z * [new branch] gh/iseeyuan/90/orig -> origin/gh/iseeyuan/90/orig 2022-03-17T19:06:46.3851211Z * [new branch] gh/iseeyuan/93/base -> origin/gh/iseeyuan/93/base 2022-03-17T19:06:46.3852154Z * [new branch] gh/iseeyuan/93/head -> origin/gh/iseeyuan/93/head 2022-03-17T19:06:46.3853530Z * [new branch] gh/iseeyuan/93/orig -> origin/gh/iseeyuan/93/orig 2022-03-17T19:06:46.3855884Z * [new branch] gh/iseeyuan/95/base -> origin/gh/iseeyuan/95/base 2022-03-17T19:06:46.3856952Z * [new branch] gh/iseeyuan/95/head -> origin/gh/iseeyuan/95/head 2022-03-17T19:06:46.3858321Z * [new branch] gh/iseeyuan/95/orig -> origin/gh/iseeyuan/95/orig 2022-03-17T19:06:46.3860119Z * [new branch] gh/iseeyuan/97/base -> origin/gh/iseeyuan/97/base 2022-03-17T19:06:46.3861168Z * [new branch] gh/iseeyuan/97/head -> origin/gh/iseeyuan/97/head 2022-03-17T19:06:46.3862736Z * [new branch] gh/iseeyuan/97/orig -> origin/gh/iseeyuan/97/orig 2022-03-17T19:06:46.3864628Z * [new branch] gh/iseeyuan/98/base -> origin/gh/iseeyuan/98/base 2022-03-17T19:06:46.3865658Z * [new branch] gh/iseeyuan/98/head -> origin/gh/iseeyuan/98/head 2022-03-17T19:06:46.3867008Z * [new branch] gh/iseeyuan/98/orig -> origin/gh/iseeyuan/98/orig 2022-03-17T19:06:46.3869498Z * [new branch] gh/ivankobzarev/1/base -> origin/gh/ivankobzarev/1/base 2022-03-17T19:06:46.3870580Z * [new branch] gh/ivankobzarev/1/head -> origin/gh/ivankobzarev/1/head 2022-03-17T19:06:46.3872607Z * [new branch] gh/ivankobzarev/102/base -> origin/gh/ivankobzarev/102/base 2022-03-17T19:06:46.3873946Z * [new branch] gh/ivankobzarev/102/head -> origin/gh/ivankobzarev/102/head 2022-03-17T19:06:46.3875537Z * [new branch] gh/ivankobzarev/102/orig -> origin/gh/ivankobzarev/102/orig 2022-03-17T19:06:46.3877590Z * [new branch] gh/ivankobzarev/103/base -> origin/gh/ivankobzarev/103/base 2022-03-17T19:06:46.3878486Z * [new branch] gh/ivankobzarev/103/head -> origin/gh/ivankobzarev/103/head 2022-03-17T19:06:46.3880192Z * [new branch] gh/ivankobzarev/103/orig -> origin/gh/ivankobzarev/103/orig 2022-03-17T19:06:46.3881709Z * [new branch] gh/ivankobzarev/104/base -> origin/gh/ivankobzarev/104/base 2022-03-17T19:06:46.3883153Z * [new branch] gh/ivankobzarev/104/head -> origin/gh/ivankobzarev/104/head 2022-03-17T19:06:46.3884416Z * [new branch] gh/ivankobzarev/104/orig -> origin/gh/ivankobzarev/104/orig 2022-03-17T19:06:46.3886494Z * [new branch] gh/ivankobzarev/106/base -> origin/gh/ivankobzarev/106/base 2022-03-17T19:06:46.3887645Z * [new branch] gh/ivankobzarev/106/head -> origin/gh/ivankobzarev/106/head 2022-03-17T19:06:46.3888939Z * [new branch] gh/ivankobzarev/106/orig -> origin/gh/ivankobzarev/106/orig 2022-03-17T19:06:46.3890904Z * [new branch] gh/ivankobzarev/107/base -> origin/gh/ivankobzarev/107/base 2022-03-17T19:06:46.3892126Z * [new branch] gh/ivankobzarev/107/head -> origin/gh/ivankobzarev/107/head 2022-03-17T19:06:46.3893852Z * [new branch] gh/ivankobzarev/107/orig -> origin/gh/ivankobzarev/107/orig 2022-03-17T19:06:46.3895577Z * [new branch] gh/ivankobzarev/114/base -> origin/gh/ivankobzarev/114/base 2022-03-17T19:06:46.3896701Z * [new branch] gh/ivankobzarev/114/head -> origin/gh/ivankobzarev/114/head 2022-03-17T19:06:46.3898143Z * [new branch] gh/ivankobzarev/114/orig -> origin/gh/ivankobzarev/114/orig 2022-03-17T19:06:46.3900065Z * [new branch] gh/ivankobzarev/115/base -> origin/gh/ivankobzarev/115/base 2022-03-17T19:06:46.3901198Z * [new branch] gh/ivankobzarev/115/head -> origin/gh/ivankobzarev/115/head 2022-03-17T19:06:46.3902604Z * [new branch] gh/ivankobzarev/115/orig -> origin/gh/ivankobzarev/115/orig 2022-03-17T19:06:46.3904515Z * [new branch] gh/ivankobzarev/12/base -> origin/gh/ivankobzarev/12/base 2022-03-17T19:06:46.3905665Z * [new branch] gh/ivankobzarev/12/head -> origin/gh/ivankobzarev/12/head 2022-03-17T19:06:46.3907082Z * [new branch] gh/ivankobzarev/12/orig -> origin/gh/ivankobzarev/12/orig 2022-03-17T19:06:46.3908409Z * [new branch] gh/ivankobzarev/2/base -> origin/gh/ivankobzarev/2/base 2022-03-17T19:06:46.3909964Z * [new branch] gh/ivankobzarev/2/head -> origin/gh/ivankobzarev/2/head 2022-03-17T19:06:46.3911903Z * [new branch] gh/ivankobzarev/3/base -> origin/gh/ivankobzarev/3/base 2022-03-17T19:06:46.3912724Z * [new branch] gh/ivankobzarev/3/head -> origin/gh/ivankobzarev/3/head 2022-03-17T19:06:46.3914840Z * [new branch] gh/ivankobzarev/39/base -> origin/gh/ivankobzarev/39/base 2022-03-17T19:06:46.3915858Z * [new branch] gh/ivankobzarev/39/head -> origin/gh/ivankobzarev/39/head 2022-03-17T19:06:46.3917809Z * [new branch] gh/ivankobzarev/39/orig -> origin/gh/ivankobzarev/39/orig 2022-03-17T19:06:46.3918961Z * [new branch] gh/ivankobzarev/4/base -> origin/gh/ivankobzarev/4/base 2022-03-17T19:06:46.3920253Z * [new branch] gh/ivankobzarev/4/head -> origin/gh/ivankobzarev/4/head 2022-03-17T19:06:46.3922392Z * [new branch] gh/ivankobzarev/41/base -> origin/gh/ivankobzarev/41/base 2022-03-17T19:06:46.3924575Z * [new branch] gh/ivankobzarev/41/head -> origin/gh/ivankobzarev/41/head 2022-03-17T19:06:46.3925623Z * [new branch] gh/ivankobzarev/41/orig -> origin/gh/ivankobzarev/41/orig 2022-03-17T19:06:46.3927626Z * [new branch] gh/ivankobzarev/44/base -> origin/gh/ivankobzarev/44/base 2022-03-17T19:06:46.3928650Z * [new branch] gh/ivankobzarev/44/head -> origin/gh/ivankobzarev/44/head 2022-03-17T19:06:46.3930107Z * [new branch] gh/ivankobzarev/44/orig -> origin/gh/ivankobzarev/44/orig 2022-03-17T19:06:46.3932013Z * [new branch] gh/ivankobzarev/45/base -> origin/gh/ivankobzarev/45/base 2022-03-17T19:06:46.3933017Z * [new branch] gh/ivankobzarev/45/head -> origin/gh/ivankobzarev/45/head 2022-03-17T19:06:46.3934077Z * [new branch] gh/ivankobzarev/45/orig -> origin/gh/ivankobzarev/45/orig 2022-03-17T19:06:46.3936139Z * [new branch] gh/ivankobzarev/49/base -> origin/gh/ivankobzarev/49/base 2022-03-17T19:06:46.3937175Z * [new branch] gh/ivankobzarev/49/head -> origin/gh/ivankobzarev/49/head 2022-03-17T19:06:46.3938496Z * [new branch] gh/ivankobzarev/49/orig -> origin/gh/ivankobzarev/49/orig 2022-03-17T19:06:46.3940108Z * [new branch] gh/ivankobzarev/5/base -> origin/gh/ivankobzarev/5/base 2022-03-17T19:06:46.3941222Z * [new branch] gh/ivankobzarev/5/head -> origin/gh/ivankobzarev/5/head 2022-03-17T19:06:46.3943237Z * [new branch] gh/ivankobzarev/50/base -> origin/gh/ivankobzarev/50/base 2022-03-17T19:06:46.3944336Z * [new branch] gh/ivankobzarev/50/head -> origin/gh/ivankobzarev/50/head 2022-03-17T19:06:46.3945974Z * [new branch] gh/ivankobzarev/50/orig -> origin/gh/ivankobzarev/50/orig 2022-03-17T19:06:46.3947365Z * [new branch] gh/ivankobzarev/51/base -> origin/gh/ivankobzarev/51/base 2022-03-17T19:06:46.3949173Z * [new branch] gh/ivankobzarev/51/head -> origin/gh/ivankobzarev/51/head 2022-03-17T19:06:46.3950204Z * [new branch] gh/ivankobzarev/51/orig -> origin/gh/ivankobzarev/51/orig 2022-03-17T19:06:46.3952373Z * [new branch] gh/ivankobzarev/52/base -> origin/gh/ivankobzarev/52/base 2022-03-17T19:06:46.3953279Z * [new branch] gh/ivankobzarev/52/head -> origin/gh/ivankobzarev/52/head 2022-03-17T19:06:46.3954698Z * [new branch] gh/ivankobzarev/52/orig -> origin/gh/ivankobzarev/52/orig 2022-03-17T19:06:46.3956644Z * [new branch] gh/ivankobzarev/53/base -> origin/gh/ivankobzarev/53/base 2022-03-17T19:06:46.3957667Z * [new branch] gh/ivankobzarev/53/head -> origin/gh/ivankobzarev/53/head 2022-03-17T19:06:46.3958964Z * [new branch] gh/ivankobzarev/53/orig -> origin/gh/ivankobzarev/53/orig 2022-03-17T19:06:46.3960675Z * [new branch] gh/ivankobzarev/54/base -> origin/gh/ivankobzarev/54/base 2022-03-17T19:06:46.3962038Z * [new branch] gh/ivankobzarev/54/head -> origin/gh/ivankobzarev/54/head 2022-03-17T19:06:46.3963368Z * [new branch] gh/ivankobzarev/54/orig -> origin/gh/ivankobzarev/54/orig 2022-03-17T19:06:46.3965899Z * [new branch] gh/ivankobzarev/55/base -> origin/gh/ivankobzarev/55/base 2022-03-17T19:06:46.3966984Z * [new branch] gh/ivankobzarev/55/head -> origin/gh/ivankobzarev/55/head 2022-03-17T19:06:46.3968700Z * [new branch] gh/ivankobzarev/55/orig -> origin/gh/ivankobzarev/55/orig 2022-03-17T19:06:46.3969954Z * [new branch] gh/ivankobzarev/56/base -> origin/gh/ivankobzarev/56/base 2022-03-17T19:06:46.3971343Z * [new branch] gh/ivankobzarev/56/head -> origin/gh/ivankobzarev/56/head 2022-03-17T19:06:46.3973331Z * [new branch] gh/ivankobzarev/57/base -> origin/gh/ivankobzarev/57/base 2022-03-17T19:06:46.3974454Z * [new branch] gh/ivankobzarev/57/head -> origin/gh/ivankobzarev/57/head 2022-03-17T19:06:46.3975768Z * [new branch] gh/ivankobzarev/57/orig -> origin/gh/ivankobzarev/57/orig 2022-03-17T19:06:46.3977737Z * [new branch] gh/ivankobzarev/58/base -> origin/gh/ivankobzarev/58/base 2022-03-17T19:06:46.3978935Z * [new branch] gh/ivankobzarev/58/head -> origin/gh/ivankobzarev/58/head 2022-03-17T19:06:46.3980369Z * [new branch] gh/ivankobzarev/58/orig -> origin/gh/ivankobzarev/58/orig 2022-03-17T19:06:46.3982256Z * [new branch] gh/ivankobzarev/59/base -> origin/gh/ivankobzarev/59/base 2022-03-17T19:06:46.3983478Z * [new branch] gh/ivankobzarev/59/head -> origin/gh/ivankobzarev/59/head 2022-03-17T19:06:46.3984759Z * [new branch] gh/ivankobzarev/59/orig -> origin/gh/ivankobzarev/59/orig 2022-03-17T19:06:46.3986824Z * [new branch] gh/ivankobzarev/6/base -> origin/gh/ivankobzarev/6/base 2022-03-17T19:06:46.3987823Z * [new branch] gh/ivankobzarev/6/head -> origin/gh/ivankobzarev/6/head 2022-03-17T19:06:46.3989949Z * [new branch] gh/ivankobzarev/62/base -> origin/gh/ivankobzarev/62/base 2022-03-17T19:06:46.3990863Z * [new branch] gh/ivankobzarev/62/head -> origin/gh/ivankobzarev/62/head 2022-03-17T19:06:46.3992432Z * [new branch] gh/ivankobzarev/62/orig -> origin/gh/ivankobzarev/62/orig 2022-03-17T19:06:46.3994268Z * [new branch] gh/ivankobzarev/63/base -> origin/gh/ivankobzarev/63/base 2022-03-17T19:06:46.3995353Z * [new branch] gh/ivankobzarev/63/head -> origin/gh/ivankobzarev/63/head 2022-03-17T19:06:46.3996711Z * [new branch] gh/ivankobzarev/63/orig -> origin/gh/ivankobzarev/63/orig 2022-03-17T19:06:46.3998620Z * [new branch] gh/ivankobzarev/64/base -> origin/gh/ivankobzarev/64/base 2022-03-17T19:06:46.3999637Z * [new branch] gh/ivankobzarev/64/head -> origin/gh/ivankobzarev/64/head 2022-03-17T19:06:46.4000967Z * [new branch] gh/ivankobzarev/64/orig -> origin/gh/ivankobzarev/64/orig 2022-03-17T19:06:46.4003978Z * [new branch] gh/ivankobzarev/66/base -> origin/gh/ivankobzarev/66/base 2022-03-17T19:06:46.4004971Z * [new branch] gh/ivankobzarev/66/head -> origin/gh/ivankobzarev/66/head 2022-03-17T19:06:46.4006740Z * [new branch] gh/ivankobzarev/66/orig -> origin/gh/ivankobzarev/66/orig 2022-03-17T19:06:46.4008729Z * [new branch] gh/ivankobzarev/67/base -> origin/gh/ivankobzarev/67/base 2022-03-17T19:06:46.4009666Z * [new branch] gh/ivankobzarev/67/head -> origin/gh/ivankobzarev/67/head 2022-03-17T19:06:46.4011374Z * [new branch] gh/ivankobzarev/67/orig -> origin/gh/ivankobzarev/67/orig 2022-03-17T19:06:46.4013159Z * [new branch] gh/ivankobzarev/68/base -> origin/gh/ivankobzarev/68/base 2022-03-17T19:06:46.4014270Z * [new branch] gh/ivankobzarev/68/head -> origin/gh/ivankobzarev/68/head 2022-03-17T19:06:46.4015587Z * [new branch] gh/ivankobzarev/68/orig -> origin/gh/ivankobzarev/68/orig 2022-03-17T19:06:46.4017728Z * [new branch] gh/ivankobzarev/69/base -> origin/gh/ivankobzarev/69/base 2022-03-17T19:06:46.4018716Z * [new branch] gh/ivankobzarev/69/head -> origin/gh/ivankobzarev/69/head 2022-03-17T19:06:46.4020068Z * [new branch] gh/ivankobzarev/69/orig -> origin/gh/ivankobzarev/69/orig 2022-03-17T19:06:46.4021813Z * [new branch] gh/ivankobzarev/7/base -> origin/gh/ivankobzarev/7/base 2022-03-17T19:06:46.4022853Z * [new branch] gh/ivankobzarev/7/head -> origin/gh/ivankobzarev/7/head 2022-03-17T19:06:46.4025176Z * [new branch] gh/ivankobzarev/70/base -> origin/gh/ivankobzarev/70/base 2022-03-17T19:06:46.4026218Z * [new branch] gh/ivankobzarev/70/head -> origin/gh/ivankobzarev/70/head 2022-03-17T19:06:46.4027567Z * [new branch] gh/ivankobzarev/70/orig -> origin/gh/ivankobzarev/70/orig 2022-03-17T19:06:46.4029305Z * [new branch] gh/ivankobzarev/71/base -> origin/gh/ivankobzarev/71/base 2022-03-17T19:06:46.4030423Z * [new branch] gh/ivankobzarev/71/head -> origin/gh/ivankobzarev/71/head 2022-03-17T19:06:46.4031972Z * [new branch] gh/ivankobzarev/71/orig -> origin/gh/ivankobzarev/71/orig 2022-03-17T19:06:46.4033430Z * [new branch] gh/ivankobzarev/72/base -> origin/gh/ivankobzarev/72/base 2022-03-17T19:06:46.4034645Z * [new branch] gh/ivankobzarev/72/head -> origin/gh/ivankobzarev/72/head 2022-03-17T19:06:46.4036226Z * [new branch] gh/ivankobzarev/72/orig -> origin/gh/ivankobzarev/72/orig 2022-03-17T19:06:46.4042799Z * [new branch] gh/ivankobzarev/73/base -> origin/gh/ivankobzarev/73/base 2022-03-17T19:06:46.4043985Z * [new branch] gh/ivankobzarev/73/head -> origin/gh/ivankobzarev/73/head 2022-03-17T19:06:46.4045266Z * [new branch] gh/ivankobzarev/73/orig -> origin/gh/ivankobzarev/73/orig 2022-03-17T19:06:46.4047247Z * [new branch] gh/ivankobzarev/74/base -> origin/gh/ivankobzarev/74/base 2022-03-17T19:06:46.4048574Z * [new branch] gh/ivankobzarev/74/head -> origin/gh/ivankobzarev/74/head 2022-03-17T19:06:46.4049895Z * [new branch] gh/ivankobzarev/74/orig -> origin/gh/ivankobzarev/74/orig 2022-03-17T19:06:46.4051767Z * [new branch] gh/ivankobzarev/8/base -> origin/gh/ivankobzarev/8/base 2022-03-17T19:06:46.4052721Z * [new branch] gh/ivankobzarev/8/head -> origin/gh/ivankobzarev/8/head 2022-03-17T19:06:46.4054678Z * [new branch] gh/ivankobzarev/83/base -> origin/gh/ivankobzarev/83/base 2022-03-17T19:06:46.4055725Z * [new branch] gh/ivankobzarev/83/head -> origin/gh/ivankobzarev/83/head 2022-03-17T19:06:46.4057438Z * [new branch] gh/ivankobzarev/83/orig -> origin/gh/ivankobzarev/83/orig 2022-03-17T19:06:46.4059369Z * [new branch] gh/ivankobzarev/84/base -> origin/gh/ivankobzarev/84/base 2022-03-17T19:06:46.4060360Z * [new branch] gh/ivankobzarev/84/head -> origin/gh/ivankobzarev/84/head 2022-03-17T19:06:46.4061782Z * [new branch] gh/ivankobzarev/84/orig -> origin/gh/ivankobzarev/84/orig 2022-03-17T19:06:46.4064538Z * [new branch] gh/ivankobzarev/85/base -> origin/gh/ivankobzarev/85/base 2022-03-17T19:06:46.4065709Z * [new branch] gh/ivankobzarev/85/head -> origin/gh/ivankobzarev/85/head 2022-03-17T19:06:46.4067011Z * [new branch] gh/ivankobzarev/85/orig -> origin/gh/ivankobzarev/85/orig 2022-03-17T19:06:46.4069342Z * [new branch] gh/ivankobzarev/86/base -> origin/gh/ivankobzarev/86/base 2022-03-17T19:06:46.4070410Z * [new branch] gh/ivankobzarev/86/head -> origin/gh/ivankobzarev/86/head 2022-03-17T19:06:46.4072072Z * [new branch] gh/ivankobzarev/86/orig -> origin/gh/ivankobzarev/86/orig 2022-03-17T19:06:46.4074217Z * [new branch] gh/ivankobzarev/87/base -> origin/gh/ivankobzarev/87/base 2022-03-17T19:06:46.4075208Z * [new branch] gh/ivankobzarev/87/head -> origin/gh/ivankobzarev/87/head 2022-03-17T19:06:46.4076427Z * [new branch] gh/ivankobzarev/87/orig -> origin/gh/ivankobzarev/87/orig 2022-03-17T19:06:46.4078272Z * [new branch] gh/ivankobzarev/90/base -> origin/gh/ivankobzarev/90/base 2022-03-17T19:06:46.4079462Z * [new branch] gh/ivankobzarev/90/head -> origin/gh/ivankobzarev/90/head 2022-03-17T19:06:46.4080739Z * [new branch] gh/ivankobzarev/90/orig -> origin/gh/ivankobzarev/90/orig 2022-03-17T19:06:46.4083020Z * [new branch] gh/ivankobzarev/94/base -> origin/gh/ivankobzarev/94/base 2022-03-17T19:06:46.4084058Z * [new branch] gh/ivankobzarev/94/head -> origin/gh/ivankobzarev/94/head 2022-03-17T19:06:46.4085672Z * [new branch] gh/ivankobzarev/94/orig -> origin/gh/ivankobzarev/94/orig 2022-03-17T19:06:46.4087708Z * [new branch] gh/ivankobzarev/96/base -> origin/gh/ivankobzarev/96/base 2022-03-17T19:06:46.4088793Z * [new branch] gh/ivankobzarev/96/head -> origin/gh/ivankobzarev/96/head 2022-03-17T19:06:46.4090080Z * [new branch] gh/ivankobzarev/96/orig -> origin/gh/ivankobzarev/96/orig 2022-03-17T19:06:46.4092278Z * [new branch] gh/ivankobzarev/97/base -> origin/gh/ivankobzarev/97/base 2022-03-17T19:06:46.4093339Z * [new branch] gh/ivankobzarev/97/head -> origin/gh/ivankobzarev/97/head 2022-03-17T19:06:46.4094670Z * [new branch] gh/ivankobzarev/97/orig -> origin/gh/ivankobzarev/97/orig 2022-03-17T19:06:46.4096625Z * [new branch] gh/ivankobzarev/98/base -> origin/gh/ivankobzarev/98/base 2022-03-17T19:06:46.4097657Z * [new branch] gh/ivankobzarev/98/head -> origin/gh/ivankobzarev/98/head 2022-03-17T19:06:46.4098996Z * [new branch] gh/ivankobzarev/98/orig -> origin/gh/ivankobzarev/98/orig 2022-03-17T19:06:46.4101135Z * [new branch] gh/ivanyashchuk/46/base -> origin/gh/ivanyashchuk/46/base 2022-03-17T19:06:46.4102379Z * [new branch] gh/ivanyashchuk/46/head -> origin/gh/ivanyashchuk/46/head 2022-03-17T19:06:46.4103630Z * [new branch] gh/ivanyashchuk/46/orig -> origin/gh/ivanyashchuk/46/orig 2022-03-17T19:06:46.4106304Z * [new branch] gh/izdeby/31/base -> origin/gh/izdeby/31/base 2022-03-17T19:06:46.4107514Z * [new branch] gh/izdeby/31/head -> origin/gh/izdeby/31/head 2022-03-17T19:06:46.4109354Z * [new branch] gh/izdeby/31/orig -> origin/gh/izdeby/31/orig 2022-03-17T19:06:46.4110598Z * [new branch] gh/izdeby/32/base -> origin/gh/izdeby/32/base 2022-03-17T19:06:46.4111954Z * [new branch] gh/izdeby/32/head -> origin/gh/izdeby/32/head 2022-03-17T19:06:46.4113258Z * [new branch] gh/izdeby/32/orig -> origin/gh/izdeby/32/orig 2022-03-17T19:06:46.4115608Z * [new branch] gh/izdeby/36/base -> origin/gh/izdeby/36/base 2022-03-17T19:06:46.4116969Z * [new branch] gh/izdeby/36/head -> origin/gh/izdeby/36/head 2022-03-17T19:06:46.4118312Z * [new branch] gh/izdeby/36/orig -> origin/gh/izdeby/36/orig 2022-03-17T19:06:46.4120629Z * [new branch] gh/izdeby/39/base -> origin/gh/izdeby/39/base 2022-03-17T19:06:46.4122408Z * [new branch] gh/izdeby/39/head -> origin/gh/izdeby/39/head 2022-03-17T19:06:46.4125372Z * [new branch] gh/izdeby/39/orig -> origin/gh/izdeby/39/orig 2022-03-17T19:06:46.4127592Z * [new branch] gh/izdeby/64/base -> origin/gh/izdeby/64/base 2022-03-17T19:06:46.4129065Z * [new branch] gh/izdeby/64/head -> origin/gh/izdeby/64/head 2022-03-17T19:06:46.4130570Z * [new branch] gh/izdeby/64/orig -> origin/gh/izdeby/64/orig 2022-03-17T19:06:46.4132676Z * [new branch] gh/izdeby/68/base -> origin/gh/izdeby/68/base 2022-03-17T19:06:46.4134143Z * [new branch] gh/izdeby/68/head -> origin/gh/izdeby/68/head 2022-03-17T19:06:46.4135615Z * [new branch] gh/izdeby/68/orig -> origin/gh/izdeby/68/orig 2022-03-17T19:06:46.4137640Z * [new branch] gh/izdeby/69/base -> origin/gh/izdeby/69/base 2022-03-17T19:06:46.4139015Z * [new branch] gh/izdeby/69/head -> origin/gh/izdeby/69/head 2022-03-17T19:06:46.4140341Z * [new branch] gh/izdeby/69/orig -> origin/gh/izdeby/69/orig 2022-03-17T19:06:46.4142471Z * [new branch] gh/izdeby/74/base -> origin/gh/izdeby/74/base 2022-03-17T19:06:46.4143777Z * [new branch] gh/izdeby/74/head -> origin/gh/izdeby/74/head 2022-03-17T19:06:46.4145251Z * [new branch] gh/izdeby/74/orig -> origin/gh/izdeby/74/orig 2022-03-17T19:06:46.4147214Z * [new branch] gh/izdeby/77/base -> origin/gh/izdeby/77/base 2022-03-17T19:06:46.4148471Z * [new branch] gh/izdeby/77/head -> origin/gh/izdeby/77/head 2022-03-17T19:06:46.4149969Z * [new branch] gh/izdeby/77/orig -> origin/gh/izdeby/77/orig 2022-03-17T19:06:46.4151702Z * [new branch] gh/izdeby/79/base -> origin/gh/izdeby/79/base 2022-03-17T19:06:46.4152635Z * [new branch] gh/izdeby/79/head -> origin/gh/izdeby/79/head 2022-03-17T19:06:46.4154223Z * [new branch] gh/izdeby/79/orig -> origin/gh/izdeby/79/orig 2022-03-17T19:06:46.4156503Z * [new branch] gh/izdeby/82/base -> origin/gh/izdeby/82/base 2022-03-17T19:06:46.4157761Z * [new branch] gh/izdeby/82/orig -> origin/gh/izdeby/82/orig 2022-03-17T19:06:46.4159227Z * [new branch] gh/izdeby/87/base -> origin/gh/izdeby/87/base 2022-03-17T19:06:46.4160581Z * [new branch] gh/izdeby/87/head -> origin/gh/izdeby/87/head 2022-03-17T19:06:46.4162217Z * [new branch] gh/izdeby/87/orig -> origin/gh/izdeby/87/orig 2022-03-17T19:06:46.4164272Z * [new branch] gh/izdeby/88/base -> origin/gh/izdeby/88/base 2022-03-17T19:06:46.4165053Z * [new branch] gh/izdeby/88/head -> origin/gh/izdeby/88/head 2022-03-17T19:06:46.4166193Z * [new branch] gh/izdeby/88/orig -> origin/gh/izdeby/88/orig 2022-03-17T19:06:46.4167648Z * [new branch] gh/izdeby/89/base -> origin/gh/izdeby/89/base 2022-03-17T19:06:46.4169444Z * [new branch] gh/izdeby/89/head -> origin/gh/izdeby/89/head 2022-03-17T19:06:46.4170678Z * [new branch] gh/izdeby/89/orig -> origin/gh/izdeby/89/orig 2022-03-17T19:06:46.4172865Z * [new branch] gh/jaceyca/1/base -> origin/gh/jaceyca/1/base 2022-03-17T19:06:46.4174475Z * [new branch] gh/jaceyca/2/base -> origin/gh/jaceyca/2/base 2022-03-17T19:06:46.4175907Z * [new branch] gh/jaceyca/2/head -> origin/gh/jaceyca/2/head 2022-03-17T19:06:46.4177270Z * [new branch] gh/jaceyca/2/orig -> origin/gh/jaceyca/2/orig 2022-03-17T19:06:46.4179581Z * [new branch] gh/jaceyca/3/base -> origin/gh/jaceyca/3/base 2022-03-17T19:06:46.4180712Z * [new branch] gh/jaceyca/3/head -> origin/gh/jaceyca/3/head 2022-03-17T19:06:46.4182191Z * [new branch] gh/jaceyca/3/orig -> origin/gh/jaceyca/3/orig 2022-03-17T19:06:46.4184038Z * [new branch] gh/jaceyca/4/base -> origin/gh/jaceyca/4/base 2022-03-17T19:06:46.4185143Z * [new branch] gh/jaceyca/4/orig -> origin/gh/jaceyca/4/orig 2022-03-17T19:06:46.4187105Z * [new branch] gh/jaceyca/5/base -> origin/gh/jaceyca/5/base 2022-03-17T19:06:46.4189223Z * [new branch] gh/jacobszwejbka/10/base -> origin/gh/jacobszwejbka/10/base 2022-03-17T19:06:46.4190521Z * [new branch] gh/jacobszwejbka/10/head -> origin/gh/jacobszwejbka/10/head 2022-03-17T19:06:46.4191917Z * [new branch] gh/jacobszwejbka/10/orig -> origin/gh/jacobszwejbka/10/orig 2022-03-17T19:06:46.4193964Z * [new branch] gh/jacobszwejbka/19/base -> origin/gh/jacobszwejbka/19/base 2022-03-17T19:06:46.4195464Z * [new branch] gh/jacobszwejbka/19/head -> origin/gh/jacobszwejbka/19/head 2022-03-17T19:06:46.4196217Z * [new branch] gh/jacobszwejbka/19/orig -> origin/gh/jacobszwejbka/19/orig 2022-03-17T19:06:46.4198583Z * [new branch] gh/jacobszwejbka/2/head -> origin/gh/jacobszwejbka/2/head 2022-03-17T19:06:46.4199486Z * [new branch] gh/jacobszwejbka/2/orig -> origin/gh/jacobszwejbka/2/orig 2022-03-17T19:06:46.4201491Z * [new branch] gh/jacobszwejbka/20/base -> origin/gh/jacobszwejbka/20/base 2022-03-17T19:06:46.4203113Z * [new branch] gh/jacobszwejbka/20/head -> origin/gh/jacobszwejbka/20/head 2022-03-17T19:06:46.4204467Z * [new branch] gh/jacobszwejbka/20/orig -> origin/gh/jacobszwejbka/20/orig 2022-03-17T19:06:46.4206360Z * [new branch] gh/jacobszwejbka/24/base -> origin/gh/jacobszwejbka/24/base 2022-03-17T19:06:46.4208055Z * [new branch] gh/jacobszwejbka/24/head -> origin/gh/jacobszwejbka/24/head 2022-03-17T19:06:46.4209086Z * [new branch] gh/jacobszwejbka/24/orig -> origin/gh/jacobszwejbka/24/orig 2022-03-17T19:06:46.4210952Z * [new branch] gh/jacobszwejbka/25/base -> origin/gh/jacobszwejbka/25/base 2022-03-17T19:06:46.4212081Z * [new branch] gh/jacobszwejbka/25/head -> origin/gh/jacobszwejbka/25/head 2022-03-17T19:06:46.4213733Z * [new branch] gh/jacobszwejbka/25/orig -> origin/gh/jacobszwejbka/25/orig 2022-03-17T19:06:46.4215425Z * [new branch] gh/jacobszwejbka/29/base -> origin/gh/jacobszwejbka/29/base 2022-03-17T19:06:46.4216940Z * [new branch] gh/jacobszwejbka/29/head -> origin/gh/jacobszwejbka/29/head 2022-03-17T19:06:46.4218139Z * [new branch] gh/jacobszwejbka/29/orig -> origin/gh/jacobszwejbka/29/orig 2022-03-17T19:06:46.4220171Z * [new branch] gh/jacobszwejbka/31/base -> origin/gh/jacobszwejbka/31/base 2022-03-17T19:06:46.4221325Z * [new branch] gh/jacobszwejbka/31/head -> origin/gh/jacobszwejbka/31/head 2022-03-17T19:06:46.4223038Z * [new branch] gh/jacobszwejbka/32/base -> origin/gh/jacobszwejbka/32/base 2022-03-17T19:06:46.4224118Z * [new branch] gh/jacobszwejbka/32/head -> origin/gh/jacobszwejbka/32/head 2022-03-17T19:06:46.4225951Z * [new branch] gh/jacobszwejbka/33/base -> origin/gh/jacobszwejbka/33/base 2022-03-17T19:06:46.4227729Z * [new branch] gh/jacobszwejbka/35/base -> origin/gh/jacobszwejbka/35/base 2022-03-17T19:06:46.4228684Z * [new branch] gh/jacobszwejbka/35/head -> origin/gh/jacobszwejbka/35/head 2022-03-17T19:06:46.4230714Z * [new branch] gh/jacobszwejbka/36/base -> origin/gh/jacobszwejbka/36/base 2022-03-17T19:06:46.4231837Z * [new branch] gh/jacobszwejbka/36/head -> origin/gh/jacobszwejbka/36/head 2022-03-17T19:06:46.4233566Z * [new branch] gh/jacobszwejbka/36/orig -> origin/gh/jacobszwejbka/36/orig 2022-03-17T19:06:46.4235423Z * [new branch] gh/jacobszwejbka/43/base -> origin/gh/jacobszwejbka/43/base 2022-03-17T19:06:46.4236512Z * [new branch] gh/jacobszwejbka/43/head -> origin/gh/jacobszwejbka/43/head 2022-03-17T19:06:46.4238120Z * [new branch] gh/jacobszwejbka/43/orig -> origin/gh/jacobszwejbka/43/orig 2022-03-17T19:06:46.4240194Z * [new branch] gh/jamesr66a/214/head -> origin/gh/jamesr66a/214/head 2022-03-17T19:06:46.4241539Z * [new branch] gh/jamesr66a/214/orig -> origin/gh/jamesr66a/214/orig 2022-03-17T19:06:46.4243781Z * [new branch] gh/jamesr66a/261/base -> origin/gh/jamesr66a/261/base 2022-03-17T19:06:46.4245110Z * [new branch] gh/jamesr66a/261/head -> origin/gh/jamesr66a/261/head 2022-03-17T19:06:46.4246721Z * [new branch] gh/jamesr66a/261/orig -> origin/gh/jamesr66a/261/orig 2022-03-17T19:06:46.4248403Z * [new branch] gh/jamesr66a/270/base -> origin/gh/jamesr66a/270/base 2022-03-17T19:06:46.4249744Z * [new branch] gh/jamesr66a/270/head -> origin/gh/jamesr66a/270/head 2022-03-17T19:06:46.4251233Z * [new branch] gh/jamesr66a/270/orig -> origin/gh/jamesr66a/270/orig 2022-03-17T19:06:46.4253346Z * [new branch] gh/jamesr66a/272/base -> origin/gh/jamesr66a/272/base 2022-03-17T19:06:46.4254872Z * [new branch] gh/jamesr66a/272/head -> origin/gh/jamesr66a/272/head 2022-03-17T19:06:46.4256434Z * [new branch] gh/jamesr66a/272/orig -> origin/gh/jamesr66a/272/orig 2022-03-17T19:06:46.4258050Z * [new branch] gh/jamesr66a/277/base -> origin/gh/jamesr66a/277/base 2022-03-17T19:06:46.4259116Z * [new branch] gh/jamesr66a/277/head -> origin/gh/jamesr66a/277/head 2022-03-17T19:06:46.4260781Z * [new branch] gh/jamesr66a/277/orig -> origin/gh/jamesr66a/277/orig 2022-03-17T19:06:46.4262220Z * [new branch] gh/jamesr66a/278/base -> origin/gh/jamesr66a/278/base 2022-03-17T19:06:46.4263884Z * [new branch] gh/jamesr66a/278/head -> origin/gh/jamesr66a/278/head 2022-03-17T19:06:46.4265209Z * [new branch] gh/jamesr66a/278/orig -> origin/gh/jamesr66a/278/orig 2022-03-17T19:06:46.4267161Z * [new branch] gh/jamesr66a/280/base -> origin/gh/jamesr66a/280/base 2022-03-17T19:06:46.4268212Z * [new branch] gh/jamesr66a/280/head -> origin/gh/jamesr66a/280/head 2022-03-17T19:06:46.4269940Z * [new branch] gh/jamesr66a/280/orig -> origin/gh/jamesr66a/280/orig 2022-03-17T19:06:46.4271697Z * [new branch] gh/jamesr66a/282/base -> origin/gh/jamesr66a/282/base 2022-03-17T19:06:46.4273359Z * [new branch] gh/jamesr66a/282/head -> origin/gh/jamesr66a/282/head 2022-03-17T19:06:46.4274395Z * [new branch] gh/jamesr66a/282/orig -> origin/gh/jamesr66a/282/orig 2022-03-17T19:06:46.4276415Z * [new branch] gh/jamesr66a/288/base -> origin/gh/jamesr66a/288/base 2022-03-17T19:06:46.4277641Z * [new branch] gh/jamesr66a/288/head -> origin/gh/jamesr66a/288/head 2022-03-17T19:06:46.4279233Z * [new branch] gh/jamesr66a/288/orig -> origin/gh/jamesr66a/288/orig 2022-03-17T19:06:46.4281002Z * [new branch] gh/jamesr66a/311/base -> origin/gh/jamesr66a/311/base 2022-03-17T19:06:46.4282110Z * [new branch] gh/jamesr66a/311/head -> origin/gh/jamesr66a/311/head 2022-03-17T19:06:46.4284032Z * [new branch] gh/jamesr66a/311/orig -> origin/gh/jamesr66a/311/orig 2022-03-17T19:06:46.4285799Z * [new branch] gh/jamesr66a/319/base -> origin/gh/jamesr66a/319/base 2022-03-17T19:06:46.4286847Z * [new branch] gh/jamesr66a/319/head -> origin/gh/jamesr66a/319/head 2022-03-17T19:06:46.4288439Z * [new branch] gh/jamesr66a/319/orig -> origin/gh/jamesr66a/319/orig 2022-03-17T19:06:46.4290246Z * [new branch] gh/jamesr66a/32/base -> origin/gh/jamesr66a/32/base 2022-03-17T19:06:46.4291312Z * [new branch] gh/jamesr66a/32/head -> origin/gh/jamesr66a/32/head 2022-03-17T19:06:46.4293183Z * [new branch] gh/jamesr66a/32/orig -> origin/gh/jamesr66a/32/orig 2022-03-17T19:06:46.4294833Z * [new branch] gh/jamesr66a/322/base -> origin/gh/jamesr66a/322/base 2022-03-17T19:06:46.4296862Z * [new branch] gh/jamesr66a/322/head -> origin/gh/jamesr66a/322/head 2022-03-17T19:06:46.4298580Z * [new branch] gh/jamesr66a/322/orig -> origin/gh/jamesr66a/322/orig 2022-03-17T19:06:46.4300341Z * [new branch] gh/jamesr66a/341/base -> origin/gh/jamesr66a/341/base 2022-03-17T19:06:46.4301322Z * [new branch] gh/jamesr66a/341/head -> origin/gh/jamesr66a/341/head 2022-03-17T19:06:46.4303019Z * [new branch] gh/jamesr66a/341/orig -> origin/gh/jamesr66a/341/orig 2022-03-17T19:06:46.4304910Z * [new branch] gh/jamesr66a/369/base -> origin/gh/jamesr66a/369/base 2022-03-17T19:06:46.4305848Z * [new branch] gh/jamesr66a/369/head -> origin/gh/jamesr66a/369/head 2022-03-17T19:06:46.4307434Z * [new branch] gh/jamesr66a/369/orig -> origin/gh/jamesr66a/369/orig 2022-03-17T19:06:46.4309304Z * [new branch] gh/jamesr66a/370/base -> origin/gh/jamesr66a/370/base 2022-03-17T19:06:46.4310325Z * [new branch] gh/jamesr66a/370/head -> origin/gh/jamesr66a/370/head 2022-03-17T19:06:46.4312126Z * [new branch] gh/jamesr66a/370/orig -> origin/gh/jamesr66a/370/orig 2022-03-17T19:06:46.4313817Z * [new branch] gh/jamesr66a/374/base -> origin/gh/jamesr66a/374/base 2022-03-17T19:06:46.4315023Z * [new branch] gh/jamesr66a/374/head -> origin/gh/jamesr66a/374/head 2022-03-17T19:06:46.4316854Z * [new branch] gh/jamesr66a/374/orig -> origin/gh/jamesr66a/374/orig 2022-03-17T19:06:46.4318563Z * [new branch] gh/jamesr66a/377/base -> origin/gh/jamesr66a/377/base 2022-03-17T19:06:46.4319669Z * [new branch] gh/jamesr66a/377/head -> origin/gh/jamesr66a/377/head 2022-03-17T19:06:46.4321486Z * [new branch] gh/jamesr66a/377/orig -> origin/gh/jamesr66a/377/orig 2022-03-17T19:06:46.4323568Z * [new branch] gh/jamesr66a/399/base -> origin/gh/jamesr66a/399/base 2022-03-17T19:06:46.4324615Z * [new branch] gh/jamesr66a/399/head -> origin/gh/jamesr66a/399/head 2022-03-17T19:06:46.4326308Z * [new branch] gh/jamesr66a/399/orig -> origin/gh/jamesr66a/399/orig 2022-03-17T19:06:46.4327519Z * [new branch] gh/jamesr66a/400/base -> origin/gh/jamesr66a/400/base 2022-03-17T19:06:46.4329016Z * [new branch] gh/jamesr66a/400/head -> origin/gh/jamesr66a/400/head 2022-03-17T19:06:46.4330201Z * [new branch] gh/jamesr66a/400/orig -> origin/gh/jamesr66a/400/orig 2022-03-17T19:06:46.4332137Z * [new branch] gh/jamesr66a/401/base -> origin/gh/jamesr66a/401/base 2022-03-17T19:06:46.4333331Z * [new branch] gh/jamesr66a/401/head -> origin/gh/jamesr66a/401/head 2022-03-17T19:06:46.4334649Z * [new branch] gh/jamesr66a/401/orig -> origin/gh/jamesr66a/401/orig 2022-03-17T19:06:46.4336583Z * [new branch] gh/jamesr66a/403/base -> origin/gh/jamesr66a/403/base 2022-03-17T19:06:46.4338143Z * [new branch] gh/jamesr66a/403/head -> origin/gh/jamesr66a/403/head 2022-03-17T19:06:46.4339110Z * [new branch] gh/jamesr66a/403/orig -> origin/gh/jamesr66a/403/orig 2022-03-17T19:06:46.4341179Z * [new branch] gh/jamesr66a/408/base -> origin/gh/jamesr66a/408/base 2022-03-17T19:06:46.4342265Z * [new branch] gh/jamesr66a/408/head -> origin/gh/jamesr66a/408/head 2022-03-17T19:06:46.4343921Z * [new branch] gh/jamesr66a/408/orig -> origin/gh/jamesr66a/408/orig 2022-03-17T19:06:46.4345673Z * [new branch] gh/jamesr66a/418/base -> origin/gh/jamesr66a/418/base 2022-03-17T19:06:46.4346659Z * [new branch] gh/jamesr66a/418/head -> origin/gh/jamesr66a/418/head 2022-03-17T19:06:46.4348366Z * [new branch] gh/jamesr66a/418/orig -> origin/gh/jamesr66a/418/orig 2022-03-17T19:06:46.4350082Z * [new branch] gh/jamesr66a/420/base -> origin/gh/jamesr66a/420/base 2022-03-17T19:06:46.4351488Z * [new branch] gh/jamesr66a/420/head -> origin/gh/jamesr66a/420/head 2022-03-17T19:06:46.4352872Z * [new branch] gh/jamesr66a/420/orig -> origin/gh/jamesr66a/420/orig 2022-03-17T19:06:46.4354742Z * [new branch] gh/jamesr66a/425/base -> origin/gh/jamesr66a/425/base 2022-03-17T19:06:46.4355778Z * [new branch] gh/jamesr66a/425/head -> origin/gh/jamesr66a/425/head 2022-03-17T19:06:46.4357428Z * [new branch] gh/jamesr66a/425/orig -> origin/gh/jamesr66a/425/orig 2022-03-17T19:06:46.4359280Z * [new branch] gh/jamesr66a/429/base -> origin/gh/jamesr66a/429/base 2022-03-17T19:06:46.4360687Z * [new branch] gh/jamesr66a/429/head -> origin/gh/jamesr66a/429/head 2022-03-17T19:06:46.4362071Z * [new branch] gh/jamesr66a/429/orig -> origin/gh/jamesr66a/429/orig 2022-03-17T19:06:46.4364388Z * [new branch] gh/jamesr66a/434/base -> origin/gh/jamesr66a/434/base 2022-03-17T19:06:46.4365444Z * [new branch] gh/jamesr66a/434/head -> origin/gh/jamesr66a/434/head 2022-03-17T19:06:46.4370279Z * [new branch] gh/jamesr66a/434/orig -> origin/gh/jamesr66a/434/orig 2022-03-17T19:06:46.4371099Z * [new branch] gh/jamesr66a/435/base -> origin/gh/jamesr66a/435/base 2022-03-17T19:06:46.4371471Z * [new branch] gh/jamesr66a/435/head -> origin/gh/jamesr66a/435/head 2022-03-17T19:06:46.4372334Z * [new branch] gh/jamesr66a/435/orig -> origin/gh/jamesr66a/435/orig 2022-03-17T19:06:46.4374593Z * [new branch] gh/jamesr66a/436/base -> origin/gh/jamesr66a/436/base 2022-03-17T19:06:46.4376081Z * [new branch] gh/jamesr66a/436/head -> origin/gh/jamesr66a/436/head 2022-03-17T19:06:46.4377139Z * [new branch] gh/jamesr66a/436/orig -> origin/gh/jamesr66a/436/orig 2022-03-17T19:06:46.4379816Z * [new branch] gh/jamesr66a/51/base -> origin/gh/jamesr66a/51/base 2022-03-17T19:06:46.4381474Z * [new branch] gh/jamesr66a/51/head -> origin/gh/jamesr66a/51/head 2022-03-17T19:06:46.4382569Z * [new branch] gh/jamesr66a/51/orig -> origin/gh/jamesr66a/51/orig 2022-03-17T19:06:46.4384731Z * [new branch] gh/janeyx99/4/head -> origin/gh/janeyx99/4/head 2022-03-17T19:06:46.4386409Z * [new branch] gh/janeyx99/5/base -> origin/gh/janeyx99/5/base 2022-03-17T19:06:46.4387546Z * [new branch] gh/janeyx99/5/head -> origin/gh/janeyx99/5/head 2022-03-17T19:06:46.4389192Z * [new branch] gh/janeyx99/6/base -> origin/gh/janeyx99/6/base 2022-03-17T19:06:46.4390546Z * [new branch] gh/janeyx99/6/head -> origin/gh/janeyx99/6/head 2022-03-17T19:06:46.4392721Z * [new branch] gh/jbschlosser/32/base -> origin/gh/jbschlosser/32/base 2022-03-17T19:06:46.4393741Z * [new branch] gh/jbschlosser/32/head -> origin/gh/jbschlosser/32/head 2022-03-17T19:06:46.4395229Z * [new branch] gh/jbschlosser/32/orig -> origin/gh/jbschlosser/32/orig 2022-03-17T19:06:46.4397257Z * [new branch] gh/jbschlosser/37/base -> origin/gh/jbschlosser/37/base 2022-03-17T19:06:46.4398370Z * [new branch] gh/jbschlosser/37/head -> origin/gh/jbschlosser/37/head 2022-03-17T19:06:46.4414666Z * [new branch] gh/jbschlosser/37/orig -> origin/gh/jbschlosser/37/orig 2022-03-17T19:06:46.4415235Z * [new branch] gh/jbschlosser/38/base -> origin/gh/jbschlosser/38/base 2022-03-17T19:06:46.4415797Z * [new branch] gh/jbschlosser/38/head -> origin/gh/jbschlosser/38/head 2022-03-17T19:06:46.4416346Z * [new branch] gh/jbschlosser/38/orig -> origin/gh/jbschlosser/38/orig 2022-03-17T19:06:46.4416876Z * [new branch] gh/jerryzh168/104/base -> origin/gh/jerryzh168/104/base 2022-03-17T19:06:46.4417414Z * [new branch] gh/jerryzh168/104/head -> origin/gh/jerryzh168/104/head 2022-03-17T19:06:46.4417952Z * [new branch] gh/jerryzh168/104/orig -> origin/gh/jerryzh168/104/orig 2022-03-17T19:06:46.4418485Z * [new branch] gh/jerryzh168/106/base -> origin/gh/jerryzh168/106/base 2022-03-17T19:06:46.4419016Z * [new branch] gh/jerryzh168/106/head -> origin/gh/jerryzh168/106/head 2022-03-17T19:06:46.4419552Z * [new branch] gh/jerryzh168/106/orig -> origin/gh/jerryzh168/106/orig 2022-03-17T19:06:46.4420119Z * [new branch] gh/jerryzh168/107/base -> origin/gh/jerryzh168/107/base 2022-03-17T19:06:46.4420660Z * [new branch] gh/jerryzh168/107/head -> origin/gh/jerryzh168/107/head 2022-03-17T19:06:46.4421188Z * [new branch] gh/jerryzh168/107/orig -> origin/gh/jerryzh168/107/orig 2022-03-17T19:06:46.4421739Z * [new branch] gh/jerryzh168/108/base -> origin/gh/jerryzh168/108/base 2022-03-17T19:06:46.4422265Z * [new branch] gh/jerryzh168/108/head -> origin/gh/jerryzh168/108/head 2022-03-17T19:06:46.4422784Z * [new branch] gh/jerryzh168/108/orig -> origin/gh/jerryzh168/108/orig 2022-03-17T19:06:46.4423766Z * [new branch] gh/jerryzh168/111/base -> origin/gh/jerryzh168/111/base 2022-03-17T19:06:46.4425429Z * [new branch] gh/jerryzh168/111/head -> origin/gh/jerryzh168/111/head 2022-03-17T19:06:46.4426836Z * [new branch] gh/jerryzh168/111/orig -> origin/gh/jerryzh168/111/orig 2022-03-17T19:06:46.4428591Z * [new branch] gh/jerryzh168/116/base -> origin/gh/jerryzh168/116/base 2022-03-17T19:06:46.4429931Z * [new branch] gh/jerryzh168/116/head -> origin/gh/jerryzh168/116/head 2022-03-17T19:06:46.4431246Z * [new branch] gh/jerryzh168/116/orig -> origin/gh/jerryzh168/116/orig 2022-03-17T19:06:46.4432932Z * [new branch] gh/jerryzh168/155/base -> origin/gh/jerryzh168/155/base 2022-03-17T19:06:46.4434399Z * [new branch] gh/jerryzh168/155/head -> origin/gh/jerryzh168/155/head 2022-03-17T19:06:46.4435783Z * [new branch] gh/jerryzh168/155/orig -> origin/gh/jerryzh168/155/orig 2022-03-17T19:06:46.4437599Z * [new branch] gh/jerryzh168/159/base -> origin/gh/jerryzh168/159/base 2022-03-17T19:06:46.4439084Z * [new branch] gh/jerryzh168/159/head -> origin/gh/jerryzh168/159/head 2022-03-17T19:06:46.4440493Z * [new branch] gh/jerryzh168/159/orig -> origin/gh/jerryzh168/159/orig 2022-03-17T19:06:46.4442409Z * [new branch] gh/jerryzh168/191/base -> origin/gh/jerryzh168/191/base 2022-03-17T19:06:46.4444062Z * [new branch] gh/jerryzh168/191/head -> origin/gh/jerryzh168/191/head 2022-03-17T19:06:46.4445374Z * [new branch] gh/jerryzh168/191/orig -> origin/gh/jerryzh168/191/orig 2022-03-17T19:06:46.4447816Z * [new branch] gh/jerryzh168/193/base -> origin/gh/jerryzh168/193/base 2022-03-17T19:06:46.4448691Z * [new branch] gh/jerryzh168/193/head -> origin/gh/jerryzh168/193/head 2022-03-17T19:06:46.4450089Z * [new branch] gh/jerryzh168/193/orig -> origin/gh/jerryzh168/193/orig 2022-03-17T19:06:46.4452028Z * [new branch] gh/jerryzh168/208/base -> origin/gh/jerryzh168/208/base 2022-03-17T19:06:46.4453510Z * [new branch] gh/jerryzh168/208/head -> origin/gh/jerryzh168/208/head 2022-03-17T19:06:46.4455018Z * [new branch] gh/jerryzh168/208/orig -> origin/gh/jerryzh168/208/orig 2022-03-17T19:06:46.4457196Z * [new branch] gh/jerryzh168/221/base -> origin/gh/jerryzh168/221/base 2022-03-17T19:06:46.4458303Z * [new branch] gh/jerryzh168/221/head -> origin/gh/jerryzh168/221/head 2022-03-17T19:06:46.4459632Z * [new branch] gh/jerryzh168/221/orig -> origin/gh/jerryzh168/221/orig 2022-03-17T19:06:46.4461695Z * [new branch] gh/jerryzh168/224/base -> origin/gh/jerryzh168/224/base 2022-03-17T19:06:46.4462968Z * [new branch] gh/jerryzh168/224/head -> origin/gh/jerryzh168/224/head 2022-03-17T19:06:46.4464340Z * [new branch] gh/jerryzh168/224/orig -> origin/gh/jerryzh168/224/orig 2022-03-17T19:06:46.4466707Z * [new branch] gh/jerryzh168/236/base -> origin/gh/jerryzh168/236/base 2022-03-17T19:06:46.4467783Z * [new branch] gh/jerryzh168/236/head -> origin/gh/jerryzh168/236/head 2022-03-17T19:06:46.4469208Z * [new branch] gh/jerryzh168/236/orig -> origin/gh/jerryzh168/236/orig 2022-03-17T19:06:46.4471049Z * [new branch] gh/jerryzh168/238/base -> origin/gh/jerryzh168/238/base 2022-03-17T19:06:46.4472403Z * [new branch] gh/jerryzh168/238/head -> origin/gh/jerryzh168/238/head 2022-03-17T19:06:46.4473733Z * [new branch] gh/jerryzh168/238/orig -> origin/gh/jerryzh168/238/orig 2022-03-17T19:06:46.4475910Z * [new branch] gh/jerryzh168/256/base -> origin/gh/jerryzh168/256/base 2022-03-17T19:06:46.4476910Z * [new branch] gh/jerryzh168/256/head -> origin/gh/jerryzh168/256/head 2022-03-17T19:06:46.4478316Z * [new branch] gh/jerryzh168/256/orig -> origin/gh/jerryzh168/256/orig 2022-03-17T19:06:46.4480089Z * [new branch] gh/jerryzh168/269/base -> origin/gh/jerryzh168/269/base 2022-03-17T19:06:46.4481776Z * [new branch] gh/jerryzh168/269/head -> origin/gh/jerryzh168/269/head 2022-03-17T19:06:46.4483123Z * [new branch] gh/jerryzh168/269/orig -> origin/gh/jerryzh168/269/orig 2022-03-17T19:06:46.4485061Z * [new branch] gh/jerryzh168/28/base -> origin/gh/jerryzh168/28/base 2022-03-17T19:06:46.4486506Z * [new branch] gh/jerryzh168/28/head -> origin/gh/jerryzh168/28/head 2022-03-17T19:06:46.4487873Z * [new branch] gh/jerryzh168/28/orig -> origin/gh/jerryzh168/28/orig 2022-03-17T19:06:46.4489588Z * [new branch] gh/jerryzh168/284/base -> origin/gh/jerryzh168/284/base 2022-03-17T19:06:46.4490949Z * [new branch] gh/jerryzh168/284/head -> origin/gh/jerryzh168/284/head 2022-03-17T19:06:46.4492377Z * [new branch] gh/jerryzh168/284/orig -> origin/gh/jerryzh168/284/orig 2022-03-17T19:06:46.4494157Z * [new branch] gh/jerryzh168/29/base -> origin/gh/jerryzh168/29/base 2022-03-17T19:06:46.4495352Z * [new branch] gh/jerryzh168/29/head -> origin/gh/jerryzh168/29/head 2022-03-17T19:06:46.4496781Z * [new branch] gh/jerryzh168/29/orig -> origin/gh/jerryzh168/29/orig 2022-03-17T19:06:46.4498490Z * [new branch] gh/jerryzh168/30/base -> origin/gh/jerryzh168/30/base 2022-03-17T19:06:46.4499618Z * [new branch] gh/jerryzh168/30/head -> origin/gh/jerryzh168/30/head 2022-03-17T19:06:46.4501370Z * [new branch] gh/jerryzh168/30/orig -> origin/gh/jerryzh168/30/orig 2022-03-17T19:06:46.4503133Z * [new branch] gh/jerryzh168/318/base -> origin/gh/jerryzh168/318/base 2022-03-17T19:06:46.4504211Z * [new branch] gh/jerryzh168/318/head -> origin/gh/jerryzh168/318/head 2022-03-17T19:06:46.4506059Z * [new branch] gh/jerryzh168/318/orig -> origin/gh/jerryzh168/318/orig 2022-03-17T19:06:46.4507974Z * [new branch] gh/jerryzh168/323/base -> origin/gh/jerryzh168/323/base 2022-03-17T19:06:46.4509084Z * [new branch] gh/jerryzh168/323/head -> origin/gh/jerryzh168/323/head 2022-03-17T19:06:46.4510416Z * [new branch] gh/jerryzh168/323/orig -> origin/gh/jerryzh168/323/orig 2022-03-17T19:06:46.4512353Z * [new branch] gh/jerryzh168/337/base -> origin/gh/jerryzh168/337/base 2022-03-17T19:06:46.4514127Z * [new branch] gh/jerryzh168/337/head -> origin/gh/jerryzh168/337/head 2022-03-17T19:06:46.4514873Z * [new branch] gh/jerryzh168/337/orig -> origin/gh/jerryzh168/337/orig 2022-03-17T19:06:46.4517111Z * [new branch] gh/jerryzh168/353/base -> origin/gh/jerryzh168/353/base 2022-03-17T19:06:46.4518167Z * [new branch] gh/jerryzh168/353/head -> origin/gh/jerryzh168/353/head 2022-03-17T19:06:46.4519876Z * [new branch] gh/jerryzh168/353/orig -> origin/gh/jerryzh168/353/orig 2022-03-17T19:06:46.4521631Z * [new branch] gh/jerryzh168/411/base -> origin/gh/jerryzh168/411/base 2022-03-17T19:06:46.4523239Z * [new branch] gh/jerryzh168/411/head -> origin/gh/jerryzh168/411/head 2022-03-17T19:06:46.4524581Z * [new branch] gh/jerryzh168/411/orig -> origin/gh/jerryzh168/411/orig 2022-03-17T19:06:46.4526752Z * [new branch] gh/jerryzh168/412/base -> origin/gh/jerryzh168/412/base 2022-03-17T19:06:46.4527907Z * [new branch] gh/jerryzh168/412/head -> origin/gh/jerryzh168/412/head 2022-03-17T19:06:46.4529515Z * [new branch] gh/jerryzh168/412/orig -> origin/gh/jerryzh168/412/orig 2022-03-17T19:06:46.4531227Z * [new branch] gh/jerryzh168/43/base -> origin/gh/jerryzh168/43/base 2022-03-17T19:06:46.4532695Z * [new branch] gh/jerryzh168/43/head -> origin/gh/jerryzh168/43/head 2022-03-17T19:06:46.4534025Z * [new branch] gh/jerryzh168/43/orig -> origin/gh/jerryzh168/43/orig 2022-03-17T19:06:46.4536032Z * [new branch] gh/jerryzh168/464/base -> origin/gh/jerryzh168/464/base 2022-03-17T19:06:46.4537126Z * [new branch] gh/jerryzh168/464/head -> origin/gh/jerryzh168/464/head 2022-03-17T19:06:46.4538716Z * [new branch] gh/jerryzh168/464/orig -> origin/gh/jerryzh168/464/orig 2022-03-17T19:06:46.4540524Z * [new branch] gh/jerryzh168/47/base -> origin/gh/jerryzh168/47/base 2022-03-17T19:06:46.4541664Z * [new branch] gh/jerryzh168/47/head -> origin/gh/jerryzh168/47/head 2022-03-17T19:06:46.4543301Z * [new branch] gh/jerryzh168/47/orig -> origin/gh/jerryzh168/47/orig 2022-03-17T19:06:46.4545956Z * [new branch] gh/jerryzh168/48/base -> origin/gh/jerryzh168/48/base 2022-03-17T19:06:46.4547289Z * [new branch] gh/jerryzh168/48/head -> origin/gh/jerryzh168/48/head 2022-03-17T19:06:46.4548789Z * [new branch] gh/jerryzh168/48/orig -> origin/gh/jerryzh168/48/orig 2022-03-17T19:06:46.4550679Z * [new branch] gh/jerryzh168/49/base -> origin/gh/jerryzh168/49/base 2022-03-17T19:06:46.4551906Z * [new branch] gh/jerryzh168/49/head -> origin/gh/jerryzh168/49/head 2022-03-17T19:06:46.4553685Z * [new branch] gh/jerryzh168/49/orig -> origin/gh/jerryzh168/49/orig 2022-03-17T19:06:46.4555463Z * [new branch] gh/jerryzh168/52/base -> origin/gh/jerryzh168/52/base 2022-03-17T19:06:46.4556571Z * [new branch] gh/jerryzh168/52/head -> origin/gh/jerryzh168/52/head 2022-03-17T19:06:46.4558338Z * [new branch] gh/jerryzh168/52/orig -> origin/gh/jerryzh168/52/orig 2022-03-17T19:06:46.4560045Z * [new branch] gh/jerryzh168/521/base -> origin/gh/jerryzh168/521/base 2022-03-17T19:06:46.4561370Z * [new branch] gh/jerryzh168/521/head -> origin/gh/jerryzh168/521/head 2022-03-17T19:06:46.4564002Z * [new branch] gh/jerryzh168/521/orig -> origin/gh/jerryzh168/521/orig 2022-03-17T19:06:46.4565138Z * [new branch] gh/jerryzh168/53/base -> origin/gh/jerryzh168/53/base 2022-03-17T19:06:46.4567191Z * [new branch] gh/jerryzh168/53/head -> origin/gh/jerryzh168/53/head 2022-03-17T19:06:46.4568245Z * [new branch] gh/jerryzh168/53/orig -> origin/gh/jerryzh168/53/orig 2022-03-17T19:06:46.4570332Z * [new branch] gh/jerryzh168/54/base -> origin/gh/jerryzh168/54/base 2022-03-17T19:06:46.4571543Z * [new branch] gh/jerryzh168/54/head -> origin/gh/jerryzh168/54/head 2022-03-17T19:06:46.4573070Z * [new branch] gh/jerryzh168/54/orig -> origin/gh/jerryzh168/54/orig 2022-03-17T19:06:46.4574939Z * [new branch] gh/jerryzh168/556/base -> origin/gh/jerryzh168/556/base 2022-03-17T19:06:46.4576494Z * [new branch] gh/jerryzh168/556/head -> origin/gh/jerryzh168/556/head 2022-03-17T19:06:46.4577433Z * [new branch] gh/jerryzh168/556/orig -> origin/gh/jerryzh168/556/orig 2022-03-17T19:06:46.4579617Z * [new branch] gh/jerryzh168/575/base -> origin/gh/jerryzh168/575/base 2022-03-17T19:06:46.4580935Z * [new branch] gh/jerryzh168/575/head -> origin/gh/jerryzh168/575/head 2022-03-17T19:06:46.4582254Z * [new branch] gh/jerryzh168/575/orig -> origin/gh/jerryzh168/575/orig 2022-03-17T19:06:46.4584172Z * [new branch] gh/jerryzh168/576/base -> origin/gh/jerryzh168/576/base 2022-03-17T19:06:46.4585272Z * [new branch] gh/jerryzh168/576/head -> origin/gh/jerryzh168/576/head 2022-03-17T19:06:46.4587194Z * [new branch] gh/jerryzh168/576/orig -> origin/gh/jerryzh168/576/orig 2022-03-17T19:06:46.4589102Z * [new branch] gh/jerryzh168/593/base -> origin/gh/jerryzh168/593/base 2022-03-17T19:06:46.4590094Z * [new branch] gh/jerryzh168/593/head -> origin/gh/jerryzh168/593/head 2022-03-17T19:06:46.4591875Z * [new branch] gh/jerryzh168/593/orig -> origin/gh/jerryzh168/593/orig 2022-03-17T19:06:46.4593692Z * [new branch] gh/jerryzh168/594/base -> origin/gh/jerryzh168/594/base 2022-03-17T19:06:46.4594724Z * [new branch] gh/jerryzh168/594/head -> origin/gh/jerryzh168/594/head 2022-03-17T19:06:46.4596368Z * [new branch] gh/jerryzh168/594/orig -> origin/gh/jerryzh168/594/orig 2022-03-17T19:06:46.4598186Z * [new branch] gh/jerryzh168/631/base -> origin/gh/jerryzh168/631/base 2022-03-17T19:06:46.4599508Z * [new branch] gh/jerryzh168/631/head -> origin/gh/jerryzh168/631/head 2022-03-17T19:06:46.4600995Z * [new branch] gh/jerryzh168/631/orig -> origin/gh/jerryzh168/631/orig 2022-03-17T19:06:46.4603211Z * [new branch] gh/jerryzh168/632/base -> origin/gh/jerryzh168/632/base 2022-03-17T19:06:46.4604701Z * [new branch] gh/jerryzh168/632/head -> origin/gh/jerryzh168/632/head 2022-03-17T19:06:46.4606188Z * [new branch] gh/jerryzh168/632/orig -> origin/gh/jerryzh168/632/orig 2022-03-17T19:06:46.4608073Z * [new branch] gh/jerryzh168/633/base -> origin/gh/jerryzh168/633/base 2022-03-17T19:06:46.4609163Z * [new branch] gh/jerryzh168/633/head -> origin/gh/jerryzh168/633/head 2022-03-17T19:06:46.4610674Z * [new branch] gh/jerryzh168/633/orig -> origin/gh/jerryzh168/633/orig 2022-03-17T19:06:46.4612529Z * [new branch] gh/jerryzh168/634/base -> origin/gh/jerryzh168/634/base 2022-03-17T19:06:46.4613864Z * [new branch] gh/jerryzh168/634/head -> origin/gh/jerryzh168/634/head 2022-03-17T19:06:46.4615474Z * [new branch] gh/jerryzh168/634/orig -> origin/gh/jerryzh168/634/orig 2022-03-17T19:06:46.4617187Z * [new branch] gh/jerryzh168/645/base -> origin/gh/jerryzh168/645/base 2022-03-17T19:06:46.4618523Z * [new branch] gh/jerryzh168/645/head -> origin/gh/jerryzh168/645/head 2022-03-17T19:06:46.4620025Z * [new branch] gh/jerryzh168/645/orig -> origin/gh/jerryzh168/645/orig 2022-03-17T19:06:46.4621931Z * [new branch] gh/jerryzh168/692/base -> origin/gh/jerryzh168/692/base 2022-03-17T19:06:46.4622991Z * [new branch] gh/jerryzh168/692/head -> origin/gh/jerryzh168/692/head 2022-03-17T19:06:46.4624728Z * [new branch] gh/jerryzh168/692/orig -> origin/gh/jerryzh168/692/orig 2022-03-17T19:06:46.4626842Z * [new branch] gh/jerryzh168/70/base -> origin/gh/jerryzh168/70/base 2022-03-17T19:06:46.4627948Z * [new branch] gh/jerryzh168/70/head -> origin/gh/jerryzh168/70/head 2022-03-17T19:06:46.4629782Z * [new branch] gh/jerryzh168/70/orig -> origin/gh/jerryzh168/70/orig 2022-03-17T19:06:46.4631457Z * [new branch] gh/jerryzh168/715/base -> origin/gh/jerryzh168/715/base 2022-03-17T19:06:46.4632823Z * [new branch] gh/jerryzh168/715/head -> origin/gh/jerryzh168/715/head 2022-03-17T19:06:46.4633982Z * [new branch] gh/jerryzh168/715/orig -> origin/gh/jerryzh168/715/orig 2022-03-17T19:06:46.4636005Z * [new branch] gh/jerryzh168/717/base -> origin/gh/jerryzh168/717/base 2022-03-17T19:06:46.4637138Z * [new branch] gh/jerryzh168/717/head -> origin/gh/jerryzh168/717/head 2022-03-17T19:06:46.4638878Z * [new branch] gh/jerryzh168/717/orig -> origin/gh/jerryzh168/717/orig 2022-03-17T19:06:46.4641160Z * [new branch] gh/jerryzh168/718/base -> origin/gh/jerryzh168/718/base 2022-03-17T19:06:46.4642318Z * [new branch] gh/jerryzh168/718/head -> origin/gh/jerryzh168/718/head 2022-03-17T19:06:46.4644254Z * [new branch] gh/jerryzh168/718/orig -> origin/gh/jerryzh168/718/orig 2022-03-17T19:06:46.4646103Z * [new branch] gh/jerryzh168/738/base -> origin/gh/jerryzh168/738/base 2022-03-17T19:06:46.4647963Z * [new branch] gh/jerryzh168/738/head -> origin/gh/jerryzh168/738/head 2022-03-17T19:06:46.4648930Z * [new branch] gh/jerryzh168/738/orig -> origin/gh/jerryzh168/738/orig 2022-03-17T19:06:46.4651033Z * [new branch] gh/jerryzh168/742/base -> origin/gh/jerryzh168/742/base 2022-03-17T19:06:46.4652033Z * [new branch] gh/jerryzh168/742/head -> origin/gh/jerryzh168/742/head 2022-03-17T19:06:46.4653869Z * [new branch] gh/jerryzh168/742/orig -> origin/gh/jerryzh168/742/orig 2022-03-17T19:06:46.4655690Z * [new branch] gh/jerryzh168/743/base -> origin/gh/jerryzh168/743/base 2022-03-17T19:06:46.4656709Z * [new branch] gh/jerryzh168/743/head -> origin/gh/jerryzh168/743/head 2022-03-17T19:06:46.4658543Z * [new branch] gh/jerryzh168/743/orig -> origin/gh/jerryzh168/743/orig 2022-03-17T19:06:46.4660534Z * [new branch] gh/jerryzh168/744/base -> origin/gh/jerryzh168/744/base 2022-03-17T19:06:46.4661521Z * [new branch] gh/jerryzh168/744/head -> origin/gh/jerryzh168/744/head 2022-03-17T19:06:46.4663084Z * [new branch] gh/jerryzh168/744/orig -> origin/gh/jerryzh168/744/orig 2022-03-17T19:06:46.4665118Z * [new branch] gh/jerryzh168/745/base -> origin/gh/jerryzh168/745/base 2022-03-17T19:06:46.4666107Z * [new branch] gh/jerryzh168/745/head -> origin/gh/jerryzh168/745/head 2022-03-17T19:06:46.4668116Z * [new branch] gh/jerryzh168/745/orig -> origin/gh/jerryzh168/745/orig 2022-03-17T19:06:46.4669234Z * [new branch] gh/jerryzh168/746/base -> origin/gh/jerryzh168/746/base 2022-03-17T19:06:46.4670933Z * [new branch] gh/jerryzh168/746/head -> origin/gh/jerryzh168/746/head 2022-03-17T19:06:46.4672005Z * [new branch] gh/jerryzh168/746/orig -> origin/gh/jerryzh168/746/orig 2022-03-17T19:06:46.4674370Z * [new branch] gh/jerryzh168/747/base -> origin/gh/jerryzh168/747/base 2022-03-17T19:06:46.4675376Z * [new branch] gh/jerryzh168/747/head -> origin/gh/jerryzh168/747/head 2022-03-17T19:06:46.4677155Z * [new branch] gh/jerryzh168/747/orig -> origin/gh/jerryzh168/747/orig 2022-03-17T19:06:46.4679049Z * [new branch] gh/jerryzh168/748/base -> origin/gh/jerryzh168/748/base 2022-03-17T19:06:46.4679837Z * [new branch] gh/jerryzh168/748/head -> origin/gh/jerryzh168/748/head 2022-03-17T19:06:46.4681553Z * [new branch] gh/jerryzh168/748/orig -> origin/gh/jerryzh168/748/orig 2022-03-17T19:06:46.4683701Z * [new branch] gh/jerryzh168/75/base -> origin/gh/jerryzh168/75/base 2022-03-17T19:06:46.4684782Z * [new branch] gh/jerryzh168/75/head -> origin/gh/jerryzh168/75/head 2022-03-17T19:06:46.4686494Z * [new branch] gh/jerryzh168/75/orig -> origin/gh/jerryzh168/75/orig 2022-03-17T19:06:46.4688533Z * [new branch] gh/jerryzh168/96/base -> origin/gh/jerryzh168/96/base 2022-03-17T19:06:46.4690002Z * [new branch] gh/jerryzh168/96/head -> origin/gh/jerryzh168/96/head 2022-03-17T19:06:46.4691062Z * [new branch] gh/jerryzh168/96/orig -> origin/gh/jerryzh168/96/orig 2022-03-17T19:06:46.4693149Z * [new branch] gh/jianyuh/15/base -> origin/gh/jianyuh/15/base 2022-03-17T19:06:46.4694561Z * [new branch] gh/jianyuh/15/head -> origin/gh/jianyuh/15/head 2022-03-17T19:06:46.4696007Z * [new branch] gh/jianyuh/15/orig -> origin/gh/jianyuh/15/orig 2022-03-17T19:06:46.4697797Z * [new branch] gh/jianyuh/18/base -> origin/gh/jianyuh/18/base 2022-03-17T19:06:46.4698807Z * [new branch] gh/jianyuh/18/head -> origin/gh/jianyuh/18/head 2022-03-17T19:06:46.4700497Z * [new branch] gh/jianyuh/18/orig -> origin/gh/jianyuh/18/orig 2022-03-17T19:06:46.4702412Z * [new branch] gh/jianyuh/28/base -> origin/gh/jianyuh/28/base 2022-03-17T19:06:46.4703348Z * [new branch] gh/jianyuh/28/head -> origin/gh/jianyuh/28/head 2022-03-17T19:06:46.4705097Z * [new branch] gh/jianyuh/28/orig -> origin/gh/jianyuh/28/orig 2022-03-17T19:06:46.4706979Z * [new branch] gh/jianyuh/3/base -> origin/gh/jianyuh/3/base 2022-03-17T19:06:46.4708038Z * [new branch] gh/jianyuh/3/head -> origin/gh/jianyuh/3/head 2022-03-17T19:06:46.4709722Z * [new branch] gh/jianyuh/3/orig -> origin/gh/jianyuh/3/orig 2022-03-17T19:06:46.4711365Z * [new branch] gh/jianyuh/43/base -> origin/gh/jianyuh/43/base 2022-03-17T19:06:46.4713053Z * [new branch] gh/jianyuh/43/head -> origin/gh/jianyuh/43/head 2022-03-17T19:06:46.4714707Z * [new branch] gh/jianyuh/43/orig -> origin/gh/jianyuh/43/orig 2022-03-17T19:06:46.4716587Z * [new branch] gh/jianyuh/45/base -> origin/gh/jianyuh/45/base 2022-03-17T19:06:46.4717770Z * [new branch] gh/jianyuh/45/head -> origin/gh/jianyuh/45/head 2022-03-17T19:06:46.4719341Z * [new branch] gh/jianyuh/45/orig -> origin/gh/jianyuh/45/orig 2022-03-17T19:06:46.4720757Z * [new branch] gh/jianyuh/46/base -> origin/gh/jianyuh/46/base 2022-03-17T19:06:46.4721925Z * [new branch] gh/jianyuh/46/head -> origin/gh/jianyuh/46/head 2022-03-17T19:06:46.4723995Z * [new branch] gh/jianyuh/46/orig -> origin/gh/jianyuh/46/orig 2022-03-17T19:06:46.4725930Z * [new branch] gh/jianyuh/49/base -> origin/gh/jianyuh/49/base 2022-03-17T19:06:46.4726986Z * [new branch] gh/jianyuh/49/head -> origin/gh/jianyuh/49/head 2022-03-17T19:06:46.4728830Z * [new branch] gh/jianyuh/49/orig -> origin/gh/jianyuh/49/orig 2022-03-17T19:06:46.4730244Z * [new branch] gh/jianyuh/51/base -> origin/gh/jianyuh/51/base 2022-03-17T19:06:46.4731688Z * [new branch] gh/jianyuh/51/head -> origin/gh/jianyuh/51/head 2022-03-17T19:06:46.4732755Z * [new branch] gh/jianyuh/51/orig -> origin/gh/jianyuh/51/orig 2022-03-17T19:06:46.4734710Z * [new branch] gh/jianyuh/57/base -> origin/gh/jianyuh/57/base 2022-03-17T19:06:46.4736111Z * [new branch] gh/jianyuh/57/head -> origin/gh/jianyuh/57/head 2022-03-17T19:06:46.4737708Z * [new branch] gh/jianyuh/57/orig -> origin/gh/jianyuh/57/orig 2022-03-17T19:06:46.4739441Z * [new branch] gh/jianyuh/58/base -> origin/gh/jianyuh/58/base 2022-03-17T19:06:46.4741241Z * [new branch] gh/jianyuh/58/head -> origin/gh/jianyuh/58/head 2022-03-17T19:06:46.4742643Z * [new branch] gh/jianyuh/58/orig -> origin/gh/jianyuh/58/orig 2022-03-17T19:06:46.4744840Z * [new branch] gh/jianyuh/59/base -> origin/gh/jianyuh/59/base 2022-03-17T19:06:46.4746456Z * [new branch] gh/jianyuh/59/head -> origin/gh/jianyuh/59/head 2022-03-17T19:06:46.4747560Z * [new branch] gh/jianyuh/59/orig -> origin/gh/jianyuh/59/orig 2022-03-17T19:06:46.4749544Z * [new branch] gh/jianyuh/62/base -> origin/gh/jianyuh/62/base 2022-03-17T19:06:46.4751186Z * [new branch] gh/jianyuh/62/head -> origin/gh/jianyuh/62/head 2022-03-17T19:06:46.4752601Z * [new branch] gh/jianyuh/62/orig -> origin/gh/jianyuh/62/orig 2022-03-17T19:06:46.4754499Z * [new branch] gh/jianyuh/64/base -> origin/gh/jianyuh/64/base 2022-03-17T19:06:46.4755558Z * [new branch] gh/jianyuh/64/head -> origin/gh/jianyuh/64/head 2022-03-17T19:06:46.4757268Z * [new branch] gh/jianyuh/64/orig -> origin/gh/jianyuh/64/orig 2022-03-17T19:06:46.4759211Z * [new branch] gh/jianyuh/67/base -> origin/gh/jianyuh/67/base 2022-03-17T19:06:46.4760745Z * [new branch] gh/jianyuh/67/head -> origin/gh/jianyuh/67/head 2022-03-17T19:06:46.4761957Z * [new branch] gh/jianyuh/68/base -> origin/gh/jianyuh/68/base 2022-03-17T19:06:46.4764557Z * [new branch] gh/jianyuh/68/head -> origin/gh/jianyuh/68/head 2022-03-17T19:06:46.4766183Z * [new branch] gh/jianyuh/69/base -> origin/gh/jianyuh/69/base 2022-03-17T19:06:46.4767140Z * [new branch] gh/jianyuh/69/head -> origin/gh/jianyuh/69/head 2022-03-17T19:06:46.4768928Z * [new branch] gh/jianyuh/7/base -> origin/gh/jianyuh/7/base 2022-03-17T19:06:46.4769986Z * [new branch] gh/jianyuh/7/head -> origin/gh/jianyuh/7/head 2022-03-17T19:06:46.4771706Z * [new branch] gh/jianyuh/7/orig -> origin/gh/jianyuh/7/orig 2022-03-17T19:06:46.4773728Z * [new branch] gh/jiayisuse/2/base -> origin/gh/jiayisuse/2/base 2022-03-17T19:06:46.4774721Z * [new branch] gh/jiayisuse/2/head -> origin/gh/jiayisuse/2/head 2022-03-17T19:06:46.4776283Z * [new branch] gh/jiayisuse/2/orig -> origin/gh/jiayisuse/2/orig 2022-03-17T19:06:46.4777969Z * [new branch] gh/jiayisuse/3/base -> origin/gh/jiayisuse/3/base 2022-03-17T19:06:46.4778995Z * [new branch] gh/jiayisuse/3/head -> origin/gh/jiayisuse/3/head 2022-03-17T19:06:46.4780713Z * [new branch] gh/jiayisuse/3/orig -> origin/gh/jiayisuse/3/orig 2022-03-17T19:06:46.4782808Z * [new branch] gh/jjlilley/84/base -> origin/gh/jjlilley/84/base 2022-03-17T19:06:46.4783897Z * [new branch] gh/jjlilley/84/head -> origin/gh/jjlilley/84/head 2022-03-17T19:06:46.4785730Z * [new branch] gh/jjlilley/84/orig -> origin/gh/jjlilley/84/orig 2022-03-17T19:06:46.4788280Z * [new branch] gh/jjsjann123/1/base -> origin/gh/jjsjann123/1/base 2022-03-17T19:06:46.4789333Z * [new branch] gh/jjsjann123/1/head -> origin/gh/jjsjann123/1/head 2022-03-17T19:06:46.4791028Z * [new branch] gh/jjsjann123/1/orig -> origin/gh/jjsjann123/1/orig 2022-03-17T19:06:46.4793043Z * [new branch] gh/jshen/10/base -> origin/gh/jshen/10/base 2022-03-17T19:06:46.4794047Z * [new branch] gh/jshen/10/head -> origin/gh/jshen/10/head 2022-03-17T19:06:46.4795858Z * [new branch] gh/jshen/11/base -> origin/gh/jshen/11/base 2022-03-17T19:06:46.4796869Z * [new branch] gh/jshen/11/head -> origin/gh/jshen/11/head 2022-03-17T19:06:46.4798631Z * [new branch] gh/jshen/3/base -> origin/gh/jshen/3/base 2022-03-17T19:06:46.4800434Z * [new branch] gh/jshen/3/head -> origin/gh/jshen/3/head 2022-03-17T19:06:46.4801855Z * [new branch] gh/jshen/3/orig -> origin/gh/jshen/3/orig 2022-03-17T19:06:46.4803867Z * [new branch] gh/jshen/7/base -> origin/gh/jshen/7/base 2022-03-17T19:06:46.4804928Z * [new branch] gh/jshen/7/head -> origin/gh/jshen/7/head 2022-03-17T19:06:46.4806655Z * [new branch] gh/jshen/7/orig -> origin/gh/jshen/7/orig 2022-03-17T19:06:46.4808600Z * [new branch] gh/kazhou/9/base -> origin/gh/kazhou/9/base 2022-03-17T19:06:46.4809650Z * [new branch] gh/kazhou/9/head -> origin/gh/kazhou/9/head 2022-03-17T19:06:46.4812027Z * [new branch] gh/kimishpatel/22/base -> origin/gh/kimishpatel/22/base 2022-03-17T19:06:46.4813129Z * [new branch] gh/kimishpatel/22/head -> origin/gh/kimishpatel/22/head 2022-03-17T19:06:46.4814907Z * [new branch] gh/kimishpatel/23/base -> origin/gh/kimishpatel/23/base 2022-03-17T19:06:46.4815964Z * [new branch] gh/kimishpatel/23/head -> origin/gh/kimishpatel/23/head 2022-03-17T19:06:46.4818235Z * [new branch] gh/kimishpatel/44/base -> origin/gh/kimishpatel/44/base 2022-03-17T19:06:46.4819468Z * [new branch] gh/kimishpatel/44/head -> origin/gh/kimishpatel/44/head 2022-03-17T19:06:46.4821126Z * [new branch] gh/kimishpatel/44/orig -> origin/gh/kimishpatel/44/orig 2022-03-17T19:06:46.4822949Z * [new branch] gh/kimishpatel/46/base -> origin/gh/kimishpatel/46/base 2022-03-17T19:06:46.4824561Z * [new branch] gh/kimishpatel/46/head -> origin/gh/kimishpatel/46/head 2022-03-17T19:06:46.4825602Z * [new branch] gh/kimishpatel/46/orig -> origin/gh/kimishpatel/46/orig 2022-03-17T19:06:46.4827715Z * [new branch] gh/kimishpatel/59/base -> origin/gh/kimishpatel/59/base 2022-03-17T19:06:46.4828691Z * [new branch] gh/kimishpatel/59/head -> origin/gh/kimishpatel/59/head 2022-03-17T19:06:46.4830407Z * [new branch] gh/kimishpatel/59/orig -> origin/gh/kimishpatel/59/orig 2022-03-17T19:06:46.4832166Z * [new branch] gh/kimishpatel/60/base -> origin/gh/kimishpatel/60/base 2022-03-17T19:06:46.4833280Z * [new branch] gh/kimishpatel/60/head -> origin/gh/kimishpatel/60/head 2022-03-17T19:06:46.4835466Z * [new branch] gh/kimishpatel/64/base -> origin/gh/kimishpatel/64/base 2022-03-17T19:06:46.4837141Z * [new branch] gh/kimishpatel/64/head -> origin/gh/kimishpatel/64/head 2022-03-17T19:06:46.4838383Z * [new branch] gh/kimishpatel/65/base -> origin/gh/kimishpatel/65/base 2022-03-17T19:06:46.4839460Z * [new branch] gh/kimishpatel/65/head -> origin/gh/kimishpatel/65/head 2022-03-17T19:06:46.4841617Z * [new branch] gh/kimishpatel/66/base -> origin/gh/kimishpatel/66/base 2022-03-17T19:06:46.4842867Z * [new branch] gh/kimishpatel/66/head -> origin/gh/kimishpatel/66/head 2022-03-17T19:06:46.4845047Z * [new branch] gh/kimishpatel/67/base -> origin/gh/kimishpatel/67/base 2022-03-17T19:06:46.4846156Z * [new branch] gh/kimishpatel/67/head -> origin/gh/kimishpatel/67/head 2022-03-17T19:06:46.4848331Z * [new branch] gh/kimishpatel/70/base -> origin/gh/kimishpatel/70/base 2022-03-17T19:06:46.4849932Z * [new branch] gh/kimishpatel/70/head -> origin/gh/kimishpatel/70/head 2022-03-17T19:06:46.4851049Z * [new branch] gh/kimishpatel/70/orig -> origin/gh/kimishpatel/70/orig 2022-03-17T19:06:46.4853184Z * [new branch] gh/krovatkin/3/base -> origin/gh/krovatkin/3/base 2022-03-17T19:06:46.4854783Z * [new branch] gh/krovatkin/3/head -> origin/gh/krovatkin/3/head 2022-03-17T19:06:46.4855926Z * [new branch] gh/krovatkin/3/orig -> origin/gh/krovatkin/3/orig 2022-03-17T19:06:46.4857793Z * [new branch] gh/krovatkin/4/base -> origin/gh/krovatkin/4/base 2022-03-17T19:06:46.4858909Z * [new branch] gh/krovatkin/4/head -> origin/gh/krovatkin/4/head 2022-03-17T19:06:46.4860457Z * [new branch] gh/krovatkin/4/orig -> origin/gh/krovatkin/4/orig 2022-03-17T19:06:46.4862228Z * [new branch] gh/krovatkin/5/base -> origin/gh/krovatkin/5/base 2022-03-17T19:06:46.4863290Z * [new branch] gh/krovatkin/5/head -> origin/gh/krovatkin/5/head 2022-03-17T19:06:46.4864804Z * [new branch] gh/krovatkin/5/orig -> origin/gh/krovatkin/5/orig 2022-03-17T19:06:46.4866315Z * [new branch] gh/krovatkin/6/base -> origin/gh/krovatkin/6/base 2022-03-17T19:06:46.4867400Z * [new branch] gh/krovatkin/6/head -> origin/gh/krovatkin/6/head 2022-03-17T19:06:46.4868939Z * [new branch] gh/krovatkin/6/orig -> origin/gh/krovatkin/6/orig 2022-03-17T19:06:46.4870657Z * [new branch] gh/krovatkin/7/base -> origin/gh/krovatkin/7/base 2022-03-17T19:06:46.4872160Z * [new branch] gh/krovatkin/7/head -> origin/gh/krovatkin/7/head 2022-03-17T19:06:46.4873720Z * [new branch] gh/krovatkin/8/base -> origin/gh/krovatkin/8/base 2022-03-17T19:06:46.4874746Z * [new branch] gh/krovatkin/8/head -> origin/gh/krovatkin/8/head 2022-03-17T19:06:46.4876871Z * [new branch] gh/linux-jedi/1/base -> origin/gh/linux-jedi/1/base 2022-03-17T19:06:46.4878111Z * [new branch] gh/linux-jedi/1/orig -> origin/gh/linux-jedi/1/orig 2022-03-17T19:06:46.4880222Z * [new branch] gh/lishanYang/1/base -> origin/gh/lishanYang/1/base 2022-03-17T19:06:46.4881550Z * [new branch] gh/lishanYang/1/head -> origin/gh/lishanYang/1/head 2022-03-17T19:06:46.4883775Z * [new branch] gh/lishanYang/2/base -> origin/gh/lishanYang/2/base 2022-03-17T19:06:46.4885022Z * [new branch] gh/lishanYang/2/head -> origin/gh/lishanYang/2/head 2022-03-17T19:06:46.4886741Z * [new branch] gh/lishanYang/2/orig -> origin/gh/lishanYang/2/orig 2022-03-17T19:06:46.4888438Z * [new branch] gh/lishanYang/3/base -> origin/gh/lishanYang/3/base 2022-03-17T19:06:46.4890239Z * [new branch] gh/lishanYang/3/head -> origin/gh/lishanYang/3/head 2022-03-17T19:06:46.4891093Z * [new branch] gh/lishanYang/3/orig -> origin/gh/lishanYang/3/orig 2022-03-17T19:06:46.4892855Z * [new branch] gh/lishanYang/4/base -> origin/gh/lishanYang/4/base 2022-03-17T19:06:46.4894370Z * [new branch] gh/lishanYang/4/head -> origin/gh/lishanYang/4/head 2022-03-17T19:06:46.4895450Z * [new branch] gh/lishanYang/4/orig -> origin/gh/lishanYang/4/orig 2022-03-17T19:06:46.4897360Z * [new branch] gh/ljk53/117/base -> origin/gh/ljk53/117/base 2022-03-17T19:06:46.4898861Z * [new branch] gh/ljk53/117/orig -> origin/gh/ljk53/117/orig 2022-03-17T19:06:46.4900827Z * [new branch] gh/ljk53/123/orig -> origin/gh/ljk53/123/orig 2022-03-17T19:06:46.4902737Z * [new branch] gh/ljk53/135/base -> origin/gh/ljk53/135/base 2022-03-17T19:06:46.4904200Z * [new branch] gh/ljk53/135/orig -> origin/gh/ljk53/135/orig 2022-03-17T19:06:46.4905644Z * [new branch] gh/ljk53/136/base -> origin/gh/ljk53/136/base 2022-03-17T19:06:46.4907264Z * [new branch] gh/ljk53/136/orig -> origin/gh/ljk53/136/orig 2022-03-17T19:06:46.4909241Z * [new branch] gh/ljk53/147/base -> origin/gh/ljk53/147/base 2022-03-17T19:06:46.4910670Z * [new branch] gh/ljk53/147/head -> origin/gh/ljk53/147/head 2022-03-17T19:06:46.4912060Z * [new branch] gh/ljk53/147/orig -> origin/gh/ljk53/147/orig 2022-03-17T19:06:46.4913801Z * [new branch] gh/ljk53/19/base -> origin/gh/ljk53/19/base 2022-03-17T19:06:46.4915187Z * [new branch] gh/ljk53/19/orig -> origin/gh/ljk53/19/orig 2022-03-17T19:06:46.4917057Z * [new branch] gh/ljk53/20/orig -> origin/gh/ljk53/20/orig 2022-03-17T19:06:46.4918798Z * [new branch] gh/ljk53/5/base -> origin/gh/ljk53/5/base 2022-03-17T19:06:46.4920552Z * [new branch] gh/ljk53/54/head -> origin/gh/ljk53/54/head 2022-03-17T19:06:46.4922487Z * [new branch] gh/ljk53/54/orig -> origin/gh/ljk53/54/orig 2022-03-17T19:06:46.4923819Z * [new branch] gh/ljk53/58/head -> origin/gh/ljk53/58/head 2022-03-17T19:06:46.4925557Z * [new branch] gh/ljk53/58/orig -> origin/gh/ljk53/58/orig 2022-03-17T19:06:46.4927789Z * [new branch] gh/lw/102/base -> origin/gh/lw/102/base 2022-03-17T19:06:46.4929484Z * [new branch] gh/lw/102/head -> origin/gh/lw/102/head 2022-03-17T19:06:46.4931245Z * [new branch] gh/lw/102/orig -> origin/gh/lw/102/orig 2022-03-17T19:06:46.4933163Z * [new branch] gh/lw/106/base -> origin/gh/lw/106/base 2022-03-17T19:06:46.4934845Z * [new branch] gh/lw/106/head -> origin/gh/lw/106/head 2022-03-17T19:06:46.4936493Z * [new branch] gh/lw/106/orig -> origin/gh/lw/106/orig 2022-03-17T19:06:46.4937822Z * [new branch] gh/lw/117/base -> origin/gh/lw/117/base 2022-03-17T19:06:46.4939552Z * [new branch] gh/lw/117/head -> origin/gh/lw/117/head 2022-03-17T19:06:46.4940564Z * [new branch] gh/lw/117/orig -> origin/gh/lw/117/orig 2022-03-17T19:06:46.4942825Z * [new branch] gh/lw/153/base -> origin/gh/lw/153/base 2022-03-17T19:06:46.4943881Z * [new branch] gh/lw/153/orig -> origin/gh/lw/153/orig 2022-03-17T19:06:46.4946135Z * [new branch] gh/lw/159/base -> origin/gh/lw/159/base 2022-03-17T19:06:46.4947229Z * [new branch] gh/lw/159/head -> origin/gh/lw/159/head 2022-03-17T19:06:46.4949094Z * [new branch] gh/lw/159/orig -> origin/gh/lw/159/orig 2022-03-17T19:06:46.4950876Z * [new branch] gh/lw/191/base -> origin/gh/lw/191/base 2022-03-17T19:06:46.4951994Z * [new branch] gh/lw/191/head -> origin/gh/lw/191/head 2022-03-17T19:06:46.4953832Z * [new branch] gh/lw/191/orig -> origin/gh/lw/191/orig 2022-03-17T19:06:46.4955703Z * [new branch] gh/lw/219/base -> origin/gh/lw/219/base 2022-03-17T19:06:46.4956746Z * [new branch] gh/lw/219/head -> origin/gh/lw/219/head 2022-03-17T19:06:46.4958403Z * [new branch] gh/lw/219/orig -> origin/gh/lw/219/orig 2022-03-17T19:06:46.4960190Z * [new branch] gh/lw/223/base -> origin/gh/lw/223/base 2022-03-17T19:06:46.4961521Z * [new branch] gh/lw/223/head -> origin/gh/lw/223/head 2022-03-17T19:06:46.4964011Z * [new branch] gh/lw/223/orig -> origin/gh/lw/223/orig 2022-03-17T19:06:46.4966028Z * [new branch] gh/lw/225/base -> origin/gh/lw/225/base 2022-03-17T19:06:46.4967135Z * [new branch] gh/lw/225/head -> origin/gh/lw/225/head 2022-03-17T19:06:46.4968862Z * [new branch] gh/lw/225/orig -> origin/gh/lw/225/orig 2022-03-17T19:06:46.4970571Z * [new branch] gh/lw/71/base -> origin/gh/lw/71/base 2022-03-17T19:06:46.4971588Z * [new branch] gh/lw/71/head -> origin/gh/lw/71/head 2022-03-17T19:06:46.4973438Z * [new branch] gh/lw/71/orig -> origin/gh/lw/71/orig 2022-03-17T19:06:46.4975235Z * [new branch] gh/lw/75/base -> origin/gh/lw/75/base 2022-03-17T19:06:46.4976327Z * [new branch] gh/lw/75/head -> origin/gh/lw/75/head 2022-03-17T19:06:46.4978044Z * [new branch] gh/lw/75/orig -> origin/gh/lw/75/orig 2022-03-17T19:06:46.4979829Z * [new branch] gh/lw/78/base -> origin/gh/lw/78/base 2022-03-17T19:06:46.4981405Z * [new branch] gh/lw/78/head -> origin/gh/lw/78/head 2022-03-17T19:06:46.4982917Z * [new branch] gh/lw/78/orig -> origin/gh/lw/78/orig 2022-03-17T19:06:46.4984249Z * [new branch] gh/lw/79/base -> origin/gh/lw/79/base 2022-03-17T19:06:46.4986144Z * [new branch] gh/lw/79/head -> origin/gh/lw/79/head 2022-03-17T19:06:46.4987491Z * [new branch] gh/lw/79/orig -> origin/gh/lw/79/orig 2022-03-17T19:06:46.4989052Z * [new branch] gh/lw/80/base -> origin/gh/lw/80/base 2022-03-17T19:06:46.4990591Z * [new branch] gh/lw/80/head -> origin/gh/lw/80/head 2022-03-17T19:06:46.4992062Z * [new branch] gh/lw/80/orig -> origin/gh/lw/80/orig 2022-03-17T19:06:46.4993653Z * [new branch] gh/lw/81/base -> origin/gh/lw/81/base 2022-03-17T19:06:46.4995013Z * [new branch] gh/lw/81/head -> origin/gh/lw/81/head 2022-03-17T19:06:46.4996621Z * [new branch] gh/lw/81/orig -> origin/gh/lw/81/orig 2022-03-17T19:06:46.4997740Z * [new branch] gh/lw/82/base -> origin/gh/lw/82/base 2022-03-17T19:06:46.4999551Z * [new branch] gh/lw/82/head -> origin/gh/lw/82/head 2022-03-17T19:06:46.5000732Z * [new branch] gh/lw/82/orig -> origin/gh/lw/82/orig 2022-03-17T19:06:46.5003214Z * [new branch] gh/lyoka/5/base -> origin/gh/lyoka/5/base 2022-03-17T19:06:46.5004818Z * [new branch] gh/lyoka/5/head -> origin/gh/lyoka/5/head 2022-03-17T19:06:46.5005662Z * [new branch] gh/lyoka/5/orig -> origin/gh/lyoka/5/orig 2022-03-17T19:06:46.5008024Z * [new branch] gh/makslevental/1/base -> origin/gh/makslevental/1/base 2022-03-17T19:06:46.5009087Z * [new branch] gh/makslevental/1/head -> origin/gh/makslevental/1/head 2022-03-17T19:06:46.5010732Z * [new branch] gh/makslevental/1/orig -> origin/gh/makslevental/1/orig 2022-03-17T19:06:46.5012567Z * [new branch] gh/makslevental/10/base -> origin/gh/makslevental/10/base 2022-03-17T19:06:46.5013681Z * [new branch] gh/makslevental/10/head -> origin/gh/makslevental/10/head 2022-03-17T19:06:46.5015491Z * [new branch] gh/makslevental/10/orig -> origin/gh/makslevental/10/orig 2022-03-17T19:06:46.5017164Z * [new branch] gh/makslevental/11/base -> origin/gh/makslevental/11/base 2022-03-17T19:06:46.5018218Z * [new branch] gh/makslevental/11/head -> origin/gh/makslevental/11/head 2022-03-17T19:06:46.5019963Z * [new branch] gh/makslevental/11/orig -> origin/gh/makslevental/11/orig 2022-03-17T19:06:46.5021670Z * [new branch] gh/makslevental/13/base -> origin/gh/makslevental/13/base 2022-03-17T19:06:46.5023054Z * [new branch] gh/makslevental/13/head -> origin/gh/makslevental/13/head 2022-03-17T19:06:46.5024603Z * [new branch] gh/makslevental/13/orig -> origin/gh/makslevental/13/orig 2022-03-17T19:06:46.5025820Z * [new branch] gh/makslevental/15/base -> origin/gh/makslevental/15/base 2022-03-17T19:06:46.5027513Z * [new branch] gh/makslevental/15/head -> origin/gh/makslevental/15/head 2022-03-17T19:06:46.5028802Z * [new branch] gh/makslevental/15/orig -> origin/gh/makslevental/15/orig 2022-03-17T19:06:46.5030503Z * [new branch] gh/makslevental/18/base -> origin/gh/makslevental/18/base 2022-03-17T19:06:46.5031634Z * [new branch] gh/makslevental/18/head -> origin/gh/makslevental/18/head 2022-03-17T19:06:46.5033411Z * [new branch] gh/makslevental/18/orig -> origin/gh/makslevental/18/orig 2022-03-17T19:06:46.5035514Z * [new branch] gh/makslevental/19/base -> origin/gh/makslevental/19/base 2022-03-17T19:06:46.5036895Z * [new branch] gh/makslevental/19/head -> origin/gh/makslevental/19/head 2022-03-17T19:06:46.5038269Z * [new branch] gh/makslevental/19/orig -> origin/gh/makslevental/19/orig 2022-03-17T19:06:46.5040101Z * [new branch] gh/makslevental/27/base -> origin/gh/makslevental/27/base 2022-03-17T19:06:46.5041160Z * [new branch] gh/makslevental/27/head -> origin/gh/makslevental/27/head 2022-03-17T19:06:46.5043338Z * [new branch] gh/makslevental/27/orig -> origin/gh/makslevental/27/orig 2022-03-17T19:06:46.5045069Z * [new branch] gh/makslevental/28/base -> origin/gh/makslevental/28/base 2022-03-17T19:06:46.5046411Z * [new branch] gh/makslevental/28/head -> origin/gh/makslevental/28/head 2022-03-17T19:06:46.5048161Z * [new branch] gh/makslevental/28/orig -> origin/gh/makslevental/28/orig 2022-03-17T19:06:46.5049895Z * [new branch] gh/makslevental/29/base -> origin/gh/makslevental/29/base 2022-03-17T19:06:46.5050908Z * [new branch] gh/makslevental/29/head -> origin/gh/makslevental/29/head 2022-03-17T19:06:46.5052578Z * [new branch] gh/makslevental/29/orig -> origin/gh/makslevental/29/orig 2022-03-17T19:06:46.5054437Z * [new branch] gh/makslevental/30/base -> origin/gh/makslevental/30/base 2022-03-17T19:06:46.5055462Z * [new branch] gh/makslevental/30/head -> origin/gh/makslevental/30/head 2022-03-17T19:06:46.5057237Z * [new branch] gh/makslevental/30/orig -> origin/gh/makslevental/30/orig 2022-03-17T19:06:46.5058925Z * [new branch] gh/makslevental/31/base -> origin/gh/makslevental/31/base 2022-03-17T19:06:46.5060021Z * [new branch] gh/makslevental/31/head -> origin/gh/makslevental/31/head 2022-03-17T19:06:46.5061693Z * [new branch] gh/makslevental/31/orig -> origin/gh/makslevental/31/orig 2022-03-17T19:06:46.5063649Z * [new branch] gh/makslevental/35/base -> origin/gh/makslevental/35/base 2022-03-17T19:06:46.5064672Z * [new branch] gh/makslevental/35/head -> origin/gh/makslevental/35/head 2022-03-17T19:06:46.5066320Z * [new branch] gh/makslevental/35/orig -> origin/gh/makslevental/35/orig 2022-03-17T19:06:46.5068144Z * [new branch] gh/makslevental/36/base -> origin/gh/makslevental/36/base 2022-03-17T19:06:46.5069184Z * [new branch] gh/makslevental/36/orig -> origin/gh/makslevental/36/orig 2022-03-17T19:06:46.5071175Z * [new branch] gh/makslevental/38/base -> origin/gh/makslevental/38/base 2022-03-17T19:06:46.5072537Z * [new branch] gh/makslevental/38/head -> origin/gh/makslevental/38/head 2022-03-17T19:06:46.5073676Z * [new branch] gh/makslevental/38/orig -> origin/gh/makslevental/38/orig 2022-03-17T19:06:46.5075690Z * [new branch] gh/makslevental/40/base -> origin/gh/makslevental/40/base 2022-03-17T19:06:46.5076740Z * [new branch] gh/makslevental/40/head -> origin/gh/makslevental/40/head 2022-03-17T19:06:46.5078458Z * [new branch] gh/makslevental/40/orig -> origin/gh/makslevental/40/orig 2022-03-17T19:06:46.5080038Z * [new branch] gh/makslevental/8/base -> origin/gh/makslevental/8/base 2022-03-17T19:06:46.5081669Z * [new branch] gh/makslevental/8/head -> origin/gh/makslevental/8/head 2022-03-17T19:06:46.5083001Z * [new branch] gh/makslevental/8/orig -> origin/gh/makslevental/8/orig 2022-03-17T19:06:46.5084956Z * [new branch] gh/makslevental/9/base -> origin/gh/makslevental/9/base 2022-03-17T19:06:46.5086087Z * [new branch] gh/makslevental/9/head -> origin/gh/makslevental/9/head 2022-03-17T19:06:46.5087767Z * [new branch] gh/makslevental/9/orig -> origin/gh/makslevental/9/orig 2022-03-17T19:06:46.5090170Z * [new branch] gh/mal2147/1/base -> origin/gh/mal2147/1/base 2022-03-17T19:06:46.5091914Z * [new branch] gh/mal2147/3/base -> origin/gh/mal2147/3/base 2022-03-17T19:06:46.5093099Z * [new branch] gh/mal2147/4/base -> origin/gh/mal2147/4/base 2022-03-17T19:06:46.5095057Z * [new branch] gh/mal2147/5/base -> origin/gh/mal2147/5/base 2022-03-17T19:06:46.5096232Z * [new branch] gh/mal2147/6/base -> origin/gh/mal2147/6/base 2022-03-17T19:06:46.5098196Z * [new branch] gh/mal2147/7/base -> origin/gh/mal2147/7/base 2022-03-17T19:06:46.5099756Z * [new branch] gh/mal2147/9/base -> origin/gh/mal2147/9/base 2022-03-17T19:06:46.5101810Z * [new branch] gh/malfet/1/base -> origin/gh/malfet/1/base 2022-03-17T19:06:46.5102917Z * [new branch] gh/malfet/1/head -> origin/gh/malfet/1/head 2022-03-17T19:06:46.5104789Z * [new branch] gh/malfet/10/base -> origin/gh/malfet/10/base 2022-03-17T19:06:46.5105838Z * [new branch] gh/malfet/10/orig -> origin/gh/malfet/10/orig 2022-03-17T19:06:46.5108114Z * [new branch] gh/marjanfariborz/4/base -> origin/gh/marjanfariborz/4/base 2022-03-17T19:06:46.5109493Z * [new branch] gh/marjanfariborz/4/head -> origin/gh/marjanfariborz/4/head 2022-03-17T19:06:46.5111058Z * [new branch] gh/marjanfariborz/4/orig -> origin/gh/marjanfariborz/4/orig 2022-03-17T19:06:46.5113080Z * [new branch] gh/marjanfariborz/5/base -> origin/gh/marjanfariborz/5/base 2022-03-17T19:06:46.5114460Z * [new branch] gh/marjanfariborz/5/head -> origin/gh/marjanfariborz/5/head 2022-03-17T19:06:46.5115835Z * [new branch] gh/marjanfariborz/5/orig -> origin/gh/marjanfariborz/5/orig 2022-03-17T19:06:46.5117914Z * [new branch] gh/mcr229/1/base -> origin/gh/mcr229/1/base 2022-03-17T19:06:46.5118798Z * [new branch] gh/mcr229/1/head -> origin/gh/mcr229/1/head 2022-03-17T19:06:46.5120569Z * [new branch] gh/mcr229/1/orig -> origin/gh/mcr229/1/orig 2022-03-17T19:06:46.5122607Z * [new branch] gh/mehtanirav/2/base -> origin/gh/mehtanirav/2/base 2022-03-17T19:06:46.5124200Z * [new branch] gh/mehtanirav/2/head -> origin/gh/mehtanirav/2/head 2022-03-17T19:06:46.5125281Z * [new branch] gh/mehtanirav/2/orig -> origin/gh/mehtanirav/2/orig 2022-03-17T19:06:46.5127929Z * [new branch] gh/mikaylagawarecki/39/base -> origin/gh/mikaylagawarecki/39/base 2022-03-17T19:06:46.5128989Z * [new branch] gh/mikaylagawarecki/39/head -> origin/gh/mikaylagawarecki/39/head 2022-03-17T19:06:46.5130825Z * [new branch] gh/mikaylagawarecki/39/orig -> origin/gh/mikaylagawarecki/39/orig 2022-03-17T19:06:46.5132471Z * [new branch] gh/mikaylagawarecki/40/base -> origin/gh/mikaylagawarecki/40/base 2022-03-17T19:06:46.5133525Z * [new branch] gh/mikaylagawarecki/40/head -> origin/gh/mikaylagawarecki/40/head 2022-03-17T19:06:46.5135112Z * [new branch] gh/mikaylagawarecki/40/orig -> origin/gh/mikaylagawarecki/40/orig 2022-03-17T19:06:46.5136791Z * [new branch] gh/mikaylagawarecki/41/base -> origin/gh/mikaylagawarecki/41/base 2022-03-17T19:06:46.5137866Z * [new branch] gh/mikaylagawarecki/41/head -> origin/gh/mikaylagawarecki/41/head 2022-03-17T19:06:46.5139476Z * [new branch] gh/mikaylagawarecki/41/orig -> origin/gh/mikaylagawarecki/41/orig 2022-03-17T19:06:46.5141236Z * [new branch] gh/mikaylagawarecki/42/base -> origin/gh/mikaylagawarecki/42/base 2022-03-17T19:06:46.5142235Z * [new branch] gh/mikaylagawarecki/42/head -> origin/gh/mikaylagawarecki/42/head 2022-03-17T19:06:46.5143903Z * [new branch] gh/mikaylagawarecki/42/orig -> origin/gh/mikaylagawarecki/42/orig 2022-03-17T19:06:46.5145679Z * [new branch] gh/mikaylagawarecki/43/base -> origin/gh/mikaylagawarecki/43/base 2022-03-17T19:06:46.5146658Z * [new branch] gh/mikaylagawarecki/43/head -> origin/gh/mikaylagawarecki/43/head 2022-03-17T19:06:46.5148427Z * [new branch] gh/mikaylagawarecki/43/orig -> origin/gh/mikaylagawarecki/43/orig 2022-03-17T19:06:46.5150624Z * [new branch] gh/mikaylagawarecki/44/base -> origin/gh/mikaylagawarecki/44/base 2022-03-17T19:06:46.5151480Z * [new branch] gh/mikaylagawarecki/44/head -> origin/gh/mikaylagawarecki/44/head 2022-03-17T19:06:46.5153318Z * [new branch] gh/mikaylagawarecki/44/orig -> origin/gh/mikaylagawarecki/44/orig 2022-03-17T19:06:46.5155389Z * [new branch] gh/mikaylagawarecki/45/base -> origin/gh/mikaylagawarecki/45/base 2022-03-17T19:06:46.5156895Z * [new branch] gh/mikaylagawarecki/45/head -> origin/gh/mikaylagawarecki/45/head 2022-03-17T19:06:46.5158329Z * [new branch] gh/mikaylagawarecki/45/orig -> origin/gh/mikaylagawarecki/45/orig 2022-03-17T19:06:46.5160068Z * [new branch] gh/mikaylagawarecki/6/base -> origin/gh/mikaylagawarecki/6/base 2022-03-17T19:06:46.5161116Z * [new branch] gh/mikaylagawarecki/6/orig -> origin/gh/mikaylagawarecki/6/orig 2022-03-17T19:06:46.5164044Z * [new branch] gh/mikaylagawarecki/7/base -> origin/gh/mikaylagawarecki/7/base 2022-03-17T19:06:46.5165141Z * [new branch] gh/mikaylagawarecki/7/orig -> origin/gh/mikaylagawarecki/7/orig 2022-03-17T19:06:46.5167443Z * [new branch] gh/mikeiovine/28/base -> origin/gh/mikeiovine/28/base 2022-03-17T19:06:46.5169059Z * [new branch] gh/mikeiovine/28/head -> origin/gh/mikeiovine/28/head 2022-03-17T19:06:46.5170137Z * [new branch] gh/mikeiovine/28/orig -> origin/gh/mikeiovine/28/orig 2022-03-17T19:06:46.5172351Z * [new branch] gh/mikeiovine/32/base -> origin/gh/mikeiovine/32/base 2022-03-17T19:06:46.5173573Z * [new branch] gh/mikeiovine/32/head -> origin/gh/mikeiovine/32/head 2022-03-17T19:06:46.5175305Z * [new branch] gh/mikeiovine/32/orig -> origin/gh/mikeiovine/32/orig 2022-03-17T19:06:46.5177224Z * [new branch] gh/mikeiovine/33/base -> origin/gh/mikeiovine/33/base 2022-03-17T19:06:46.5178232Z * [new branch] gh/mikeiovine/33/head -> origin/gh/mikeiovine/33/head 2022-03-17T19:06:46.5179971Z * [new branch] gh/mikeiovine/33/orig -> origin/gh/mikeiovine/33/orig 2022-03-17T19:06:46.5181789Z * [new branch] gh/mikeiovine/36/base -> origin/gh/mikeiovine/36/base 2022-03-17T19:06:46.5183141Z * [new branch] gh/mikeiovine/36/head -> origin/gh/mikeiovine/36/head 2022-03-17T19:06:46.5184811Z * [new branch] gh/mikeiovine/36/orig -> origin/gh/mikeiovine/36/orig 2022-03-17T19:06:46.5186603Z * [new branch] gh/mikeiovine/37/base -> origin/gh/mikeiovine/37/base 2022-03-17T19:06:46.5187712Z * [new branch] gh/mikeiovine/37/head -> origin/gh/mikeiovine/37/head 2022-03-17T19:06:46.5189689Z * [new branch] gh/mikeiovine/37/orig -> origin/gh/mikeiovine/37/orig 2022-03-17T19:06:46.5191480Z * [new branch] gh/mikeiovine/38/base -> origin/gh/mikeiovine/38/base 2022-03-17T19:06:46.5192839Z * [new branch] gh/mikeiovine/38/head -> origin/gh/mikeiovine/38/head 2022-03-17T19:06:46.5194437Z * [new branch] gh/mikeiovine/38/orig -> origin/gh/mikeiovine/38/orig 2022-03-17T19:06:46.5196374Z * [new branch] gh/mingfeima/1/base -> origin/gh/mingfeima/1/base 2022-03-17T19:06:46.5197459Z * [new branch] gh/mingfeima/1/head -> origin/gh/mingfeima/1/head 2022-03-17T19:06:46.5199048Z * [new branch] gh/mingfeima/1/orig -> origin/gh/mingfeima/1/orig 2022-03-17T19:06:46.5200732Z * [new branch] gh/mingfeima/11/base -> origin/gh/mingfeima/11/base 2022-03-17T19:06:46.5201995Z * [new branch] gh/mingfeima/11/head -> origin/gh/mingfeima/11/head 2022-03-17T19:06:46.5203707Z * [new branch] gh/mingfeima/11/orig -> origin/gh/mingfeima/11/orig 2022-03-17T19:06:46.5205679Z * [new branch] gh/mingfeima/13/base -> origin/gh/mingfeima/13/base 2022-03-17T19:06:46.5206695Z * [new branch] gh/mingfeima/13/head -> origin/gh/mingfeima/13/head 2022-03-17T19:06:46.5208530Z * [new branch] gh/mingfeima/13/orig -> origin/gh/mingfeima/13/orig 2022-03-17T19:06:46.5210239Z * [new branch] gh/mingfeima/14/base -> origin/gh/mingfeima/14/base 2022-03-17T19:06:46.5211280Z * [new branch] gh/mingfeima/14/head -> origin/gh/mingfeima/14/head 2022-03-17T19:06:46.5213073Z * [new branch] gh/mingfeima/14/orig -> origin/gh/mingfeima/14/orig 2022-03-17T19:06:46.5214766Z * [new branch] gh/mingfeima/20/base -> origin/gh/mingfeima/20/base 2022-03-17T19:06:46.5215629Z * [new branch] gh/mingfeima/20/head -> origin/gh/mingfeima/20/head 2022-03-17T19:06:46.5217305Z * [new branch] gh/mingfeima/20/orig -> origin/gh/mingfeima/20/orig 2022-03-17T19:06:46.5219085Z * [new branch] gh/mingfeima/22/base -> origin/gh/mingfeima/22/base 2022-03-17T19:06:46.5219906Z * [new branch] gh/mingfeima/22/head -> origin/gh/mingfeima/22/head 2022-03-17T19:06:46.5221611Z * [new branch] gh/mingfeima/22/orig -> origin/gh/mingfeima/22/orig 2022-03-17T19:06:46.5223279Z * [new branch] gh/mingfeima/26/base -> origin/gh/mingfeima/26/base 2022-03-17T19:06:46.5224356Z * [new branch] gh/mingfeima/26/head -> origin/gh/mingfeima/26/head 2022-03-17T19:06:46.5226026Z * [new branch] gh/mingfeima/26/orig -> origin/gh/mingfeima/26/orig 2022-03-17T19:06:46.5227940Z * [new branch] gh/mingfeima/27/base -> origin/gh/mingfeima/27/base 2022-03-17T19:06:46.5229855Z * [new branch] gh/mingfeima/28/base -> origin/gh/mingfeima/28/base 2022-03-17T19:06:46.5230914Z * [new branch] gh/mingfeima/28/head -> origin/gh/mingfeima/28/head 2022-03-17T19:06:46.5232677Z * [new branch] gh/mingfeima/28/orig -> origin/gh/mingfeima/28/orig 2022-03-17T19:06:46.5234501Z * [new branch] gh/mingfeima/29/base -> origin/gh/mingfeima/29/base 2022-03-17T19:06:46.5235401Z * [new branch] gh/mingfeima/29/head -> origin/gh/mingfeima/29/head 2022-03-17T19:06:46.5237066Z * [new branch] gh/mingfeima/29/orig -> origin/gh/mingfeima/29/orig 2022-03-17T19:06:46.5238809Z * [new branch] gh/mingfeima/3/base -> origin/gh/mingfeima/3/base 2022-03-17T19:06:46.5239915Z * [new branch] gh/mingfeima/3/head -> origin/gh/mingfeima/3/head 2022-03-17T19:06:46.5241580Z * [new branch] gh/mingfeima/3/orig -> origin/gh/mingfeima/3/orig 2022-03-17T19:06:46.5243633Z * [new branch] gh/mingfeima/30/base -> origin/gh/mingfeima/30/base 2022-03-17T19:06:46.5244680Z * [new branch] gh/mingfeima/30/head -> origin/gh/mingfeima/30/head 2022-03-17T19:06:46.5246832Z * [new branch] gh/mingfeima/31/base -> origin/gh/mingfeima/31/base 2022-03-17T19:06:46.5247968Z * [new branch] gh/mingfeima/31/head -> origin/gh/mingfeima/31/head 2022-03-17T19:06:46.5249610Z * [new branch] gh/mingfeima/31/orig -> origin/gh/mingfeima/31/orig 2022-03-17T19:06:46.5251358Z * [new branch] gh/mingfeima/32/base -> origin/gh/mingfeima/32/base 2022-03-17T19:06:46.5252233Z * [new branch] gh/mingfeima/32/head -> origin/gh/mingfeima/32/head 2022-03-17T19:06:46.5253979Z * [new branch] gh/mingfeima/32/orig -> origin/gh/mingfeima/32/orig 2022-03-17T19:06:46.5255883Z * [new branch] gh/mingfeima/33/base -> origin/gh/mingfeima/33/base 2022-03-17T19:06:46.5257009Z * [new branch] gh/mingfeima/33/head -> origin/gh/mingfeima/33/head 2022-03-17T19:06:46.5258697Z * [new branch] gh/mingfeima/33/orig -> origin/gh/mingfeima/33/orig 2022-03-17T19:06:46.5260260Z * [new branch] gh/mingfeima/34/base -> origin/gh/mingfeima/34/base 2022-03-17T19:06:46.5261296Z * [new branch] gh/mingfeima/34/head -> origin/gh/mingfeima/34/head 2022-03-17T19:06:46.5262923Z * [new branch] gh/mingfeima/34/orig -> origin/gh/mingfeima/34/orig 2022-03-17T19:06:46.5264830Z * [new branch] gh/mingfeima/35/base -> origin/gh/mingfeima/35/base 2022-03-17T19:06:46.5265823Z * [new branch] gh/mingfeima/35/head -> origin/gh/mingfeima/35/head 2022-03-17T19:06:46.5267575Z * [new branch] gh/mingfeima/35/orig -> origin/gh/mingfeima/35/orig 2022-03-17T19:06:46.5268735Z * [new branch] gh/mingfeima/36/base -> origin/gh/mingfeima/36/base 2022-03-17T19:06:46.5270441Z * [new branch] gh/mingfeima/36/head -> origin/gh/mingfeima/36/head 2022-03-17T19:06:46.5271518Z * [new branch] gh/mingfeima/36/orig -> origin/gh/mingfeima/36/orig 2022-03-17T19:06:46.5273638Z * [new branch] gh/mingfeima/38/base -> origin/gh/mingfeima/38/base 2022-03-17T19:06:46.5275380Z * [new branch] gh/mingfeima/39/base -> origin/gh/mingfeima/39/base 2022-03-17T19:06:46.5276372Z * [new branch] gh/mingfeima/39/head -> origin/gh/mingfeima/39/head 2022-03-17T19:06:46.5278081Z * [new branch] gh/mingfeima/39/orig -> origin/gh/mingfeima/39/orig 2022-03-17T19:06:46.5279888Z * [new branch] gh/mingfeima/4/base -> origin/gh/mingfeima/4/base 2022-03-17T19:06:46.5281098Z * [new branch] gh/mingfeima/4/head -> origin/gh/mingfeima/4/head 2022-03-17T19:06:46.5283090Z * [new branch] gh/mingfeima/4/orig -> origin/gh/mingfeima/4/orig 2022-03-17T19:06:46.5284489Z * [new branch] gh/mingfeima/40/base -> origin/gh/mingfeima/40/base 2022-03-17T19:06:46.5285857Z * [new branch] gh/mingfeima/40/head -> origin/gh/mingfeima/40/head 2022-03-17T19:06:46.5287197Z * [new branch] gh/mingfeima/40/orig -> origin/gh/mingfeima/40/orig 2022-03-17T19:06:46.5288854Z * [new branch] gh/mingfeima/41/base -> origin/gh/mingfeima/41/base 2022-03-17T19:06:46.5289934Z * [new branch] gh/mingfeima/41/head -> origin/gh/mingfeima/41/head 2022-03-17T19:06:46.5291523Z * [new branch] gh/mingfeima/41/orig -> origin/gh/mingfeima/41/orig 2022-03-17T19:06:46.5293326Z * [new branch] gh/mingfeima/48/base -> origin/gh/mingfeima/48/base 2022-03-17T19:06:46.5294220Z * [new branch] gh/mingfeima/48/head -> origin/gh/mingfeima/48/head 2022-03-17T19:06:46.5295885Z * [new branch] gh/mingfeima/48/orig -> origin/gh/mingfeima/48/orig 2022-03-17T19:06:46.5297704Z * [new branch] gh/mingfeima/49/base -> origin/gh/mingfeima/49/base 2022-03-17T19:06:46.5298705Z * [new branch] gh/mingfeima/49/head -> origin/gh/mingfeima/49/head 2022-03-17T19:06:46.5300488Z * [new branch] gh/mingfeima/49/orig -> origin/gh/mingfeima/49/orig 2022-03-17T19:06:46.5302506Z * [new branch] gh/mingfeima/50/base -> origin/gh/mingfeima/50/base 2022-03-17T19:06:46.5303396Z * [new branch] gh/mingfeima/50/head -> origin/gh/mingfeima/50/head 2022-03-17T19:06:46.5305148Z * [new branch] gh/mingfeima/50/orig -> origin/gh/mingfeima/50/orig 2022-03-17T19:06:46.5306979Z * [new branch] gh/mingfeima/51/base -> origin/gh/mingfeima/51/base 2022-03-17T19:06:46.5308088Z * [new branch] gh/mingfeima/51/head -> origin/gh/mingfeima/51/head 2022-03-17T19:06:46.5309726Z * [new branch] gh/mingfeima/51/orig -> origin/gh/mingfeima/51/orig 2022-03-17T19:06:46.5311281Z * [new branch] gh/mingfeima/52/base -> origin/gh/mingfeima/52/base 2022-03-17T19:06:46.5312382Z * [new branch] gh/mingfeima/52/head -> origin/gh/mingfeima/52/head 2022-03-17T19:06:46.5314162Z * [new branch] gh/mingfeima/52/orig -> origin/gh/mingfeima/52/orig 2022-03-17T19:06:46.5315728Z * [new branch] gh/mingfeima/53/base -> origin/gh/mingfeima/53/base 2022-03-17T19:06:46.5316752Z * [new branch] gh/mingfeima/53/head -> origin/gh/mingfeima/53/head 2022-03-17T19:06:46.5318422Z * [new branch] gh/mingfeima/53/orig -> origin/gh/mingfeima/53/orig 2022-03-17T19:06:46.5320043Z * [new branch] gh/mingfeima/54/base -> origin/gh/mingfeima/54/base 2022-03-17T19:06:46.5321676Z * [new branch] gh/mingfeima/54/head -> origin/gh/mingfeima/54/head 2022-03-17T19:06:46.5323077Z * [new branch] gh/mingfeima/54/orig -> origin/gh/mingfeima/54/orig 2022-03-17T19:06:46.5324940Z * [new branch] gh/mingfeima/55/base -> origin/gh/mingfeima/55/base 2022-03-17T19:06:46.5326018Z * [new branch] gh/mingfeima/55/head -> origin/gh/mingfeima/55/head 2022-03-17T19:06:46.5327742Z * [new branch] gh/mingfeima/55/orig -> origin/gh/mingfeima/55/orig 2022-03-17T19:06:46.5329100Z * [new branch] gh/mingfeima/56/base -> origin/gh/mingfeima/56/base 2022-03-17T19:06:46.5330455Z * [new branch] gh/mingfeima/56/head -> origin/gh/mingfeima/56/head 2022-03-17T19:06:46.5331790Z * [new branch] gh/mingfeima/56/orig -> origin/gh/mingfeima/56/orig 2022-03-17T19:06:46.5333769Z * [new branch] gh/mingfeima/57/base -> origin/gh/mingfeima/57/base 2022-03-17T19:06:46.5334961Z * [new branch] gh/mingfeima/57/head -> origin/gh/mingfeima/57/head 2022-03-17T19:06:46.5336460Z * [new branch] gh/mingfeima/57/orig -> origin/gh/mingfeima/57/orig 2022-03-17T19:06:46.5338798Z * [new branch] gh/mingfeima/58/base -> origin/gh/mingfeima/58/base 2022-03-17T19:06:46.5340161Z * [new branch] gh/mingfeima/58/head -> origin/gh/mingfeima/58/head 2022-03-17T19:06:46.5341885Z * [new branch] gh/mingfeima/58/orig -> origin/gh/mingfeima/58/orig 2022-03-17T19:06:46.5343520Z * [new branch] gh/mingfeima/59/base -> origin/gh/mingfeima/59/base 2022-03-17T19:06:46.5344547Z * [new branch] gh/mingfeima/59/head -> origin/gh/mingfeima/59/head 2022-03-17T19:06:46.5346251Z * [new branch] gh/mingfeima/59/orig -> origin/gh/mingfeima/59/orig 2022-03-17T19:06:46.5348088Z * [new branch] gh/mingfeima/60/base -> origin/gh/mingfeima/60/base 2022-03-17T19:06:46.5349086Z * [new branch] gh/mingfeima/60/head -> origin/gh/mingfeima/60/head 2022-03-17T19:06:46.5350760Z * [new branch] gh/mingfeima/60/orig -> origin/gh/mingfeima/60/orig 2022-03-17T19:06:46.5352502Z * [new branch] gh/mingfeima/61/base -> origin/gh/mingfeima/61/base 2022-03-17T19:06:46.5353589Z * [new branch] gh/mingfeima/61/head -> origin/gh/mingfeima/61/head 2022-03-17T19:06:46.5355291Z * [new branch] gh/mingfeima/61/orig -> origin/gh/mingfeima/61/orig 2022-03-17T19:06:46.5356990Z * [new branch] gh/mingfeima/62/base -> origin/gh/mingfeima/62/base 2022-03-17T19:06:46.5358133Z * [new branch] gh/mingfeima/62/head -> origin/gh/mingfeima/62/head 2022-03-17T19:06:46.5359729Z * [new branch] gh/mingfeima/62/orig -> origin/gh/mingfeima/62/orig 2022-03-17T19:06:46.5361541Z * [new branch] gh/mingfeima/63/base -> origin/gh/mingfeima/63/base 2022-03-17T19:06:46.5363866Z * [new branch] gh/mingfeima/63/head -> origin/gh/mingfeima/63/head 2022-03-17T19:06:46.5364982Z * [new branch] gh/mingfeima/63/orig -> origin/gh/mingfeima/63/orig 2022-03-17T19:06:46.5366840Z * [new branch] gh/mingfeima/64/base -> origin/gh/mingfeima/64/base 2022-03-17T19:06:46.5367921Z * [new branch] gh/mingfeima/64/head -> origin/gh/mingfeima/64/head 2022-03-17T19:06:46.5369624Z * [new branch] gh/mingfeima/64/orig -> origin/gh/mingfeima/64/orig 2022-03-17T19:06:46.5371528Z * [new branch] gh/mingfeima/65/base -> origin/gh/mingfeima/65/base 2022-03-17T19:06:46.5372432Z * [new branch] gh/mingfeima/65/head -> origin/gh/mingfeima/65/head 2022-03-17T19:06:46.5374157Z * [new branch] gh/mingfeima/65/orig -> origin/gh/mingfeima/65/orig 2022-03-17T19:06:46.5376010Z * [new branch] gh/mingfeima/8/base -> origin/gh/mingfeima/8/base 2022-03-17T19:06:46.5376912Z * [new branch] gh/mingfeima/8/head -> origin/gh/mingfeima/8/head 2022-03-17T19:06:46.5378380Z * [new branch] gh/mingfeima/8/orig -> origin/gh/mingfeima/8/orig 2022-03-17T19:06:46.5380782Z * [new branch] gh/mingzhe09088/1/base -> origin/gh/mingzhe09088/1/base 2022-03-17T19:06:46.5381859Z * [new branch] gh/mingzhe09088/1/head -> origin/gh/mingzhe09088/1/head 2022-03-17T19:06:46.5383580Z * [new branch] gh/mingzhe09088/1/orig -> origin/gh/mingzhe09088/1/orig 2022-03-17T19:06:46.5385342Z * [new branch] gh/mingzhe09088/12/base -> origin/gh/mingzhe09088/12/base 2022-03-17T19:06:46.5386412Z * [new branch] gh/mingzhe09088/12/head -> origin/gh/mingzhe09088/12/head 2022-03-17T19:06:46.5388034Z * [new branch] gh/mingzhe09088/12/orig -> origin/gh/mingzhe09088/12/orig 2022-03-17T19:06:46.5389804Z * [new branch] gh/mingzhe09088/14/base -> origin/gh/mingzhe09088/14/base 2022-03-17T19:06:46.5390914Z * [new branch] gh/mingzhe09088/14/head -> origin/gh/mingzhe09088/14/head 2022-03-17T19:06:46.5392464Z * [new branch] gh/mingzhe09088/14/orig -> origin/gh/mingzhe09088/14/orig 2022-03-17T19:06:46.5394114Z * [new branch] gh/mingzhe09088/2/base -> origin/gh/mingzhe09088/2/base 2022-03-17T19:06:46.5395322Z * [new branch] gh/mingzhe09088/2/head -> origin/gh/mingzhe09088/2/head 2022-03-17T19:06:46.5397095Z * [new branch] gh/mingzhe09088/2/orig -> origin/gh/mingzhe09088/2/orig 2022-03-17T19:06:46.5399016Z * [new branch] gh/mingzhe09088/3/base -> origin/gh/mingzhe09088/3/base 2022-03-17T19:06:46.5400040Z * [new branch] gh/mingzhe09088/3/head -> origin/gh/mingzhe09088/3/head 2022-03-17T19:06:46.5401784Z * [new branch] gh/mingzhe09088/3/orig -> origin/gh/mingzhe09088/3/orig 2022-03-17T19:06:46.5403883Z * [new branch] gh/mingzhe09088/4/base -> origin/gh/mingzhe09088/4/base 2022-03-17T19:06:46.5404889Z * [new branch] gh/mingzhe09088/4/orig -> origin/gh/mingzhe09088/4/orig 2022-03-17T19:06:46.5406821Z * [new branch] gh/mingzhe09088/5/base -> origin/gh/mingzhe09088/5/base 2022-03-17T19:06:46.5407822Z * [new branch] gh/mingzhe09088/5/head -> origin/gh/mingzhe09088/5/head 2022-03-17T19:06:46.5409470Z * [new branch] gh/mingzhe09088/5/orig -> origin/gh/mingzhe09088/5/orig 2022-03-17T19:06:46.5411215Z * [new branch] gh/mingzhe09088/6/base -> origin/gh/mingzhe09088/6/base 2022-03-17T19:06:46.5412637Z * [new branch] gh/mingzhe09088/6/head -> origin/gh/mingzhe09088/6/head 2022-03-17T19:06:46.5414005Z * [new branch] gh/mingzhe09088/6/orig -> origin/gh/mingzhe09088/6/orig 2022-03-17T19:06:46.5415633Z * [new branch] gh/mingzhe09088/7/base -> origin/gh/mingzhe09088/7/base 2022-03-17T19:06:46.5416640Z * [new branch] gh/mingzhe09088/7/head -> origin/gh/mingzhe09088/7/head 2022-03-17T19:06:46.5418372Z * [new branch] gh/mingzhe09088/7/orig -> origin/gh/mingzhe09088/7/orig 2022-03-17T19:06:46.5420160Z * [new branch] gh/mingzhe09088/8/base -> origin/gh/mingzhe09088/8/base 2022-03-17T19:06:46.5421154Z * [new branch] gh/mingzhe09088/8/head -> origin/gh/mingzhe09088/8/head 2022-03-17T19:06:46.5422850Z * [new branch] gh/mingzhe09088/8/orig -> origin/gh/mingzhe09088/8/orig 2022-03-17T19:06:46.5425226Z * [new branch] gh/mrshenli/103/base -> origin/gh/mrshenli/103/base 2022-03-17T19:06:46.5425846Z * [new branch] gh/mrshenli/103/head -> origin/gh/mrshenli/103/head 2022-03-17T19:06:46.5427678Z * [new branch] gh/mrshenli/103/orig -> origin/gh/mrshenli/103/orig 2022-03-17T19:06:46.5429540Z * [new branch] gh/mrshenli/138/base -> origin/gh/mrshenli/138/base 2022-03-17T19:06:46.5430573Z * [new branch] gh/mrshenli/138/head -> origin/gh/mrshenli/138/head 2022-03-17T19:06:46.5432310Z * [new branch] gh/mrshenli/138/orig -> origin/gh/mrshenli/138/orig 2022-03-17T19:06:46.5434008Z * [new branch] gh/mrshenli/165/base -> origin/gh/mrshenli/165/base 2022-03-17T19:06:46.5435066Z * [new branch] gh/mrshenli/165/head -> origin/gh/mrshenli/165/head 2022-03-17T19:06:46.5436922Z * [new branch] gh/mrshenli/165/orig -> origin/gh/mrshenli/165/orig 2022-03-17T19:06:46.5438588Z * [new branch] gh/mrshenli/171/base -> origin/gh/mrshenli/171/base 2022-03-17T19:06:46.5439701Z * [new branch] gh/mrshenli/171/head -> origin/gh/mrshenli/171/head 2022-03-17T19:06:46.5441324Z * [new branch] gh/mrshenli/171/orig -> origin/gh/mrshenli/171/orig 2022-03-17T19:06:46.5443325Z * [new branch] gh/mrshenli/172/base -> origin/gh/mrshenli/172/base 2022-03-17T19:06:46.5444281Z * [new branch] gh/mrshenli/172/head -> origin/gh/mrshenli/172/head 2022-03-17T19:06:46.5445809Z * [new branch] gh/mrshenli/172/orig -> origin/gh/mrshenli/172/orig 2022-03-17T19:06:46.5447432Z * [new branch] gh/mrshenli/173/base -> origin/gh/mrshenli/173/base 2022-03-17T19:06:46.5448244Z * [new branch] gh/mrshenli/173/head -> origin/gh/mrshenli/173/head 2022-03-17T19:06:46.5449935Z * [new branch] gh/mrshenli/173/orig -> origin/gh/mrshenli/173/orig 2022-03-17T19:06:46.5451061Z * [new branch] gh/mrshenli/174/base -> origin/gh/mrshenli/174/base 2022-03-17T19:06:46.5452173Z * [new branch] gh/mrshenli/174/head -> origin/gh/mrshenli/174/head 2022-03-17T19:06:46.5453881Z * [new branch] gh/mrshenli/174/orig -> origin/gh/mrshenli/174/orig 2022-03-17T19:06:46.5455849Z * [new branch] gh/mrshenli/180/base -> origin/gh/mrshenli/180/base 2022-03-17T19:06:46.5457354Z * [new branch] gh/mrshenli/180/head -> origin/gh/mrshenli/180/head 2022-03-17T19:06:46.5458432Z * [new branch] gh/mrshenli/180/orig -> origin/gh/mrshenli/180/orig 2022-03-17T19:06:46.5460572Z * [new branch] gh/mrshenli/183/base -> origin/gh/mrshenli/183/base 2022-03-17T19:06:46.5461704Z * [new branch] gh/mrshenli/183/head -> origin/gh/mrshenli/183/head 2022-03-17T19:06:46.5463377Z * [new branch] gh/mrshenli/183/orig -> origin/gh/mrshenli/183/orig 2022-03-17T19:06:46.5465047Z * [new branch] gh/mrshenli/186/base -> origin/gh/mrshenli/186/base 2022-03-17T19:06:46.5466121Z * [new branch] gh/mrshenli/186/head -> origin/gh/mrshenli/186/head 2022-03-17T19:06:46.5467776Z * [new branch] gh/mrshenli/186/orig -> origin/gh/mrshenli/186/orig 2022-03-17T19:06:46.5469547Z * [new branch] gh/mrshenli/195/base -> origin/gh/mrshenli/195/base 2022-03-17T19:06:46.5470605Z * [new branch] gh/mrshenli/195/head -> origin/gh/mrshenli/195/head 2022-03-17T19:06:46.5472313Z * [new branch] gh/mrshenli/195/orig -> origin/gh/mrshenli/195/orig 2022-03-17T19:06:46.5474309Z * [new branch] gh/mrshenli/227/base -> origin/gh/mrshenli/227/base 2022-03-17T19:06:46.5475421Z * [new branch] gh/mrshenli/227/head -> origin/gh/mrshenli/227/head 2022-03-17T19:06:46.5477055Z * [new branch] gh/mrshenli/227/orig -> origin/gh/mrshenli/227/orig 2022-03-17T19:06:46.5478693Z * [new branch] gh/mrshenli/240/base -> origin/gh/mrshenli/240/base 2022-03-17T19:06:46.5480061Z * [new branch] gh/mrshenli/240/head -> origin/gh/mrshenli/240/head 2022-03-17T19:06:46.5481215Z * [new branch] gh/mrshenli/240/orig -> origin/gh/mrshenli/240/orig 2022-03-17T19:06:46.5483667Z * [new branch] gh/mrshenli/257/base -> origin/gh/mrshenli/257/base 2022-03-17T19:06:46.5484766Z * [new branch] gh/mrshenli/257/head -> origin/gh/mrshenli/257/head 2022-03-17T19:06:46.5486169Z * [new branch] gh/mrshenli/257/orig -> origin/gh/mrshenli/257/orig 2022-03-17T19:06:46.5488113Z * [new branch] gh/mrshenli/288/base -> origin/gh/mrshenli/288/base 2022-03-17T19:06:46.5489185Z * [new branch] gh/mrshenli/288/head -> origin/gh/mrshenli/288/head 2022-03-17T19:06:46.5490814Z * [new branch] gh/mrshenli/288/orig -> origin/gh/mrshenli/288/orig 2022-03-17T19:06:46.5492848Z * [new branch] gh/mrshenli/302/base -> origin/gh/mrshenli/302/base 2022-03-17T19:06:46.5494223Z * [new branch] gh/mrshenli/302/head -> origin/gh/mrshenli/302/head 2022-03-17T19:06:46.5495868Z * [new branch] gh/mrshenli/302/orig -> origin/gh/mrshenli/302/orig 2022-03-17T19:06:46.5497543Z * [new branch] gh/mrshenli/306/base -> origin/gh/mrshenli/306/base 2022-03-17T19:06:46.5498551Z * [new branch] gh/mrshenli/306/head -> origin/gh/mrshenli/306/head 2022-03-17T19:06:46.5500369Z * [new branch] gh/mrshenli/306/orig -> origin/gh/mrshenli/306/orig 2022-03-17T19:06:46.5502110Z * [new branch] gh/mrshenli/307/base -> origin/gh/mrshenli/307/base 2022-03-17T19:06:46.5503504Z * [new branch] gh/mrshenli/307/head -> origin/gh/mrshenli/307/head 2022-03-17T19:06:46.5504868Z * [new branch] gh/mrshenli/307/orig -> origin/gh/mrshenli/307/orig 2022-03-17T19:06:46.5506851Z * [new branch] gh/mrshenli/309/base -> origin/gh/mrshenli/309/base 2022-03-17T19:06:46.5507857Z * [new branch] gh/mrshenli/309/head -> origin/gh/mrshenli/309/head 2022-03-17T19:06:46.5509496Z * [new branch] gh/mrshenli/309/orig -> origin/gh/mrshenli/309/orig 2022-03-17T19:06:46.5511347Z * [new branch] gh/mrshenli/310/base -> origin/gh/mrshenli/310/base 2022-03-17T19:06:46.5512281Z * [new branch] gh/mrshenli/310/head -> origin/gh/mrshenli/310/head 2022-03-17T19:06:46.5514252Z * [new branch] gh/mrshenli/310/orig -> origin/gh/mrshenli/310/orig 2022-03-17T19:06:46.5515955Z * [new branch] gh/mrshenli/319/base -> origin/gh/mrshenli/319/base 2022-03-17T19:06:46.5516936Z * [new branch] gh/mrshenli/319/head -> origin/gh/mrshenli/319/head 2022-03-17T19:06:46.5518668Z * [new branch] gh/mrshenli/319/orig -> origin/gh/mrshenli/319/orig 2022-03-17T19:06:46.5520412Z * [new branch] gh/mrshenli/320/base -> origin/gh/mrshenli/320/base 2022-03-17T19:06:46.5521749Z * [new branch] gh/mrshenli/320/head -> origin/gh/mrshenli/320/head 2022-03-17T19:06:46.5523427Z * [new branch] gh/mrshenli/320/orig -> origin/gh/mrshenli/320/orig 2022-03-17T19:06:46.5525115Z * [new branch] gh/mrshenli/322/base -> origin/gh/mrshenli/322/base 2022-03-17T19:06:46.5526179Z * [new branch] gh/mrshenli/322/head -> origin/gh/mrshenli/322/head 2022-03-17T19:06:46.5527903Z * [new branch] gh/mrshenli/322/orig -> origin/gh/mrshenli/322/orig 2022-03-17T19:06:46.5529744Z * [new branch] gh/mrshenli/323/base -> origin/gh/mrshenli/323/base 2022-03-17T19:06:46.5530830Z * [new branch] gh/mrshenli/323/head -> origin/gh/mrshenli/323/head 2022-03-17T19:06:46.5532562Z * [new branch] gh/mrshenli/323/orig -> origin/gh/mrshenli/323/orig 2022-03-17T19:06:46.5534509Z * [new branch] gh/mrshenli/324/base -> origin/gh/mrshenli/324/base 2022-03-17T19:06:46.5535524Z * [new branch] gh/mrshenli/324/head -> origin/gh/mrshenli/324/head 2022-03-17T19:06:46.5537233Z * [new branch] gh/mrshenli/324/orig -> origin/gh/mrshenli/324/orig 2022-03-17T19:06:46.5539153Z * [new branch] gh/mrshenli/326/base -> origin/gh/mrshenli/326/base 2022-03-17T19:06:46.5539832Z * [new branch] gh/mrshenli/326/head -> origin/gh/mrshenli/326/head 2022-03-17T19:06:46.5541502Z * [new branch] gh/mrshenli/326/orig -> origin/gh/mrshenli/326/orig 2022-03-17T19:06:46.5543326Z * [new branch] gh/mrshenli/328/base -> origin/gh/mrshenli/328/base 2022-03-17T19:06:46.5544434Z * [new branch] gh/mrshenli/328/head -> origin/gh/mrshenli/328/head 2022-03-17T19:06:46.5546024Z * [new branch] gh/mrshenli/328/orig -> origin/gh/mrshenli/328/orig 2022-03-17T19:06:46.5548290Z * [new branch] gh/mrshenli/329/base -> origin/gh/mrshenli/329/base 2022-03-17T19:06:46.5549194Z * [new branch] gh/mrshenli/329/head -> origin/gh/mrshenli/329/head 2022-03-17T19:06:46.5550822Z * [new branch] gh/mrshenli/329/orig -> origin/gh/mrshenli/329/orig 2022-03-17T19:06:46.5552742Z * [new branch] gh/mrshenli/334/base -> origin/gh/mrshenli/334/base 2022-03-17T19:06:46.5553681Z * [new branch] gh/mrshenli/334/head -> origin/gh/mrshenli/334/head 2022-03-17T19:06:46.5555470Z * [new branch] gh/mrshenli/334/orig -> origin/gh/mrshenli/334/orig 2022-03-17T19:06:46.5557233Z * [new branch] gh/mrshenli/335/base -> origin/gh/mrshenli/335/base 2022-03-17T19:06:46.5558260Z * [new branch] gh/mrshenli/335/head -> origin/gh/mrshenli/335/head 2022-03-17T19:06:46.5559998Z * [new branch] gh/mrshenli/335/orig -> origin/gh/mrshenli/335/orig 2022-03-17T19:06:46.5562154Z * [new branch] gh/mrshenli/336/base -> origin/gh/mrshenli/336/base 2022-03-17T19:06:46.5564475Z * [new branch] gh/mrshenli/336/head -> origin/gh/mrshenli/336/head 2022-03-17T19:06:46.5565583Z * [new branch] gh/mrshenli/336/orig -> origin/gh/mrshenli/336/orig 2022-03-17T19:06:46.5567685Z * [new branch] gh/mrshenli/38/base -> origin/gh/mrshenli/38/base 2022-03-17T19:06:46.5569042Z * [new branch] gh/mrshenli/38/head -> origin/gh/mrshenli/38/head 2022-03-17T19:06:46.5570390Z * [new branch] gh/mrshenli/38/orig -> origin/gh/mrshenli/38/orig 2022-03-17T19:06:46.5572264Z * [new branch] gh/mrshenli/93/base -> origin/gh/mrshenli/93/base 2022-03-17T19:06:46.5574037Z * [new branch] gh/mrshenli/93/head -> origin/gh/mrshenli/93/head 2022-03-17T19:06:46.5575226Z * [new branch] gh/mrshenli/93/orig -> origin/gh/mrshenli/93/orig 2022-03-17T19:06:46.5577185Z * [new branch] gh/mrshenli/95/head -> origin/gh/mrshenli/95/head 2022-03-17T19:06:46.5578319Z * [new branch] gh/mrshenli/95/orig -> origin/gh/mrshenli/95/orig 2022-03-17T19:06:46.5580737Z * [new branch] gh/mrzzd/11/base -> origin/gh/mrzzd/11/base 2022-03-17T19:06:46.5582095Z * [new branch] gh/mrzzd/11/head -> origin/gh/mrzzd/11/head 2022-03-17T19:06:46.5583146Z * [new branch] gh/mrzzd/11/orig -> origin/gh/mrzzd/11/orig 2022-03-17T19:06:46.5585513Z * [new branch] gh/msaroufim/5/base -> origin/gh/msaroufim/5/base 2022-03-17T19:06:46.5586364Z * [new branch] gh/msaroufim/5/head -> origin/gh/msaroufim/5/head 2022-03-17T19:06:46.5587968Z * [new branch] gh/msaroufim/5/orig -> origin/gh/msaroufim/5/orig 2022-03-17T19:06:46.5590169Z * [new branch] gh/mvsampath/1/base -> origin/gh/mvsampath/1/base 2022-03-17T19:06:46.5591269Z * [new branch] gh/mvsampath/1/head -> origin/gh/mvsampath/1/head 2022-03-17T19:06:46.5592934Z * [new branch] gh/mvsampath/1/orig -> origin/gh/mvsampath/1/orig 2022-03-17T19:06:46.5594962Z * [new branch] gh/nairbv/19/base -> origin/gh/nairbv/19/base 2022-03-17T19:06:46.5596081Z * [new branch] gh/nairbv/19/head -> origin/gh/nairbv/19/head 2022-03-17T19:06:46.5597730Z * [new branch] gh/nairbv/19/orig -> origin/gh/nairbv/19/orig 2022-03-17T19:06:46.5599414Z * [new branch] gh/nairbv/2/head -> origin/gh/nairbv/2/head 2022-03-17T19:06:46.5600746Z * [new branch] gh/nairbv/2/orig -> origin/gh/nairbv/2/orig 2022-03-17T19:06:46.5602574Z * [new branch] gh/nairbv/24/base -> origin/gh/nairbv/24/base 2022-03-17T19:06:46.5604171Z * [new branch] gh/nairbv/24/head -> origin/gh/nairbv/24/head 2022-03-17T19:06:46.5605204Z * [new branch] gh/nairbv/24/orig -> origin/gh/nairbv/24/orig 2022-03-17T19:06:46.5606910Z * [new branch] gh/nairbv/25/base -> origin/gh/nairbv/25/base 2022-03-17T19:06:46.5608540Z * [new branch] gh/nairbv/25/head -> origin/gh/nairbv/25/head 2022-03-17T19:06:46.5609894Z * [new branch] gh/nairbv/25/orig -> origin/gh/nairbv/25/orig 2022-03-17T19:06:46.5611775Z * [new branch] gh/nairbv/3/base -> origin/gh/nairbv/3/base 2022-03-17T19:06:46.5612776Z * [new branch] gh/nairbv/3/orig -> origin/gh/nairbv/3/orig 2022-03-17T19:06:46.5615400Z * [new branch] gh/narang99/3/base -> origin/gh/narang99/3/base 2022-03-17T19:06:46.5616133Z * [new branch] gh/narang99/3/head -> origin/gh/narang99/3/head 2022-03-17T19:06:46.5617992Z * [new branch] gh/narang99/3/orig -> origin/gh/narang99/3/orig 2022-03-17T19:06:46.5619773Z * [new branch] gh/narang99/4/base -> origin/gh/narang99/4/base 2022-03-17T19:06:46.5620877Z * [new branch] gh/narang99/4/head -> origin/gh/narang99/4/head 2022-03-17T19:06:46.5622596Z * [new branch] gh/narang99/4/orig -> origin/gh/narang99/4/orig 2022-03-17T19:06:46.5624221Z * [new branch] gh/narang99/5/base -> origin/gh/narang99/5/base 2022-03-17T19:06:46.5625238Z * [new branch] gh/narang99/5/head -> origin/gh/narang99/5/head 2022-03-17T19:06:46.5627170Z * [new branch] gh/narang99/5/orig -> origin/gh/narang99/5/orig 2022-03-17T19:06:46.5629267Z * [new branch] gh/navahgar/28/base -> origin/gh/navahgar/28/base 2022-03-17T19:06:46.5630642Z * [new branch] gh/navahgar/28/head -> origin/gh/navahgar/28/head 2022-03-17T19:06:46.5632244Z * [new branch] gh/navahgar/28/orig -> origin/gh/navahgar/28/orig 2022-03-17T19:06:46.5633833Z * [new branch] gh/navahgar/29/base -> origin/gh/navahgar/29/base 2022-03-17T19:06:46.5634887Z * [new branch] gh/navahgar/29/head -> origin/gh/navahgar/29/head 2022-03-17T19:06:46.5636518Z * [new branch] gh/navahgar/29/orig -> origin/gh/navahgar/29/orig 2022-03-17T19:06:46.5638415Z * [new branch] gh/navahgar/7/base -> origin/gh/navahgar/7/base 2022-03-17T19:06:46.5639231Z * [new branch] gh/navahgar/7/head -> origin/gh/navahgar/7/head 2022-03-17T19:06:46.5640922Z * [new branch] gh/navahgar/7/orig -> origin/gh/navahgar/7/orig 2022-03-17T19:06:46.5642080Z * [new branch] gh/navahgar/8/base -> origin/gh/navahgar/8/base 2022-03-17T19:06:46.5646243Z * [new branch] gh/navahgar/8/head -> origin/gh/navahgar/8/head 2022-03-17T19:06:46.5646691Z * [new branch] gh/navahgar/8/orig -> origin/gh/navahgar/8/orig 2022-03-17T19:06:46.5646954Z * [new branch] gh/navahgar/9/base -> origin/gh/navahgar/9/base 2022-03-17T19:06:46.5647615Z * [new branch] gh/navahgar/9/head -> origin/gh/navahgar/9/head 2022-03-17T19:06:46.5648977Z * [new branch] gh/navahgar/9/orig -> origin/gh/navahgar/9/orig 2022-03-17T19:06:46.5651627Z * [new branch] gh/ngimel/2/base -> origin/gh/ngimel/2/base 2022-03-17T19:06:46.5653587Z * [new branch] gh/nikithamalgifb/2/base -> origin/gh/nikithamalgifb/2/base 2022-03-17T19:06:46.5654499Z * [new branch] gh/nikithamalgifb/2/head -> origin/gh/nikithamalgifb/2/head 2022-03-17T19:06:46.5656221Z * [new branch] gh/nikithamalgifb/2/orig -> origin/gh/nikithamalgifb/2/orig 2022-03-17T19:06:46.5657974Z * [new branch] gh/nikithamalgifb/21/base -> origin/gh/nikithamalgifb/21/base 2022-03-17T19:06:46.5659088Z * [new branch] gh/nikithamalgifb/21/head -> origin/gh/nikithamalgifb/21/head 2022-03-17T19:06:46.5660751Z * [new branch] gh/nikithamalgifb/21/orig -> origin/gh/nikithamalgifb/21/orig 2022-03-17T19:06:46.5662648Z * [new branch] gh/nikithamalgifb/25/base -> origin/gh/nikithamalgifb/25/base 2022-03-17T19:06:46.5663694Z * [new branch] gh/nikithamalgifb/25/head -> origin/gh/nikithamalgifb/25/head 2022-03-17T19:06:46.5665329Z * [new branch] gh/nikithamalgifb/25/orig -> origin/gh/nikithamalgifb/25/orig 2022-03-17T19:06:46.5667521Z * [new branch] gh/nikithamalgifb/27/base -> origin/gh/nikithamalgifb/27/base 2022-03-17T19:06:46.5668503Z * [new branch] gh/nikithamalgifb/27/head -> origin/gh/nikithamalgifb/27/head 2022-03-17T19:06:46.5670114Z * [new branch] gh/nikithamalgifb/27/orig -> origin/gh/nikithamalgifb/27/orig 2022-03-17T19:06:46.5671944Z * [new branch] gh/nikithamalgifb/29/base -> origin/gh/nikithamalgifb/29/base 2022-03-17T19:06:46.5672956Z * [new branch] gh/nikithamalgifb/29/head -> origin/gh/nikithamalgifb/29/head 2022-03-17T19:06:46.5674703Z * [new branch] gh/nikithamalgifb/29/orig -> origin/gh/nikithamalgifb/29/orig 2022-03-17T19:06:46.5676392Z * [new branch] gh/nikithamalgifb/30/base -> origin/gh/nikithamalgifb/30/base 2022-03-17T19:06:46.5677493Z * [new branch] gh/nikithamalgifb/30/head -> origin/gh/nikithamalgifb/30/head 2022-03-17T19:06:46.5679375Z * [new branch] gh/nikithamalgifb/30/orig -> origin/gh/nikithamalgifb/30/orig 2022-03-17T19:06:46.5680808Z * [new branch] gh/nikithamalgifb/31/base -> origin/gh/nikithamalgifb/31/base 2022-03-17T19:06:46.5682013Z * [new branch] gh/nikithamalgifb/31/head -> origin/gh/nikithamalgifb/31/head 2022-03-17T19:06:46.5683812Z * [new branch] gh/nikithamalgifb/31/orig -> origin/gh/nikithamalgifb/31/orig 2022-03-17T19:06:46.5685530Z * [new branch] gh/nikithamalgifb/32/base -> origin/gh/nikithamalgifb/32/base 2022-03-17T19:06:46.5686651Z * [new branch] gh/nikithamalgifb/32/head -> origin/gh/nikithamalgifb/32/head 2022-03-17T19:06:46.5688169Z * [new branch] gh/nikithamalgifb/32/orig -> origin/gh/nikithamalgifb/32/orig 2022-03-17T19:06:46.5689893Z * [new branch] gh/nikithamalgifb/41/base -> origin/gh/nikithamalgifb/41/base 2022-03-17T19:06:46.5691354Z * [new branch] gh/nikithamalgifb/41/head -> origin/gh/nikithamalgifb/41/head 2022-03-17T19:06:46.5692436Z * [new branch] gh/nikithamalgifb/41/orig -> origin/gh/nikithamalgifb/41/orig 2022-03-17T19:06:46.5694312Z * [new branch] gh/nikithamalgifb/43/base -> origin/gh/nikithamalgifb/43/base 2022-03-17T19:06:46.5695455Z * [new branch] gh/nikithamalgifb/43/head -> origin/gh/nikithamalgifb/43/head 2022-03-17T19:06:46.5697020Z * [new branch] gh/nikithamalgifb/43/orig -> origin/gh/nikithamalgifb/43/orig 2022-03-17T19:06:46.5698795Z * [new branch] gh/nikithamalgifb/44/base -> origin/gh/nikithamalgifb/44/base 2022-03-17T19:06:46.5700378Z * [new branch] gh/nikithamalgifb/44/head -> origin/gh/nikithamalgifb/44/head 2022-03-17T19:06:46.5701495Z * [new branch] gh/nikithamalgifb/44/orig -> origin/gh/nikithamalgifb/44/orig 2022-03-17T19:06:46.5703856Z * [new branch] gh/nikithamalgifb/46/base -> origin/gh/nikithamalgifb/46/base 2022-03-17T19:06:46.5705017Z * [new branch] gh/nikithamalgifb/46/head -> origin/gh/nikithamalgifb/46/head 2022-03-17T19:06:46.5706657Z * [new branch] gh/nikithamalgifb/46/orig -> origin/gh/nikithamalgifb/46/orig 2022-03-17T19:06:46.5707447Z * [new branch] gh/nikithamalgifb/47/base -> origin/gh/nikithamalgifb/47/base 2022-03-17T19:06:46.5709047Z * [new branch] gh/nikithamalgifb/47/head -> origin/gh/nikithamalgifb/47/head 2022-03-17T19:06:46.5710127Z * [new branch] gh/nikithamalgifb/47/orig -> origin/gh/nikithamalgifb/47/orig 2022-03-17T19:06:46.5712019Z * [new branch] gh/nikithamalgifb/5/base -> origin/gh/nikithamalgifb/5/base 2022-03-17T19:06:46.5713498Z * [new branch] gh/nikithamalgifb/5/head -> origin/gh/nikithamalgifb/5/head 2022-03-17T19:06:46.5714711Z * [new branch] gh/nikithamalgifb/5/orig -> origin/gh/nikithamalgifb/5/orig 2022-03-17T19:06:46.5716508Z * [new branch] gh/nikithamalgifb/50/base -> origin/gh/nikithamalgifb/50/base 2022-03-17T19:06:46.5717689Z * [new branch] gh/nikithamalgifb/50/head -> origin/gh/nikithamalgifb/50/head 2022-03-17T19:06:46.5719381Z * [new branch] gh/nikithamalgifb/50/orig -> origin/gh/nikithamalgifb/50/orig 2022-03-17T19:06:46.5721282Z * [new branch] gh/nikithamalgifb/9/base -> origin/gh/nikithamalgifb/9/base 2022-03-17T19:06:46.5722796Z * [new branch] gh/nikithamalgifb/9/head -> origin/gh/nikithamalgifb/9/head 2022-03-17T19:06:46.5724161Z * [new branch] gh/nikithamalgifb/9/orig -> origin/gh/nikithamalgifb/9/orig 2022-03-17T19:06:46.5726315Z * [new branch] gh/nivekt/34/base -> origin/gh/nivekt/34/base 2022-03-17T19:06:46.5727408Z * [new branch] gh/nivekt/34/head -> origin/gh/nivekt/34/head 2022-03-17T19:06:46.5728962Z * [new branch] gh/nivekt/34/orig -> origin/gh/nivekt/34/orig 2022-03-17T19:06:46.5730604Z * [new branch] gh/nivekt/38/base -> origin/gh/nivekt/38/base 2022-03-17T19:06:46.5731726Z * [new branch] gh/nivekt/38/head -> origin/gh/nivekt/38/head 2022-03-17T19:06:46.5733364Z * [new branch] gh/nivekt/38/orig -> origin/gh/nivekt/38/orig 2022-03-17T19:06:46.5735177Z * [new branch] gh/nivekt/41/base -> origin/gh/nivekt/41/base 2022-03-17T19:06:46.5736756Z * [new branch] gh/nivekt/41/head -> origin/gh/nivekt/41/head 2022-03-17T19:06:46.5738075Z * [new branch] gh/nivekt/41/orig -> origin/gh/nivekt/41/orig 2022-03-17T19:06:46.5739814Z * [new branch] gh/nivekt/42/base -> origin/gh/nivekt/42/base 2022-03-17T19:06:46.5741182Z * [new branch] gh/nivekt/42/head -> origin/gh/nivekt/42/head 2022-03-17T19:06:46.5742300Z * [new branch] gh/nivekt/42/orig -> origin/gh/nivekt/42/orig 2022-03-17T19:06:46.5744497Z * [new branch] gh/nivekt/49/base -> origin/gh/nivekt/49/base 2022-03-17T19:06:46.5745834Z * [new branch] gh/nivekt/49/head -> origin/gh/nivekt/49/head 2022-03-17T19:06:46.5747147Z * [new branch] gh/nivekt/49/orig -> origin/gh/nivekt/49/orig 2022-03-17T19:06:46.5749116Z * [new branch] gh/nivekt/52/base -> origin/gh/nivekt/52/base 2022-03-17T19:06:46.5750431Z * [new branch] gh/nivekt/52/head -> origin/gh/nivekt/52/head 2022-03-17T19:06:46.5751999Z * [new branch] gh/nivekt/52/orig -> origin/gh/nivekt/52/orig 2022-03-17T19:06:46.5753652Z * [new branch] gh/nivekt/8/base -> origin/gh/nivekt/8/base 2022-03-17T19:06:46.5755177Z * [new branch] gh/nivekt/8/head -> origin/gh/nivekt/8/head 2022-03-17T19:06:46.5756282Z * [new branch] gh/nivekt/8/orig -> origin/gh/nivekt/8/orig 2022-03-17T19:06:46.5758876Z * [new branch] gh/nkaretnikov/25/base -> origin/gh/nkaretnikov/25/base 2022-03-17T19:06:46.5759796Z * [new branch] gh/nkaretnikov/25/head -> origin/gh/nkaretnikov/25/head 2022-03-17T19:06:46.5761485Z * [new branch] gh/nkaretnikov/25/orig -> origin/gh/nkaretnikov/25/orig 2022-03-17T19:06:46.5764176Z * [new branch] gh/nkaretnikov/28/base -> origin/gh/nkaretnikov/28/base 2022-03-17T19:06:46.5764998Z * [new branch] gh/nkaretnikov/28/head -> origin/gh/nkaretnikov/28/head 2022-03-17T19:06:46.5766854Z * [new branch] gh/nkaretnikov/28/orig -> origin/gh/nkaretnikov/28/orig 2022-03-17T19:06:46.5768279Z * [new branch] gh/nkaretnikov/33/base -> origin/gh/nkaretnikov/33/base 2022-03-17T19:06:46.5769588Z * [new branch] gh/nkaretnikov/33/head -> origin/gh/nkaretnikov/33/head 2022-03-17T19:06:46.5771125Z * [new branch] gh/nkaretnikov/33/orig -> origin/gh/nkaretnikov/33/orig 2022-03-17T19:06:46.5772792Z * [new branch] gh/nkaretnikov/34/base -> origin/gh/nkaretnikov/34/base 2022-03-17T19:06:46.5773993Z * [new branch] gh/nkaretnikov/34/head -> origin/gh/nkaretnikov/34/head 2022-03-17T19:06:46.5775495Z * [new branch] gh/nkaretnikov/34/orig -> origin/gh/nkaretnikov/34/orig 2022-03-17T19:06:46.5777623Z * [new branch] gh/osalpekar/1/base -> origin/gh/osalpekar/1/base 2022-03-17T19:06:46.5779302Z * [new branch] gh/osalpekar/1/head -> origin/gh/osalpekar/1/head 2022-03-17T19:06:46.5780317Z * [new branch] gh/osalpekar/102/base -> origin/gh/osalpekar/102/base 2022-03-17T19:06:46.5781976Z * [new branch] gh/osalpekar/102/head -> origin/gh/osalpekar/102/head 2022-03-17T19:06:46.5783104Z * [new branch] gh/osalpekar/102/orig -> origin/gh/osalpekar/102/orig 2022-03-17T19:06:46.5785012Z * [new branch] gh/osalpekar/107/base -> origin/gh/osalpekar/107/base 2022-03-17T19:06:46.5786215Z * [new branch] gh/osalpekar/107/head -> origin/gh/osalpekar/107/head 2022-03-17T19:06:46.5787910Z * [new branch] gh/osalpekar/2/base -> origin/gh/osalpekar/2/base 2022-03-17T19:06:46.5788890Z * [new branch] gh/osalpekar/2/head -> origin/gh/osalpekar/2/head 2022-03-17T19:06:46.5790565Z * [new branch] gh/osalpekar/3/base -> origin/gh/osalpekar/3/base 2022-03-17T19:06:46.5791646Z * [new branch] gh/osalpekar/3/head -> origin/gh/osalpekar/3/head 2022-03-17T19:06:46.5793516Z * [new branch] gh/osalpekar/4/base -> origin/gh/osalpekar/4/base 2022-03-17T19:06:46.5794520Z * [new branch] gh/osalpekar/4/head -> origin/gh/osalpekar/4/head 2022-03-17T19:06:46.5796570Z * [new branch] gh/osalpekar/40/base -> origin/gh/osalpekar/40/base 2022-03-17T19:06:46.5797703Z * [new branch] gh/osalpekar/40/orig -> origin/gh/osalpekar/40/orig 2022-03-17T19:06:46.5799335Z * [new branch] gh/osalpekar/6/base -> origin/gh/osalpekar/6/base 2022-03-17T19:06:46.5800829Z * [new branch] gh/osalpekar/6/head -> origin/gh/osalpekar/6/head 2022-03-17T19:06:46.5802154Z * [new branch] gh/osalpekar/6/orig -> origin/gh/osalpekar/6/orig 2022-03-17T19:06:46.5804214Z * [new branch] gh/osalpekar/60/base -> origin/gh/osalpekar/60/base 2022-03-17T19:06:46.5805561Z * [new branch] gh/osalpekar/60/head -> origin/gh/osalpekar/60/head 2022-03-17T19:06:46.5807361Z * [new branch] gh/osalpekar/60/orig -> origin/gh/osalpekar/60/orig 2022-03-17T19:06:46.5808387Z * [new branch] gh/osalpekar/61/base -> origin/gh/osalpekar/61/base 2022-03-17T19:06:46.5810129Z * [new branch] gh/osalpekar/61/head -> origin/gh/osalpekar/61/head 2022-03-17T19:06:46.5811814Z * [new branch] gh/osalpekar/61/orig -> origin/gh/osalpekar/61/orig 2022-03-17T19:06:46.5813031Z * [new branch] gh/osalpekar/62/base -> origin/gh/osalpekar/62/base 2022-03-17T19:06:46.5814673Z * [new branch] gh/osalpekar/62/head -> origin/gh/osalpekar/62/head 2022-03-17T19:06:46.5815714Z * [new branch] gh/osalpekar/62/orig -> origin/gh/osalpekar/62/orig 2022-03-17T19:06:46.5817389Z * [new branch] gh/osalpekar/76/base -> origin/gh/osalpekar/76/base 2022-03-17T19:06:46.5818722Z * [new branch] gh/osalpekar/76/head -> origin/gh/osalpekar/76/head 2022-03-17T19:06:46.5820352Z * [new branch] gh/osalpekar/76/orig -> origin/gh/osalpekar/76/orig 2022-03-17T19:06:46.5822119Z * [new branch] gh/osalpekar/77/base -> origin/gh/osalpekar/77/base 2022-03-17T19:06:46.5823446Z * [new branch] gh/osalpekar/77/head -> origin/gh/osalpekar/77/head 2022-03-17T19:06:46.5824962Z * [new branch] gh/osalpekar/77/orig -> origin/gh/osalpekar/77/orig 2022-03-17T19:06:46.5826472Z * [new branch] gh/osalpekar/78/base -> origin/gh/osalpekar/78/base 2022-03-17T19:06:46.5827678Z * [new branch] gh/osalpekar/78/head -> origin/gh/osalpekar/78/head 2022-03-17T19:06:46.5829350Z * [new branch] gh/osalpekar/78/orig -> origin/gh/osalpekar/78/orig 2022-03-17T19:06:46.5831294Z * [new branch] gh/osalpekar/85/base -> origin/gh/osalpekar/85/base 2022-03-17T19:06:46.5832533Z * [new branch] gh/osalpekar/85/head -> origin/gh/osalpekar/85/head 2022-03-17T19:06:46.5833843Z * [new branch] gh/osalpekar/85/orig -> origin/gh/osalpekar/85/orig 2022-03-17T19:06:46.5835592Z * [new branch] gh/osalpekar/86/base -> origin/gh/osalpekar/86/base 2022-03-17T19:06:46.5836594Z * [new branch] gh/osalpekar/86/head -> origin/gh/osalpekar/86/head 2022-03-17T19:06:46.5838260Z * [new branch] gh/osalpekar/86/orig -> origin/gh/osalpekar/86/orig 2022-03-17T19:06:46.5840027Z * [new branch] gh/osalpekar/91/base -> origin/gh/osalpekar/91/base 2022-03-17T19:06:46.5841436Z * [new branch] gh/osalpekar/91/head -> origin/gh/osalpekar/91/head 2022-03-17T19:06:46.5843121Z * [new branch] gh/osalpekar/91/orig -> origin/gh/osalpekar/91/orig 2022-03-17T19:06:46.5845227Z * [new branch] gh/pavithranrao/1/base -> origin/gh/pavithranrao/1/base 2022-03-17T19:06:46.5846273Z * [new branch] gh/pavithranrao/1/head -> origin/gh/pavithranrao/1/head 2022-03-17T19:06:46.5848170Z * [new branch] gh/pavithranrao/10/base -> origin/gh/pavithranrao/10/base 2022-03-17T19:06:46.5849265Z * [new branch] gh/pavithranrao/10/head -> origin/gh/pavithranrao/10/head 2022-03-17T19:06:46.5851001Z * [new branch] gh/pavithranrao/11/base -> origin/gh/pavithranrao/11/base 2022-03-17T19:06:46.5852033Z * [new branch] gh/pavithranrao/11/head -> origin/gh/pavithranrao/11/head 2022-03-17T19:06:46.5853979Z * [new branch] gh/pavithranrao/17/base -> origin/gh/pavithranrao/17/base 2022-03-17T19:06:46.5855494Z * [new branch] gh/pavithranrao/17/head -> origin/gh/pavithranrao/17/head 2022-03-17T19:06:46.5856814Z * [new branch] gh/pavithranrao/17/orig -> origin/gh/pavithranrao/17/orig 2022-03-17T19:06:46.5858636Z * [new branch] gh/pavithranrao/19/base -> origin/gh/pavithranrao/19/base 2022-03-17T19:06:46.5859747Z * [new branch] gh/pavithranrao/19/head -> origin/gh/pavithranrao/19/head 2022-03-17T19:06:46.5861314Z * [new branch] gh/pavithranrao/19/orig -> origin/gh/pavithranrao/19/orig 2022-03-17T19:06:46.5862642Z * [new branch] gh/pavithranrao/2/base -> origin/gh/pavithranrao/2/base 2022-03-17T19:06:46.5864024Z * [new branch] gh/pavithranrao/2/head -> origin/gh/pavithranrao/2/head 2022-03-17T19:06:46.5865780Z * [new branch] gh/pavithranrao/20/base -> origin/gh/pavithranrao/20/base 2022-03-17T19:06:46.5866853Z * [new branch] gh/pavithranrao/20/head -> origin/gh/pavithranrao/20/head 2022-03-17T19:06:46.5868456Z * [new branch] gh/pavithranrao/20/orig -> origin/gh/pavithranrao/20/orig 2022-03-17T19:06:46.5870187Z * [new branch] gh/pavithranrao/21/base -> origin/gh/pavithranrao/21/base 2022-03-17T19:06:46.5871329Z * [new branch] gh/pavithranrao/21/head -> origin/gh/pavithranrao/21/head 2022-03-17T19:06:46.5872916Z * [new branch] gh/pavithranrao/21/orig -> origin/gh/pavithranrao/21/orig 2022-03-17T19:06:46.5874933Z * [new branch] gh/pavithranrao/25/base -> origin/gh/pavithranrao/25/base 2022-03-17T19:06:46.5875765Z * [new branch] gh/pavithranrao/25/head -> origin/gh/pavithranrao/25/head 2022-03-17T19:06:46.5877538Z * [new branch] gh/pavithranrao/25/orig -> origin/gh/pavithranrao/25/orig 2022-03-17T19:06:46.5879281Z * [new branch] gh/pavithranrao/26/base -> origin/gh/pavithranrao/26/base 2022-03-17T19:06:46.5880336Z * [new branch] gh/pavithranrao/26/head -> origin/gh/pavithranrao/26/head 2022-03-17T19:06:46.5882471Z * [new branch] gh/pavithranrao/28/base -> origin/gh/pavithranrao/28/base 2022-03-17T19:06:46.5884006Z * [new branch] gh/pavithranrao/28/head -> origin/gh/pavithranrao/28/head 2022-03-17T19:06:46.5885622Z * [new branch] gh/pavithranrao/29/base -> origin/gh/pavithranrao/29/base 2022-03-17T19:06:46.5886653Z * [new branch] gh/pavithranrao/29/head -> origin/gh/pavithranrao/29/head 2022-03-17T19:06:46.5888368Z * [new branch] gh/pavithranrao/3/base -> origin/gh/pavithranrao/3/base 2022-03-17T19:06:46.5889394Z * [new branch] gh/pavithranrao/3/head -> origin/gh/pavithranrao/3/head 2022-03-17T19:06:46.5891128Z * [new branch] gh/pavithranrao/30/base -> origin/gh/pavithranrao/30/base 2022-03-17T19:06:46.5892257Z * [new branch] gh/pavithranrao/30/head -> origin/gh/pavithranrao/30/head 2022-03-17T19:06:46.5893984Z * [new branch] gh/pavithranrao/31/base -> origin/gh/pavithranrao/31/base 2022-03-17T19:06:46.5895022Z * [new branch] gh/pavithranrao/31/head -> origin/gh/pavithranrao/31/head 2022-03-17T19:06:46.5896696Z * [new branch] gh/pavithranrao/32/base -> origin/gh/pavithranrao/32/base 2022-03-17T19:06:46.5897752Z * [new branch] gh/pavithranrao/32/head -> origin/gh/pavithranrao/32/head 2022-03-17T19:06:46.5899353Z * [new branch] gh/pavithranrao/33/base -> origin/gh/pavithranrao/33/base 2022-03-17T19:06:46.5901001Z * [new branch] gh/pavithranrao/33/head -> origin/gh/pavithranrao/33/head 2022-03-17T19:06:46.5902347Z * [new branch] gh/pavithranrao/33/orig -> origin/gh/pavithranrao/33/orig 2022-03-17T19:06:46.5904306Z * [new branch] gh/pavithranrao/34/base -> origin/gh/pavithranrao/34/base 2022-03-17T19:06:46.5905325Z * [new branch] gh/pavithranrao/34/head -> origin/gh/pavithranrao/34/head 2022-03-17T19:06:46.5906913Z * [new branch] gh/pavithranrao/34/orig -> origin/gh/pavithranrao/34/orig 2022-03-17T19:06:46.5908836Z * [new branch] gh/pavithranrao/36/base -> origin/gh/pavithranrao/36/base 2022-03-17T19:06:46.5909750Z * [new branch] gh/pavithranrao/36/head -> origin/gh/pavithranrao/36/head 2022-03-17T19:06:46.5911461Z * [new branch] gh/pavithranrao/36/orig -> origin/gh/pavithranrao/36/orig 2022-03-17T19:06:46.5913388Z * [new branch] gh/pavithranrao/37/base -> origin/gh/pavithranrao/37/base 2022-03-17T19:06:46.5914477Z * [new branch] gh/pavithranrao/37/head -> origin/gh/pavithranrao/37/head 2022-03-17T19:06:46.5916252Z * [new branch] gh/pavithranrao/37/orig -> origin/gh/pavithranrao/37/orig 2022-03-17T19:06:46.5917391Z * [new branch] gh/pavithranrao/39/base -> origin/gh/pavithranrao/39/base 2022-03-17T19:06:46.5919049Z * [new branch] gh/pavithranrao/39/head -> origin/gh/pavithranrao/39/head 2022-03-17T19:06:46.5929102Z * [new branch] gh/pavithranrao/39/orig -> origin/gh/pavithranrao/39/orig 2022-03-17T19:06:46.5930458Z * [new branch] gh/pavithranrao/4/base -> origin/gh/pavithranrao/4/base 2022-03-17T19:06:46.5931591Z * [new branch] gh/pavithranrao/4/head -> origin/gh/pavithranrao/4/head 2022-03-17T19:06:46.5933690Z * [new branch] gh/pavithranrao/40/base -> origin/gh/pavithranrao/40/base 2022-03-17T19:06:46.5935056Z * [new branch] gh/pavithranrao/40/head -> origin/gh/pavithranrao/40/head 2022-03-17T19:06:46.5936503Z * [new branch] gh/pavithranrao/40/orig -> origin/gh/pavithranrao/40/orig 2022-03-17T19:06:46.5938348Z * [new branch] gh/pavithranrao/41/base -> origin/gh/pavithranrao/41/base 2022-03-17T19:06:46.5939561Z * [new branch] gh/pavithranrao/41/head -> origin/gh/pavithranrao/41/head 2022-03-17T19:06:46.5941330Z * [new branch] gh/pavithranrao/42/base -> origin/gh/pavithranrao/42/base 2022-03-17T19:06:46.5942178Z * [new branch] gh/pavithranrao/42/head -> origin/gh/pavithranrao/42/head 2022-03-17T19:06:46.5944030Z * [new branch] gh/pavithranrao/42/orig -> origin/gh/pavithranrao/42/orig 2022-03-17T19:06:46.5945987Z * [new branch] gh/pavithranrao/45/base -> origin/gh/pavithranrao/45/base 2022-03-17T19:06:46.5947330Z * [new branch] gh/pavithranrao/45/head -> origin/gh/pavithranrao/45/head 2022-03-17T19:06:46.5948910Z * [new branch] gh/pavithranrao/45/orig -> origin/gh/pavithranrao/45/orig 2022-03-17T19:06:46.5950657Z * [new branch] gh/pavithranrao/46/base -> origin/gh/pavithranrao/46/base 2022-03-17T19:06:46.5951763Z * [new branch] gh/pavithranrao/46/head -> origin/gh/pavithranrao/46/head 2022-03-17T19:06:46.5953549Z * [new branch] gh/pavithranrao/47/base -> origin/gh/pavithranrao/47/base 2022-03-17T19:06:46.5954516Z * [new branch] gh/pavithranrao/47/head -> origin/gh/pavithranrao/47/head 2022-03-17T19:06:46.5956213Z * [new branch] gh/pavithranrao/47/orig -> origin/gh/pavithranrao/47/orig 2022-03-17T19:06:46.5958081Z * [new branch] gh/pavithranrao/48/base -> origin/gh/pavithranrao/48/base 2022-03-17T19:06:46.5964293Z * [new branch] gh/pavithranrao/48/head -> origin/gh/pavithranrao/48/head 2022-03-17T19:06:46.5965516Z * [new branch] gh/pavithranrao/48/orig -> origin/gh/pavithranrao/48/orig 2022-03-17T19:06:46.5967361Z * [new branch] gh/pavithranrao/5/base -> origin/gh/pavithranrao/5/base 2022-03-17T19:06:46.5968355Z * [new branch] gh/pavithranrao/5/head -> origin/gh/pavithranrao/5/head 2022-03-17T19:06:46.5970523Z * [new branch] gh/pavithranrao/50/base -> origin/gh/pavithranrao/50/base 2022-03-17T19:06:46.5971593Z * [new branch] gh/pavithranrao/50/head -> origin/gh/pavithranrao/50/head 2022-03-17T19:06:46.5973243Z * [new branch] gh/pavithranrao/50/orig -> origin/gh/pavithranrao/50/orig 2022-03-17T19:06:46.5974997Z * [new branch] gh/pavithranrao/51/base -> origin/gh/pavithranrao/51/base 2022-03-17T19:06:46.5976501Z * [new branch] gh/pavithranrao/51/head -> origin/gh/pavithranrao/51/head 2022-03-17T19:06:46.5978900Z * [new branch] gh/pavithranrao/51/orig -> origin/gh/pavithranrao/51/orig 2022-03-17T19:06:46.5981220Z * [new branch] gh/pavithranrao/6/base -> origin/gh/pavithranrao/6/base 2022-03-17T19:06:46.5983031Z * [new branch] gh/pavithranrao/6/head -> origin/gh/pavithranrao/6/head 2022-03-17T19:06:46.5985655Z * [new branch] gh/pavithranrao/7/base -> origin/gh/pavithranrao/7/base 2022-03-17T19:06:46.5986912Z * [new branch] gh/pavithranrao/7/head -> origin/gh/pavithranrao/7/head 2022-03-17T19:06:46.5988537Z * [new branch] gh/pavithranrao/8/base -> origin/gh/pavithranrao/8/base 2022-03-17T19:06:46.5989366Z * [new branch] gh/pavithranrao/8/head -> origin/gh/pavithranrao/8/head 2022-03-17T19:06:46.5991773Z * [new branch] gh/pbelevich/142/base -> origin/gh/pbelevich/142/base 2022-03-17T19:06:46.5994070Z * [new branch] gh/pbelevich/142/head -> origin/gh/pbelevich/142/head 2022-03-17T19:06:46.5995645Z * [new branch] gh/pbelevich/142/orig -> origin/gh/pbelevich/142/orig 2022-03-17T19:06:46.5996973Z * [new branch] gh/pbelevich/143/base -> origin/gh/pbelevich/143/base 2022-03-17T19:06:46.5998713Z * [new branch] gh/pbelevich/143/head -> origin/gh/pbelevich/143/head 2022-03-17T19:06:46.5999761Z * [new branch] gh/pbelevich/143/orig -> origin/gh/pbelevich/143/orig 2022-03-17T19:06:46.6001536Z * [new branch] gh/pbelevich/144/base -> origin/gh/pbelevich/144/base 2022-03-17T19:06:46.6003637Z * [new branch] gh/pbelevich/144/head -> origin/gh/pbelevich/144/head 2022-03-17T19:06:46.6005885Z * [new branch] gh/pbelevich/144/orig -> origin/gh/pbelevich/144/orig 2022-03-17T19:06:46.6008310Z * [new branch] gh/pbelevich/146/base -> origin/gh/pbelevich/146/base 2022-03-17T19:06:46.6010019Z * [new branch] gh/pbelevich/146/head -> origin/gh/pbelevich/146/head 2022-03-17T19:06:46.6011331Z * [new branch] gh/pbelevich/146/orig -> origin/gh/pbelevich/146/orig 2022-03-17T19:06:46.6013222Z * [new branch] gh/pbelevich/153/base -> origin/gh/pbelevich/153/base 2022-03-17T19:06:46.6014724Z * [new branch] gh/pbelevich/153/head -> origin/gh/pbelevich/153/head 2022-03-17T19:06:46.6016530Z * [new branch] gh/pbelevich/153/orig -> origin/gh/pbelevich/153/orig 2022-03-17T19:06:46.6019023Z * [new branch] gh/pbelevich/155/base -> origin/gh/pbelevich/155/base 2022-03-17T19:06:46.6020136Z * [new branch] gh/pbelevich/155/head -> origin/gh/pbelevich/155/head 2022-03-17T19:06:46.6021732Z * [new branch] gh/pbelevich/155/orig -> origin/gh/pbelevich/155/orig 2022-03-17T19:06:46.6023512Z * [new branch] gh/pbelevich/157/base -> origin/gh/pbelevich/157/base 2022-03-17T19:06:46.6024598Z * [new branch] gh/pbelevich/157/head -> origin/gh/pbelevich/157/head 2022-03-17T19:06:46.6026304Z * [new branch] gh/pbelevich/157/orig -> origin/gh/pbelevich/157/orig 2022-03-17T19:06:46.6028162Z * [new branch] gh/pbelevich/82/head -> origin/gh/pbelevich/82/head 2022-03-17T19:06:46.6029372Z * [new branch] gh/pbelevich/82/orig -> origin/gh/pbelevich/82/orig 2022-03-17T19:06:46.6031649Z * [new branch] gh/pearu/20/base -> origin/gh/pearu/20/base 2022-03-17T19:06:46.6032987Z * [new branch] gh/pearu/20/head -> origin/gh/pearu/20/head 2022-03-17T19:06:46.6034491Z * [new branch] gh/pearu/20/orig -> origin/gh/pearu/20/orig 2022-03-17T19:06:46.6036269Z * [new branch] gh/pearu/22/base -> origin/gh/pearu/22/base 2022-03-17T19:06:46.6037214Z * [new branch] gh/pearu/22/head -> origin/gh/pearu/22/head 2022-03-17T19:06:46.6038861Z * [new branch] gh/pearu/22/orig -> origin/gh/pearu/22/orig 2022-03-17T19:06:46.6040359Z * [new branch] gh/pearu/24/base -> origin/gh/pearu/24/base 2022-03-17T19:06:46.6041643Z * [new branch] gh/pearu/24/head -> origin/gh/pearu/24/head 2022-03-17T19:06:46.6043632Z * [new branch] gh/pearu/24/orig -> origin/gh/pearu/24/orig 2022-03-17T19:06:46.6045425Z * [new branch] gh/pearu/25/base -> origin/gh/pearu/25/base 2022-03-17T19:06:46.6046219Z * [new branch] gh/pearu/25/head -> origin/gh/pearu/25/head 2022-03-17T19:06:46.6047862Z * [new branch] gh/pearu/25/orig -> origin/gh/pearu/25/orig 2022-03-17T19:06:46.6049562Z * [new branch] gh/pearu/32/base -> origin/gh/pearu/32/base 2022-03-17T19:06:46.6050743Z * [new branch] gh/pearu/32/head -> origin/gh/pearu/32/head 2022-03-17T19:06:46.6052297Z * [new branch] gh/pearu/32/orig -> origin/gh/pearu/32/orig 2022-03-17T19:06:46.6054148Z * [new branch] gh/pearu/35/base -> origin/gh/pearu/35/base 2022-03-17T19:06:46.6055208Z * [new branch] gh/pearu/35/head -> origin/gh/pearu/35/head 2022-03-17T19:06:46.6056763Z * [new branch] gh/pearu/35/orig -> origin/gh/pearu/35/orig 2022-03-17T19:06:46.6058605Z * [new branch] gh/pearu/41/base -> origin/gh/pearu/41/base 2022-03-17T19:06:46.6059652Z * [new branch] gh/pearu/41/head -> origin/gh/pearu/41/head 2022-03-17T19:06:46.6061191Z * [new branch] gh/pearu/41/orig -> origin/gh/pearu/41/orig 2022-03-17T19:06:46.6063531Z * [new branch] gh/penguinwu/10/base -> origin/gh/penguinwu/10/base 2022-03-17T19:06:46.6065093Z * [new branch] gh/penguinwu/10/head -> origin/gh/penguinwu/10/head 2022-03-17T19:06:46.6066127Z * [new branch] gh/penguinwu/10/orig -> origin/gh/penguinwu/10/orig 2022-03-17T19:06:46.6067945Z * [new branch] gh/penguinwu/11/base -> origin/gh/penguinwu/11/base 2022-03-17T19:06:46.6068948Z * [new branch] gh/penguinwu/11/head -> origin/gh/penguinwu/11/head 2022-03-17T19:06:46.6070703Z * [new branch] gh/penguinwu/11/orig -> origin/gh/penguinwu/11/orig 2022-03-17T19:06:46.6072467Z * [new branch] gh/penguinwu/7/base -> origin/gh/penguinwu/7/base 2022-03-17T19:06:46.6073502Z * [new branch] gh/penguinwu/7/head -> origin/gh/penguinwu/7/head 2022-03-17T19:06:46.6075219Z * [new branch] gh/penguinwu/7/orig -> origin/gh/penguinwu/7/orig 2022-03-17T19:06:46.6077135Z * [new branch] gh/peterbell10/100/base -> origin/gh/peterbell10/100/base 2022-03-17T19:06:46.6078306Z * [new branch] gh/peterbell10/100/orig -> origin/gh/peterbell10/100/orig 2022-03-17T19:06:46.6080435Z * [new branch] gh/peterbell10/107/orig -> origin/gh/peterbell10/107/orig 2022-03-17T19:06:46.6082344Z * [new branch] gh/peterbell10/109/base -> origin/gh/peterbell10/109/base 2022-03-17T19:06:46.6084129Z * [new branch] gh/peterbell10/109/head -> origin/gh/peterbell10/109/head 2022-03-17T19:06:46.6085563Z * [new branch] gh/peterbell10/109/orig -> origin/gh/peterbell10/109/orig 2022-03-17T19:06:46.6087508Z * [new branch] gh/peterbell10/112/base -> origin/gh/peterbell10/112/base 2022-03-17T19:06:46.6088210Z * [new branch] gh/peterbell10/112/head -> origin/gh/peterbell10/112/head 2022-03-17T19:06:46.6090032Z * [new branch] gh/peterbell10/112/orig -> origin/gh/peterbell10/112/orig 2022-03-17T19:06:46.6091776Z * [new branch] gh/peterbell10/157/base -> origin/gh/peterbell10/157/base 2022-03-17T19:06:46.6092784Z * [new branch] gh/peterbell10/157/head -> origin/gh/peterbell10/157/head 2022-03-17T19:06:46.6094360Z * [new branch] gh/peterbell10/157/orig -> origin/gh/peterbell10/157/orig 2022-03-17T19:06:46.6095940Z * [new branch] gh/peterbell10/158/base -> origin/gh/peterbell10/158/base 2022-03-17T19:06:46.6097044Z * [new branch] gh/peterbell10/158/head -> origin/gh/peterbell10/158/head 2022-03-17T19:06:46.6098808Z * [new branch] gh/peterbell10/158/orig -> origin/gh/peterbell10/158/orig 2022-03-17T19:06:46.6100625Z * [new branch] gh/peterbell10/161/base -> origin/gh/peterbell10/161/base 2022-03-17T19:06:46.6101699Z * [new branch] gh/peterbell10/161/head -> origin/gh/peterbell10/161/head 2022-03-17T19:06:46.6103278Z * [new branch] gh/peterbell10/161/orig -> origin/gh/peterbell10/161/orig 2022-03-17T19:06:46.6105440Z * [new branch] gh/peterbell10/174/base -> origin/gh/peterbell10/174/base 2022-03-17T19:06:46.6106470Z * [new branch] gh/peterbell10/174/head -> origin/gh/peterbell10/174/head 2022-03-17T19:06:46.6111007Z * [new branch] gh/peterbell10/174/orig -> origin/gh/peterbell10/174/orig 2022-03-17T19:06:46.6111442Z * [new branch] gh/peterbell10/175/base -> origin/gh/peterbell10/175/base 2022-03-17T19:06:46.6111819Z * [new branch] gh/peterbell10/175/head -> origin/gh/peterbell10/175/head 2022-03-17T19:06:46.6112152Z * [new branch] gh/peterbell10/175/orig -> origin/gh/peterbell10/175/orig 2022-03-17T19:06:46.6114217Z * [new branch] gh/peterbell10/18/base -> origin/gh/peterbell10/18/base 2022-03-17T19:06:46.6115393Z * [new branch] gh/peterbell10/18/head -> origin/gh/peterbell10/18/head 2022-03-17T19:06:46.6117040Z * [new branch] gh/peterbell10/18/orig -> origin/gh/peterbell10/18/orig 2022-03-17T19:06:46.6118674Z * [new branch] gh/peterbell10/181/base -> origin/gh/peterbell10/181/base 2022-03-17T19:06:46.6120440Z * [new branch] gh/peterbell10/181/head -> origin/gh/peterbell10/181/head 2022-03-17T19:06:46.6121196Z * [new branch] gh/peterbell10/181/orig -> origin/gh/peterbell10/181/orig 2022-03-17T19:06:46.6123991Z * [new branch] gh/peterbell10/186/base -> origin/gh/peterbell10/186/base 2022-03-17T19:06:46.6125037Z * [new branch] gh/peterbell10/186/head -> origin/gh/peterbell10/186/head 2022-03-17T19:06:46.6126833Z * [new branch] gh/peterbell10/186/orig -> origin/gh/peterbell10/186/orig 2022-03-17T19:06:46.6128604Z * [new branch] gh/peterbell10/187/base -> origin/gh/peterbell10/187/base 2022-03-17T19:06:46.6129880Z * [new branch] gh/peterbell10/187/head -> origin/gh/peterbell10/187/head 2022-03-17T19:06:46.6131227Z * [new branch] gh/peterbell10/187/orig -> origin/gh/peterbell10/187/orig 2022-03-17T19:06:46.6133292Z * [new branch] gh/peterbell10/188/base -> origin/gh/peterbell10/188/base 2022-03-17T19:06:46.6134380Z * [new branch] gh/peterbell10/188/head -> origin/gh/peterbell10/188/head 2022-03-17T19:06:46.6135975Z * [new branch] gh/peterbell10/188/orig -> origin/gh/peterbell10/188/orig 2022-03-17T19:06:46.6137938Z * [new branch] gh/peterbell10/189/base -> origin/gh/peterbell10/189/base 2022-03-17T19:06:46.6139282Z * [new branch] gh/peterbell10/189/head -> origin/gh/peterbell10/189/head 2022-03-17T19:06:46.6141166Z * [new branch] gh/peterbell10/189/orig -> origin/gh/peterbell10/189/orig 2022-03-17T19:06:46.6143061Z * [new branch] gh/peterbell10/202/base -> origin/gh/peterbell10/202/base 2022-03-17T19:06:46.6143915Z * [new branch] gh/peterbell10/202/head -> origin/gh/peterbell10/202/head 2022-03-17T19:06:46.6145665Z * [new branch] gh/peterbell10/202/orig -> origin/gh/peterbell10/202/orig 2022-03-17T19:06:46.6147514Z * [new branch] gh/peterbell10/206/base -> origin/gh/peterbell10/206/base 2022-03-17T19:06:46.6148443Z * [new branch] gh/peterbell10/206/head -> origin/gh/peterbell10/206/head 2022-03-17T19:06:46.6150079Z * [new branch] gh/peterbell10/206/orig -> origin/gh/peterbell10/206/orig 2022-03-17T19:06:46.6151848Z * [new branch] gh/peterbell10/207/base -> origin/gh/peterbell10/207/base 2022-03-17T19:06:46.6152886Z * [new branch] gh/peterbell10/207/head -> origin/gh/peterbell10/207/head 2022-03-17T19:06:46.6154523Z * [new branch] gh/peterbell10/207/orig -> origin/gh/peterbell10/207/orig 2022-03-17T19:06:46.6156310Z * [new branch] gh/peterbell10/208/base -> origin/gh/peterbell10/208/base 2022-03-17T19:06:46.6157067Z * [new branch] gh/peterbell10/208/head -> origin/gh/peterbell10/208/head 2022-03-17T19:06:46.6158772Z * [new branch] gh/peterbell10/208/orig -> origin/gh/peterbell10/208/orig 2022-03-17T19:06:46.6160860Z * [new branch] gh/peterbell10/209/base -> origin/gh/peterbell10/209/base 2022-03-17T19:06:46.6162072Z * [new branch] gh/peterbell10/209/head -> origin/gh/peterbell10/209/head 2022-03-17T19:06:46.6164059Z * [new branch] gh/peterbell10/209/orig -> origin/gh/peterbell10/209/orig 2022-03-17T19:06:46.6165910Z * [new branch] gh/peterbell10/213/base -> origin/gh/peterbell10/213/base 2022-03-17T19:06:46.6166914Z * [new branch] gh/peterbell10/213/head -> origin/gh/peterbell10/213/head 2022-03-17T19:06:46.6168330Z * [new branch] gh/peterbell10/213/orig -> origin/gh/peterbell10/213/orig 2022-03-17T19:06:46.6170309Z * [new branch] gh/peterbell10/216/base -> origin/gh/peterbell10/216/base 2022-03-17T19:06:46.6171236Z * [new branch] gh/peterbell10/216/head -> origin/gh/peterbell10/216/head 2022-03-17T19:06:46.6172866Z * [new branch] gh/peterbell10/216/orig -> origin/gh/peterbell10/216/orig 2022-03-17T19:06:46.6174666Z * [new branch] gh/peterbell10/253/base -> origin/gh/peterbell10/253/base 2022-03-17T19:06:46.6175858Z * [new branch] gh/peterbell10/253/head -> origin/gh/peterbell10/253/head 2022-03-17T19:06:46.6177628Z * [new branch] gh/peterbell10/253/orig -> origin/gh/peterbell10/253/orig 2022-03-17T19:06:46.6179552Z * [new branch] gh/peterbell10/254/base -> origin/gh/peterbell10/254/base 2022-03-17T19:06:46.6180594Z * [new branch] gh/peterbell10/254/head -> origin/gh/peterbell10/254/head 2022-03-17T19:06:46.6182286Z * [new branch] gh/peterbell10/254/orig -> origin/gh/peterbell10/254/orig 2022-03-17T19:06:46.6183977Z * [new branch] gh/peterbell10/255/base -> origin/gh/peterbell10/255/base 2022-03-17T19:06:46.6184839Z * [new branch] gh/peterbell10/255/head -> origin/gh/peterbell10/255/head 2022-03-17T19:06:46.6186355Z * [new branch] gh/peterbell10/255/orig -> origin/gh/peterbell10/255/orig 2022-03-17T19:06:46.6188282Z * [new branch] gh/peterbell10/256/base -> origin/gh/peterbell10/256/base 2022-03-17T19:06:46.6189354Z * [new branch] gh/peterbell10/256/head -> origin/gh/peterbell10/256/head 2022-03-17T19:06:46.6190942Z * [new branch] gh/peterbell10/256/orig -> origin/gh/peterbell10/256/orig 2022-03-17T19:06:46.6192513Z * [new branch] gh/peterbell10/257/base -> origin/gh/peterbell10/257/base 2022-03-17T19:06:46.6193520Z * [new branch] gh/peterbell10/257/head -> origin/gh/peterbell10/257/head 2022-03-17T19:06:46.6195119Z * [new branch] gh/peterbell10/257/orig -> origin/gh/peterbell10/257/orig 2022-03-17T19:06:46.6196846Z * [new branch] gh/peterbell10/267/base -> origin/gh/peterbell10/267/base 2022-03-17T19:06:46.6198392Z * [new branch] gh/peterbell10/267/head -> origin/gh/peterbell10/267/head 2022-03-17T19:06:46.6199490Z * [new branch] gh/peterbell10/267/orig -> origin/gh/peterbell10/267/orig 2022-03-17T19:06:46.6201414Z * [new branch] gh/peterbell10/268/base -> origin/gh/peterbell10/268/base 2022-03-17T19:06:46.6202985Z * [new branch] gh/peterbell10/268/head -> origin/gh/peterbell10/268/head 2022-03-17T19:06:46.6204320Z * [new branch] gh/peterbell10/268/orig -> origin/gh/peterbell10/268/orig 2022-03-17T19:06:46.6206333Z * [new branch] gh/peterbell10/273/base -> origin/gh/peterbell10/273/base 2022-03-17T19:06:46.6207452Z * [new branch] gh/peterbell10/273/head -> origin/gh/peterbell10/273/head 2022-03-17T19:06:46.6209082Z * [new branch] gh/peterbell10/273/orig -> origin/gh/peterbell10/273/orig 2022-03-17T19:06:46.6211458Z * [new branch] gh/peterbell10/277/base -> origin/gh/peterbell10/277/base 2022-03-17T19:06:46.6212962Z * [new branch] gh/peterbell10/277/head -> origin/gh/peterbell10/277/head 2022-03-17T19:06:46.6214118Z * [new branch] gh/peterbell10/277/orig -> origin/gh/peterbell10/277/orig 2022-03-17T19:06:46.6216183Z * [new branch] gh/peterbell10/278/base -> origin/gh/peterbell10/278/base 2022-03-17T19:06:46.6217524Z * [new branch] gh/peterbell10/278/head -> origin/gh/peterbell10/278/head 2022-03-17T19:06:46.6219257Z * [new branch] gh/peterbell10/278/orig -> origin/gh/peterbell10/278/orig 2022-03-17T19:06:46.6221007Z * [new branch] gh/peterbell10/279/base -> origin/gh/peterbell10/279/base 2022-03-17T19:06:46.6222171Z * [new branch] gh/peterbell10/279/head -> origin/gh/peterbell10/279/head 2022-03-17T19:06:46.6223698Z * [new branch] gh/peterbell10/279/orig -> origin/gh/peterbell10/279/orig 2022-03-17T19:06:46.6225629Z * [new branch] gh/peterbell10/280/base -> origin/gh/peterbell10/280/base 2022-03-17T19:06:46.6226563Z * [new branch] gh/peterbell10/280/head -> origin/gh/peterbell10/280/head 2022-03-17T19:06:46.6228251Z * [new branch] gh/peterbell10/280/orig -> origin/gh/peterbell10/280/orig 2022-03-17T19:06:46.6229924Z * [new branch] gh/peterbell10/281/base -> origin/gh/peterbell10/281/base 2022-03-17T19:06:46.6230944Z * [new branch] gh/peterbell10/281/head -> origin/gh/peterbell10/281/head 2022-03-17T19:06:46.6232572Z * [new branch] gh/peterbell10/281/orig -> origin/gh/peterbell10/281/orig 2022-03-17T19:06:46.6234327Z * [new branch] gh/peterbell10/282/base -> origin/gh/peterbell10/282/base 2022-03-17T19:06:46.6235678Z * [new branch] gh/peterbell10/282/head -> origin/gh/peterbell10/282/head 2022-03-17T19:06:46.6237213Z * [new branch] gh/peterbell10/282/orig -> origin/gh/peterbell10/282/orig 2022-03-17T19:06:46.6239289Z * [new branch] gh/peterbell10/283/base -> origin/gh/peterbell10/283/base 2022-03-17T19:06:46.6240652Z * [new branch] gh/peterbell10/283/head -> origin/gh/peterbell10/283/head 2022-03-17T19:06:46.6242055Z * [new branch] gh/peterbell10/283/orig -> origin/gh/peterbell10/283/orig 2022-03-17T19:06:46.6244091Z * [new branch] gh/peterbell10/284/base -> origin/gh/peterbell10/284/base 2022-03-17T19:06:46.6244938Z * [new branch] gh/peterbell10/284/head -> origin/gh/peterbell10/284/head 2022-03-17T19:06:46.6246515Z * [new branch] gh/peterbell10/284/orig -> origin/gh/peterbell10/284/orig 2022-03-17T19:06:46.6248318Z * [new branch] gh/peterbell10/285/base -> origin/gh/peterbell10/285/base 2022-03-17T19:06:46.6249327Z * [new branch] gh/peterbell10/285/head -> origin/gh/peterbell10/285/head 2022-03-17T19:06:46.6250642Z * [new branch] gh/peterbell10/285/orig -> origin/gh/peterbell10/285/orig 2022-03-17T19:06:46.6252596Z * [new branch] gh/peterbell10/39/base -> origin/gh/peterbell10/39/base 2022-03-17T19:06:46.6253785Z * [new branch] gh/peterbell10/39/head -> origin/gh/peterbell10/39/head 2022-03-17T19:06:46.6255603Z * [new branch] gh/peterbell10/39/orig -> origin/gh/peterbell10/39/orig 2022-03-17T19:06:46.6257299Z * [new branch] gh/peterbell10/53/base -> origin/gh/peterbell10/53/base 2022-03-17T19:06:46.6258427Z * [new branch] gh/peterbell10/53/head -> origin/gh/peterbell10/53/head 2022-03-17T19:06:46.6259797Z * [new branch] gh/peterbell10/53/orig -> origin/gh/peterbell10/53/orig 2022-03-17T19:06:46.6261639Z * [new branch] gh/peterbell10/58/base -> origin/gh/peterbell10/58/base 2022-03-17T19:06:46.6262747Z * [new branch] gh/peterbell10/58/head -> origin/gh/peterbell10/58/head 2022-03-17T19:06:46.6264361Z * [new branch] gh/peterbell10/58/orig -> origin/gh/peterbell10/58/orig 2022-03-17T19:06:46.6266155Z * [new branch] gh/peterbell10/59/base -> origin/gh/peterbell10/59/base 2022-03-17T19:06:46.6267240Z * [new branch] gh/peterbell10/59/head -> origin/gh/peterbell10/59/head 2022-03-17T19:06:46.6268789Z * [new branch] gh/peterbell10/59/orig -> origin/gh/peterbell10/59/orig 2022-03-17T19:06:46.6270647Z * [new branch] gh/peterbell10/60/base -> origin/gh/peterbell10/60/base 2022-03-17T19:06:46.6272128Z * [new branch] gh/peterbell10/60/head -> origin/gh/peterbell10/60/head 2022-03-17T19:06:46.6273453Z * [new branch] gh/peterbell10/60/orig -> origin/gh/peterbell10/60/orig 2022-03-17T19:06:46.6275544Z * [new branch] gh/peterbell10/61/base -> origin/gh/peterbell10/61/base 2022-03-17T19:06:46.6277154Z * [new branch] gh/peterbell10/61/head -> origin/gh/peterbell10/61/head 2022-03-17T19:06:46.6278516Z * [new branch] gh/peterbell10/61/orig -> origin/gh/peterbell10/61/orig 2022-03-17T19:06:46.6280414Z * [new branch] gh/peterbell10/66/base -> origin/gh/peterbell10/66/base 2022-03-17T19:06:46.6281740Z * [new branch] gh/peterbell10/66/head -> origin/gh/peterbell10/66/head 2022-03-17T19:06:46.6283528Z * [new branch] gh/peterbell10/66/orig -> origin/gh/peterbell10/66/orig 2022-03-17T19:06:46.6285626Z * [new branch] gh/pietern/10/base -> origin/gh/pietern/10/base 2022-03-17T19:06:46.6287101Z * [new branch] gh/pietern/10/head -> origin/gh/pietern/10/head 2022-03-17T19:06:46.6288695Z * [new branch] gh/pietern/10/orig -> origin/gh/pietern/10/orig 2022-03-17T19:06:46.6290431Z * [new branch] gh/pietern/23/base -> origin/gh/pietern/23/base 2022-03-17T19:06:46.6291515Z * [new branch] gh/pietern/23/orig -> origin/gh/pietern/23/orig 2022-03-17T19:06:46.6293445Z * [new branch] gh/pietern/38/base -> origin/gh/pietern/38/base 2022-03-17T19:06:46.6294771Z * [new branch] gh/pietern/38/orig -> origin/gh/pietern/38/orig 2022-03-17T19:06:46.6296854Z * [new branch] gh/pietern/4/base -> origin/gh/pietern/4/base 2022-03-17T19:06:46.6299148Z * [new branch] gh/pmeier/1/base -> origin/gh/pmeier/1/base 2022-03-17T19:06:46.6300675Z * [new branch] gh/pmeier/1/head -> origin/gh/pmeier/1/head 2022-03-17T19:06:46.6301996Z * [new branch] gh/pmeier/1/orig -> origin/gh/pmeier/1/orig 2022-03-17T19:06:46.6303773Z * [new branch] gh/pmeier/34/base -> origin/gh/pmeier/34/base 2022-03-17T19:06:46.6304843Z * [new branch] gh/pmeier/34/orig -> origin/gh/pmeier/34/orig 2022-03-17T19:06:46.6306821Z * [new branch] gh/pmeier/40/base -> origin/gh/pmeier/40/base 2022-03-17T19:06:46.6308010Z * [new branch] gh/pmeier/40/head -> origin/gh/pmeier/40/head 2022-03-17T19:06:46.6309546Z * [new branch] gh/pmeier/40/orig -> origin/gh/pmeier/40/orig 2022-03-17T19:06:46.6311515Z * [new branch] gh/pmeier/46/base -> origin/gh/pmeier/46/base 2022-03-17T19:06:46.6312628Z * [new branch] gh/pmeier/46/head -> origin/gh/pmeier/46/head 2022-03-17T19:06:46.6314415Z * [new branch] gh/pmeier/46/orig -> origin/gh/pmeier/46/orig 2022-03-17T19:06:46.6316440Z * [new branch] gh/pmeier/47/base -> origin/gh/pmeier/47/base 2022-03-17T19:06:46.6317531Z * [new branch] gh/pmeier/47/head -> origin/gh/pmeier/47/head 2022-03-17T19:06:46.6319151Z * [new branch] gh/pmeier/47/orig -> origin/gh/pmeier/47/orig 2022-03-17T19:06:46.6320941Z * [new branch] gh/pmeier/48/base -> origin/gh/pmeier/48/base 2022-03-17T19:06:46.6322089Z * [new branch] gh/pmeier/48/head -> origin/gh/pmeier/48/head 2022-03-17T19:06:46.6323855Z * [new branch] gh/pmeier/48/orig -> origin/gh/pmeier/48/orig 2022-03-17T19:06:46.6325610Z * [new branch] gh/pmeier/49/base -> origin/gh/pmeier/49/base 2022-03-17T19:06:46.6326528Z * [new branch] gh/pmeier/49/head -> origin/gh/pmeier/49/head 2022-03-17T19:06:46.6328306Z * [new branch] gh/pmeier/49/orig -> origin/gh/pmeier/49/orig 2022-03-17T19:06:46.6329869Z * [new branch] gh/pmeier/53/base -> origin/gh/pmeier/53/base 2022-03-17T19:06:46.6330978Z * [new branch] gh/pmeier/53/head -> origin/gh/pmeier/53/head 2022-03-17T19:06:46.6332478Z * [new branch] gh/pmeier/53/orig -> origin/gh/pmeier/53/orig 2022-03-17T19:06:46.6334533Z * [new branch] gh/pmeier/54/base -> origin/gh/pmeier/54/base 2022-03-17T19:06:46.6335718Z * [new branch] gh/pmeier/54/head -> origin/gh/pmeier/54/head 2022-03-17T19:06:46.6337401Z * [new branch] gh/pmeier/54/orig -> origin/gh/pmeier/54/orig 2022-03-17T19:06:46.6338723Z * [new branch] gh/pmeier/60/base -> origin/gh/pmeier/60/base 2022-03-17T19:06:46.6340286Z * [new branch] gh/pmeier/60/head -> origin/gh/pmeier/60/head 2022-03-17T19:06:46.6341297Z * [new branch] gh/pmeier/60/orig -> origin/gh/pmeier/60/orig 2022-03-17T19:06:46.6346047Z * [new branch] gh/pmeier/61/base -> origin/gh/pmeier/61/base 2022-03-17T19:06:46.6346781Z * [new branch] gh/pmeier/61/head -> origin/gh/pmeier/61/head 2022-03-17T19:06:46.6347059Z * [new branch] gh/pmeier/61/orig -> origin/gh/pmeier/61/orig 2022-03-17T19:06:46.6347341Z * [new branch] gh/pmeier/66/base -> origin/gh/pmeier/66/base 2022-03-17T19:06:46.6348243Z * [new branch] gh/pmeier/66/head -> origin/gh/pmeier/66/head 2022-03-17T19:06:46.6349835Z * [new branch] gh/pmeier/66/orig -> origin/gh/pmeier/66/orig 2022-03-17T19:06:46.6351592Z * [new branch] gh/pmeier/67/base -> origin/gh/pmeier/67/base 2022-03-17T19:06:46.6352612Z * [new branch] gh/pmeier/67/head -> origin/gh/pmeier/67/head 2022-03-17T19:06:46.6354322Z * [new branch] gh/pmeier/67/orig -> origin/gh/pmeier/67/orig 2022-03-17T19:06:46.6355991Z * [new branch] gh/pmeier/70/base -> origin/gh/pmeier/70/base 2022-03-17T19:06:46.6357031Z * [new branch] gh/pmeier/70/head -> origin/gh/pmeier/70/head 2022-03-17T19:06:46.6358676Z * [new branch] gh/pmeier/70/orig -> origin/gh/pmeier/70/orig 2022-03-17T19:06:46.6360716Z * [new branch] gh/pritamdamania87/102/base -> origin/gh/pritamdamania87/102/base 2022-03-17T19:06:46.6362003Z * [new branch] gh/pritamdamania87/102/head -> origin/gh/pritamdamania87/102/head 2022-03-17T19:06:46.6364861Z * [new branch] gh/pritamdamania87/133/base -> origin/gh/pritamdamania87/133/base 2022-03-17T19:06:46.6366022Z * [new branch] gh/pritamdamania87/133/head -> origin/gh/pritamdamania87/133/head 2022-03-17T19:06:46.6367993Z * [new branch] gh/pritamdamania87/134/base -> origin/gh/pritamdamania87/134/base 2022-03-17T19:06:46.6368712Z * [new branch] gh/pritamdamania87/134/head -> origin/gh/pritamdamania87/134/head 2022-03-17T19:06:46.6370783Z * [new branch] gh/pritamdamania87/135/base -> origin/gh/pritamdamania87/135/base 2022-03-17T19:06:46.6371594Z * [new branch] gh/pritamdamania87/135/head -> origin/gh/pritamdamania87/135/head 2022-03-17T19:06:46.6373408Z * [new branch] gh/pritamdamania87/136/base -> origin/gh/pritamdamania87/136/base 2022-03-17T19:06:46.6374249Z * [new branch] gh/pritamdamania87/136/head -> origin/gh/pritamdamania87/136/head 2022-03-17T19:06:46.6376225Z * [new branch] gh/pritamdamania87/137/base -> origin/gh/pritamdamania87/137/base 2022-03-17T19:06:46.6376973Z * [new branch] gh/pritamdamania87/137/head -> origin/gh/pritamdamania87/137/head 2022-03-17T19:06:46.6378812Z * [new branch] gh/pritamdamania87/138/base -> origin/gh/pritamdamania87/138/base 2022-03-17T19:06:46.6379676Z * [new branch] gh/pritamdamania87/138/head -> origin/gh/pritamdamania87/138/head 2022-03-17T19:06:46.6381559Z * [new branch] gh/pritamdamania87/139/base -> origin/gh/pritamdamania87/139/base 2022-03-17T19:06:46.6382375Z * [new branch] gh/pritamdamania87/139/head -> origin/gh/pritamdamania87/139/head 2022-03-17T19:06:46.6384444Z * [new branch] gh/pritamdamania87/157/base -> origin/gh/pritamdamania87/157/base 2022-03-17T19:06:46.6386032Z * [new branch] gh/pritamdamania87/157/head -> origin/gh/pritamdamania87/157/head 2022-03-17T19:06:46.6387171Z * [new branch] gh/pritamdamania87/157/orig -> origin/gh/pritamdamania87/157/orig 2022-03-17T19:06:46.6389319Z * [new branch] gh/pritamdamania87/224/base -> origin/gh/pritamdamania87/224/base 2022-03-17T19:06:46.6390359Z * [new branch] gh/pritamdamania87/224/head -> origin/gh/pritamdamania87/224/head 2022-03-17T19:06:46.6391883Z * [new branch] gh/pritamdamania87/224/orig -> origin/gh/pritamdamania87/224/orig 2022-03-17T19:06:46.6393662Z * [new branch] gh/pritamdamania87/225/base -> origin/gh/pritamdamania87/225/base 2022-03-17T19:06:46.6394821Z * [new branch] gh/pritamdamania87/225/head -> origin/gh/pritamdamania87/225/head 2022-03-17T19:06:46.6396470Z * [new branch] gh/pritamdamania87/225/orig -> origin/gh/pritamdamania87/225/orig 2022-03-17T19:06:46.6398134Z * [new branch] gh/pritamdamania87/39/base -> origin/gh/pritamdamania87/39/base 2022-03-17T19:06:46.6399380Z * [new branch] gh/pritamdamania87/39/head -> origin/gh/pritamdamania87/39/head 2022-03-17T19:06:46.6400906Z * [new branch] gh/pritamdamania87/39/orig -> origin/gh/pritamdamania87/39/orig 2022-03-17T19:06:46.6403221Z * [new branch] gh/priyaramani/5/base -> origin/gh/priyaramani/5/base 2022-03-17T19:06:46.6404813Z * [new branch] gh/priyaramani/5/head -> origin/gh/priyaramani/5/head 2022-03-17T19:06:46.6406046Z * [new branch] gh/priyaramani/6/base -> origin/gh/priyaramani/6/base 2022-03-17T19:06:46.6407428Z * [new branch] gh/priyaramani/6/head -> origin/gh/priyaramani/6/head 2022-03-17T19:06:46.6409052Z * [new branch] gh/priyaramani/7/base -> origin/gh/priyaramani/7/base 2022-03-17T19:06:46.6409882Z * [new branch] gh/priyaramani/7/head -> origin/gh/priyaramani/7/head 2022-03-17T19:06:46.6411915Z * [new branch] gh/priyaramani/9/base -> origin/gh/priyaramani/9/base 2022-03-17T19:06:46.6412920Z * [new branch] gh/priyaramani/9/head -> origin/gh/priyaramani/9/head 2022-03-17T19:06:46.6414579Z * [new branch] gh/priyaramani/9/orig -> origin/gh/priyaramani/9/orig 2022-03-17T19:06:46.6416503Z * [new branch] gh/qihan/1/base -> origin/gh/qihan/1/base 2022-03-17T19:06:46.6417624Z * [new branch] gh/qihan/1/head -> origin/gh/qihan/1/head 2022-03-17T19:06:46.6419256Z * [new branch] gh/qihan/1/orig -> origin/gh/qihan/1/orig 2022-03-17T19:06:46.6421472Z * [new branch] gh/raghuraman_k/1/base -> origin/gh/raghuraman_k/1/base 2022-03-17T19:06:46.6422677Z * [new branch] gh/raghuraman_k/1/head -> origin/gh/raghuraman_k/1/head 2022-03-17T19:06:46.6424805Z * [new branch] gh/raghuraman_k/11/base -> origin/gh/raghuraman_k/11/base 2022-03-17T19:06:46.6425958Z * [new branch] gh/raghuraman_k/11/head -> origin/gh/raghuraman_k/11/head 2022-03-17T19:06:46.6427728Z * [new branch] gh/raghuraman_k/11/orig -> origin/gh/raghuraman_k/11/orig 2022-03-17T19:06:46.6429408Z * [new branch] gh/raghuraman_k/13/base -> origin/gh/raghuraman_k/13/base 2022-03-17T19:06:46.6430471Z * [new branch] gh/raghuraman_k/13/head -> origin/gh/raghuraman_k/13/head 2022-03-17T19:06:46.6432205Z * [new branch] gh/raghuraman_k/13/orig -> origin/gh/raghuraman_k/13/orig 2022-03-17T19:06:46.6433876Z * [new branch] gh/raghuraman_k/15/base -> origin/gh/raghuraman_k/15/base 2022-03-17T19:06:46.6435009Z * [new branch] gh/raghuraman_k/15/head -> origin/gh/raghuraman_k/15/head 2022-03-17T19:06:46.6436763Z * [new branch] gh/raghuraman_k/15/orig -> origin/gh/raghuraman_k/15/orig 2022-03-17T19:06:46.6438575Z * [new branch] gh/raghuraman_k/17/base -> origin/gh/raghuraman_k/17/base 2022-03-17T19:06:46.6440227Z * [new branch] gh/raghuraman_k/17/head -> origin/gh/raghuraman_k/17/head 2022-03-17T19:06:46.6441615Z * [new branch] gh/raghuraman_k/17/orig -> origin/gh/raghuraman_k/17/orig 2022-03-17T19:06:46.6443828Z * [new branch] gh/raghuraman_k/19/base -> origin/gh/raghuraman_k/19/base 2022-03-17T19:06:46.6444818Z * [new branch] gh/raghuraman_k/19/head -> origin/gh/raghuraman_k/19/head 2022-03-17T19:06:46.6446527Z * [new branch] gh/raghuraman_k/19/orig -> origin/gh/raghuraman_k/19/orig 2022-03-17T19:06:46.6447895Z * [new branch] gh/raghuraman_k/2/base -> origin/gh/raghuraman_k/2/base 2022-03-17T19:06:46.6449010Z * [new branch] gh/raghuraman_k/2/head -> origin/gh/raghuraman_k/2/head 2022-03-17T19:06:46.6451110Z * [new branch] gh/raghuraman_k/20/base -> origin/gh/raghuraman_k/20/base 2022-03-17T19:06:46.6452189Z * [new branch] gh/raghuraman_k/20/head -> origin/gh/raghuraman_k/20/head 2022-03-17T19:06:46.6453566Z * [new branch] gh/raghuraman_k/20/orig -> origin/gh/raghuraman_k/20/orig 2022-03-17T19:06:46.6455500Z * [new branch] gh/raghuraman_k/21/base -> origin/gh/raghuraman_k/21/base 2022-03-17T19:06:46.6456504Z * [new branch] gh/raghuraman_k/21/head -> origin/gh/raghuraman_k/21/head 2022-03-17T19:06:46.6458113Z * [new branch] gh/raghuraman_k/21/orig -> origin/gh/raghuraman_k/21/orig 2022-03-17T19:06:46.6460130Z * [new branch] gh/raghuraman_k/4/base -> origin/gh/raghuraman_k/4/base 2022-03-17T19:06:46.6461223Z * [new branch] gh/raghuraman_k/4/head -> origin/gh/raghuraman_k/4/head 2022-03-17T19:06:46.6462957Z * [new branch] gh/raghuraman_k/4/orig -> origin/gh/raghuraman_k/4/orig 2022-03-17T19:06:46.6464832Z * [new branch] gh/raghuraman_k/5/base -> origin/gh/raghuraman_k/5/base 2022-03-17T19:06:46.6465830Z * [new branch] gh/raghuraman_k/5/head -> origin/gh/raghuraman_k/5/head 2022-03-17T19:06:46.6467531Z * [new branch] gh/raghuraman_k/5/orig -> origin/gh/raghuraman_k/5/orig 2022-03-17T19:06:46.6468644Z * [new branch] gh/raghuraman_k/6/base -> origin/gh/raghuraman_k/6/base 2022-03-17T19:06:46.6470226Z * [new branch] gh/raghuraman_k/6/head -> origin/gh/raghuraman_k/6/head 2022-03-17T19:06:46.6471271Z * [new branch] gh/raghuraman_k/6/orig -> origin/gh/raghuraman_k/6/orig 2022-03-17T19:06:46.6472996Z * [new branch] gh/raghuraman_k/7/base -> origin/gh/raghuraman_k/7/base 2022-03-17T19:06:46.6473918Z * [new branch] gh/raghuraman_k/7/head -> origin/gh/raghuraman_k/7/head 2022-03-17T19:06:46.6475413Z * [new branch] gh/raghuraman_k/7/orig -> origin/gh/raghuraman_k/7/orig 2022-03-17T19:06:46.6477525Z * [new branch] gh/raghuraman_k/9/base -> origin/gh/raghuraman_k/9/base 2022-03-17T19:06:46.6478601Z * [new branch] gh/raghuraman_k/9/head -> origin/gh/raghuraman_k/9/head 2022-03-17T19:06:46.6480244Z * [new branch] gh/raghuraman_k/9/orig -> origin/gh/raghuraman_k/9/orig 2022-03-17T19:06:46.6482282Z * [new branch] gh/raghuramank100/10/base -> origin/gh/raghuramank100/10/base 2022-03-17T19:06:46.6483685Z * [new branch] gh/raghuramank100/10/head -> origin/gh/raghuramank100/10/head 2022-03-17T19:06:46.6485346Z * [new branch] gh/raghuramank100/10/orig -> origin/gh/raghuramank100/10/orig 2022-03-17T19:06:46.6486472Z * [new branch] gh/raghuramank100/11/base -> origin/gh/raghuramank100/11/base 2022-03-17T19:06:46.6488186Z * [new branch] gh/raghuramank100/11/head -> origin/gh/raghuramank100/11/head 2022-03-17T19:06:46.6489270Z * [new branch] gh/raghuramank100/11/orig -> origin/gh/raghuramank100/11/orig 2022-03-17T19:06:46.6491288Z * [new branch] gh/raghuramank100/12/base -> origin/gh/raghuramank100/12/base 2022-03-17T19:06:46.6492404Z * [new branch] gh/raghuramank100/12/head -> origin/gh/raghuramank100/12/head 2022-03-17T19:06:46.6493785Z * [new branch] gh/raghuramank100/12/orig -> origin/gh/raghuramank100/12/orig 2022-03-17T19:06:46.6495593Z * [new branch] gh/raghuramank100/16/base -> origin/gh/raghuramank100/16/base 2022-03-17T19:06:46.6496634Z * [new branch] gh/raghuramank100/16/head -> origin/gh/raghuramank100/16/head 2022-03-17T19:06:46.6498450Z * [new branch] gh/raghuramank100/19/base -> origin/gh/raghuramank100/19/base 2022-03-17T19:06:46.6499463Z * [new branch] gh/raghuramank100/19/head -> origin/gh/raghuramank100/19/head 2022-03-17T19:06:46.6501149Z * [new branch] gh/raghuramank100/19/orig -> origin/gh/raghuramank100/19/orig 2022-03-17T19:06:46.6502847Z * [new branch] gh/raghuramank100/22/base -> origin/gh/raghuramank100/22/base 2022-03-17T19:06:46.6503871Z * [new branch] gh/raghuramank100/22/head -> origin/gh/raghuramank100/22/head 2022-03-17T19:06:46.6505603Z * [new branch] gh/raghuramank100/22/orig -> origin/gh/raghuramank100/22/orig 2022-03-17T19:06:46.6507199Z * [new branch] gh/raghuramank100/26/base -> origin/gh/raghuramank100/26/base 2022-03-17T19:06:46.6508294Z * [new branch] gh/raghuramank100/26/head -> origin/gh/raghuramank100/26/head 2022-03-17T19:06:46.6509984Z * [new branch] gh/raghuramank100/26/orig -> origin/gh/raghuramank100/26/orig 2022-03-17T19:06:46.6511619Z * [new branch] gh/raghuramank100/28/base -> origin/gh/raghuramank100/28/base 2022-03-17T19:06:46.6512970Z * [new branch] gh/raghuramank100/28/head -> origin/gh/raghuramank100/28/head 2022-03-17T19:06:46.6514749Z * [new branch] gh/raghuramank100/28/orig -> origin/gh/raghuramank100/28/orig 2022-03-17T19:06:46.6516813Z * [new branch] gh/raghuramank100/30/base -> origin/gh/raghuramank100/30/base 2022-03-17T19:06:46.6518158Z * [new branch] gh/raghuramank100/30/head -> origin/gh/raghuramank100/30/head 2022-03-17T19:06:46.6519737Z * [new branch] gh/raghuramank100/30/orig -> origin/gh/raghuramank100/30/orig 2022-03-17T19:06:46.6521477Z * [new branch] gh/raghuramank100/37/base -> origin/gh/raghuramank100/37/base 2022-03-17T19:06:46.6523217Z * [new branch] gh/raghuramank100/37/head -> origin/gh/raghuramank100/37/head 2022-03-17T19:06:46.6524345Z * [new branch] gh/raghuramank100/37/orig -> origin/gh/raghuramank100/37/orig 2022-03-17T19:06:46.6526315Z * [new branch] gh/raghuramank100/39/base -> origin/gh/raghuramank100/39/base 2022-03-17T19:06:46.6527759Z * [new branch] gh/raghuramank100/39/head -> origin/gh/raghuramank100/39/head 2022-03-17T19:06:46.6528937Z * [new branch] gh/raghuramank100/39/orig -> origin/gh/raghuramank100/39/orig 2022-03-17T19:06:46.6530965Z * [new branch] gh/raghuramank100/4/base -> origin/gh/raghuramank100/4/base 2022-03-17T19:06:46.6532209Z * [new branch] gh/raghuramank100/4/head -> origin/gh/raghuramank100/4/head 2022-03-17T19:06:46.6533750Z * [new branch] gh/raghuramank100/4/orig -> origin/gh/raghuramank100/4/orig 2022-03-17T19:06:46.6535681Z * [new branch] gh/raghuramank100/40/base -> origin/gh/raghuramank100/40/base 2022-03-17T19:06:46.6536923Z * [new branch] gh/raghuramank100/40/head -> origin/gh/raghuramank100/40/head 2022-03-17T19:06:46.6538455Z * [new branch] gh/raghuramank100/40/orig -> origin/gh/raghuramank100/40/orig 2022-03-17T19:06:46.6539990Z * [new branch] gh/raghuramank100/41/base -> origin/gh/raghuramank100/41/base 2022-03-17T19:06:46.6541114Z * [new branch] gh/raghuramank100/41/head -> origin/gh/raghuramank100/41/head 2022-03-17T19:06:46.6542830Z * [new branch] gh/raghuramank100/41/orig -> origin/gh/raghuramank100/41/orig 2022-03-17T19:06:46.6543982Z * [new branch] gh/raghuramank100/42/base -> origin/gh/raghuramank100/42/base 2022-03-17T19:06:46.6545325Z * [new branch] gh/raghuramank100/42/head -> origin/gh/raghuramank100/42/head 2022-03-17T19:06:46.6546414Z * [new branch] gh/raghuramank100/42/orig -> origin/gh/raghuramank100/42/orig 2022-03-17T19:06:46.6548389Z * [new branch] gh/raghuramank100/43/base -> origin/gh/raghuramank100/43/base 2022-03-17T19:06:46.6549498Z * [new branch] gh/raghuramank100/43/head -> origin/gh/raghuramank100/43/head 2022-03-17T19:06:46.6551102Z * [new branch] gh/raghuramank100/43/orig -> origin/gh/raghuramank100/43/orig 2022-03-17T19:06:46.6553005Z * [new branch] gh/raghuramank100/46/base -> origin/gh/raghuramank100/46/base 2022-03-17T19:06:46.6554350Z * [new branch] gh/raghuramank100/46/head -> origin/gh/raghuramank100/46/head 2022-03-17T19:06:46.6555678Z * [new branch] gh/raghuramank100/46/orig -> origin/gh/raghuramank100/46/orig 2022-03-17T19:06:46.6557908Z * [new branch] gh/raghuramank100/47/base -> origin/gh/raghuramank100/47/base 2022-03-17T19:06:46.6559030Z * [new branch] gh/raghuramank100/47/head -> origin/gh/raghuramank100/47/head 2022-03-17T19:06:46.6560743Z * [new branch] gh/raghuramank100/47/orig -> origin/gh/raghuramank100/47/orig 2022-03-17T19:06:46.6563619Z * [new branch] gh/raghuramank100/48/base -> origin/gh/raghuramank100/48/base 2022-03-17T19:06:46.6564939Z * [new branch] gh/raghuramank100/48/head -> origin/gh/raghuramank100/48/head 2022-03-17T19:06:46.6566474Z * [new branch] gh/raghuramank100/48/orig -> origin/gh/raghuramank100/48/orig 2022-03-17T19:06:46.6568418Z * [new branch] gh/raghuramank100/49/base -> origin/gh/raghuramank100/49/base 2022-03-17T19:06:46.6569363Z * [new branch] gh/raghuramank100/49/head -> origin/gh/raghuramank100/49/head 2022-03-17T19:06:46.6570958Z * [new branch] gh/raghuramank100/49/orig -> origin/gh/raghuramank100/49/orig 2022-03-17T19:06:46.6572512Z * [new branch] gh/raghuramank100/5/base -> origin/gh/raghuramank100/5/base 2022-03-17T19:06:46.6574124Z * [new branch] gh/raghuramank100/5/head -> origin/gh/raghuramank100/5/head 2022-03-17T19:06:46.6575454Z * [new branch] gh/raghuramank100/5/orig -> origin/gh/raghuramank100/5/orig 2022-03-17T19:06:46.6577400Z * [new branch] gh/raghuramank100/50/base -> origin/gh/raghuramank100/50/base 2022-03-17T19:06:46.6578556Z * [new branch] gh/raghuramank100/50/head -> origin/gh/raghuramank100/50/head 2022-03-17T19:06:46.6580457Z * [new branch] gh/raghuramank100/50/orig -> origin/gh/raghuramank100/50/orig 2022-03-17T19:06:46.6581431Z * [new branch] gh/raghuramank100/6/base -> origin/gh/raghuramank100/6/base 2022-03-17T19:06:46.6583282Z * [new branch] gh/raghuramank100/6/head -> origin/gh/raghuramank100/6/head 2022-03-17T19:06:46.6583893Z * [new branch] gh/raghuramank100/6/orig -> origin/gh/raghuramank100/6/orig 2022-03-17T19:06:46.6586011Z * [new branch] gh/raghuramank100/7/base -> origin/gh/raghuramank100/7/base 2022-03-17T19:06:46.6587541Z * [new branch] gh/raghuramank100/7/head -> origin/gh/raghuramank100/7/head 2022-03-17T19:06:46.6588544Z * [new branch] gh/raghuramank100/7/orig -> origin/gh/raghuramank100/7/orig 2022-03-17T19:06:46.6590545Z * [new branch] gh/raghuramank100/8/base -> origin/gh/raghuramank100/8/base 2022-03-17T19:06:46.6591678Z * [new branch] gh/raghuramank100/8/head -> origin/gh/raghuramank100/8/head 2022-03-17T19:06:46.6593602Z * [new branch] gh/raghuramank100/8/orig -> origin/gh/raghuramank100/8/orig 2022-03-17T19:06:46.6595812Z * [new branch] gh/robieta/11/base -> origin/gh/robieta/11/base 2022-03-17T19:06:46.6597458Z * [new branch] gh/robieta/11/head -> origin/gh/robieta/11/head 2022-03-17T19:06:46.6598523Z * [new branch] gh/robieta/12/base -> origin/gh/robieta/12/base 2022-03-17T19:06:46.6600568Z * [new branch] gh/robieta/13/base -> origin/gh/robieta/13/base 2022-03-17T19:06:46.6602191Z * [new branch] gh/robieta/22/base -> origin/gh/robieta/22/base 2022-03-17T19:06:46.6604144Z * [new branch] gh/robieta/22/head -> origin/gh/robieta/22/head 2022-03-17T19:06:46.6605165Z * [new branch] gh/robieta/22/orig -> origin/gh/robieta/22/orig 2022-03-17T19:06:46.6607463Z * [new branch] gh/robieta/24/base -> origin/gh/robieta/24/base 2022-03-17T19:06:46.6608840Z * [new branch] gh/robieta/24/head -> origin/gh/robieta/24/head 2022-03-17T19:06:46.6610219Z * [new branch] gh/robieta/24/orig -> origin/gh/robieta/24/orig 2022-03-17T19:06:46.6612310Z * [new branch] gh/robieta/25/base -> origin/gh/robieta/25/base 2022-03-17T19:06:46.6613732Z * [new branch] gh/robieta/25/head -> origin/gh/robieta/25/head 2022-03-17T19:06:46.6614979Z * [new branch] gh/robieta/25/orig -> origin/gh/robieta/25/orig 2022-03-17T19:06:46.6617096Z * [new branch] gh/robieta/26/base -> origin/gh/robieta/26/base 2022-03-17T19:06:46.6618427Z * [new branch] gh/robieta/26/head -> origin/gh/robieta/26/head 2022-03-17T19:06:46.6619723Z * [new branch] gh/robieta/26/orig -> origin/gh/robieta/26/orig 2022-03-17T19:06:46.6621922Z * [new branch] gh/robieta/30/base -> origin/gh/robieta/30/base 2022-03-17T19:06:46.6623248Z * [new branch] gh/robieta/30/head -> origin/gh/robieta/30/head 2022-03-17T19:06:46.6624759Z * [new branch] gh/robieta/30/orig -> origin/gh/robieta/30/orig 2022-03-17T19:06:46.6626673Z * [new branch] gh/robieta/31/base -> origin/gh/robieta/31/base 2022-03-17T19:06:46.6627719Z * [new branch] gh/robieta/31/head -> origin/gh/robieta/31/head 2022-03-17T19:06:46.6629373Z * [new branch] gh/robieta/31/orig -> origin/gh/robieta/31/orig 2022-03-17T19:06:46.6631501Z * [new branch] gh/robieta/32/base -> origin/gh/robieta/32/base 2022-03-17T19:06:46.6632560Z * [new branch] gh/robieta/32/head -> origin/gh/robieta/32/head 2022-03-17T19:06:46.6634151Z * [new branch] gh/robieta/32/orig -> origin/gh/robieta/32/orig 2022-03-17T19:06:46.6635992Z * [new branch] gh/robieta/33/base -> origin/gh/robieta/33/base 2022-03-17T19:06:46.6637299Z * [new branch] gh/robieta/33/head -> origin/gh/robieta/33/head 2022-03-17T19:06:46.6638734Z * [new branch] gh/robieta/33/orig -> origin/gh/robieta/33/orig 2022-03-17T19:06:46.6640612Z * [new branch] gh/robieta/34/base -> origin/gh/robieta/34/base 2022-03-17T19:06:46.6642030Z * [new branch] gh/robieta/34/head -> origin/gh/robieta/34/head 2022-03-17T19:06:46.6643596Z * [new branch] gh/robieta/34/orig -> origin/gh/robieta/34/orig 2022-03-17T19:06:46.6645359Z * [new branch] gh/robieta/35/base -> origin/gh/robieta/35/base 2022-03-17T19:06:46.6646666Z * [new branch] gh/robieta/35/head -> origin/gh/robieta/35/head 2022-03-17T19:06:46.6648139Z * [new branch] gh/robieta/35/orig -> origin/gh/robieta/35/orig 2022-03-17T19:06:46.6650167Z * [new branch] gh/robieta/36/base -> origin/gh/robieta/36/base 2022-03-17T19:06:46.6651241Z * [new branch] gh/robieta/36/head -> origin/gh/robieta/36/head 2022-03-17T19:06:46.6652639Z * [new branch] gh/robieta/36/orig -> origin/gh/robieta/36/orig 2022-03-17T19:06:46.6654489Z * [new branch] gh/robieta/37/base -> origin/gh/robieta/37/base 2022-03-17T19:06:46.6655494Z * [new branch] gh/robieta/37/head -> origin/gh/robieta/37/head 2022-03-17T19:06:46.6657087Z * [new branch] gh/robieta/37/orig -> origin/gh/robieta/37/orig 2022-03-17T19:06:46.6658596Z * [new branch] gh/robieta/benchmark_utils -> origin/gh/robieta/benchmark_utils 2022-03-17T19:06:46.6659631Z * [new branch] gh/robieta/schedule_functor -> origin/gh/robieta/schedule_functor 2022-03-17T19:06:46.6661954Z * [new branch] gh/rohan-varma/1/base -> origin/gh/rohan-varma/1/base 2022-03-17T19:06:46.6663408Z * [new branch] gh/rohan-varma/1/orig -> origin/gh/rohan-varma/1/orig 2022-03-17T19:06:46.6665307Z * [new branch] gh/rohan-varma/160/base -> origin/gh/rohan-varma/160/base 2022-03-17T19:06:46.6666380Z * [new branch] gh/rohan-varma/160/head -> origin/gh/rohan-varma/160/head 2022-03-17T19:06:46.6668369Z * [new branch] gh/rohan-varma/191/base -> origin/gh/rohan-varma/191/base 2022-03-17T19:06:46.6670072Z * [new branch] gh/rohan-varma/191/head -> origin/gh/rohan-varma/191/head 2022-03-17T19:06:46.6671055Z * [new branch] gh/rohan-varma/191/orig -> origin/gh/rohan-varma/191/orig 2022-03-17T19:06:46.6673024Z * [new branch] gh/rohan-varma/256/base -> origin/gh/rohan-varma/256/base 2022-03-17T19:06:46.6674120Z * [new branch] gh/rohan-varma/256/head -> origin/gh/rohan-varma/256/head 2022-03-17T19:06:46.6676272Z * [new branch] gh/rohan-varma/284/base -> origin/gh/rohan-varma/284/base 2022-03-17T19:06:46.6677522Z * [new branch] gh/rohan-varma/284/head -> origin/gh/rohan-varma/284/head 2022-03-17T19:06:46.6679265Z * [new branch] gh/rohan-varma/284/orig -> origin/gh/rohan-varma/284/orig 2022-03-17T19:06:46.6681051Z * [new branch] gh/rohan-varma/34/base -> origin/gh/rohan-varma/34/base 2022-03-17T19:06:46.6682690Z * [new branch] gh/rohan-varma/34/head -> origin/gh/rohan-varma/34/head 2022-03-17T19:06:46.6684359Z * [new branch] gh/rohan-varma/34/orig -> origin/gh/rohan-varma/34/orig 2022-03-17T19:06:46.6686241Z * [new branch] gh/rohan-varma/378/base -> origin/gh/rohan-varma/378/base 2022-03-17T19:06:46.6687353Z * [new branch] gh/rohan-varma/378/head -> origin/gh/rohan-varma/378/head 2022-03-17T19:06:46.6689095Z * [new branch] gh/rohan-varma/378/orig -> origin/gh/rohan-varma/378/orig 2022-03-17T19:06:46.6690797Z * [new branch] gh/rohan-varma/379/base -> origin/gh/rohan-varma/379/base 2022-03-17T19:06:46.6691987Z * [new branch] gh/rohan-varma/379/head -> origin/gh/rohan-varma/379/head 2022-03-17T19:06:46.6693420Z * [new branch] gh/rohan-varma/379/orig -> origin/gh/rohan-varma/379/orig 2022-03-17T19:06:46.6695299Z * [new branch] gh/rohan-varma/411/base -> origin/gh/rohan-varma/411/base 2022-03-17T19:06:46.6696751Z * [new branch] gh/rohan-varma/411/head -> origin/gh/rohan-varma/411/head 2022-03-17T19:06:46.6697940Z * [new branch] gh/rohan-varma/411/orig -> origin/gh/rohan-varma/411/orig 2022-03-17T19:06:46.6699968Z * [new branch] gh/rohan-varma/438/base -> origin/gh/rohan-varma/438/base 2022-03-17T19:06:46.6701755Z * [new branch] gh/rohan-varma/438/head -> origin/gh/rohan-varma/438/head 2022-03-17T19:06:46.6703092Z * [new branch] gh/rohan-varma/438/orig -> origin/gh/rohan-varma/438/orig 2022-03-17T19:06:46.6705137Z * [new branch] gh/rohan-varma/466/base -> origin/gh/rohan-varma/466/base 2022-03-17T19:06:46.6706362Z * [new branch] gh/rohan-varma/466/head -> origin/gh/rohan-varma/466/head 2022-03-17T19:06:46.6707832Z * [new branch] gh/rohan-varma/466/orig -> origin/gh/rohan-varma/466/orig 2022-03-17T19:06:46.6710022Z * [new branch] gh/rohan-varma/472/base -> origin/gh/rohan-varma/472/base 2022-03-17T19:06:46.6710902Z * [new branch] gh/rohan-varma/472/head -> origin/gh/rohan-varma/472/head 2022-03-17T19:06:46.6712642Z * [new branch] gh/rohan-varma/472/orig -> origin/gh/rohan-varma/472/orig 2022-03-17T19:06:46.6714216Z * [new branch] gh/rohan-varma/491/base -> origin/gh/rohan-varma/491/base 2022-03-17T19:06:46.6715575Z * [new branch] gh/rohan-varma/491/head -> origin/gh/rohan-varma/491/head 2022-03-17T19:06:46.6716842Z * [new branch] gh/rohan-varma/491/orig -> origin/gh/rohan-varma/491/orig 2022-03-17T19:06:46.6718978Z * [new branch] gh/rohan-varma/506/base -> origin/gh/rohan-varma/506/base 2022-03-17T19:06:46.6720296Z * [new branch] gh/rohan-varma/506/head -> origin/gh/rohan-varma/506/head 2022-03-17T19:06:46.6722135Z * [new branch] gh/rohan-varma/506/orig -> origin/gh/rohan-varma/506/orig 2022-03-17T19:06:46.6723481Z * [new branch] gh/rohan-varma/516/base -> origin/gh/rohan-varma/516/base 2022-03-17T19:06:46.6724774Z * [new branch] gh/rohan-varma/516/head -> origin/gh/rohan-varma/516/head 2022-03-17T19:06:46.6726207Z * [new branch] gh/rohan-varma/516/orig -> origin/gh/rohan-varma/516/orig 2022-03-17T19:06:46.6728366Z * [new branch] gh/rohan-varma/518/base -> origin/gh/rohan-varma/518/base 2022-03-17T19:06:46.6729533Z * [new branch] gh/rohan-varma/518/head -> origin/gh/rohan-varma/518/head 2022-03-17T19:06:46.6730872Z * [new branch] gh/rohan-varma/518/orig -> origin/gh/rohan-varma/518/orig 2022-03-17T19:06:46.6732892Z * [new branch] gh/rohan-varma/519/base -> origin/gh/rohan-varma/519/base 2022-03-17T19:06:46.6733930Z * [new branch] gh/rohan-varma/519/head -> origin/gh/rohan-varma/519/head 2022-03-17T19:06:46.6735238Z * [new branch] gh/rohan-varma/519/orig -> origin/gh/rohan-varma/519/orig 2022-03-17T19:06:46.6737323Z * [new branch] gh/rohan-varma/520/base -> origin/gh/rohan-varma/520/base 2022-03-17T19:06:46.6738364Z * [new branch] gh/rohan-varma/520/head -> origin/gh/rohan-varma/520/head 2022-03-17T19:06:46.6740006Z * [new branch] gh/rohan-varma/520/orig -> origin/gh/rohan-varma/520/orig 2022-03-17T19:06:46.6741629Z * [new branch] gh/rohan-varma/521/base -> origin/gh/rohan-varma/521/base 2022-03-17T19:06:46.6742855Z * [new branch] gh/rohan-varma/521/head -> origin/gh/rohan-varma/521/head 2022-03-17T19:06:46.6744147Z * [new branch] gh/rohan-varma/521/orig -> origin/gh/rohan-varma/521/orig 2022-03-17T19:06:46.6746416Z * [new branch] gh/rohan-varma/522/base -> origin/gh/rohan-varma/522/base 2022-03-17T19:06:46.6747435Z * [new branch] gh/rohan-varma/522/head -> origin/gh/rohan-varma/522/head 2022-03-17T19:06:46.6749047Z * [new branch] gh/rohan-varma/522/orig -> origin/gh/rohan-varma/522/orig 2022-03-17T19:06:46.6750390Z * [new branch] gh/rohan-varma/523/base -> origin/gh/rohan-varma/523/base 2022-03-17T19:06:46.6751714Z * [new branch] gh/rohan-varma/523/head -> origin/gh/rohan-varma/523/head 2022-03-17T19:06:46.6753337Z * [new branch] gh/rohan-varma/523/orig -> origin/gh/rohan-varma/523/orig 2022-03-17T19:06:46.6754555Z * [new branch] gh/rohan-varma/524/base -> origin/gh/rohan-varma/524/base 2022-03-17T19:06:46.6756191Z * [new branch] gh/rohan-varma/524/head -> origin/gh/rohan-varma/524/head 2022-03-17T19:06:46.6757339Z * [new branch] gh/rohan-varma/524/orig -> origin/gh/rohan-varma/524/orig 2022-03-17T19:06:46.6759398Z * [new branch] gh/rohan-varma/9/base -> origin/gh/rohan-varma/9/base 2022-03-17T19:06:46.6760315Z * [new branch] gh/rohan-varma/9/head -> origin/gh/rohan-varma/9/head 2022-03-17T19:06:46.6762146Z * [new branch] gh/rohan-varma/9/orig -> origin/gh/rohan-varma/9/orig 2022-03-17T19:06:46.6765026Z * [new branch] gh/rsemenov/2/base -> origin/gh/rsemenov/2/base 2022-03-17T19:06:46.6766051Z * [new branch] gh/rsemenov/2/head -> origin/gh/rsemenov/2/head 2022-03-17T19:06:46.6767906Z * [new branch] gh/rsemenov/2/orig -> origin/gh/rsemenov/2/orig 2022-03-17T19:06:46.6770067Z * [new branch] gh/sahancpal@gmail.com/1/base -> origin/gh/sahancpal@gmail.com/1/base 2022-03-17T19:06:46.6771159Z * [new branch] gh/sahancpal@gmail.com/1/orig -> origin/gh/sahancpal@gmail.com/1/orig 2022-03-17T19:06:46.6773285Z * [new branch] gh/sahancpal@gmail.com/2/base -> origin/gh/sahancpal@gmail.com/2/base 2022-03-17T19:06:46.6774341Z * [new branch] gh/sahancpal@gmail.com/2/orig -> origin/gh/sahancpal@gmail.com/2/orig 2022-03-17T19:06:46.6776301Z * [new branch] gh/sahancpal@gmail.com/3/base -> origin/gh/sahancpal@gmail.com/3/base 2022-03-17T19:06:46.6777450Z * [new branch] gh/sahancpal@gmail.com/3/orig -> origin/gh/sahancpal@gmail.com/3/orig 2022-03-17T19:06:46.6779708Z * [new branch] gh/salexspb/1/base -> origin/gh/salexspb/1/base 2022-03-17T19:06:46.6781015Z * [new branch] gh/salexspb/1/head -> origin/gh/salexspb/1/head 2022-03-17T19:06:46.6783240Z * [new branch] gh/salexspb/2/base -> origin/gh/salexspb/2/base 2022-03-17T19:06:46.6784405Z * [new branch] gh/salexspb/2/head -> origin/gh/salexspb/2/head 2022-03-17T19:06:46.6786770Z * [new branch] gh/salilsdesai/14/base -> origin/gh/salilsdesai/14/base 2022-03-17T19:06:46.6787967Z * [new branch] gh/salilsdesai/14/head -> origin/gh/salilsdesai/14/head 2022-03-17T19:06:46.6789615Z * [new branch] gh/salilsdesai/14/orig -> origin/gh/salilsdesai/14/orig 2022-03-17T19:06:46.6791209Z * [new branch] gh/salilsdesai/15/base -> origin/gh/salilsdesai/15/base 2022-03-17T19:06:46.6792377Z * [new branch] gh/salilsdesai/15/head -> origin/gh/salilsdesai/15/head 2022-03-17T19:06:46.6793995Z * [new branch] gh/salilsdesai/15/orig -> origin/gh/salilsdesai/15/orig 2022-03-17T19:06:46.6795835Z * [new branch] gh/salilsdesai/16/base -> origin/gh/salilsdesai/16/base 2022-03-17T19:06:46.6796891Z * [new branch] gh/salilsdesai/16/head -> origin/gh/salilsdesai/16/head 2022-03-17T19:06:46.6798198Z * [new branch] gh/salilsdesai/16/orig -> origin/gh/salilsdesai/16/orig 2022-03-17T19:06:46.6800310Z * [new branch] gh/salilsdesai/17/base -> origin/gh/salilsdesai/17/base 2022-03-17T19:06:46.6801263Z * [new branch] gh/salilsdesai/17/head -> origin/gh/salilsdesai/17/head 2022-03-17T19:06:46.6803457Z * [new branch] gh/salilsdesai/17/orig -> origin/gh/salilsdesai/17/orig 2022-03-17T19:06:46.6804726Z * [new branch] gh/salilsdesai/5/base -> origin/gh/salilsdesai/5/base 2022-03-17T19:06:46.6806387Z * [new branch] gh/salilsdesai/5/head -> origin/gh/salilsdesai/5/head 2022-03-17T19:06:46.6807608Z * [new branch] gh/salilsdesai/5/orig -> origin/gh/salilsdesai/5/orig 2022-03-17T19:06:46.6809248Z * [new branch] gh/salilsdesai/6/base -> origin/gh/salilsdesai/6/base 2022-03-17T19:06:46.6810421Z * [new branch] gh/salilsdesai/6/head -> origin/gh/salilsdesai/6/head 2022-03-17T19:06:46.6812058Z * [new branch] gh/salilsdesai/6/orig -> origin/gh/salilsdesai/6/orig 2022-03-17T19:06:46.6814112Z * [new branch] gh/samdow/2/base -> origin/gh/samdow/2/base 2022-03-17T19:06:46.6815223Z * [new branch] gh/samdow/2/head -> origin/gh/samdow/2/head 2022-03-17T19:06:46.6816491Z * [new branch] gh/samdow/2/orig -> origin/gh/samdow/2/orig 2022-03-17T19:06:46.6818416Z * [new branch] gh/samdow/4/base -> origin/gh/samdow/4/base 2022-03-17T19:06:46.6819554Z * [new branch] gh/samdow/4/head -> origin/gh/samdow/4/head 2022-03-17T19:06:46.6821328Z * [new branch] gh/samdow/4/orig -> origin/gh/samdow/4/orig 2022-03-17T19:06:46.6822974Z * [new branch] gh/samdow/5/base -> origin/gh/samdow/5/base 2022-03-17T19:06:46.6823994Z * [new branch] gh/samdow/5/head -> origin/gh/samdow/5/head 2022-03-17T19:06:46.6825232Z * [new branch] gh/samdow/5/orig -> origin/gh/samdow/5/orig 2022-03-17T19:06:46.6826925Z * [new branch] gh/samdow/6/base -> origin/gh/samdow/6/base 2022-03-17T19:06:46.6828060Z * [new branch] gh/samdow/6/head -> origin/gh/samdow/6/head 2022-03-17T19:06:46.6829668Z * [new branch] gh/samdow/6/orig -> origin/gh/samdow/6/orig 2022-03-17T19:06:46.6831668Z * [new branch] gh/seemethere/103/base -> origin/gh/seemethere/103/base 2022-03-17T19:06:46.6832939Z * [new branch] gh/seemethere/103/head -> origin/gh/seemethere/103/head 2022-03-17T19:06:46.6834143Z * [new branch] gh/seemethere/103/orig -> origin/gh/seemethere/103/orig 2022-03-17T19:06:46.6836077Z * [new branch] gh/seemethere/110/base -> origin/gh/seemethere/110/base 2022-03-17T19:06:46.6837223Z * [new branch] gh/seemethere/110/orig -> origin/gh/seemethere/110/orig 2022-03-17T19:06:46.6839280Z * [new branch] gh/seemethere/14/base -> origin/gh/seemethere/14/base 2022-03-17T19:06:46.6840507Z * [new branch] gh/seemethere/14/orig -> origin/gh/seemethere/14/orig 2022-03-17T19:06:46.6842641Z * [new branch] gh/seemethere/156/base -> origin/gh/seemethere/156/base 2022-03-17T19:06:46.6843841Z * [new branch] gh/seemethere/156/head -> origin/gh/seemethere/156/head 2022-03-17T19:06:46.6845425Z * [new branch] gh/seemethere/156/orig -> origin/gh/seemethere/156/orig 2022-03-17T19:06:46.6847373Z * [new branch] gh/seemethere/159/base -> origin/gh/seemethere/159/base 2022-03-17T19:06:46.6848499Z * [new branch] gh/seemethere/159/head -> origin/gh/seemethere/159/head 2022-03-17T19:06:46.6849808Z * [new branch] gh/seemethere/159/orig -> origin/gh/seemethere/159/orig 2022-03-17T19:06:46.6851751Z * [new branch] gh/seemethere/16/base -> origin/gh/seemethere/16/base 2022-03-17T19:06:46.6852941Z * [new branch] gh/seemethere/16/orig -> origin/gh/seemethere/16/orig 2022-03-17T19:06:46.6855155Z * [new branch] gh/seemethere/160/base -> origin/gh/seemethere/160/base 2022-03-17T19:06:46.6856180Z * [new branch] gh/seemethere/160/head -> origin/gh/seemethere/160/head 2022-03-17T19:06:46.6858029Z * [new branch] gh/seemethere/160/orig -> origin/gh/seemethere/160/orig 2022-03-17T19:06:46.6859340Z * [new branch] gh/seemethere/188/base -> origin/gh/seemethere/188/base 2022-03-17T19:06:46.6860897Z * [new branch] gh/seemethere/188/head -> origin/gh/seemethere/188/head 2022-03-17T19:06:46.6862105Z * [new branch] gh/seemethere/188/orig -> origin/gh/seemethere/188/orig 2022-03-17T19:06:46.6864195Z * [new branch] gh/seemethere/191/base -> origin/gh/seemethere/191/base 2022-03-17T19:06:46.6865197Z * [new branch] gh/seemethere/191/head -> origin/gh/seemethere/191/head 2022-03-17T19:06:46.6866534Z * [new branch] gh/seemethere/191/orig -> origin/gh/seemethere/191/orig 2022-03-17T19:06:46.6868575Z * [new branch] gh/seemethere/196/base -> origin/gh/seemethere/196/base 2022-03-17T19:06:46.6869625Z * [new branch] gh/seemethere/196/head -> origin/gh/seemethere/196/head 2022-03-17T19:06:46.6871087Z * [new branch] gh/seemethere/196/orig -> origin/gh/seemethere/196/orig 2022-03-17T19:06:46.6872990Z * [new branch] gh/seemethere/197/base -> origin/gh/seemethere/197/base 2022-03-17T19:06:46.6874052Z * [new branch] gh/seemethere/197/head -> origin/gh/seemethere/197/head 2022-03-17T19:06:46.6875381Z * [new branch] gh/seemethere/197/orig -> origin/gh/seemethere/197/orig 2022-03-17T19:06:46.6877646Z * [new branch] gh/seemethere/200/base -> origin/gh/seemethere/200/base 2022-03-17T19:06:46.6878697Z * [new branch] gh/seemethere/200/head -> origin/gh/seemethere/200/head 2022-03-17T19:06:46.6880011Z * [new branch] gh/seemethere/200/orig -> origin/gh/seemethere/200/orig 2022-03-17T19:06:46.6882342Z * [new branch] gh/seemethere/201/base -> origin/gh/seemethere/201/base 2022-03-17T19:06:46.6883514Z * [new branch] gh/seemethere/201/head -> origin/gh/seemethere/201/head 2022-03-17T19:06:46.6885079Z * [new branch] gh/seemethere/201/orig -> origin/gh/seemethere/201/orig 2022-03-17T19:06:46.6887045Z * [new branch] gh/seemethere/207/base -> origin/gh/seemethere/207/base 2022-03-17T19:06:46.6888063Z * [new branch] gh/seemethere/207/head -> origin/gh/seemethere/207/head 2022-03-17T19:06:46.6889673Z * [new branch] gh/seemethere/207/orig -> origin/gh/seemethere/207/orig 2022-03-17T19:06:46.6891433Z * [new branch] gh/seemethere/208/base -> origin/gh/seemethere/208/base 2022-03-17T19:06:46.6892536Z * [new branch] gh/seemethere/208/head -> origin/gh/seemethere/208/head 2022-03-17T19:06:46.6894111Z * [new branch] gh/seemethere/208/orig -> origin/gh/seemethere/208/orig 2022-03-17T19:06:46.6896256Z * [new branch] gh/seemethere/211/base -> origin/gh/seemethere/211/base 2022-03-17T19:06:46.6897314Z * [new branch] gh/seemethere/211/head -> origin/gh/seemethere/211/head 2022-03-17T19:06:46.6899261Z * [new branch] gh/seemethere/211/orig -> origin/gh/seemethere/211/orig 2022-03-17T19:06:46.6900405Z * [new branch] gh/seemethere/215/base -> origin/gh/seemethere/215/base 2022-03-17T19:06:46.6902075Z * [new branch] gh/seemethere/215/orig -> origin/gh/seemethere/215/orig 2022-03-17T19:06:46.6903722Z * [new branch] gh/seemethere/33/base -> origin/gh/seemethere/33/base 2022-03-17T19:06:46.6904827Z * [new branch] gh/seemethere/33/orig -> origin/gh/seemethere/33/orig 2022-03-17T19:06:46.6906825Z * [new branch] gh/seemethere/47/base -> origin/gh/seemethere/47/base 2022-03-17T19:06:46.6908014Z * [new branch] gh/seemethere/47/orig -> origin/gh/seemethere/47/orig 2022-03-17T19:06:46.6909921Z * [new branch] gh/seemethere/8/base -> origin/gh/seemethere/8/base 2022-03-17T19:06:46.6910920Z * [new branch] gh/seemethere/8/orig -> origin/gh/seemethere/8/orig 2022-03-17T19:06:46.6912963Z * [new branch] gh/seemethere/83/base -> origin/gh/seemethere/83/base 2022-03-17T19:06:46.6914154Z * [new branch] gh/seemethere/83/head -> origin/gh/seemethere/83/head 2022-03-17T19:06:46.6915980Z * [new branch] gh/seemethere/83/orig -> origin/gh/seemethere/83/orig 2022-03-17T19:06:46.6917615Z * [new branch] gh/seemethere/90/base -> origin/gh/seemethere/90/base 2022-03-17T19:06:46.6918749Z * [new branch] gh/seemethere/90/head -> origin/gh/seemethere/90/head 2022-03-17T19:06:46.6920620Z * [new branch] gh/seemethere/90/orig -> origin/gh/seemethere/90/orig 2022-03-17T19:06:46.6922508Z * [new branch] gh/shunting314/13/base -> origin/gh/shunting314/13/base 2022-03-17T19:06:46.6924152Z * [new branch] gh/shunting314/13/head -> origin/gh/shunting314/13/head 2022-03-17T19:06:46.6925325Z * [new branch] gh/shunting314/14/base -> origin/gh/shunting314/14/base 2022-03-17T19:06:46.6926700Z * [new branch] gh/shunting314/14/head -> origin/gh/shunting314/14/head 2022-03-17T19:06:46.6927917Z * [new branch] gh/shunting314/14/orig -> origin/gh/shunting314/14/orig 2022-03-17T19:06:46.6929996Z * [new branch] gh/shunting314/16/base -> origin/gh/shunting314/16/base 2022-03-17T19:06:46.6931108Z * [new branch] gh/shunting314/16/head -> origin/gh/shunting314/16/head 2022-03-17T19:06:46.6932964Z * [new branch] gh/shunting314/16/orig -> origin/gh/shunting314/16/orig 2022-03-17T19:06:46.6934771Z * [new branch] gh/shunting314/17/base -> origin/gh/shunting314/17/base 2022-03-17T19:06:46.6935853Z * [new branch] gh/shunting314/17/head -> origin/gh/shunting314/17/head 2022-03-17T19:06:46.6937135Z * [new branch] gh/shunting314/17/orig -> origin/gh/shunting314/17/orig 2022-03-17T19:06:46.6939204Z * [new branch] gh/shunting314/18/base -> origin/gh/shunting314/18/base 2022-03-17T19:06:46.6940207Z * [new branch] gh/shunting314/18/head -> origin/gh/shunting314/18/head 2022-03-17T19:06:46.6941900Z * [new branch] gh/shunting314/18/orig -> origin/gh/shunting314/18/orig 2022-03-17T19:06:46.6943208Z * [new branch] gh/shunting314/6/base -> origin/gh/shunting314/6/base 2022-03-17T19:06:46.6944987Z * [new branch] gh/shunting314/6/head -> origin/gh/shunting314/6/head 2022-03-17T19:06:46.6946575Z * [new branch] gh/shunting314/9/base -> origin/gh/shunting314/9/base 2022-03-17T19:06:46.6947814Z * [new branch] gh/shunting314/9/head -> origin/gh/shunting314/9/head 2022-03-17T19:06:46.6949462Z * [new branch] gh/shunting314/9/orig -> origin/gh/shunting314/9/orig 2022-03-17T19:06:46.6951907Z * [new branch] gh/simpkins/1/base -> origin/gh/simpkins/1/base 2022-03-17T19:06:46.6953092Z * [new branch] gh/simpkins/1/orig -> origin/gh/simpkins/1/orig 2022-03-17T19:06:46.6955157Z * [new branch] gh/simpkins/2/base -> origin/gh/simpkins/2/base 2022-03-17T19:06:46.6956218Z * [new branch] gh/simpkins/2/head -> origin/gh/simpkins/2/head 2022-03-17T19:06:46.6957790Z * [new branch] gh/simpkins/2/orig -> origin/gh/simpkins/2/orig 2022-03-17T19:06:46.6960144Z * [new branch] gh/sinannasir/12/base -> origin/gh/sinannasir/12/base 2022-03-17T19:06:46.6961606Z * [new branch] gh/sinannasir/12/orig -> origin/gh/sinannasir/12/orig 2022-03-17T19:06:46.6964722Z * [new branch] gh/sinannasir/8/base -> origin/gh/sinannasir/8/base 2022-03-17T19:06:46.6966232Z * [new branch] gh/sinannasir/9/base -> origin/gh/sinannasir/9/base 2022-03-17T19:06:46.6967618Z * [new branch] gh/sinannasir/9/head -> origin/gh/sinannasir/9/head 2022-03-17T19:06:46.6969460Z * [new branch] gh/sinannasir/9/orig -> origin/gh/sinannasir/9/orig 2022-03-17T19:06:46.6971754Z * [new branch] gh/smessmer/124/base -> origin/gh/smessmer/124/base 2022-03-17T19:06:46.6972946Z * [new branch] gh/smessmer/124/orig -> origin/gh/smessmer/124/orig 2022-03-17T19:06:46.6974924Z * [new branch] gh/smessmer/131/base -> origin/gh/smessmer/131/base 2022-03-17T19:06:46.6976104Z * [new branch] gh/smessmer/131/head -> origin/gh/smessmer/131/head 2022-03-17T19:06:46.6977492Z * [new branch] gh/smessmer/131/orig -> origin/gh/smessmer/131/orig 2022-03-17T19:06:46.6979716Z * [new branch] gh/smessmer/139/base -> origin/gh/smessmer/139/base 2022-03-17T19:06:46.6980847Z * [new branch] gh/smessmer/139/head -> origin/gh/smessmer/139/head 2022-03-17T19:06:46.6982335Z * [new branch] gh/smessmer/139/orig -> origin/gh/smessmer/139/orig 2022-03-17T19:06:46.6984249Z * [new branch] gh/smessmer/141/base -> origin/gh/smessmer/141/base 2022-03-17T19:06:46.6985398Z * [new branch] gh/smessmer/141/head -> origin/gh/smessmer/141/head 2022-03-17T19:06:46.6986640Z * [new branch] gh/smessmer/141/orig -> origin/gh/smessmer/141/orig 2022-03-17T19:06:46.6989272Z * [new branch] gh/smessmer/15/base -> origin/gh/smessmer/15/base 2022-03-17T19:06:46.6990286Z * [new branch] gh/smessmer/15/head -> origin/gh/smessmer/15/head 2022-03-17T19:06:46.6992188Z * [new branch] gh/smessmer/15/orig -> origin/gh/smessmer/15/orig 2022-03-17T19:06:46.6994073Z * [new branch] gh/smessmer/157/base -> origin/gh/smessmer/157/base 2022-03-17T19:06:46.6995123Z * [new branch] gh/smessmer/157/head -> origin/gh/smessmer/157/head 2022-03-17T19:06:46.6996698Z * [new branch] gh/smessmer/157/orig -> origin/gh/smessmer/157/orig 2022-03-17T19:06:46.6998595Z * [new branch] gh/smessmer/158/base -> origin/gh/smessmer/158/base 2022-03-17T19:06:46.6999640Z * [new branch] gh/smessmer/158/head -> origin/gh/smessmer/158/head 2022-03-17T19:06:46.7017146Z * [new branch] gh/smessmer/158/orig -> origin/gh/smessmer/158/orig 2022-03-17T19:06:46.7017860Z * [new branch] gh/smessmer/159/base -> origin/gh/smessmer/159/base 2022-03-17T19:06:46.7018906Z * [new branch] gh/smessmer/159/head -> origin/gh/smessmer/159/head 2022-03-17T19:06:46.7019642Z * [new branch] gh/smessmer/159/orig -> origin/gh/smessmer/159/orig 2022-03-17T19:06:46.7020116Z * [new branch] gh/smessmer/160/base -> origin/gh/smessmer/160/base 2022-03-17T19:06:46.7020557Z * [new branch] gh/smessmer/160/head -> origin/gh/smessmer/160/head 2022-03-17T19:06:46.7021023Z * [new branch] gh/smessmer/160/orig -> origin/gh/smessmer/160/orig 2022-03-17T19:06:46.7021476Z * [new branch] gh/smessmer/161/base -> origin/gh/smessmer/161/base 2022-03-17T19:06:46.7021917Z * [new branch] gh/smessmer/161/head -> origin/gh/smessmer/161/head 2022-03-17T19:06:46.7022380Z * [new branch] gh/smessmer/161/orig -> origin/gh/smessmer/161/orig 2022-03-17T19:06:46.7022840Z * [new branch] gh/smessmer/162/orig -> origin/gh/smessmer/162/orig 2022-03-17T19:06:46.7023279Z * [new branch] gh/smessmer/164/base -> origin/gh/smessmer/164/base 2022-03-17T19:06:46.7023746Z * [new branch] gh/smessmer/164/head -> origin/gh/smessmer/164/head 2022-03-17T19:06:46.7024301Z * [new branch] gh/smessmer/164/orig -> origin/gh/smessmer/164/orig 2022-03-17T19:06:46.7024786Z * [new branch] gh/smessmer/175/base -> origin/gh/smessmer/175/base 2022-03-17T19:06:46.7025244Z * [new branch] gh/smessmer/175/orig -> origin/gh/smessmer/175/orig 2022-03-17T19:06:46.7025714Z * [new branch] gh/smessmer/181/base -> origin/gh/smessmer/181/base 2022-03-17T19:06:46.7027020Z * [new branch] gh/smessmer/181/head -> origin/gh/smessmer/181/head 2022-03-17T19:06:46.7028293Z * [new branch] gh/smessmer/181/orig -> origin/gh/smessmer/181/orig 2022-03-17T19:06:46.7030485Z * [new branch] gh/smessmer/21/base -> origin/gh/smessmer/21/base 2022-03-17T19:06:46.7031747Z * [new branch] gh/smessmer/21/head -> origin/gh/smessmer/21/head 2022-03-17T19:06:46.7033340Z * [new branch] gh/smessmer/21/orig -> origin/gh/smessmer/21/orig 2022-03-17T19:06:46.7034928Z * [new branch] gh/smessmer/210/base -> origin/gh/smessmer/210/base 2022-03-17T19:06:46.7036293Z * [new branch] gh/smessmer/210/head -> origin/gh/smessmer/210/head 2022-03-17T19:06:46.7037769Z * [new branch] gh/smessmer/210/orig -> origin/gh/smessmer/210/orig 2022-03-17T19:06:46.7039636Z * [new branch] gh/smessmer/227/base -> origin/gh/smessmer/227/base 2022-03-17T19:06:46.7040857Z * [new branch] gh/smessmer/227/head -> origin/gh/smessmer/227/head 2022-03-17T19:06:46.7043088Z * [new branch] gh/smessmer/242/base -> origin/gh/smessmer/242/base 2022-03-17T19:06:46.7044250Z * [new branch] gh/smessmer/242/head -> origin/gh/smessmer/242/head 2022-03-17T19:06:46.7045583Z * [new branch] gh/smessmer/242/orig -> origin/gh/smessmer/242/orig 2022-03-17T19:06:46.7047744Z * [new branch] gh/smessmer/243/base -> origin/gh/smessmer/243/base 2022-03-17T19:06:46.7049038Z * [new branch] gh/smessmer/243/head -> origin/gh/smessmer/243/head 2022-03-17T19:06:46.7050424Z * [new branch] gh/smessmer/243/orig -> origin/gh/smessmer/243/orig 2022-03-17T19:06:46.7051869Z * [new branch] gh/smessmer/244/base -> origin/gh/smessmer/244/base 2022-03-17T19:06:46.7053277Z * [new branch] gh/smessmer/244/head -> origin/gh/smessmer/244/head 2022-03-17T19:06:46.7054703Z * [new branch] gh/smessmer/244/orig -> origin/gh/smessmer/244/orig 2022-03-17T19:06:46.7056757Z * [new branch] gh/smessmer/263/base -> origin/gh/smessmer/263/base 2022-03-17T19:06:46.7057987Z * [new branch] gh/smessmer/263/head -> origin/gh/smessmer/263/head 2022-03-17T19:06:46.7059383Z * [new branch] gh/smessmer/263/orig -> origin/gh/smessmer/263/orig 2022-03-17T19:06:46.7061799Z * [new branch] gh/smessmer/282/base -> origin/gh/smessmer/282/base 2022-03-17T19:06:46.7063237Z * [new branch] gh/smessmer/282/orig -> origin/gh/smessmer/282/orig 2022-03-17T19:06:46.7065214Z * [new branch] gh/smessmer/294/base -> origin/gh/smessmer/294/base 2022-03-17T19:06:46.7066610Z * [new branch] gh/smessmer/294/orig -> origin/gh/smessmer/294/orig 2022-03-17T19:06:46.7068811Z * [new branch] gh/smessmer/296/base -> origin/gh/smessmer/296/base 2022-03-17T19:06:46.7070779Z * [new branch] gh/smessmer/296/head -> origin/gh/smessmer/296/head 2022-03-17T19:06:46.7071967Z * [new branch] gh/smessmer/296/orig -> origin/gh/smessmer/296/orig 2022-03-17T19:06:46.7074049Z * [new branch] gh/smessmer/297/base -> origin/gh/smessmer/297/base 2022-03-17T19:06:46.7075315Z * [new branch] gh/smessmer/297/head -> origin/gh/smessmer/297/head 2022-03-17T19:06:46.7076558Z * [new branch] gh/smessmer/297/orig -> origin/gh/smessmer/297/orig 2022-03-17T19:06:46.7078672Z * [new branch] gh/smessmer/298/base -> origin/gh/smessmer/298/base 2022-03-17T19:06:46.7079654Z * [new branch] gh/smessmer/298/head -> origin/gh/smessmer/298/head 2022-03-17T19:06:46.7081084Z * [new branch] gh/smessmer/298/orig -> origin/gh/smessmer/298/orig 2022-03-17T19:06:46.7083556Z * [new branch] gh/smessmer/30/base -> origin/gh/smessmer/30/base 2022-03-17T19:06:46.7084641Z * [new branch] gh/smessmer/30/orig -> origin/gh/smessmer/30/orig 2022-03-17T19:06:46.7086785Z * [new branch] gh/smessmer/307/base -> origin/gh/smessmer/307/base 2022-03-17T19:06:46.7088172Z * [new branch] gh/smessmer/307/head -> origin/gh/smessmer/307/head 2022-03-17T19:06:46.7089441Z * [new branch] gh/smessmer/307/orig -> origin/gh/smessmer/307/orig 2022-03-17T19:06:46.7091386Z * [new branch] gh/smessmer/310/base -> origin/gh/smessmer/310/base 2022-03-17T19:06:46.7092526Z * [new branch] gh/smessmer/310/head -> origin/gh/smessmer/310/head 2022-03-17T19:06:46.7093996Z * [new branch] gh/smessmer/310/orig -> origin/gh/smessmer/310/orig 2022-03-17T19:06:46.7095800Z * [new branch] gh/smessmer/34/base -> origin/gh/smessmer/34/base 2022-03-17T19:06:46.7097215Z * [new branch] gh/smessmer/34/orig -> origin/gh/smessmer/34/orig 2022-03-17T19:06:46.7099938Z * [new branch] gh/smessmer/36/orig -> origin/gh/smessmer/36/orig 2022-03-17T19:06:46.7101731Z * [new branch] gh/smessmer/39/base -> origin/gh/smessmer/39/base 2022-03-17T19:06:46.7102920Z * [new branch] gh/smessmer/39/orig -> origin/gh/smessmer/39/orig 2022-03-17T19:06:46.7104921Z * [new branch] gh/smessmer/56/base -> origin/gh/smessmer/56/base 2022-03-17T19:06:46.7106256Z * [new branch] gh/smessmer/56/orig -> origin/gh/smessmer/56/orig 2022-03-17T19:06:46.7108264Z * [new branch] gh/smessmer/61/base -> origin/gh/smessmer/61/base 2022-03-17T19:06:46.7109058Z * [new branch] gh/smessmer/61/head -> origin/gh/smessmer/61/head 2022-03-17T19:06:46.7110314Z * [new branch] gh/smessmer/61/orig -> origin/gh/smessmer/61/orig 2022-03-17T19:06:46.7112395Z * [new branch] gh/smessmer/68/base -> origin/gh/smessmer/68/base 2022-03-17T19:06:46.7113586Z * [new branch] gh/smessmer/68/head -> origin/gh/smessmer/68/head 2022-03-17T19:06:46.7115790Z * [new branch] gh/smessmer/68/orig -> origin/gh/smessmer/68/orig 2022-03-17T19:06:46.7117643Z * [new branch] gh/smessmer/7/base -> origin/gh/smessmer/7/base 2022-03-17T19:06:46.7118679Z * [new branch] gh/smessmer/7/head -> origin/gh/smessmer/7/head 2022-03-17T19:06:46.7120687Z * [new branch] gh/smessmer/72/head -> origin/gh/smessmer/72/head 2022-03-17T19:06:46.7122217Z * [new branch] gh/smessmer/72/orig -> origin/gh/smessmer/72/orig 2022-03-17T19:06:46.7123804Z * [new branch] gh/smessmer/8/base -> origin/gh/smessmer/8/base 2022-03-17T19:06:46.7126128Z * [new branch] gh/smessmer/81/base -> origin/gh/smessmer/81/base 2022-03-17T19:06:46.7127156Z * [new branch] gh/smessmer/81/orig -> origin/gh/smessmer/81/orig 2022-03-17T19:06:46.7129247Z * [new branch] gh/smessmer/92/base -> origin/gh/smessmer/92/base 2022-03-17T19:06:46.7130272Z * [new branch] gh/smessmer/92/orig -> origin/gh/smessmer/92/orig 2022-03-17T19:06:46.7133290Z * [new branch] gh/soulitzer/23/base -> origin/gh/soulitzer/23/base 2022-03-17T19:06:46.7134258Z * [new branch] gh/soulitzer/23/head -> origin/gh/soulitzer/23/head 2022-03-17T19:06:46.7135636Z * [new branch] gh/soulitzer/23/orig -> origin/gh/soulitzer/23/orig 2022-03-17T19:06:46.7137926Z * [new branch] gh/soulitzer/24/base -> origin/gh/soulitzer/24/base 2022-03-17T19:06:46.7138961Z * [new branch] gh/soulitzer/24/head -> origin/gh/soulitzer/24/head 2022-03-17T19:06:46.7140154Z * [new branch] gh/soulitzer/24/orig -> origin/gh/soulitzer/24/orig 2022-03-17T19:06:46.7141682Z * [new branch] gh/soulitzer/25/base -> origin/gh/soulitzer/25/base 2022-03-17T19:06:46.7143237Z * [new branch] gh/soulitzer/25/head -> origin/gh/soulitzer/25/head 2022-03-17T19:06:46.7144676Z * [new branch] gh/soulitzer/25/orig -> origin/gh/soulitzer/25/orig 2022-03-17T19:06:46.7146644Z * [new branch] gh/soulitzer/27/base -> origin/gh/soulitzer/27/base 2022-03-17T19:06:46.7147671Z * [new branch] gh/soulitzer/27/head -> origin/gh/soulitzer/27/head 2022-03-17T19:06:46.7149063Z * [new branch] gh/soulitzer/27/orig -> origin/gh/soulitzer/27/orig 2022-03-17T19:06:46.7151160Z * [new branch] gh/soulitzer/49/base -> origin/gh/soulitzer/49/base 2022-03-17T19:06:46.7152226Z * [new branch] gh/soulitzer/49/head -> origin/gh/soulitzer/49/head 2022-03-17T19:06:46.7153566Z * [new branch] gh/soulitzer/49/orig -> origin/gh/soulitzer/49/orig 2022-03-17T19:06:46.7155697Z * [new branch] gh/soulitzer/57/base -> origin/gh/soulitzer/57/base 2022-03-17T19:06:46.7156612Z * [new branch] gh/soulitzer/57/head -> origin/gh/soulitzer/57/head 2022-03-17T19:06:46.7158098Z * [new branch] gh/soulitzer/57/orig -> origin/gh/soulitzer/57/orig 2022-03-17T19:06:46.7159580Z * [new branch] gh/soulitzer/58/base -> origin/gh/soulitzer/58/base 2022-03-17T19:06:46.7160921Z * [new branch] gh/soulitzer/58/head -> origin/gh/soulitzer/58/head 2022-03-17T19:06:46.7163876Z * [new branch] gh/soulitzer/58/orig -> origin/gh/soulitzer/58/orig 2022-03-17T19:06:46.7165181Z * [new branch] gh/soulitzer/59/base -> origin/gh/soulitzer/59/base 2022-03-17T19:06:46.7166524Z * [new branch] gh/soulitzer/59/head -> origin/gh/soulitzer/59/head 2022-03-17T19:06:46.7167763Z * [new branch] gh/soulitzer/59/orig -> origin/gh/soulitzer/59/orig 2022-03-17T19:06:46.7169858Z * [new branch] gh/soulitzer/64/base -> origin/gh/soulitzer/64/base 2022-03-17T19:06:46.7170931Z * [new branch] gh/soulitzer/64/head -> origin/gh/soulitzer/64/head 2022-03-17T19:06:46.7172195Z * [new branch] gh/soulitzer/64/orig -> origin/gh/soulitzer/64/orig 2022-03-17T19:06:46.7174330Z * [new branch] gh/soulitzer/65/base -> origin/gh/soulitzer/65/base 2022-03-17T19:06:46.7175439Z * [new branch] gh/soulitzer/65/head -> origin/gh/soulitzer/65/head 2022-03-17T19:06:46.7176907Z * [new branch] gh/soulitzer/65/orig -> origin/gh/soulitzer/65/orig 2022-03-17T19:06:46.7179033Z * [new branch] gh/soulitzer/66/base -> origin/gh/soulitzer/66/base 2022-03-17T19:06:46.7180175Z * [new branch] gh/soulitzer/66/head -> origin/gh/soulitzer/66/head 2022-03-17T19:06:46.7181527Z * [new branch] gh/soulitzer/66/orig -> origin/gh/soulitzer/66/orig 2022-03-17T19:06:46.7184525Z * [new branch] gh/soulitzer/67/base -> origin/gh/soulitzer/67/base 2022-03-17T19:06:46.7185092Z * [new branch] gh/soulitzer/67/head -> origin/gh/soulitzer/67/head 2022-03-17T19:06:46.7186298Z * [new branch] gh/soulitzer/67/orig -> origin/gh/soulitzer/67/orig 2022-03-17T19:06:46.7188579Z * [new branch] gh/splitinfinity/105/base -> origin/gh/splitinfinity/105/base 2022-03-17T19:06:46.7189490Z * [new branch] gh/splitinfinity/105/head -> origin/gh/splitinfinity/105/head 2022-03-17T19:06:46.7191052Z * [new branch] gh/splitinfinity/105/orig -> origin/gh/splitinfinity/105/orig 2022-03-17T19:06:46.7193034Z * [new branch] gh/splitinfinity/114/base -> origin/gh/splitinfinity/114/base 2022-03-17T19:06:46.7194204Z * [new branch] gh/splitinfinity/114/head -> origin/gh/splitinfinity/114/head 2022-03-17T19:06:46.7195641Z * [new branch] gh/splitinfinity/114/orig -> origin/gh/splitinfinity/114/orig 2022-03-17T19:06:46.7197627Z * [new branch] gh/splitinfinity/116/base -> origin/gh/splitinfinity/116/base 2022-03-17T19:06:46.7198627Z * [new branch] gh/splitinfinity/116/head -> origin/gh/splitinfinity/116/head 2022-03-17T19:06:46.7200035Z * [new branch] gh/splitinfinity/116/orig -> origin/gh/splitinfinity/116/orig 2022-03-17T19:06:46.7202330Z * [new branch] gh/splitinfinity/12/base -> origin/gh/splitinfinity/12/base 2022-03-17T19:06:46.7203706Z * [new branch] gh/splitinfinity/12/head -> origin/gh/splitinfinity/12/head 2022-03-17T19:06:46.7204997Z * [new branch] gh/splitinfinity/12/orig -> origin/gh/splitinfinity/12/orig 2022-03-17T19:06:46.7207144Z * [new branch] gh/splitinfinity/125/base -> origin/gh/splitinfinity/125/base 2022-03-17T19:06:46.7208145Z * [new branch] gh/splitinfinity/125/head -> origin/gh/splitinfinity/125/head 2022-03-17T19:06:46.7209506Z * [new branch] gh/splitinfinity/125/orig -> origin/gh/splitinfinity/125/orig 2022-03-17T19:06:46.7211596Z * [new branch] gh/splitinfinity/126/base -> origin/gh/splitinfinity/126/base 2022-03-17T19:06:46.7212510Z * [new branch] gh/splitinfinity/126/head -> origin/gh/splitinfinity/126/head 2022-03-17T19:06:46.7213697Z * [new branch] gh/splitinfinity/126/orig -> origin/gh/splitinfinity/126/orig 2022-03-17T19:06:46.7215990Z * [new branch] gh/splitinfinity/130/base -> origin/gh/splitinfinity/130/base 2022-03-17T19:06:46.7216947Z * [new branch] gh/splitinfinity/130/head -> origin/gh/splitinfinity/130/head 2022-03-17T19:06:46.7218471Z * [new branch] gh/splitinfinity/130/orig -> origin/gh/splitinfinity/130/orig 2022-03-17T19:06:46.7220826Z * [new branch] gh/splitinfinity/136/base -> origin/gh/splitinfinity/136/base 2022-03-17T19:06:46.7221976Z * [new branch] gh/splitinfinity/136/head -> origin/gh/splitinfinity/136/head 2022-03-17T19:06:46.7223447Z * [new branch] gh/splitinfinity/136/orig -> origin/gh/splitinfinity/136/orig 2022-03-17T19:06:46.7225516Z * [new branch] gh/splitinfinity/137/base -> origin/gh/splitinfinity/137/base 2022-03-17T19:06:46.7226698Z * [new branch] gh/splitinfinity/137/head -> origin/gh/splitinfinity/137/head 2022-03-17T19:06:46.7228080Z * [new branch] gh/splitinfinity/137/orig -> origin/gh/splitinfinity/137/orig 2022-03-17T19:06:46.7230055Z * [new branch] gh/splitinfinity/144/base -> origin/gh/splitinfinity/144/base 2022-03-17T19:06:46.7231125Z * [new branch] gh/splitinfinity/144/head -> origin/gh/splitinfinity/144/head 2022-03-17T19:06:46.7232531Z * [new branch] gh/splitinfinity/144/orig -> origin/gh/splitinfinity/144/orig 2022-03-17T19:06:46.7234602Z * [new branch] gh/splitinfinity/155/base -> origin/gh/splitinfinity/155/base 2022-03-17T19:06:46.7235626Z * [new branch] gh/splitinfinity/155/head -> origin/gh/splitinfinity/155/head 2022-03-17T19:06:46.7236979Z * [new branch] gh/splitinfinity/155/orig -> origin/gh/splitinfinity/155/orig 2022-03-17T19:06:46.7238532Z * [new branch] gh/splitinfinity/156/base -> origin/gh/splitinfinity/156/base 2022-03-17T19:06:46.7240085Z * [new branch] gh/splitinfinity/156/head -> origin/gh/splitinfinity/156/head 2022-03-17T19:06:46.7241712Z * [new branch] gh/splitinfinity/156/orig -> origin/gh/splitinfinity/156/orig 2022-03-17T19:06:46.7243977Z * [new branch] gh/splitinfinity/163/base -> origin/gh/splitinfinity/163/base 2022-03-17T19:06:46.7245081Z * [new branch] gh/splitinfinity/163/head -> origin/gh/splitinfinity/163/head 2022-03-17T19:06:46.7246771Z * [new branch] gh/splitinfinity/163/orig -> origin/gh/splitinfinity/163/orig 2022-03-17T19:06:46.7247929Z * [new branch] gh/splitinfinity/23/base -> origin/gh/splitinfinity/23/base 2022-03-17T19:06:46.7249407Z * [new branch] gh/splitinfinity/23/orig -> origin/gh/splitinfinity/23/orig 2022-03-17T19:06:46.7251405Z * [new branch] gh/splitinfinity/24/base -> origin/gh/splitinfinity/24/base 2022-03-17T19:06:46.7252431Z * [new branch] gh/splitinfinity/24/orig -> origin/gh/splitinfinity/24/orig 2022-03-17T19:06:46.7254409Z * [new branch] gh/splitinfinity/33/base -> origin/gh/splitinfinity/33/base 2022-03-17T19:06:46.7255628Z * [new branch] gh/splitinfinity/33/head -> origin/gh/splitinfinity/33/head 2022-03-17T19:06:46.7257340Z * [new branch] gh/splitinfinity/33/orig -> origin/gh/splitinfinity/33/orig 2022-03-17T19:06:46.7258761Z * [new branch] gh/splitinfinity/60/base -> origin/gh/splitinfinity/60/base 2022-03-17T19:06:46.7260696Z * [new branch] gh/splitinfinity/61/base -> origin/gh/splitinfinity/61/base 2022-03-17T19:06:46.7261904Z * [new branch] gh/splitinfinity/67/base -> origin/gh/splitinfinity/67/base 2022-03-17T19:06:46.7263709Z * [new branch] gh/splitinfinity/67/head -> origin/gh/splitinfinity/67/head 2022-03-17T19:06:46.7264873Z * [new branch] gh/splitinfinity/67/orig -> origin/gh/splitinfinity/67/orig 2022-03-17T19:06:46.7267046Z * [new branch] gh/splitinfinity/7/base -> origin/gh/splitinfinity/7/base 2022-03-17T19:06:46.7268155Z * [new branch] gh/splitinfinity/7/head -> origin/gh/splitinfinity/7/head 2022-03-17T19:06:46.7269646Z * [new branch] gh/splitinfinity/7/orig -> origin/gh/splitinfinity/7/orig 2022-03-17T19:06:46.7271672Z * [new branch] gh/splitinfinity/8/base -> origin/gh/splitinfinity/8/base 2022-03-17T19:06:46.7272851Z * [new branch] gh/splitinfinity/8/head -> origin/gh/splitinfinity/8/head 2022-03-17T19:06:46.7274184Z * [new branch] gh/splitinfinity/8/orig -> origin/gh/splitinfinity/8/orig 2022-03-17T19:06:46.7276318Z * [new branch] gh/splitinfinity/81/base -> origin/gh/splitinfinity/81/base 2022-03-17T19:06:46.7277703Z * [new branch] gh/splitinfinity/81/head -> origin/gh/splitinfinity/81/head 2022-03-17T19:06:46.7279155Z * [new branch] gh/splitinfinity/81/orig -> origin/gh/splitinfinity/81/orig 2022-03-17T19:06:46.7281314Z * [new branch] gh/splitinfinity/86/base -> origin/gh/splitinfinity/86/base 2022-03-17T19:06:46.7282575Z * [new branch] gh/splitinfinity/86/head -> origin/gh/splitinfinity/86/head 2022-03-17T19:06:46.7284130Z * [new branch] gh/splitinfinity/86/orig -> origin/gh/splitinfinity/86/orig 2022-03-17T19:06:46.7286066Z * [new branch] gh/splitinfinity/93/base -> origin/gh/splitinfinity/93/base 2022-03-17T19:06:46.7287190Z * [new branch] gh/splitinfinity/93/head -> origin/gh/splitinfinity/93/head 2022-03-17T19:06:46.7288654Z * [new branch] gh/splitinfinity/93/orig -> origin/gh/splitinfinity/93/orig 2022-03-17T19:06:46.7290835Z * [new branch] gh/splitinfinity/99/base -> origin/gh/splitinfinity/99/base 2022-03-17T19:06:46.7291974Z * [new branch] gh/splitinfinity/99/head -> origin/gh/splitinfinity/99/head 2022-03-17T19:06:46.7293456Z * [new branch] gh/splitinfinity/99/orig -> origin/gh/splitinfinity/99/orig 2022-03-17T19:06:46.7295821Z * [new branch] gh/stngo98/1/base -> origin/gh/stngo98/1/base 2022-03-17T19:06:46.7297048Z * [new branch] gh/stngo98/1/head -> origin/gh/stngo98/1/head 2022-03-17T19:06:46.7298537Z * [new branch] gh/stngo98/1/orig -> origin/gh/stngo98/1/orig 2022-03-17T19:06:46.7300137Z * [new branch] gh/stngo98/2/base -> origin/gh/stngo98/2/base 2022-03-17T19:06:46.7302491Z * [new branch] gh/stngo98/2/head -> origin/gh/stngo98/2/head 2022-03-17T19:06:46.7303459Z * [new branch] gh/stngo98/2/orig -> origin/gh/stngo98/2/orig 2022-03-17T19:06:46.7306001Z * [new branch] gh/suo/104/base -> origin/gh/suo/104/base 2022-03-17T19:06:46.7307269Z * [new branch] gh/suo/121/base -> origin/gh/suo/121/base 2022-03-17T19:06:46.7308648Z * [new branch] gh/suo/121/orig -> origin/gh/suo/121/orig 2022-03-17T19:06:46.7310561Z * [new branch] gh/suo/132/head -> origin/gh/suo/132/head 2022-03-17T19:06:46.7312011Z * [new branch] gh/suo/149/base -> origin/gh/suo/149/base 2022-03-17T19:06:46.7313442Z * [new branch] gh/suo/149/orig -> origin/gh/suo/149/orig 2022-03-17T19:06:46.7315762Z * [new branch] gh/suo/152/base -> origin/gh/suo/152/base 2022-03-17T19:06:46.7316798Z * [new branch] gh/suo/152/head -> origin/gh/suo/152/head 2022-03-17T19:06:46.7318156Z * [new branch] gh/suo/152/orig -> origin/gh/suo/152/orig 2022-03-17T19:06:46.7320005Z * [new branch] gh/suo/157/base -> origin/gh/suo/157/base 2022-03-17T19:06:46.7321204Z * [new branch] gh/suo/157/head -> origin/gh/suo/157/head 2022-03-17T19:06:46.7323537Z * [new branch] gh/suo/159/base -> origin/gh/suo/159/base 2022-03-17T19:06:46.7324438Z * [new branch] gh/suo/159/orig -> origin/gh/suo/159/orig 2022-03-17T19:06:46.7326636Z * [new branch] gh/suo/166/base -> origin/gh/suo/166/base 2022-03-17T19:06:46.7327850Z * [new branch] gh/suo/166/orig -> origin/gh/suo/166/orig 2022-03-17T19:06:46.7330161Z * [new branch] gh/suo/169/base -> origin/gh/suo/169/base 2022-03-17T19:06:46.7331035Z * [new branch] gh/suo/169/orig -> origin/gh/suo/169/orig 2022-03-17T19:06:46.7333390Z * [new branch] gh/suo/172/base -> origin/gh/suo/172/base 2022-03-17T19:06:46.7334260Z * [new branch] gh/suo/172/orig -> origin/gh/suo/172/orig 2022-03-17T19:06:46.7336408Z * [new branch] gh/suo/181/base -> origin/gh/suo/181/base 2022-03-17T19:06:46.7337274Z * [new branch] gh/suo/181/orig -> origin/gh/suo/181/orig 2022-03-17T19:06:46.7339331Z * [new branch] gh/suo/193/base -> origin/gh/suo/193/base 2022-03-17T19:06:46.7340321Z * [new branch] gh/suo/193/head -> origin/gh/suo/193/head 2022-03-17T19:06:46.7341692Z * [new branch] gh/suo/193/orig -> origin/gh/suo/193/orig 2022-03-17T19:06:46.7344222Z * [new branch] gh/suo/201/base -> origin/gh/suo/201/base 2022-03-17T19:06:46.7344744Z * [new branch] gh/suo/201/head -> origin/gh/suo/201/head 2022-03-17T19:06:46.7346752Z * [new branch] gh/suo/210/base -> origin/gh/suo/210/base 2022-03-17T19:06:46.7347898Z * [new branch] gh/suo/210/head -> origin/gh/suo/210/head 2022-03-17T19:06:46.7349274Z * [new branch] gh/suo/210/orig -> origin/gh/suo/210/orig 2022-03-17T19:06:46.7351541Z * [new branch] gh/suo/220/head -> origin/gh/suo/220/head 2022-03-17T19:06:46.7352749Z * [new branch] gh/suo/220/orig -> origin/gh/suo/220/orig 2022-03-17T19:06:46.7354857Z * [new branch] gh/suo/227/base -> origin/gh/suo/227/base 2022-03-17T19:06:46.7355707Z * [new branch] gh/suo/227/head -> origin/gh/suo/227/head 2022-03-17T19:06:46.7357245Z * [new branch] gh/suo/227/orig -> origin/gh/suo/227/orig 2022-03-17T19:06:46.7359347Z * [new branch] gh/suo/234/base -> origin/gh/suo/234/base 2022-03-17T19:06:46.7361465Z * [new branch] gh/suo/260/base -> origin/gh/suo/260/base 2022-03-17T19:06:46.7363725Z * [new branch] gh/suo/260/head -> origin/gh/suo/260/head 2022-03-17T19:06:46.7364860Z * [new branch] gh/suo/260/orig -> origin/gh/suo/260/orig 2022-03-17T19:06:46.7366806Z * [new branch] gh/suo/291/base -> origin/gh/suo/291/base 2022-03-17T19:06:46.7368240Z * [new branch] gh/suo/291/orig -> origin/gh/suo/291/orig 2022-03-17T19:06:46.7369839Z * [new branch] gh/suo/301/base -> origin/gh/suo/301/base 2022-03-17T19:06:46.7371174Z * [new branch] gh/suo/301/head -> origin/gh/suo/301/head 2022-03-17T19:06:46.7372447Z * [new branch] gh/suo/301/orig -> origin/gh/suo/301/orig 2022-03-17T19:06:46.7374534Z * [new branch] gh/suo/332/base -> origin/gh/suo/332/base 2022-03-17T19:06:46.7375690Z * [new branch] gh/suo/332/head -> origin/gh/suo/332/head 2022-03-17T19:06:46.7377213Z * [new branch] gh/suo/332/orig -> origin/gh/suo/332/orig 2022-03-17T19:06:46.7379247Z * [new branch] gh/suo/342/base -> origin/gh/suo/342/base 2022-03-17T19:06:46.7380343Z * [new branch] gh/suo/342/head -> origin/gh/suo/342/head 2022-03-17T19:06:46.7381853Z * [new branch] gh/suo/342/orig -> origin/gh/suo/342/orig 2022-03-17T19:06:46.7383763Z * [new branch] gh/suo/351/base -> origin/gh/suo/351/base 2022-03-17T19:06:46.7384834Z * [new branch] gh/suo/351/head -> origin/gh/suo/351/head 2022-03-17T19:06:46.7386327Z * [new branch] gh/suo/351/orig -> origin/gh/suo/351/orig 2022-03-17T19:06:46.7388176Z * [new branch] gh/suo/362/base -> origin/gh/suo/362/base 2022-03-17T19:06:46.7389315Z * [new branch] gh/suo/362/head -> origin/gh/suo/362/head 2022-03-17T19:06:46.7391157Z * [new branch] gh/suo/362/orig -> origin/gh/suo/362/orig 2022-03-17T19:06:46.7392912Z * [new branch] gh/suo/373/base -> origin/gh/suo/373/base 2022-03-17T19:06:46.7394065Z * [new branch] gh/suo/373/head -> origin/gh/suo/373/head 2022-03-17T19:06:46.7395563Z * [new branch] gh/suo/373/orig -> origin/gh/suo/373/orig 2022-03-17T19:06:46.7397042Z * [new branch] gh/suo/375/base -> origin/gh/suo/375/base 2022-03-17T19:06:46.7398246Z * [new branch] gh/suo/375/head -> origin/gh/suo/375/head 2022-03-17T19:06:46.7399339Z * [new branch] gh/suo/375/orig -> origin/gh/suo/375/orig 2022-03-17T19:06:46.7401410Z * [new branch] gh/suo/377/base -> origin/gh/suo/377/base 2022-03-17T19:06:46.7402954Z * [new branch] gh/suo/377/head -> origin/gh/suo/377/head 2022-03-17T19:06:46.7404475Z * [new branch] gh/suo/377/orig -> origin/gh/suo/377/orig 2022-03-17T19:06:46.7406582Z * [new branch] gh/suo/385/base -> origin/gh/suo/385/base 2022-03-17T19:06:46.7407944Z * [new branch] gh/suo/385/head -> origin/gh/suo/385/head 2022-03-17T19:06:46.7409726Z * [new branch] gh/suo/385/orig -> origin/gh/suo/385/orig 2022-03-17T19:06:46.7411661Z * [new branch] gh/suo/386/base -> origin/gh/suo/386/base 2022-03-17T19:06:46.7412718Z * [new branch] gh/suo/386/orig -> origin/gh/suo/386/orig 2022-03-17T19:06:46.7414690Z * [new branch] gh/suo/390/base -> origin/gh/suo/390/base 2022-03-17T19:06:46.7415980Z * [new branch] gh/suo/390/orig -> origin/gh/suo/390/orig 2022-03-17T19:06:46.7418512Z * [new branch] gh/suo/395/base -> origin/gh/suo/395/base 2022-03-17T19:06:46.7419616Z * [new branch] gh/suo/395/head -> origin/gh/suo/395/head 2022-03-17T19:06:46.7420894Z * [new branch] gh/suo/395/orig -> origin/gh/suo/395/orig 2022-03-17T19:06:46.7422980Z * [new branch] gh/suo/403/base -> origin/gh/suo/403/base 2022-03-17T19:06:46.7424084Z * [new branch] gh/suo/403/orig -> origin/gh/suo/403/orig 2022-03-17T19:06:46.7426118Z * [new branch] gh/suo/415/base -> origin/gh/suo/415/base 2022-03-17T19:06:46.7427166Z * [new branch] gh/suo/415/head -> origin/gh/suo/415/head 2022-03-17T19:06:46.7428667Z * [new branch] gh/suo/415/orig -> origin/gh/suo/415/orig 2022-03-17T19:06:46.7430800Z * [new branch] gh/suo/421/base -> origin/gh/suo/421/base 2022-03-17T19:06:46.7432111Z * [new branch] gh/suo/421/head -> origin/gh/suo/421/head 2022-03-17T19:06:46.7433603Z * [new branch] gh/suo/421/orig -> origin/gh/suo/421/orig 2022-03-17T19:06:46.7435690Z * [new branch] gh/suo/435/base -> origin/gh/suo/435/base 2022-03-17T19:06:46.7436872Z * [new branch] gh/suo/435/head -> origin/gh/suo/435/head 2022-03-17T19:06:46.7438174Z * [new branch] gh/suo/435/orig -> origin/gh/suo/435/orig 2022-03-17T19:06:46.7440208Z * [new branch] gh/suo/445/base -> origin/gh/suo/445/base 2022-03-17T19:06:46.7441256Z * [new branch] gh/suo/445/head -> origin/gh/suo/445/head 2022-03-17T19:06:46.7443039Z * [new branch] gh/suo/445/orig -> origin/gh/suo/445/orig 2022-03-17T19:06:46.7444935Z * [new branch] gh/suo/446/base -> origin/gh/suo/446/base 2022-03-17T19:06:46.7445815Z * [new branch] gh/suo/446/head -> origin/gh/suo/446/head 2022-03-17T19:06:46.7447584Z * [new branch] gh/suo/446/orig -> origin/gh/suo/446/orig 2022-03-17T19:06:46.7449659Z * [new branch] gh/suo/454/base -> origin/gh/suo/454/base 2022-03-17T19:06:46.7450735Z * [new branch] gh/suo/454/head -> origin/gh/suo/454/head 2022-03-17T19:06:46.7452086Z * [new branch] gh/suo/454/orig -> origin/gh/suo/454/orig 2022-03-17T19:06:46.7454369Z * [new branch] gh/suo/457/base -> origin/gh/suo/457/base 2022-03-17T19:06:46.7455404Z * [new branch] gh/suo/457/head -> origin/gh/suo/457/head 2022-03-17T19:06:46.7456722Z * [new branch] gh/suo/457/orig -> origin/gh/suo/457/orig 2022-03-17T19:06:46.7458862Z * [new branch] gh/suo/463/base -> origin/gh/suo/463/base 2022-03-17T19:06:46.7460110Z * [new branch] gh/suo/463/head -> origin/gh/suo/463/head 2022-03-17T19:06:46.7461858Z * [new branch] gh/suo/463/orig -> origin/gh/suo/463/orig 2022-03-17T19:06:46.7463128Z * [new branch] gh/suo/464/base -> origin/gh/suo/464/base 2022-03-17T19:06:46.7464987Z * [new branch] gh/suo/464/head -> origin/gh/suo/464/head 2022-03-17T19:06:46.7466176Z * [new branch] gh/suo/464/orig -> origin/gh/suo/464/orig 2022-03-17T19:06:46.7468054Z * [new branch] gh/suo/465/base -> origin/gh/suo/465/base 2022-03-17T19:06:46.7469161Z * [new branch] gh/suo/465/head -> origin/gh/suo/465/head 2022-03-17T19:06:46.7470416Z * [new branch] gh/suo/465/orig -> origin/gh/suo/465/orig 2022-03-17T19:06:46.7472596Z * [new branch] gh/suo/469/base -> origin/gh/suo/469/base 2022-03-17T19:06:46.7473848Z * [new branch] gh/suo/469/head -> origin/gh/suo/469/head 2022-03-17T19:06:46.7475128Z * [new branch] gh/suo/469/orig -> origin/gh/suo/469/orig 2022-03-17T19:06:46.7477157Z * [new branch] gh/suo/470/base -> origin/gh/suo/470/base 2022-03-17T19:06:46.7478271Z * [new branch] gh/suo/470/head -> origin/gh/suo/470/head 2022-03-17T19:06:46.7479770Z * [new branch] gh/suo/470/orig -> origin/gh/suo/470/orig 2022-03-17T19:06:46.7481813Z * [new branch] gh/suo/471/base -> origin/gh/suo/471/base 2022-03-17T19:06:46.7483160Z * [new branch] gh/suo/471/head -> origin/gh/suo/471/head 2022-03-17T19:06:46.7484667Z * [new branch] gh/suo/471/orig -> origin/gh/suo/471/orig 2022-03-17T19:06:46.7486587Z * [new branch] gh/suo/473/base -> origin/gh/suo/473/base 2022-03-17T19:06:46.7487666Z * [new branch] gh/suo/473/head -> origin/gh/suo/473/head 2022-03-17T19:06:46.7489528Z * [new branch] gh/suo/473/orig -> origin/gh/suo/473/orig 2022-03-17T19:06:46.7491267Z * [new branch] gh/suo/474/base -> origin/gh/suo/474/base 2022-03-17T19:06:46.7492273Z * [new branch] gh/suo/474/orig -> origin/gh/suo/474/orig 2022-03-17T19:06:46.7494224Z * [new branch] gh/suo/475/base -> origin/gh/suo/475/base 2022-03-17T19:06:46.7495335Z * [new branch] gh/suo/475/head -> origin/gh/suo/475/head 2022-03-17T19:06:46.7496974Z * [new branch] gh/suo/475/orig -> origin/gh/suo/475/orig 2022-03-17T19:06:46.7498816Z * [new branch] gh/suo/476/base -> origin/gh/suo/476/base 2022-03-17T19:06:46.7499800Z * [new branch] gh/suo/476/head -> origin/gh/suo/476/head 2022-03-17T19:06:46.7501482Z * [new branch] gh/suo/476/orig -> origin/gh/suo/476/orig 2022-03-17T19:06:46.7503314Z * [new branch] gh/suo/483/base -> origin/gh/suo/483/base 2022-03-17T19:06:46.7504378Z * [new branch] gh/suo/483/head -> origin/gh/suo/483/head 2022-03-17T19:06:46.7506020Z * [new branch] gh/suo/483/orig -> origin/gh/suo/483/orig 2022-03-17T19:06:46.7507983Z * [new branch] gh/suo/484/base -> origin/gh/suo/484/base 2022-03-17T19:06:46.7509007Z * [new branch] gh/suo/484/head -> origin/gh/suo/484/head 2022-03-17T19:06:46.7510630Z * [new branch] gh/suo/484/orig -> origin/gh/suo/484/orig 2022-03-17T19:06:46.7512330Z * [new branch] gh/suo/485/base -> origin/gh/suo/485/base 2022-03-17T19:06:46.7513346Z * [new branch] gh/suo/485/head -> origin/gh/suo/485/head 2022-03-17T19:06:46.7514954Z * [new branch] gh/suo/485/orig -> origin/gh/suo/485/orig 2022-03-17T19:06:46.7516929Z * [new branch] gh/suo/486/base -> origin/gh/suo/486/base 2022-03-17T19:06:46.7518052Z * [new branch] gh/suo/486/orig -> origin/gh/suo/486/orig 2022-03-17T19:06:46.7520005Z * [new branch] gh/suo/487/base -> origin/gh/suo/487/base 2022-03-17T19:06:46.7521000Z * [new branch] gh/suo/487/orig -> origin/gh/suo/487/orig 2022-03-17T19:06:46.7523333Z * [new branch] gh/suo/491/base -> origin/gh/suo/491/base 2022-03-17T19:06:46.7524662Z * [new branch] gh/suo/491/orig -> origin/gh/suo/491/orig 2022-03-17T19:06:46.7526697Z * [new branch] gh/suo/492/base -> origin/gh/suo/492/base 2022-03-17T19:06:46.7527756Z * [new branch] gh/suo/492/orig -> origin/gh/suo/492/orig 2022-03-17T19:06:46.7529739Z * [new branch] gh/suo/493/base -> origin/gh/suo/493/base 2022-03-17T19:06:46.7530824Z * [new branch] gh/suo/493/head -> origin/gh/suo/493/head 2022-03-17T19:06:46.7532646Z * [new branch] gh/suo/493/orig -> origin/gh/suo/493/orig 2022-03-17T19:06:46.7534398Z * [new branch] gh/suo/494/base -> origin/gh/suo/494/base 2022-03-17T19:06:46.7535588Z * [new branch] gh/suo/494/head -> origin/gh/suo/494/head 2022-03-17T19:06:46.7537145Z * [new branch] gh/suo/494/orig -> origin/gh/suo/494/orig 2022-03-17T19:06:46.7538891Z * [new branch] gh/suo/495/base -> origin/gh/suo/495/base 2022-03-17T19:06:46.7539912Z * [new branch] gh/suo/495/head -> origin/gh/suo/495/head 2022-03-17T19:06:46.7541511Z * [new branch] gh/suo/495/orig -> origin/gh/suo/495/orig 2022-03-17T19:06:46.7543360Z * [new branch] gh/suo/496/base -> origin/gh/suo/496/base 2022-03-17T19:06:46.7544418Z * [new branch] gh/suo/496/head -> origin/gh/suo/496/head 2022-03-17T19:06:46.7546325Z * [new branch] gh/suo/496/orig -> origin/gh/suo/496/orig 2022-03-17T19:06:46.7548008Z * [new branch] gh/suo/497/base -> origin/gh/suo/497/base 2022-03-17T19:06:46.7549052Z * [new branch] gh/suo/497/head -> origin/gh/suo/497/head 2022-03-17T19:06:46.7550648Z * [new branch] gh/suo/497/orig -> origin/gh/suo/497/orig 2022-03-17T19:06:46.7552607Z * [new branch] gh/suo/498/base -> origin/gh/suo/498/base 2022-03-17T19:06:46.7553622Z * [new branch] gh/suo/498/head -> origin/gh/suo/498/head 2022-03-17T19:06:46.7555306Z * [new branch] gh/suo/498/orig -> origin/gh/suo/498/orig 2022-03-17T19:06:46.7557159Z * [new branch] gh/suo/65/base -> origin/gh/suo/65/base 2022-03-17T19:06:46.7558921Z * [new branch] gh/suo/93/base -> origin/gh/suo/93/base 2022-03-17T19:06:46.7560015Z * [new branch] gh/suo/93/head -> origin/gh/suo/93/head 2022-03-17T19:06:46.7562304Z * [new branch] gh/supriyar/122/base -> origin/gh/supriyar/122/base 2022-03-17T19:06:46.7564904Z * [new branch] gh/supriyar/122/head -> origin/gh/supriyar/122/head 2022-03-17T19:06:46.7566029Z * [new branch] gh/supriyar/122/orig -> origin/gh/supriyar/122/orig 2022-03-17T19:06:46.7568053Z * [new branch] gh/supriyar/131/base -> origin/gh/supriyar/131/base 2022-03-17T19:06:46.7569392Z * [new branch] gh/supriyar/131/head -> origin/gh/supriyar/131/head 2022-03-17T19:06:46.7570723Z * [new branch] gh/supriyar/131/orig -> origin/gh/supriyar/131/orig 2022-03-17T19:06:46.7572665Z * [new branch] gh/supriyar/155/base -> origin/gh/supriyar/155/base 2022-03-17T19:06:46.7573858Z * [new branch] gh/supriyar/155/head -> origin/gh/supriyar/155/head 2022-03-17T19:06:46.7575536Z * [new branch] gh/supriyar/155/orig -> origin/gh/supriyar/155/orig 2022-03-17T19:06:46.7577320Z * [new branch] gh/supriyar/182/base -> origin/gh/supriyar/182/base 2022-03-17T19:06:46.7578462Z * [new branch] gh/supriyar/182/head -> origin/gh/supriyar/182/head 2022-03-17T19:06:46.7580511Z * [new branch] gh/supriyar/197/base -> origin/gh/supriyar/197/base 2022-03-17T19:06:46.7581601Z * [new branch] gh/supriyar/197/head -> origin/gh/supriyar/197/head 2022-03-17T19:06:46.7583210Z * [new branch] gh/supriyar/197/orig -> origin/gh/supriyar/197/orig 2022-03-17T19:06:46.7584915Z * [new branch] gh/supriyar/199/base -> origin/gh/supriyar/199/base 2022-03-17T19:06:46.7586017Z * [new branch] gh/supriyar/199/head -> origin/gh/supriyar/199/head 2022-03-17T19:06:46.7587754Z * [new branch] gh/supriyar/199/orig -> origin/gh/supriyar/199/orig 2022-03-17T19:06:46.7589672Z * [new branch] gh/supriyar/2/base -> origin/gh/supriyar/2/base 2022-03-17T19:06:46.7591374Z * [new branch] gh/supriyar/202/base -> origin/gh/supriyar/202/base 2022-03-17T19:06:46.7592427Z * [new branch] gh/supriyar/202/head -> origin/gh/supriyar/202/head 2022-03-17T19:06:46.7594092Z * [new branch] gh/supriyar/202/orig -> origin/gh/supriyar/202/orig 2022-03-17T19:06:46.7595765Z * [new branch] gh/supriyar/210/base -> origin/gh/supriyar/210/base 2022-03-17T19:06:46.7596904Z * [new branch] gh/supriyar/210/head -> origin/gh/supriyar/210/head 2022-03-17T19:06:46.7598594Z * [new branch] gh/supriyar/210/orig -> origin/gh/supriyar/210/orig 2022-03-17T19:06:46.7600366Z * [new branch] gh/supriyar/214/base -> origin/gh/supriyar/214/base 2022-03-17T19:06:46.7601614Z * [new branch] gh/supriyar/214/head -> origin/gh/supriyar/214/head 2022-03-17T19:06:46.7603525Z * [new branch] gh/supriyar/214/orig -> origin/gh/supriyar/214/orig 2022-03-17T19:06:46.7605430Z * [new branch] gh/supriyar/225/base -> origin/gh/supriyar/225/base 2022-03-17T19:06:46.7606857Z * [new branch] gh/supriyar/225/head -> origin/gh/supriyar/225/head 2022-03-17T19:06:46.7608496Z * [new branch] gh/supriyar/225/orig -> origin/gh/supriyar/225/orig 2022-03-17T19:06:46.7610094Z * [new branch] gh/supriyar/226/base -> origin/gh/supriyar/226/base 2022-03-17T19:06:46.7610954Z * [new branch] gh/supriyar/226/head -> origin/gh/supriyar/226/head 2022-03-17T19:06:46.7612664Z * [new branch] gh/supriyar/226/orig -> origin/gh/supriyar/226/orig 2022-03-17T19:06:46.7614420Z * [new branch] gh/supriyar/253/base -> origin/gh/supriyar/253/base 2022-03-17T19:06:46.7615623Z * [new branch] gh/supriyar/253/head -> origin/gh/supriyar/253/head 2022-03-17T19:06:46.7617296Z * [new branch] gh/supriyar/253/orig -> origin/gh/supriyar/253/orig 2022-03-17T19:06:46.7619100Z * [new branch] gh/supriyar/256/base -> origin/gh/supriyar/256/base 2022-03-17T19:06:46.7620192Z * [new branch] gh/supriyar/256/head -> origin/gh/supriyar/256/head 2022-03-17T19:06:46.7621859Z * [new branch] gh/supriyar/256/orig -> origin/gh/supriyar/256/orig 2022-03-17T19:06:46.7624036Z * [new branch] gh/supriyar/257/base -> origin/gh/supriyar/257/base 2022-03-17T19:06:46.7625055Z * [new branch] gh/supriyar/257/head -> origin/gh/supriyar/257/head 2022-03-17T19:06:46.7626735Z * [new branch] gh/supriyar/257/orig -> origin/gh/supriyar/257/orig 2022-03-17T19:06:46.7628815Z * [new branch] gh/supriyar/27/base -> origin/gh/supriyar/27/base 2022-03-17T19:06:46.7629808Z * [new branch] gh/supriyar/27/orig -> origin/gh/supriyar/27/orig 2022-03-17T19:06:46.7631848Z * [new branch] gh/supriyar/38/base -> origin/gh/supriyar/38/base 2022-03-17T19:06:46.7633192Z * [new branch] gh/supriyar/38/head -> origin/gh/supriyar/38/head 2022-03-17T19:06:46.7634538Z * [new branch] gh/supriyar/38/orig -> origin/gh/supriyar/38/orig 2022-03-17T19:06:46.7636435Z * [new branch] gh/supriyar/47/base -> origin/gh/supriyar/47/base 2022-03-17T19:06:46.7637519Z * [new branch] gh/supriyar/47/head -> origin/gh/supriyar/47/head 2022-03-17T19:06:46.7639194Z * [new branch] gh/supriyar/47/orig -> origin/gh/supriyar/47/orig 2022-03-17T19:06:46.7640987Z * [new branch] gh/supriyar/49/base -> origin/gh/supriyar/49/base 2022-03-17T19:06:46.7642813Z * [new branch] gh/supriyar/49/head -> origin/gh/supriyar/49/head 2022-03-17T19:06:46.7644131Z * [new branch] gh/supriyar/49/orig -> origin/gh/supriyar/49/orig 2022-03-17T19:06:46.7646246Z * [new branch] gh/supriyar/67/base -> origin/gh/supriyar/67/base 2022-03-17T19:06:46.7647343Z * [new branch] gh/supriyar/67/head -> origin/gh/supriyar/67/head 2022-03-17T19:06:46.7648970Z * [new branch] gh/supriyar/67/orig -> origin/gh/supriyar/67/orig 2022-03-17T19:06:46.7650465Z * [new branch] gh/supriyar/68/base -> origin/gh/supriyar/68/base 2022-03-17T19:06:46.7651785Z * [new branch] gh/supriyar/68/head -> origin/gh/supriyar/68/head 2022-03-17T19:06:46.7653286Z * [new branch] gh/supriyar/68/orig -> origin/gh/supriyar/68/orig 2022-03-17T19:06:46.7655044Z * [new branch] gh/supriyar/70/base -> origin/gh/supriyar/70/base 2022-03-17T19:06:46.7656363Z * [new branch] gh/supriyar/70/head -> origin/gh/supriyar/70/head 2022-03-17T19:06:46.7657675Z * [new branch] gh/supriyar/70/orig -> origin/gh/supriyar/70/orig 2022-03-17T19:06:46.7659485Z * [new branch] gh/supriyar/72/base -> origin/gh/supriyar/72/base 2022-03-17T19:06:46.7660459Z * [new branch] gh/supriyar/72/head -> origin/gh/supriyar/72/head 2022-03-17T19:06:46.7662214Z * [new branch] gh/supriyar/72/orig -> origin/gh/supriyar/72/orig 2022-03-17T19:06:46.7663415Z * [new branch] gh/supriyar/74/base -> origin/gh/supriyar/74/base 2022-03-17T19:06:46.7665076Z * [new branch] gh/supriyar/74/head -> origin/gh/supriyar/74/head 2022-03-17T19:06:46.7666559Z * [new branch] gh/supriyar/74/orig -> origin/gh/supriyar/74/orig 2022-03-17T19:06:46.7667868Z * [new branch] gh/supriyar/75/base -> origin/gh/supriyar/75/base 2022-03-17T19:06:46.7669177Z * [new branch] gh/supriyar/75/head -> origin/gh/supriyar/75/head 2022-03-17T19:06:46.7670471Z * [new branch] gh/supriyar/75/orig -> origin/gh/supriyar/75/orig 2022-03-17T19:06:46.7672304Z * [new branch] gh/supriyar/79/base -> origin/gh/supriyar/79/base 2022-03-17T19:06:46.7673817Z * [new branch] gh/supriyar/79/head -> origin/gh/supriyar/79/head 2022-03-17T19:06:46.7675145Z * [new branch] gh/supriyar/79/orig -> origin/gh/supriyar/79/orig 2022-03-17T19:06:46.7677095Z * [new branch] gh/supriyar/99/base -> origin/gh/supriyar/99/base 2022-03-17T19:06:46.7678245Z * [new branch] gh/supriyar/99/head -> origin/gh/supriyar/99/head 2022-03-17T19:06:46.7679902Z * [new branch] gh/supriyar/99/orig -> origin/gh/supriyar/99/orig 2022-03-17T19:06:46.7682061Z * [new branch] gh/swolchok/1/base -> origin/gh/swolchok/1/base 2022-03-17T19:06:46.7683654Z * [new branch] gh/swolchok/1/head -> origin/gh/swolchok/1/head 2022-03-17T19:06:46.7685545Z * [new branch] gh/swolchok/107/base -> origin/gh/swolchok/107/base 2022-03-17T19:06:46.7686616Z * [new branch] gh/swolchok/107/head -> origin/gh/swolchok/107/head 2022-03-17T19:06:46.7688534Z * [new branch] gh/swolchok/118/base -> origin/gh/swolchok/118/base 2022-03-17T19:06:46.7689629Z * [new branch] gh/swolchok/118/head -> origin/gh/swolchok/118/head 2022-03-17T19:06:46.7691306Z * [new branch] gh/swolchok/119/base -> origin/gh/swolchok/119/base 2022-03-17T19:06:46.7692665Z * [new branch] gh/swolchok/119/head -> origin/gh/swolchok/119/head 2022-03-17T19:06:46.7694550Z * [new branch] gh/swolchok/12/base -> origin/gh/swolchok/12/base 2022-03-17T19:06:46.7696084Z * [new branch] gh/swolchok/12/head -> origin/gh/swolchok/12/head 2022-03-17T19:06:46.7697577Z * [new branch] gh/swolchok/12/orig -> origin/gh/swolchok/12/orig 2022-03-17T19:06:46.7699255Z * [new branch] gh/swolchok/120/base -> origin/gh/swolchok/120/base 2022-03-17T19:06:46.7700465Z * [new branch] gh/swolchok/120/head -> origin/gh/swolchok/120/head 2022-03-17T19:06:46.7702139Z * [new branch] gh/swolchok/121/base -> origin/gh/swolchok/121/base 2022-03-17T19:06:46.7703021Z * [new branch] gh/swolchok/121/head -> origin/gh/swolchok/121/head 2022-03-17T19:06:46.7704650Z * [new branch] gh/swolchok/122/base -> origin/gh/swolchok/122/base 2022-03-17T19:06:46.7705869Z * [new branch] gh/swolchok/122/head -> origin/gh/swolchok/122/head 2022-03-17T19:06:46.7707479Z * [new branch] gh/swolchok/123/base -> origin/gh/swolchok/123/base 2022-03-17T19:06:46.7708794Z * [new branch] gh/swolchok/123/head -> origin/gh/swolchok/123/head 2022-03-17T19:06:46.7710622Z * [new branch] gh/swolchok/124/base -> origin/gh/swolchok/124/base 2022-03-17T19:06:46.7711949Z * [new branch] gh/swolchok/124/head -> origin/gh/swolchok/124/head 2022-03-17T19:06:46.7713271Z * [new branch] gh/swolchok/124/orig -> origin/gh/swolchok/124/orig 2022-03-17T19:06:46.7715112Z * [new branch] gh/swolchok/138/base -> origin/gh/swolchok/138/base 2022-03-17T19:06:46.7716713Z * [new branch] gh/swolchok/138/orig -> origin/gh/swolchok/138/orig 2022-03-17T19:06:46.7718405Z * [new branch] gh/swolchok/139/base -> origin/gh/swolchok/139/base 2022-03-17T19:06:46.7719517Z * [new branch] gh/swolchok/139/head -> origin/gh/swolchok/139/head 2022-03-17T19:06:46.7721172Z * [new branch] gh/swolchok/139/orig -> origin/gh/swolchok/139/orig 2022-03-17T19:06:46.7723217Z * [new branch] gh/swolchok/170/base -> origin/gh/swolchok/170/base 2022-03-17T19:06:46.7724410Z * [new branch] gh/swolchok/170/orig -> origin/gh/swolchok/170/orig 2022-03-17T19:06:46.7726478Z * [new branch] gh/swolchok/183/base -> origin/gh/swolchok/183/base 2022-03-17T19:06:46.7727494Z * [new branch] gh/swolchok/183/head -> origin/gh/swolchok/183/head 2022-03-17T19:06:46.7729128Z * [new branch] gh/swolchok/183/orig -> origin/gh/swolchok/183/orig 2022-03-17T19:06:46.7730816Z * [new branch] gh/swolchok/201/base -> origin/gh/swolchok/201/base 2022-03-17T19:06:46.7732140Z * [new branch] gh/swolchok/201/head -> origin/gh/swolchok/201/head 2022-03-17T19:06:46.7733608Z * [new branch] gh/swolchok/201/orig -> origin/gh/swolchok/201/orig 2022-03-17T19:06:46.7735408Z * [new branch] gh/swolchok/203/base -> origin/gh/swolchok/203/base 2022-03-17T19:06:46.7736537Z * [new branch] gh/swolchok/203/head -> origin/gh/swolchok/203/head 2022-03-17T19:06:46.7738206Z * [new branch] gh/swolchok/203/orig -> origin/gh/swolchok/203/orig 2022-03-17T19:06:46.7739959Z * [new branch] gh/swolchok/246/base -> origin/gh/swolchok/246/base 2022-03-17T19:06:46.7741549Z * [new branch] gh/swolchok/246/head -> origin/gh/swolchok/246/head 2022-03-17T19:06:46.7742873Z * [new branch] gh/swolchok/246/orig -> origin/gh/swolchok/246/orig 2022-03-17T19:06:46.7744714Z * [new branch] gh/swolchok/247/base -> origin/gh/swolchok/247/base 2022-03-17T19:06:46.7745819Z * [new branch] gh/swolchok/247/head -> origin/gh/swolchok/247/head 2022-03-17T19:06:46.7747459Z * [new branch] gh/swolchok/247/orig -> origin/gh/swolchok/247/orig 2022-03-17T19:06:46.7749421Z * [new branch] gh/swolchok/248/base -> origin/gh/swolchok/248/base 2022-03-17T19:06:46.7750313Z * [new branch] gh/swolchok/248/head -> origin/gh/swolchok/248/head 2022-03-17T19:06:46.7751895Z * [new branch] gh/swolchok/248/orig -> origin/gh/swolchok/248/orig 2022-03-17T19:06:46.7753936Z * [new branch] gh/swolchok/250/base -> origin/gh/swolchok/250/base 2022-03-17T19:06:46.7754969Z * [new branch] gh/swolchok/250/head -> origin/gh/swolchok/250/head 2022-03-17T19:06:46.7756573Z * [new branch] gh/swolchok/250/orig -> origin/gh/swolchok/250/orig 2022-03-17T19:06:46.7758412Z * [new branch] gh/swolchok/257/base -> origin/gh/swolchok/257/base 2022-03-17T19:06:46.7759511Z * [new branch] gh/swolchok/257/head -> origin/gh/swolchok/257/head 2022-03-17T19:06:46.7761100Z * [new branch] gh/swolchok/257/orig -> origin/gh/swolchok/257/orig 2022-03-17T19:06:46.7764020Z * [new branch] gh/swolchok/261/base -> origin/gh/swolchok/261/base 2022-03-17T19:06:46.7765223Z * [new branch] gh/swolchok/261/head -> origin/gh/swolchok/261/head 2022-03-17T19:06:46.7766696Z * [new branch] gh/swolchok/261/orig -> origin/gh/swolchok/261/orig 2022-03-17T19:06:46.7768568Z * [new branch] gh/swolchok/281/base -> origin/gh/swolchok/281/base 2022-03-17T19:06:46.7769679Z * [new branch] gh/swolchok/281/head -> origin/gh/swolchok/281/head 2022-03-17T19:06:46.7771387Z * [new branch] gh/swolchok/281/orig -> origin/gh/swolchok/281/orig 2022-03-17T19:06:46.7773068Z * [new branch] gh/swolchok/282/base -> origin/gh/swolchok/282/base 2022-03-17T19:06:46.7774585Z * [new branch] gh/swolchok/282/head -> origin/gh/swolchok/282/head 2022-03-17T19:06:46.7776303Z * [new branch] gh/swolchok/283/base -> origin/gh/swolchok/283/base 2022-03-17T19:06:46.7777647Z * [new branch] gh/swolchok/283/head -> origin/gh/swolchok/283/head 2022-03-17T19:06:46.7779787Z * [new branch] gh/swolchok/29/base -> origin/gh/swolchok/29/base 2022-03-17T19:06:46.7780917Z * [new branch] gh/swolchok/29/head -> origin/gh/swolchok/29/head 2022-03-17T19:06:46.7782872Z * [new branch] gh/swolchok/298/base -> origin/gh/swolchok/298/base 2022-03-17T19:06:46.7784070Z * [new branch] gh/swolchok/298/head -> origin/gh/swolchok/298/head 2022-03-17T19:06:46.7785625Z * [new branch] gh/swolchok/298/orig -> origin/gh/swolchok/298/orig 2022-03-17T19:06:46.7787324Z * [new branch] gh/swolchok/300/base -> origin/gh/swolchok/300/base 2022-03-17T19:06:46.7788456Z * [new branch] gh/swolchok/300/head -> origin/gh/swolchok/300/head 2022-03-17T19:06:46.7790070Z * [new branch] gh/swolchok/300/orig -> origin/gh/swolchok/300/orig 2022-03-17T19:06:46.7791857Z * [new branch] gh/swolchok/322/base -> origin/gh/swolchok/322/base 2022-03-17T19:06:46.7793502Z * [new branch] gh/swolchok/322/head -> origin/gh/swolchok/322/head 2022-03-17T19:06:46.7794536Z * [new branch] gh/swolchok/322/orig -> origin/gh/swolchok/322/orig 2022-03-17T19:06:46.7796522Z * [new branch] gh/swolchok/331/base -> origin/gh/swolchok/331/base 2022-03-17T19:06:46.7797819Z * [new branch] gh/swolchok/331/head -> origin/gh/swolchok/331/head 2022-03-17T19:06:46.7799331Z * [new branch] gh/swolchok/331/orig -> origin/gh/swolchok/331/orig 2022-03-17T19:06:46.7801643Z * [new branch] gh/swolchok/339/base -> origin/gh/swolchok/339/base 2022-03-17T19:06:46.7803389Z * [new branch] gh/swolchok/339/head -> origin/gh/swolchok/339/head 2022-03-17T19:06:46.7804491Z * [new branch] gh/swolchok/339/orig -> origin/gh/swolchok/339/orig 2022-03-17T19:06:46.7806920Z * [new branch] gh/swolchok/347/base -> origin/gh/swolchok/347/base 2022-03-17T19:06:46.7808052Z * [new branch] gh/swolchok/347/head -> origin/gh/swolchok/347/head 2022-03-17T19:06:46.7809673Z * [new branch] gh/swolchok/347/orig -> origin/gh/swolchok/347/orig 2022-03-17T19:06:46.7811254Z * [new branch] gh/swolchok/348/base -> origin/gh/swolchok/348/base 2022-03-17T19:06:46.7813120Z * [new branch] gh/swolchok/348/head -> origin/gh/swolchok/348/head 2022-03-17T19:06:46.7814768Z * [new branch] gh/swolchok/349/base -> origin/gh/swolchok/349/base 2022-03-17T19:06:46.7816315Z * [new branch] gh/swolchok/349/head -> origin/gh/swolchok/349/head 2022-03-17T19:06:46.7817880Z * [new branch] gh/swolchok/350/base -> origin/gh/swolchok/350/base 2022-03-17T19:06:46.7819208Z * [new branch] gh/swolchok/350/head -> origin/gh/swolchok/350/head 2022-03-17T19:06:46.7820802Z * [new branch] gh/swolchok/351/base -> origin/gh/swolchok/351/base 2022-03-17T19:06:46.7822357Z * [new branch] gh/swolchok/351/head -> origin/gh/swolchok/351/head 2022-03-17T19:06:46.7823839Z * [new branch] gh/swolchok/352/base -> origin/gh/swolchok/352/base 2022-03-17T19:06:46.7825443Z * [new branch] gh/swolchok/352/head -> origin/gh/swolchok/352/head 2022-03-17T19:06:46.7826937Z * [new branch] gh/swolchok/353/base -> origin/gh/swolchok/353/base 2022-03-17T19:06:46.7828198Z * [new branch] gh/swolchok/353/head -> origin/gh/swolchok/353/head 2022-03-17T19:06:46.7830267Z * [new branch] gh/swolchok/36/base -> origin/gh/swolchok/36/base 2022-03-17T19:06:46.7831923Z * [new branch] gh/swolchok/36/head -> origin/gh/swolchok/36/head 2022-03-17T19:06:46.7833782Z * [new branch] gh/swolchok/379/base -> origin/gh/swolchok/379/base 2022-03-17T19:06:46.7834764Z * [new branch] gh/swolchok/379/head -> origin/gh/swolchok/379/head 2022-03-17T19:06:46.7836402Z * [new branch] gh/swolchok/379/orig -> origin/gh/swolchok/379/orig 2022-03-17T19:06:46.7837887Z * [new branch] gh/swolchok/38/base -> origin/gh/swolchok/38/base 2022-03-17T19:06:46.7839215Z * [new branch] gh/swolchok/38/head -> origin/gh/swolchok/38/head 2022-03-17T19:06:46.7840892Z * [new branch] gh/swolchok/38/orig -> origin/gh/swolchok/38/orig 2022-03-17T19:06:46.7843044Z * [new branch] gh/swolchok/387/base -> origin/gh/swolchok/387/base 2022-03-17T19:06:46.7844083Z * [new branch] gh/swolchok/387/head -> origin/gh/swolchok/387/head 2022-03-17T19:06:46.7845656Z * [new branch] gh/swolchok/387/orig -> origin/gh/swolchok/387/orig 2022-03-17T19:06:46.7847204Z * [new branch] gh/swolchok/39/base -> origin/gh/swolchok/39/base 2022-03-17T19:06:46.7848847Z * [new branch] gh/swolchok/39/head -> origin/gh/swolchok/39/head 2022-03-17T19:06:46.7850152Z * [new branch] gh/swolchok/39/orig -> origin/gh/swolchok/39/orig 2022-03-17T19:06:46.7852326Z * [new branch] gh/swolchok/398/base -> origin/gh/swolchok/398/base 2022-03-17T19:06:46.7853374Z * [new branch] gh/swolchok/398/head -> origin/gh/swolchok/398/head 2022-03-17T19:06:46.7855121Z * [new branch] gh/swolchok/398/orig -> origin/gh/swolchok/398/orig 2022-03-17T19:06:46.7856639Z * [new branch] gh/swolchok/40/base -> origin/gh/swolchok/40/base 2022-03-17T19:06:46.7857952Z * [new branch] gh/swolchok/40/head -> origin/gh/swolchok/40/head 2022-03-17T19:06:46.7859523Z * [new branch] gh/swolchok/40/orig -> origin/gh/swolchok/40/orig 2022-03-17T19:06:46.7861288Z * [new branch] gh/swolchok/421/base -> origin/gh/swolchok/421/base 2022-03-17T19:06:46.7862420Z * [new branch] gh/swolchok/421/head -> origin/gh/swolchok/421/head 2022-03-17T19:06:46.7864078Z * [new branch] gh/swolchok/421/orig -> origin/gh/swolchok/421/orig 2022-03-17T19:06:46.7865838Z * [new branch] gh/swolchok/425/base -> origin/gh/swolchok/425/base 2022-03-17T19:06:46.7867028Z * [new branch] gh/swolchok/425/head -> origin/gh/swolchok/425/head 2022-03-17T19:06:46.7868967Z * [new branch] gh/swolchok/427/base -> origin/gh/swolchok/427/base 2022-03-17T19:06:46.7870491Z * [new branch] gh/swolchok/427/head -> origin/gh/swolchok/427/head 2022-03-17T19:06:46.7871607Z * [new branch] gh/swolchok/427/orig -> origin/gh/swolchok/427/orig 2022-03-17T19:06:46.7873662Z * [new branch] gh/swolchok/441/base -> origin/gh/swolchok/441/base 2022-03-17T19:06:46.7874788Z * [new branch] gh/swolchok/441/head -> origin/gh/swolchok/441/head 2022-03-17T19:06:46.7876388Z * [new branch] gh/swolchok/441/orig -> origin/gh/swolchok/441/orig 2022-03-17T19:06:46.7878198Z * [new branch] gh/swolchok/442/base -> origin/gh/swolchok/442/base 2022-03-17T19:06:46.7879680Z * [new branch] gh/swolchok/442/head -> origin/gh/swolchok/442/head 2022-03-17T19:06:46.7881165Z * [new branch] gh/swolchok/442/orig -> origin/gh/swolchok/442/orig 2022-03-17T19:06:46.7883631Z * [new branch] gh/swolchok/454/base -> origin/gh/swolchok/454/base 2022-03-17T19:06:46.7884564Z * [new branch] gh/swolchok/454/head -> origin/gh/swolchok/454/head 2022-03-17T19:06:46.7886189Z * [new branch] gh/swolchok/454/orig -> origin/gh/swolchok/454/orig 2022-03-17T19:06:46.7887955Z * [new branch] gh/swolchok/455/base -> origin/gh/swolchok/455/base 2022-03-17T19:06:46.7889473Z * [new branch] gh/swolchok/455/head -> origin/gh/swolchok/455/head 2022-03-17T19:06:46.7890794Z * [new branch] gh/swolchok/455/orig -> origin/gh/swolchok/455/orig 2022-03-17T19:06:46.7892656Z * [new branch] gh/swolchok/457/base -> origin/gh/swolchok/457/base 2022-03-17T19:06:46.7893797Z * [new branch] gh/swolchok/457/head -> origin/gh/swolchok/457/head 2022-03-17T19:06:46.7895429Z * [new branch] gh/swolchok/457/orig -> origin/gh/swolchok/457/orig 2022-03-17T19:06:46.7897107Z * [new branch] gh/swolchok/458/base -> origin/gh/swolchok/458/base 2022-03-17T19:06:46.7898205Z * [new branch] gh/swolchok/458/head -> origin/gh/swolchok/458/head 2022-03-17T19:06:46.7899836Z * [new branch] gh/swolchok/458/orig -> origin/gh/swolchok/458/orig 2022-03-17T19:06:46.7901652Z * [new branch] gh/swolchok/461/base -> origin/gh/swolchok/461/base 2022-03-17T19:06:46.7902969Z * [new branch] gh/swolchok/461/head -> origin/gh/swolchok/461/head 2022-03-17T19:06:46.7904270Z * [new branch] gh/swolchok/461/orig -> origin/gh/swolchok/461/orig 2022-03-17T19:06:46.7906139Z * [new branch] gh/swolchok/462/base -> origin/gh/swolchok/462/base 2022-03-17T19:06:46.7907465Z * [new branch] gh/swolchok/462/head -> origin/gh/swolchok/462/head 2022-03-17T19:06:46.7908974Z * [new branch] gh/swolchok/462/orig -> origin/gh/swolchok/462/orig 2022-03-17T19:06:46.7911048Z * [new branch] gh/swolchok/464/base -> origin/gh/swolchok/464/base 2022-03-17T19:06:46.7912132Z * [new branch] gh/swolchok/464/head -> origin/gh/swolchok/464/head 2022-03-17T19:06:46.7913740Z * [new branch] gh/swolchok/464/orig -> origin/gh/swolchok/464/orig 2022-03-17T19:06:46.7915442Z * [new branch] gh/swolchok/468/base -> origin/gh/swolchok/468/base 2022-03-17T19:06:46.7917070Z * [new branch] gh/swolchok/468/head -> origin/gh/swolchok/468/head 2022-03-17T19:06:46.7918160Z * [new branch] gh/swolchok/468/orig -> origin/gh/swolchok/468/orig 2022-03-17T19:06:46.7920243Z * [new branch] gh/swolchok/469/base -> origin/gh/swolchok/469/base 2022-03-17T19:06:46.7921669Z * [new branch] gh/swolchok/469/head -> origin/gh/swolchok/469/head 2022-03-17T19:06:46.7923128Z * [new branch] gh/swolchok/469/orig -> origin/gh/swolchok/469/orig 2022-03-17T19:06:46.7925223Z * [new branch] gh/swolchok/470/base -> origin/gh/swolchok/470/base 2022-03-17T19:06:46.7926553Z * [new branch] gh/swolchok/470/head -> origin/gh/swolchok/470/head 2022-03-17T19:06:46.7928089Z * [new branch] gh/swolchok/470/orig -> origin/gh/swolchok/470/orig 2022-03-17T19:06:46.7929997Z * [new branch] gh/swolchok/471/base -> origin/gh/swolchok/471/base 2022-03-17T19:06:46.7931324Z * [new branch] gh/swolchok/471/head -> origin/gh/swolchok/471/head 2022-03-17T19:06:46.7932859Z * [new branch] gh/swolchok/471/orig -> origin/gh/swolchok/471/orig 2022-03-17T19:06:46.7934373Z * [new branch] gh/swolchok/59/base -> origin/gh/swolchok/59/base 2022-03-17T19:06:46.7935435Z * [new branch] gh/swolchok/59/head -> origin/gh/swolchok/59/head 2022-03-17T19:06:46.7937514Z * [new branch] gh/swolchok/65/base -> origin/gh/swolchok/65/base 2022-03-17T19:06:46.7938680Z * [new branch] gh/swolchok/65/head -> origin/gh/swolchok/65/head 2022-03-17T19:06:46.7940419Z * [new branch] gh/swolchok/65/orig -> origin/gh/swolchok/65/orig 2022-03-17T19:06:46.7942232Z * [new branch] gh/swolchok/69/base -> origin/gh/swolchok/69/base 2022-03-17T19:06:46.7943721Z * [new branch] gh/swolchok/69/head -> origin/gh/swolchok/69/head 2022-03-17T19:06:46.7945067Z * [new branch] gh/swolchok/69/orig -> origin/gh/swolchok/69/orig 2022-03-17T19:06:46.7947016Z * [new branch] gh/swolchok/7/base -> origin/gh/swolchok/7/base 2022-03-17T19:06:46.7948209Z * [new branch] gh/swolchok/7/head -> origin/gh/swolchok/7/head 2022-03-17T19:06:46.7950096Z * [new branch] gh/swolchok/70/base -> origin/gh/swolchok/70/base 2022-03-17T19:06:46.7951422Z * [new branch] gh/swolchok/70/head -> origin/gh/swolchok/70/head 2022-03-17T19:06:46.7952946Z * [new branch] gh/swolchok/70/orig -> origin/gh/swolchok/70/orig 2022-03-17T19:06:46.7954478Z * [new branch] gh/swolchok/71/base -> origin/gh/swolchok/71/base 2022-03-17T19:06:46.7955803Z * [new branch] gh/swolchok/71/head -> origin/gh/swolchok/71/head 2022-03-17T19:06:46.7957296Z * [new branch] gh/swolchok/71/orig -> origin/gh/swolchok/71/orig 2022-03-17T19:06:46.7959003Z * [new branch] gh/swolchok/77/base -> origin/gh/swolchok/77/base 2022-03-17T19:06:46.7960330Z * [new branch] gh/swolchok/77/head -> origin/gh/swolchok/77/head 2022-03-17T19:06:46.7961912Z * [new branch] gh/swolchok/77/orig -> origin/gh/swolchok/77/orig 2022-03-17T19:06:46.7964402Z * [new branch] gh/swolchok/8/base -> origin/gh/swolchok/8/base 2022-03-17T19:06:46.7965592Z * [new branch] gh/swolchok/8/head -> origin/gh/swolchok/8/head 2022-03-17T19:06:46.7967928Z * [new branch] gh/syed-ahmed/4/base -> origin/gh/syed-ahmed/4/base 2022-03-17T19:06:46.7969667Z * [new branch] gh/syed-ahmed/5/base -> origin/gh/syed-ahmed/5/base 2022-03-17T19:06:46.7971447Z * [new branch] gh/syed-ahmed/7/base -> origin/gh/syed-ahmed/7/base 2022-03-17T19:06:46.7973419Z * [new branch] gh/taewookoh/2/base -> origin/gh/taewookoh/2/base 2022-03-17T19:06:46.7974706Z * [new branch] gh/taewookoh/2/head -> origin/gh/taewookoh/2/head 2022-03-17T19:06:46.7976883Z * [new branch] gh/taivu1998/10/base -> origin/gh/taivu1998/10/base 2022-03-17T19:06:46.7978274Z * [new branch] gh/taivu1998/10/head -> origin/gh/taivu1998/10/head 2022-03-17T19:06:46.7979914Z * [new branch] gh/taivu1998/10/orig -> origin/gh/taivu1998/10/orig 2022-03-17T19:06:46.7981006Z * [new branch] gh/taivu1998/11/base -> origin/gh/taivu1998/11/base 2022-03-17T19:06:46.7982359Z * [new branch] gh/taivu1998/11/head -> origin/gh/taivu1998/11/head 2022-03-17T19:06:46.7984131Z * [new branch] gh/taivu1998/11/orig -> origin/gh/taivu1998/11/orig 2022-03-17T19:06:46.7985787Z * [new branch] gh/taivu1998/12/base -> origin/gh/taivu1998/12/base 2022-03-17T19:06:46.7987251Z * [new branch] gh/taivu1998/12/head -> origin/gh/taivu1998/12/head 2022-03-17T19:06:46.7988883Z * [new branch] gh/taivu1998/12/orig -> origin/gh/taivu1998/12/orig 2022-03-17T19:06:46.7990216Z * [new branch] gh/taivu1998/13/base -> origin/gh/taivu1998/13/base 2022-03-17T19:06:46.7991530Z * [new branch] gh/taivu1998/13/head -> origin/gh/taivu1998/13/head 2022-03-17T19:06:46.7993045Z * [new branch] gh/taivu1998/13/orig -> origin/gh/taivu1998/13/orig 2022-03-17T19:06:46.7994779Z * [new branch] gh/taivu1998/7/base -> origin/gh/taivu1998/7/base 2022-03-17T19:06:46.7995951Z * [new branch] gh/taivu1998/7/head -> origin/gh/taivu1998/7/head 2022-03-17T19:06:46.7997514Z * [new branch] gh/taivu1998/7/orig -> origin/gh/taivu1998/7/orig 2022-03-17T19:06:46.7998654Z * [new branch] gh/taivu1998/8/base -> origin/gh/taivu1998/8/base 2022-03-17T19:06:46.8000234Z * [new branch] gh/taivu1998/8/head -> origin/gh/taivu1998/8/head 2022-03-17T19:06:46.8001545Z * [new branch] gh/taivu1998/8/orig -> origin/gh/taivu1998/8/orig 2022-03-17T19:06:46.8003526Z * [new branch] gh/taivu1998/9/base -> origin/gh/taivu1998/9/base 2022-03-17T19:06:46.8004237Z * [new branch] gh/taivu1998/9/head -> origin/gh/taivu1998/9/head 2022-03-17T19:06:46.8006312Z * [new branch] gh/taivu1998/9/orig -> origin/gh/taivu1998/9/orig 2022-03-17T19:06:46.8007968Z * [new branch] gh/taylorrobie/autotune_prototype -> origin/gh/taylorrobie/autotune_prototype 2022-03-17T19:06:46.8009165Z * [new branch] gh/taylorrobie/benchmark_utils_dataclassification -> origin/gh/taylorrobie/benchmark_utils_dataclassification 2022-03-17T19:06:46.8010549Z * [new branch] gh/taylorrobie/callgrind_backtest -> origin/gh/taylorrobie/callgrind_backtest 2022-03-17T19:06:46.8011796Z * [new branch] gh/taylorrobie/callgrind_scribe2 -> origin/gh/taylorrobie/callgrind_scribe2 2022-03-17T19:06:46.8012901Z * [new branch] gh/taylorrobie/composable_timer -> origin/gh/taylorrobie/composable_timer 2022-03-17T19:06:46.8014595Z * [new branch] gh/taylorrobie/fuzzed_op_microbenchmarks -> origin/gh/taylorrobie/fuzzed_op_microbenchmarks 2022-03-17T19:06:46.8015640Z * [new branch] gh/taylorrobie/kernel_overhead -> origin/gh/taylorrobie/kernel_overhead 2022-03-17T19:06:46.8017106Z * [new branch] gh/taylorrobie/unify_index -> origin/gh/taylorrobie/unify_index 2022-03-17T19:06:46.8018186Z * [new branch] gh/taylorrobie/wall_backtest -> origin/gh/taylorrobie/wall_backtest 2022-03-17T19:06:46.8020479Z * [new branch] gh/terrychenism/12/base -> origin/gh/terrychenism/12/base 2022-03-17T19:06:46.8022007Z * [new branch] gh/terrychenism/12/head -> origin/gh/terrychenism/12/head 2022-03-17T19:06:46.8023135Z * [new branch] gh/terrychenism/12/orig -> origin/gh/terrychenism/12/orig 2022-03-17T19:06:46.8025098Z * [new branch] gh/terrychenism/13/base -> origin/gh/terrychenism/13/base 2022-03-17T19:06:46.8026226Z * [new branch] gh/terrychenism/13/head -> origin/gh/terrychenism/13/head 2022-03-17T19:06:46.8027820Z * [new branch] gh/terrychenism/13/orig -> origin/gh/terrychenism/13/orig 2022-03-17T19:06:46.8029598Z * [new branch] gh/terrychenism/20/base -> origin/gh/terrychenism/20/base 2022-03-17T19:06:46.8030753Z * [new branch] gh/terrychenism/20/head -> origin/gh/terrychenism/20/head 2022-03-17T19:06:46.8032369Z * [new branch] gh/terrychenism/20/orig -> origin/gh/terrychenism/20/orig 2022-03-17T19:06:46.8034111Z * [new branch] gh/terrychenism/21/base -> origin/gh/terrychenism/21/base 2022-03-17T19:06:46.8035449Z * [new branch] gh/terrychenism/21/head -> origin/gh/terrychenism/21/head 2022-03-17T19:06:46.8036954Z * [new branch] gh/terrychenism/21/orig -> origin/gh/terrychenism/21/orig 2022-03-17T19:06:46.8038647Z * [new branch] gh/terrychenism/22/base -> origin/gh/terrychenism/22/base 2022-03-17T19:06:46.8039980Z * [new branch] gh/terrychenism/22/head -> origin/gh/terrychenism/22/head 2022-03-17T19:06:46.8041714Z * [new branch] gh/terrychenism/22/orig -> origin/gh/terrychenism/22/orig 2022-03-17T19:06:46.8044085Z * [new branch] gh/tierex/1/base -> origin/gh/tierex/1/base 2022-03-17T19:06:46.8045140Z * [new branch] gh/tierex/1/head -> origin/gh/tierex/1/head 2022-03-17T19:06:46.8046864Z * [new branch] gh/tierex/1/orig -> origin/gh/tierex/1/orig 2022-03-17T19:06:46.8048489Z * [new branch] gh/tierex/4/base -> origin/gh/tierex/4/base 2022-03-17T19:06:46.8049674Z * [new branch] gh/tierex/4/head -> origin/gh/tierex/4/head 2022-03-17T19:06:46.8051247Z * [new branch] gh/tierex/4/orig -> origin/gh/tierex/4/orig 2022-03-17T19:06:46.8052946Z * [new branch] gh/tierex/5/base -> origin/gh/tierex/5/base 2022-03-17T19:06:46.8054032Z * [new branch] gh/tierex/5/head -> origin/gh/tierex/5/head 2022-03-17T19:06:46.8055647Z * [new branch] gh/tierex/5/orig -> origin/gh/tierex/5/orig 2022-03-17T19:06:46.8057134Z * [new branch] gh/tierex/6/base -> origin/gh/tierex/6/base 2022-03-17T19:06:46.8058251Z * [new branch] gh/tierex/6/head -> origin/gh/tierex/6/head 2022-03-17T19:06:46.8059939Z * [new branch] gh/tierex/6/orig -> origin/gh/tierex/6/orig 2022-03-17T19:06:46.8061818Z * [new branch] gh/tktrungna/14/base -> origin/gh/tktrungna/14/base 2022-03-17T19:06:46.8062799Z * [new branch] gh/tktrungna/14/head -> origin/gh/tktrungna/14/head 2022-03-17T19:06:46.8064442Z * [new branch] gh/tktrungna/14/orig -> origin/gh/tktrungna/14/orig 2022-03-17T19:06:46.8065748Z * [new branch] gh/tktrungna/15/base -> origin/gh/tktrungna/15/base 2022-03-17T19:06:46.8067150Z * [new branch] gh/tktrungna/15/head -> origin/gh/tktrungna/15/head 2022-03-17T19:06:46.8068793Z * [new branch] gh/tktrungna/15/orig -> origin/gh/tktrungna/15/orig 2022-03-17T19:06:46.8070445Z * [new branch] gh/tktrungna/16/base -> origin/gh/tktrungna/16/base 2022-03-17T19:06:46.8071431Z * [new branch] gh/tktrungna/16/head -> origin/gh/tktrungna/16/head 2022-03-17T19:06:46.8073067Z * [new branch] gh/tktrungna/16/orig -> origin/gh/tktrungna/16/orig 2022-03-17T19:06:46.8074789Z * [new branch] gh/tktrungna/17/base -> origin/gh/tktrungna/17/base 2022-03-17T19:06:46.8075898Z * [new branch] gh/tktrungna/17/head -> origin/gh/tktrungna/17/head 2022-03-17T19:06:46.8077770Z * [new branch] gh/tktrungna/17/orig -> origin/gh/tktrungna/17/orig 2022-03-17T19:06:46.8079683Z * [new branch] gh/tktrungna/18/base -> origin/gh/tktrungna/18/base 2022-03-17T19:06:46.8080566Z * [new branch] gh/tktrungna/18/head -> origin/gh/tktrungna/18/head 2022-03-17T19:06:46.8082069Z * [new branch] gh/tktrungna/18/orig -> origin/gh/tktrungna/18/orig 2022-03-17T19:06:46.8084281Z * [new branch] gh/tktrungna/19/base -> origin/gh/tktrungna/19/base 2022-03-17T19:06:46.8085155Z * [new branch] gh/tktrungna/19/head -> origin/gh/tktrungna/19/head 2022-03-17T19:06:46.8087008Z * [new branch] gh/tktrungna/19/orig -> origin/gh/tktrungna/19/orig 2022-03-17T19:06:46.8088978Z * [new branch] gh/tugsbayasgalan/1/base -> origin/gh/tugsbayasgalan/1/base 2022-03-17T19:06:46.8089990Z * [new branch] gh/tugsbayasgalan/1/head -> origin/gh/tugsbayasgalan/1/head 2022-03-17T19:06:46.8091948Z * [new branch] gh/tugsbayasgalan/10/base -> origin/gh/tugsbayasgalan/10/base 2022-03-17T19:06:46.8093037Z * [new branch] gh/tugsbayasgalan/10/head -> origin/gh/tugsbayasgalan/10/head 2022-03-17T19:06:46.8095309Z * [new branch] gh/tugsbayasgalan/16/base -> origin/gh/tugsbayasgalan/16/base 2022-03-17T19:06:46.8096400Z * [new branch] gh/tugsbayasgalan/16/head -> origin/gh/tugsbayasgalan/16/head 2022-03-17T19:06:46.8098031Z * [new branch] gh/tugsbayasgalan/16/orig -> origin/gh/tugsbayasgalan/16/orig 2022-03-17T19:06:46.8099869Z * [new branch] gh/tugsbayasgalan/19/base -> origin/gh/tugsbayasgalan/19/base 2022-03-17T19:06:46.8100918Z * [new branch] gh/tugsbayasgalan/19/head -> origin/gh/tugsbayasgalan/19/head 2022-03-17T19:06:46.8102526Z * [new branch] gh/tugsbayasgalan/19/orig -> origin/gh/tugsbayasgalan/19/orig 2022-03-17T19:06:46.8104202Z * [new branch] gh/tugsbayasgalan/20/base -> origin/gh/tugsbayasgalan/20/base 2022-03-17T19:06:46.8105242Z * [new branch] gh/tugsbayasgalan/20/head -> origin/gh/tugsbayasgalan/20/head 2022-03-17T19:06:46.8106863Z * [new branch] gh/tugsbayasgalan/20/orig -> origin/gh/tugsbayasgalan/20/orig 2022-03-17T19:06:46.8108555Z * [new branch] gh/tugsbayasgalan/36/base -> origin/gh/tugsbayasgalan/36/base 2022-03-17T19:06:46.8109593Z * [new branch] gh/tugsbayasgalan/36/head -> origin/gh/tugsbayasgalan/36/head 2022-03-17T19:06:46.8111201Z * [new branch] gh/tugsbayasgalan/36/orig -> origin/gh/tugsbayasgalan/36/orig 2022-03-17T19:06:46.8112975Z * [new branch] gh/tugsbayasgalan/37/base -> origin/gh/tugsbayasgalan/37/base 2022-03-17T19:06:46.8114142Z * [new branch] gh/tugsbayasgalan/37/head -> origin/gh/tugsbayasgalan/37/head 2022-03-17T19:06:46.8115788Z * [new branch] gh/tugsbayasgalan/37/orig -> origin/gh/tugsbayasgalan/37/orig 2022-03-17T19:06:46.8117479Z * [new branch] gh/tugsbayasgalan/42/base -> origin/gh/tugsbayasgalan/42/base 2022-03-17T19:06:46.8118466Z * [new branch] gh/tugsbayasgalan/42/head -> origin/gh/tugsbayasgalan/42/head 2022-03-17T19:06:46.8120106Z * [new branch] gh/tugsbayasgalan/42/orig -> origin/gh/tugsbayasgalan/42/orig 2022-03-17T19:06:46.8121937Z * [new branch] gh/tugsbayasgalan/47/base -> origin/gh/tugsbayasgalan/47/base 2022-03-17T19:06:46.8123507Z * [new branch] gh/tugsbayasgalan/47/head -> origin/gh/tugsbayasgalan/47/head 2022-03-17T19:06:46.8124550Z * [new branch] gh/tugsbayasgalan/47/orig -> origin/gh/tugsbayasgalan/47/orig 2022-03-17T19:06:46.8126287Z * [new branch] gh/tugsbayasgalan/48/base -> origin/gh/tugsbayasgalan/48/base 2022-03-17T19:06:46.8127419Z * [new branch] gh/tugsbayasgalan/48/head -> origin/gh/tugsbayasgalan/48/head 2022-03-17T19:06:46.8129002Z * [new branch] gh/tugsbayasgalan/48/orig -> origin/gh/tugsbayasgalan/48/orig 2022-03-17T19:06:46.8130155Z * [new branch] gh/tugsbayasgalan/49/base -> origin/gh/tugsbayasgalan/49/base 2022-03-17T19:06:46.8131733Z * [new branch] gh/tugsbayasgalan/49/head -> origin/gh/tugsbayasgalan/49/head 2022-03-17T19:06:46.8133654Z * [new branch] gh/tugsbayasgalan/52/base -> origin/gh/tugsbayasgalan/52/base 2022-03-17T19:06:46.8134821Z * [new branch] gh/tugsbayasgalan/52/head -> origin/gh/tugsbayasgalan/52/head 2022-03-17T19:06:46.8136226Z * [new branch] gh/tugsbayasgalan/52/orig -> origin/gh/tugsbayasgalan/52/orig 2022-03-17T19:06:46.8138396Z * [new branch] gh/tugsbayasgalan/53/base -> origin/gh/tugsbayasgalan/53/base 2022-03-17T19:06:46.8139470Z * [new branch] gh/tugsbayasgalan/53/head -> origin/gh/tugsbayasgalan/53/head 2022-03-17T19:06:46.8141134Z * [new branch] gh/tugsbayasgalan/53/orig -> origin/gh/tugsbayasgalan/53/orig 2022-03-17T19:06:46.8142880Z * [new branch] gh/tugsbayasgalan/54/base -> origin/gh/tugsbayasgalan/54/base 2022-03-17T19:06:46.8143911Z * [new branch] gh/tugsbayasgalan/54/head -> origin/gh/tugsbayasgalan/54/head 2022-03-17T19:06:46.8145561Z * [new branch] gh/tugsbayasgalan/54/orig -> origin/gh/tugsbayasgalan/54/orig 2022-03-17T19:06:46.8147242Z * [new branch] gh/tugsbayasgalan/55/base -> origin/gh/tugsbayasgalan/55/base 2022-03-17T19:06:46.8148280Z * [new branch] gh/tugsbayasgalan/55/head -> origin/gh/tugsbayasgalan/55/head 2022-03-17T19:06:46.8149772Z * [new branch] gh/tugsbayasgalan/55/orig -> origin/gh/tugsbayasgalan/55/orig 2022-03-17T19:06:46.8151913Z * [new branch] gh/tugsbayasgalan/56/base -> origin/gh/tugsbayasgalan/56/base 2022-03-17T19:06:46.8153239Z * [new branch] gh/tugsbayasgalan/56/head -> origin/gh/tugsbayasgalan/56/head 2022-03-17T19:06:46.8154911Z * [new branch] gh/tugsbayasgalan/56/orig -> origin/gh/tugsbayasgalan/56/orig 2022-03-17T19:06:46.8156497Z * [new branch] gh/tugsbayasgalan/57/base -> origin/gh/tugsbayasgalan/57/base 2022-03-17T19:06:46.8157545Z * [new branch] gh/tugsbayasgalan/57/head -> origin/gh/tugsbayasgalan/57/head 2022-03-17T19:06:46.8159214Z * [new branch] gh/tugsbayasgalan/57/orig -> origin/gh/tugsbayasgalan/57/orig 2022-03-17T19:06:46.8160969Z * [new branch] gh/tugsbayasgalan/58/base -> origin/gh/tugsbayasgalan/58/base 2022-03-17T19:06:46.8162134Z * [new branch] gh/tugsbayasgalan/58/head -> origin/gh/tugsbayasgalan/58/head 2022-03-17T19:06:46.8165026Z * [new branch] gh/tugsbayasgalan/59/base -> origin/gh/tugsbayasgalan/59/base 2022-03-17T19:06:46.8165983Z * [new branch] gh/tugsbayasgalan/59/head -> origin/gh/tugsbayasgalan/59/head 2022-03-17T19:06:46.8167538Z * [new branch] gh/tugsbayasgalan/59/orig -> origin/gh/tugsbayasgalan/59/orig 2022-03-17T19:06:46.8169522Z * [new branch] gh/tugsbayasgalan/60/base -> origin/gh/tugsbayasgalan/60/base 2022-03-17T19:06:46.8170504Z * [new branch] gh/tugsbayasgalan/60/head -> origin/gh/tugsbayasgalan/60/head 2022-03-17T19:06:46.8172324Z * [new branch] gh/tugsbayasgalan/60/orig -> origin/gh/tugsbayasgalan/60/orig 2022-03-17T19:06:46.8174083Z * [new branch] gh/tugsbayasgalan/61/base -> origin/gh/tugsbayasgalan/61/base 2022-03-17T19:06:46.8175159Z * [new branch] gh/tugsbayasgalan/61/head -> origin/gh/tugsbayasgalan/61/head 2022-03-17T19:06:46.8176889Z * [new branch] gh/tugsbayasgalan/61/orig -> origin/gh/tugsbayasgalan/61/orig 2022-03-17T19:06:46.8178704Z * [new branch] gh/tugsbayasgalan/62/base -> origin/gh/tugsbayasgalan/62/base 2022-03-17T19:06:46.8179812Z * [new branch] gh/tugsbayasgalan/62/head -> origin/gh/tugsbayasgalan/62/head 2022-03-17T19:06:46.8181425Z * [new branch] gh/tugsbayasgalan/62/orig -> origin/gh/tugsbayasgalan/62/orig 2022-03-17T19:06:46.8183107Z * [new branch] gh/tugsbayasgalan/63/base -> origin/gh/tugsbayasgalan/63/base 2022-03-17T19:06:46.8184151Z * [new branch] gh/tugsbayasgalan/63/head -> origin/gh/tugsbayasgalan/63/head 2022-03-17T19:06:46.8185788Z * [new branch] gh/tugsbayasgalan/63/orig -> origin/gh/tugsbayasgalan/63/orig 2022-03-17T19:06:46.8187846Z * [new branch] gh/tugsbayasgalan/64/base -> origin/gh/tugsbayasgalan/64/base 2022-03-17T19:06:46.8188842Z * [new branch] gh/tugsbayasgalan/64/head -> origin/gh/tugsbayasgalan/64/head 2022-03-17T19:06:46.8190487Z * [new branch] gh/tugsbayasgalan/64/orig -> origin/gh/tugsbayasgalan/64/orig 2022-03-17T19:06:46.8192362Z * [new branch] gh/tugsbayasgalan/65/base -> origin/gh/tugsbayasgalan/65/base 2022-03-17T19:06:46.8193247Z * [new branch] gh/tugsbayasgalan/65/head -> origin/gh/tugsbayasgalan/65/head 2022-03-17T19:06:46.8194970Z * [new branch] gh/tugsbayasgalan/65/orig -> origin/gh/tugsbayasgalan/65/orig 2022-03-17T19:06:46.8196759Z * [new branch] gh/tugsbayasgalan/67/base -> origin/gh/tugsbayasgalan/67/base 2022-03-17T19:06:46.8197846Z * [new branch] gh/tugsbayasgalan/67/head -> origin/gh/tugsbayasgalan/67/head 2022-03-17T19:06:46.8199461Z * [new branch] gh/tugsbayasgalan/67/orig -> origin/gh/tugsbayasgalan/67/orig 2022-03-17T19:06:46.8201323Z * [new branch] gh/tugsbayasgalan/68/base -> origin/gh/tugsbayasgalan/68/base 2022-03-17T19:06:46.8202540Z * [new branch] gh/tugsbayasgalan/68/head -> origin/gh/tugsbayasgalan/68/head 2022-03-17T19:06:46.8204319Z * [new branch] gh/tugsbayasgalan/68/orig -> origin/gh/tugsbayasgalan/68/orig 2022-03-17T19:06:46.8206004Z * [new branch] gh/tugsbayasgalan/71/base -> origin/gh/tugsbayasgalan/71/base 2022-03-17T19:06:46.8206836Z * [new branch] gh/tugsbayasgalan/71/head -> origin/gh/tugsbayasgalan/71/head 2022-03-17T19:06:46.8208582Z * [new branch] gh/tugsbayasgalan/71/orig -> origin/gh/tugsbayasgalan/71/orig 2022-03-17T19:06:46.8210688Z * [new branch] gh/tugsbayasgalan/72/base -> origin/gh/tugsbayasgalan/72/base 2022-03-17T19:06:46.8211667Z * [new branch] gh/tugsbayasgalan/72/head -> origin/gh/tugsbayasgalan/72/head 2022-03-17T19:06:46.8213305Z * [new branch] gh/tugsbayasgalan/72/orig -> origin/gh/tugsbayasgalan/72/orig 2022-03-17T19:06:46.8214966Z * [new branch] gh/tugsbayasgalan/77/base -> origin/gh/tugsbayasgalan/77/base 2022-03-17T19:06:46.8216080Z * [new branch] gh/tugsbayasgalan/77/head -> origin/gh/tugsbayasgalan/77/head 2022-03-17T19:06:46.8217717Z * [new branch] gh/tugsbayasgalan/77/orig -> origin/gh/tugsbayasgalan/77/orig 2022-03-17T19:06:46.8219489Z * [new branch] gh/tugsbayasgalan/78/base -> origin/gh/tugsbayasgalan/78/base 2022-03-17T19:06:46.8220505Z * [new branch] gh/tugsbayasgalan/78/head -> origin/gh/tugsbayasgalan/78/head 2022-03-17T19:06:46.8222122Z * [new branch] gh/tugsbayasgalan/78/orig -> origin/gh/tugsbayasgalan/78/orig 2022-03-17T19:06:46.8223864Z * [new branch] gh/tugsbayasgalan/82/base -> origin/gh/tugsbayasgalan/82/base 2022-03-17T19:06:46.8224943Z * [new branch] gh/tugsbayasgalan/82/head -> origin/gh/tugsbayasgalan/82/head 2022-03-17T19:06:46.8226597Z * [new branch] gh/tugsbayasgalan/82/orig -> origin/gh/tugsbayasgalan/82/orig 2022-03-17T19:06:46.8228382Z * [new branch] gh/tugsbayasgalan/85/base -> origin/gh/tugsbayasgalan/85/base 2022-03-17T19:06:46.8230065Z * [new branch] gh/tugsbayasgalan/85/head -> origin/gh/tugsbayasgalan/85/head 2022-03-17T19:06:46.8231133Z * [new branch] gh/tugsbayasgalan/85/orig -> origin/gh/tugsbayasgalan/85/orig 2022-03-17T19:06:46.8233847Z * [new branch] gh/tugsbayasgalan/87/base -> origin/gh/tugsbayasgalan/87/base 2022-03-17T19:06:46.8234864Z * [new branch] gh/tugsbayasgalan/87/head -> origin/gh/tugsbayasgalan/87/head 2022-03-17T19:06:46.8236509Z * [new branch] gh/tugsbayasgalan/87/orig -> origin/gh/tugsbayasgalan/87/orig 2022-03-17T19:06:46.8238360Z * [new branch] gh/tugsbayasgalan/88/base -> origin/gh/tugsbayasgalan/88/base 2022-03-17T19:06:46.8239822Z * [new branch] gh/tugsbayasgalan/88/head -> origin/gh/tugsbayasgalan/88/head 2022-03-17T19:06:46.8240940Z * [new branch] gh/tugsbayasgalan/88/orig -> origin/gh/tugsbayasgalan/88/orig 2022-03-17T19:06:46.8243182Z * [new branch] gh/tugsbayasgalan/89/base -> origin/gh/tugsbayasgalan/89/base 2022-03-17T19:06:46.8244334Z * [new branch] gh/tugsbayasgalan/89/head -> origin/gh/tugsbayasgalan/89/head 2022-03-17T19:06:46.8245969Z * [new branch] gh/tugsbayasgalan/89/orig -> origin/gh/tugsbayasgalan/89/orig 2022-03-17T19:06:46.8247807Z * [new branch] gh/tugsbayasgalan/9/base -> origin/gh/tugsbayasgalan/9/base 2022-03-17T19:06:46.8248875Z * [new branch] gh/tugsbayasgalan/9/head -> origin/gh/tugsbayasgalan/9/head 2022-03-17T19:06:46.8250777Z * [new branch] gh/tugsbayasgalan/9/orig -> origin/gh/tugsbayasgalan/9/orig 2022-03-17T19:06:46.8252707Z * [new branch] gh/tugsbayasgalan/90/base -> origin/gh/tugsbayasgalan/90/base 2022-03-17T19:06:46.8253741Z * [new branch] gh/tugsbayasgalan/90/head -> origin/gh/tugsbayasgalan/90/head 2022-03-17T19:06:46.8255103Z * [new branch] gh/tugsbayasgalan/90/orig -> origin/gh/tugsbayasgalan/90/orig 2022-03-17T19:06:46.8257172Z * [new branch] gh/tugsbayasgalan/91/base -> origin/gh/tugsbayasgalan/91/base 2022-03-17T19:06:46.8258253Z * [new branch] gh/tugsbayasgalan/91/head -> origin/gh/tugsbayasgalan/91/head 2022-03-17T19:06:46.8259959Z * [new branch] gh/tugsbayasgalan/91/orig -> origin/gh/tugsbayasgalan/91/orig 2022-03-17T19:06:46.8261961Z * [new branch] gh/varal7/24/base -> origin/gh/varal7/24/base 2022-03-17T19:06:46.8263065Z * [new branch] gh/varal7/24/orig -> origin/gh/varal7/24/orig 2022-03-17T19:06:46.8264920Z * [new branch] gh/varal7/25/base -> origin/gh/varal7/25/base 2022-03-17T19:06:46.8265975Z * [new branch] gh/varal7/25/orig -> origin/gh/varal7/25/orig 2022-03-17T19:06:46.8267961Z * [new branch] gh/varal7/26/base -> origin/gh/varal7/26/base 2022-03-17T19:06:46.8269045Z * [new branch] gh/varal7/26/orig -> origin/gh/varal7/26/orig 2022-03-17T19:06:46.8271096Z * [new branch] gh/varal7/31/base -> origin/gh/varal7/31/base 2022-03-17T19:06:46.8272152Z * [new branch] gh/varal7/31/orig -> origin/gh/varal7/31/orig 2022-03-17T19:06:46.8274449Z * [new branch] gh/vec4f/1/base -> origin/gh/vec4f/1/base 2022-03-17T19:06:46.8276000Z * [new branch] gh/vec4f/1/head -> origin/gh/vec4f/1/head 2022-03-17T19:06:46.8278036Z * [new branch] gh/vincentqb/16/base -> origin/gh/vincentqb/16/base 2022-03-17T19:06:46.8279135Z * [new branch] gh/vincentqb/16/head -> origin/gh/vincentqb/16/head 2022-03-17T19:06:46.8281257Z * [new branch] gh/vincentqb/21/base -> origin/gh/vincentqb/21/base 2022-03-17T19:06:46.8282976Z * [new branch] gh/vincentqb/21/orig -> origin/gh/vincentqb/21/orig 2022-03-17T19:06:46.8284812Z * [new branch] gh/vincentqb/24/base -> origin/gh/vincentqb/24/base 2022-03-17T19:06:46.8285830Z * [new branch] gh/vincentqb/24/orig -> origin/gh/vincentqb/24/orig 2022-03-17T19:06:46.8287524Z * [new branch] gh/vincentqb/30/base -> origin/gh/vincentqb/30/base 2022-03-17T19:06:46.8289189Z * [new branch] gh/vincentqb/30/orig -> origin/gh/vincentqb/30/orig 2022-03-17T19:06:46.8290835Z * [new branch] gh/vincentqb/31/base -> origin/gh/vincentqb/31/base 2022-03-17T19:06:46.8291788Z * [new branch] gh/vincentqb/31/head -> origin/gh/vincentqb/31/head 2022-03-17T19:06:46.8293436Z * [new branch] gh/vincentqb/31/orig -> origin/gh/vincentqb/31/orig 2022-03-17T19:06:46.8297690Z * [new branch] gh/vivekmig/1/base -> origin/gh/vivekmig/1/base 2022-03-17T19:06:46.8298070Z * [new branch] gh/vivekmig/1/head -> origin/gh/vivekmig/1/head 2022-03-17T19:06:46.8298366Z * [new branch] gh/vivekmig/1/orig -> origin/gh/vivekmig/1/orig 2022-03-17T19:06:46.8299451Z * [new branch] gh/vkuzo/10/orig -> origin/gh/vkuzo/10/orig 2022-03-17T19:06:46.8301685Z * [new branch] gh/vkuzo/15/base -> origin/gh/vkuzo/15/base 2022-03-17T19:06:46.8302719Z * [new branch] gh/vkuzo/15/head -> origin/gh/vkuzo/15/head 2022-03-17T19:06:46.8304553Z * [new branch] gh/vkuzo/15/orig -> origin/gh/vkuzo/15/orig 2022-03-17T19:06:46.8306422Z * [new branch] gh/vkuzo/23/base -> origin/gh/vkuzo/23/base 2022-03-17T19:06:46.8307456Z * [new branch] gh/vkuzo/23/orig -> origin/gh/vkuzo/23/orig 2022-03-17T19:06:46.8309362Z * [new branch] gh/vkuzo/28/base -> origin/gh/vkuzo/28/base 2022-03-17T19:06:46.8310561Z * [new branch] gh/vkuzo/28/orig -> origin/gh/vkuzo/28/orig 2022-03-17T19:06:46.8312485Z * [new branch] gh/vkuzo/3/base -> origin/gh/vkuzo/3/base 2022-03-17T19:06:46.8313517Z * [new branch] gh/vkuzo/3/orig -> origin/gh/vkuzo/3/orig 2022-03-17T19:06:46.8315708Z * [new branch] gh/vkuzo/349/base -> origin/gh/vkuzo/349/base 2022-03-17T19:06:46.8317223Z * [new branch] gh/vkuzo/349/head -> origin/gh/vkuzo/349/head 2022-03-17T19:06:46.8318840Z * [new branch] gh/vkuzo/349/orig -> origin/gh/vkuzo/349/orig 2022-03-17T19:06:46.8320785Z * [new branch] gh/vkuzo/393/base -> origin/gh/vkuzo/393/base 2022-03-17T19:06:46.8322080Z * [new branch] gh/vkuzo/393/head -> origin/gh/vkuzo/393/head 2022-03-17T19:06:46.8323971Z * [new branch] gh/vkuzo/393/orig -> origin/gh/vkuzo/393/orig 2022-03-17T19:06:46.8325688Z * [new branch] gh/vkuzo/4/base -> origin/gh/vkuzo/4/base 2022-03-17T19:06:46.8326732Z * [new branch] gh/vkuzo/4/orig -> origin/gh/vkuzo/4/orig 2022-03-17T19:06:46.8328788Z * [new branch] gh/vkuzo/439/base -> origin/gh/vkuzo/439/base 2022-03-17T19:06:46.8330385Z * [new branch] gh/vkuzo/439/head -> origin/gh/vkuzo/439/head 2022-03-17T19:06:46.8331945Z * [new branch] gh/vkuzo/439/orig -> origin/gh/vkuzo/439/orig 2022-03-17T19:06:46.8333264Z * [new branch] gh/vkuzo/474/base -> origin/gh/vkuzo/474/base 2022-03-17T19:06:46.8334985Z * [new branch] gh/vkuzo/474/head -> origin/gh/vkuzo/474/head 2022-03-17T19:06:46.8336098Z * [new branch] gh/vkuzo/474/orig -> origin/gh/vkuzo/474/orig 2022-03-17T19:06:46.8338229Z * [new branch] gh/vkuzo/56/base -> origin/gh/vkuzo/56/base 2022-03-17T19:06:46.8339983Z * [new branch] gh/vkuzo/56/head -> origin/gh/vkuzo/56/head 2022-03-17T19:06:46.8341301Z * [new branch] gh/vkuzo/56/orig -> origin/gh/vkuzo/56/orig 2022-03-17T19:06:46.8343193Z * [new branch] gh/vkuzo/8/base -> origin/gh/vkuzo/8/base 2022-03-17T19:06:46.8344225Z * [new branch] gh/vkuzo/8/orig -> origin/gh/vkuzo/8/orig 2022-03-17T19:06:46.8346197Z * [new branch] gh/vkuzo/9/orig -> origin/gh/vkuzo/9/orig 2022-03-17T19:06:46.8348421Z * [new branch] gh/wanchaol/126/base -> origin/gh/wanchaol/126/base 2022-03-17T19:06:46.8349467Z * [new branch] gh/wanchaol/126/head -> origin/gh/wanchaol/126/head 2022-03-17T19:06:46.8351121Z * [new branch] gh/wanchaol/126/orig -> origin/gh/wanchaol/126/orig 2022-03-17T19:06:46.8352696Z * [new branch] gh/wanchaol/134/base -> origin/gh/wanchaol/134/base 2022-03-17T19:06:46.8353908Z * [new branch] gh/wanchaol/134/head -> origin/gh/wanchaol/134/head 2022-03-17T19:06:46.8355258Z * [new branch] gh/wanchaol/134/orig -> origin/gh/wanchaol/134/orig 2022-03-17T19:06:46.8357437Z * [new branch] gh/wanchaol/149/base -> origin/gh/wanchaol/149/base 2022-03-17T19:06:46.8358464Z * [new branch] gh/wanchaol/149/head -> origin/gh/wanchaol/149/head 2022-03-17T19:06:46.8360667Z * [new branch] gh/wanchaol/149/orig -> origin/gh/wanchaol/149/orig 2022-03-17T19:06:46.8362510Z * [new branch] gh/wanchaol/150/base -> origin/gh/wanchaol/150/base 2022-03-17T19:06:46.8364755Z * [new branch] gh/wanchaol/150/head -> origin/gh/wanchaol/150/head 2022-03-17T19:06:46.8365494Z * [new branch] gh/wanchaol/150/orig -> origin/gh/wanchaol/150/orig 2022-03-17T19:06:46.8367772Z * [new branch] gh/wanchaol/169/base -> origin/gh/wanchaol/169/base 2022-03-17T19:06:46.8368494Z * [new branch] gh/wanchaol/169/head -> origin/gh/wanchaol/169/head 2022-03-17T19:06:46.8370683Z * [new branch] gh/wanchaol/189/base -> origin/gh/wanchaol/189/base 2022-03-17T19:06:46.8371684Z * [new branch] gh/wanchaol/189/head -> origin/gh/wanchaol/189/head 2022-03-17T19:06:46.8373563Z * [new branch] gh/wanchaol/189/orig -> origin/gh/wanchaol/189/orig 2022-03-17T19:06:46.8375112Z * [new branch] gh/wanchaol/200/base -> origin/gh/wanchaol/200/base 2022-03-17T19:06:46.8376124Z * [new branch] gh/wanchaol/200/head -> origin/gh/wanchaol/200/head 2022-03-17T19:06:46.8378464Z * [new branch] gh/wanchaol/200/orig -> origin/gh/wanchaol/200/orig 2022-03-17T19:06:46.8379521Z * [new branch] gh/wanchaol/203/base -> origin/gh/wanchaol/203/base 2022-03-17T19:06:46.8381495Z * [new branch] gh/wanchaol/203/head -> origin/gh/wanchaol/203/head 2022-03-17T19:06:46.8391381Z * [new branch] gh/wanchaol/204/base -> origin/gh/wanchaol/204/base 2022-03-17T19:06:46.8392408Z * [new branch] gh/wanchaol/204/head -> origin/gh/wanchaol/204/head 2022-03-17T19:06:46.8394221Z * [new branch] gh/wanchaol/204/orig -> origin/gh/wanchaol/204/orig 2022-03-17T19:06:46.8396264Z * [new branch] gh/wanchaol/206/base -> origin/gh/wanchaol/206/base 2022-03-17T19:06:46.8397243Z * [new branch] gh/wanchaol/206/head -> origin/gh/wanchaol/206/head 2022-03-17T19:06:46.8399115Z * [new branch] gh/wanchaol/206/orig -> origin/gh/wanchaol/206/orig 2022-03-17T19:06:46.8400845Z * [new branch] gh/wanchaol/207/base -> origin/gh/wanchaol/207/base 2022-03-17T19:06:46.8401910Z * [new branch] gh/wanchaol/207/head -> origin/gh/wanchaol/207/head 2022-03-17T19:06:46.8404059Z * [new branch] gh/wanchaol/207/orig -> origin/gh/wanchaol/207/orig 2022-03-17T19:06:46.8406192Z * [new branch] gh/wanchaol/44/base -> origin/gh/wanchaol/44/base 2022-03-17T19:06:46.8406958Z * [new branch] gh/wanchaol/44/head -> origin/gh/wanchaol/44/head 2022-03-17T19:06:46.8409199Z * [new branch] gh/wanchaol/69/base -> origin/gh/wanchaol/69/base 2022-03-17T19:06:46.8410198Z * [new branch] gh/wanchaol/69/head -> origin/gh/wanchaol/69/head 2022-03-17T19:06:46.8412147Z * [new branch] gh/wanchaol/69/orig -> origin/gh/wanchaol/69/orig 2022-03-17T19:06:46.8413689Z * [new branch] gh/wanchaol/75/base -> origin/gh/wanchaol/75/base 2022-03-17T19:06:46.8414747Z * [new branch] gh/wanchaol/75/head -> origin/gh/wanchaol/75/head 2022-03-17T19:06:46.8416611Z * [new branch] gh/wanchaol/75/orig -> origin/gh/wanchaol/75/orig 2022-03-17T19:06:46.8422992Z * [new branch] gh/wenlei.xie@gmail.com/1/base -> origin/gh/wenlei.xie@gmail.com/1/base 2022-03-17T19:06:46.8423944Z * [new branch] gh/wenlei.xie@gmail.com/1/orig -> origin/gh/wenlei.xie@gmail.com/1/orig 2022-03-17T19:06:46.8425896Z * [new branch] gh/wenlei.xie@gmail.com/10/base -> origin/gh/wenlei.xie@gmail.com/10/base 2022-03-17T19:06:46.8426696Z * [new branch] gh/wenlei.xie@gmail.com/10/orig -> origin/gh/wenlei.xie@gmail.com/10/orig 2022-03-17T19:06:46.8429066Z * [new branch] gh/wenlei.xie@gmail.com/11/base -> origin/gh/wenlei.xie@gmail.com/11/base 2022-03-17T19:06:46.8429997Z * [new branch] gh/wenlei.xie@gmail.com/11/orig -> origin/gh/wenlei.xie@gmail.com/11/orig 2022-03-17T19:06:46.8434982Z * [new branch] gh/wenlei.xie@gmail.com/12/base -> origin/gh/wenlei.xie@gmail.com/12/base 2022-03-17T19:06:46.8435705Z * [new branch] gh/wenlei.xie@gmail.com/12/orig -> origin/gh/wenlei.xie@gmail.com/12/orig 2022-03-17T19:06:46.8438098Z * [new branch] gh/wenlei.xie@gmail.com/13/base -> origin/gh/wenlei.xie@gmail.com/13/base 2022-03-17T19:06:46.8439163Z * [new branch] gh/wenlei.xie@gmail.com/13/orig -> origin/gh/wenlei.xie@gmail.com/13/orig 2022-03-17T19:06:46.8444126Z * [new branch] gh/wenlei.xie@gmail.com/14/base -> origin/gh/wenlei.xie@gmail.com/14/base 2022-03-17T19:06:46.8445041Z * [new branch] gh/wenlei.xie@gmail.com/14/orig -> origin/gh/wenlei.xie@gmail.com/14/orig 2022-03-17T19:06:46.8449486Z * [new branch] gh/wenlei.xie@gmail.com/15/base -> origin/gh/wenlei.xie@gmail.com/15/base 2022-03-17T19:06:46.8450341Z * [new branch] gh/wenlei.xie@gmail.com/15/orig -> origin/gh/wenlei.xie@gmail.com/15/orig 2022-03-17T19:06:46.8453957Z * [new branch] gh/wenlei.xie@gmail.com/16/base -> origin/gh/wenlei.xie@gmail.com/16/base 2022-03-17T19:06:46.8456193Z * [new branch] gh/wenlei.xie@gmail.com/16/orig -> origin/gh/wenlei.xie@gmail.com/16/orig 2022-03-17T19:06:46.8460751Z * [new branch] gh/wenlei.xie@gmail.com/17/base -> origin/gh/wenlei.xie@gmail.com/17/base 2022-03-17T19:06:46.8461566Z * [new branch] gh/wenlei.xie@gmail.com/17/orig -> origin/gh/wenlei.xie@gmail.com/17/orig 2022-03-17T19:06:46.8463761Z * [new branch] gh/wenlei.xie@gmail.com/18/base -> origin/gh/wenlei.xie@gmail.com/18/base 2022-03-17T19:06:46.8464617Z * [new branch] gh/wenlei.xie@gmail.com/18/orig -> origin/gh/wenlei.xie@gmail.com/18/orig 2022-03-17T19:06:46.8466824Z * [new branch] gh/wenlei.xie@gmail.com/2/base -> origin/gh/wenlei.xie@gmail.com/2/base 2022-03-17T19:06:46.8467617Z * [new branch] gh/wenlei.xie@gmail.com/2/orig -> origin/gh/wenlei.xie@gmail.com/2/orig 2022-03-17T19:06:46.8469612Z * [new branch] gh/wenlei.xie@gmail.com/3/base -> origin/gh/wenlei.xie@gmail.com/3/base 2022-03-17T19:06:46.8470611Z * [new branch] gh/wenlei.xie@gmail.com/3/orig -> origin/gh/wenlei.xie@gmail.com/3/orig 2022-03-17T19:06:46.8472777Z * [new branch] gh/wenlei.xie@gmail.com/4/base -> origin/gh/wenlei.xie@gmail.com/4/base 2022-03-17T19:06:46.8473660Z * [new branch] gh/wenlei.xie@gmail.com/4/orig -> origin/gh/wenlei.xie@gmail.com/4/orig 2022-03-17T19:06:46.8478560Z * [new branch] gh/wenlei.xie@gmail.com/5/base -> origin/gh/wenlei.xie@gmail.com/5/base 2022-03-17T19:06:46.8479554Z * [new branch] gh/wenlei.xie@gmail.com/5/orig -> origin/gh/wenlei.xie@gmail.com/5/orig 2022-03-17T19:06:46.8481829Z * [new branch] gh/wenlei.xie@gmail.com/6/base -> origin/gh/wenlei.xie@gmail.com/6/base 2022-03-17T19:06:46.8483063Z * [new branch] gh/wenlei.xie@gmail.com/6/orig -> origin/gh/wenlei.xie@gmail.com/6/orig 2022-03-17T19:06:46.8485040Z * [new branch] gh/wenlei.xie@gmail.com/7/base -> origin/gh/wenlei.xie@gmail.com/7/base 2022-03-17T19:06:46.8486032Z * [new branch] gh/wenlei.xie@gmail.com/7/head -> origin/gh/wenlei.xie@gmail.com/7/head 2022-03-17T19:06:46.8488051Z * [new branch] gh/wenlei.xie@gmail.com/7/orig -> origin/gh/wenlei.xie@gmail.com/7/orig 2022-03-17T19:06:46.8489107Z * [new branch] gh/wenlei.xie@gmail.com/8/base -> origin/gh/wenlei.xie@gmail.com/8/base 2022-03-17T19:06:46.8490782Z * [new branch] gh/wenlei.xie@gmail.com/8/head -> origin/gh/wenlei.xie@gmail.com/8/head 2022-03-17T19:06:46.8491811Z * [new branch] gh/wenlei.xie@gmail.com/8/orig -> origin/gh/wenlei.xie@gmail.com/8/orig 2022-03-17T19:06:46.8493886Z * [new branch] gh/wenlei.xie@gmail.com/9/base -> origin/gh/wenlei.xie@gmail.com/9/base 2022-03-17T19:06:46.8494742Z * [new branch] gh/wenlei.xie@gmail.com/9/head -> origin/gh/wenlei.xie@gmail.com/9/head 2022-03-17T19:06:46.8496756Z * [new branch] gh/wenlei.xie@gmail.com/9/orig -> origin/gh/wenlei.xie@gmail.com/9/orig 2022-03-17T19:06:46.8499139Z * [new branch] gh/wenleix/1/base -> origin/gh/wenleix/1/base 2022-03-17T19:06:46.8500042Z * [new branch] gh/wenleix/1/orig -> origin/gh/wenleix/1/orig 2022-03-17T19:06:46.8502729Z * [new branch] gh/wenleix/18/base -> origin/gh/wenleix/18/base 2022-03-17T19:06:46.8503574Z * [new branch] gh/wenleix/18/head -> origin/gh/wenleix/18/head 2022-03-17T19:06:46.8505768Z * [new branch] gh/wenleix/18/orig -> origin/gh/wenleix/18/orig 2022-03-17T19:06:46.8507472Z * [new branch] gh/wenleix/20/base -> origin/gh/wenleix/20/base 2022-03-17T19:06:46.8508399Z * [new branch] gh/wenleix/20/head -> origin/gh/wenleix/20/head 2022-03-17T19:06:46.8510183Z * [new branch] gh/wenleix/20/orig -> origin/gh/wenleix/20/orig 2022-03-17T19:06:46.8511256Z * [new branch] gh/wenleix/21/base -> origin/gh/wenleix/21/base 2022-03-17T19:06:46.8513379Z * [new branch] gh/wenleix/21/head -> origin/gh/wenleix/21/head 2022-03-17T19:06:46.8514252Z * [new branch] gh/wenleix/21/orig -> origin/gh/wenleix/21/orig 2022-03-17T19:06:46.8516731Z * [new branch] gh/wenleix/23/base -> origin/gh/wenleix/23/base 2022-03-17T19:06:46.8517607Z * [new branch] gh/wenleix/23/head -> origin/gh/wenleix/23/head 2022-03-17T19:06:46.8519465Z * [new branch] gh/wenleix/23/orig -> origin/gh/wenleix/23/orig 2022-03-17T19:06:46.8521663Z * [new branch] gh/wenleix/24/base -> origin/gh/wenleix/24/base 2022-03-17T19:06:46.8522839Z * [new branch] gh/wenleix/24/head -> origin/gh/wenleix/24/head 2022-03-17T19:06:46.8525018Z * [new branch] gh/wenleix/24/orig -> origin/gh/wenleix/24/orig 2022-03-17T19:06:46.8526089Z * [new branch] gh/wenleix/3/base -> origin/gh/wenleix/3/base 2022-03-17T19:06:46.8527401Z * [new branch] gh/wenleix/3/orig -> origin/gh/wenleix/3/orig 2022-03-17T19:06:46.8529613Z * [new branch] gh/wenleix/30/base -> origin/gh/wenleix/30/base 2022-03-17T19:06:46.8530549Z * [new branch] gh/wenleix/30/head -> origin/gh/wenleix/30/head 2022-03-17T19:06:46.8532486Z * [new branch] gh/wenleix/30/orig -> origin/gh/wenleix/30/orig 2022-03-17T19:06:46.8533522Z * [new branch] gh/wenleix/31/base -> origin/gh/wenleix/31/base 2022-03-17T19:06:46.8535434Z * [new branch] gh/wenleix/31/head -> origin/gh/wenleix/31/head 2022-03-17T19:06:46.8536565Z * [new branch] gh/wenleix/31/orig -> origin/gh/wenleix/31/orig 2022-03-17T19:06:46.8539001Z * [new branch] gh/wenleix/32/base -> origin/gh/wenleix/32/base 2022-03-17T19:06:46.8539815Z * [new branch] gh/wenleix/32/head -> origin/gh/wenleix/32/head 2022-03-17T19:06:46.8541737Z * [new branch] gh/wenleix/32/orig -> origin/gh/wenleix/32/orig 2022-03-17T19:06:46.8543658Z * [new branch] gh/wenleix/8/base -> origin/gh/wenleix/8/base 2022-03-17T19:06:46.8544530Z * [new branch] gh/wenleix/8/orig -> origin/gh/wenleix/8/orig 2022-03-17T19:06:46.8546967Z * [new branch] gh/xcheng16/1/base -> origin/gh/xcheng16/1/base 2022-03-17T19:06:46.8547813Z * [new branch] gh/xcheng16/1/head -> origin/gh/xcheng16/1/head 2022-03-17T19:06:46.8550055Z * [new branch] gh/xcheng16/16/base -> origin/gh/xcheng16/16/base 2022-03-17T19:06:46.8550875Z * [new branch] gh/xcheng16/16/head -> origin/gh/xcheng16/16/head 2022-03-17T19:06:46.8552898Z * [new branch] gh/xcheng16/16/orig -> origin/gh/xcheng16/16/orig 2022-03-17T19:06:46.8553968Z * [new branch] gh/xcheng16/19/base -> origin/gh/xcheng16/19/base 2022-03-17T19:06:46.8555852Z * [new branch] gh/xcheng16/19/head -> origin/gh/xcheng16/19/head 2022-03-17T19:06:46.8556820Z * [new branch] gh/xcheng16/19/orig -> origin/gh/xcheng16/19/orig 2022-03-17T19:06:46.8559210Z * [new branch] gh/xcheng16/23/base -> origin/gh/xcheng16/23/base 2022-03-17T19:06:46.8559994Z * [new branch] gh/xcheng16/23/head -> origin/gh/xcheng16/23/head 2022-03-17T19:06:46.8562120Z * [new branch] gh/xcheng16/24/base -> origin/gh/xcheng16/24/base 2022-03-17T19:06:46.8564105Z * [new branch] gh/xcheng16/24/head -> origin/gh/xcheng16/24/head 2022-03-17T19:06:46.8565152Z * [new branch] gh/xcheng16/25/base -> origin/gh/xcheng16/25/base 2022-03-17T19:06:46.8566893Z * [new branch] gh/xcheng16/25/head -> origin/gh/xcheng16/25/head 2022-03-17T19:06:46.8567946Z * [new branch] gh/xcheng16/26/base -> origin/gh/xcheng16/26/base 2022-03-17T19:06:46.8569594Z * [new branch] gh/xcheng16/26/head -> origin/gh/xcheng16/26/head 2022-03-17T19:06:46.8571568Z * [new branch] gh/xcheng16/27/base -> origin/gh/xcheng16/27/base 2022-03-17T19:06:46.8572620Z * [new branch] gh/xcheng16/27/head -> origin/gh/xcheng16/27/head 2022-03-17T19:06:46.8574635Z * [new branch] gh/xcheng16/28/base -> origin/gh/xcheng16/28/base 2022-03-17T19:06:46.8575434Z * [new branch] gh/xcheng16/28/head -> origin/gh/xcheng16/28/head 2022-03-17T19:06:46.8577296Z * [new branch] gh/xcheng16/29/base -> origin/gh/xcheng16/29/base 2022-03-17T19:06:46.8578310Z * [new branch] gh/xcheng16/29/head -> origin/gh/xcheng16/29/head 2022-03-17T19:06:46.8580225Z * [new branch] gh/xcheng16/30/base -> origin/gh/xcheng16/30/base 2022-03-17T19:06:46.8581033Z * [new branch] gh/xcheng16/30/head -> origin/gh/xcheng16/30/head 2022-03-17T19:06:46.8583134Z * [new branch] gh/xcheng16/5/base -> origin/gh/xcheng16/5/base 2022-03-17T19:06:46.8584179Z * [new branch] gh/xcheng16/5/head -> origin/gh/xcheng16/5/head 2022-03-17T19:06:46.8586324Z * [new branch] gh/xcheng16/7/head -> origin/gh/xcheng16/7/head 2022-03-17T19:06:46.8588627Z * [new branch] gh/xiaobingsuper/1/base -> origin/gh/xiaobingsuper/1/base 2022-03-17T19:06:46.8589454Z * [new branch] gh/xiaobingsuper/1/orig -> origin/gh/xiaobingsuper/1/orig 2022-03-17T19:06:46.8591742Z * [new branch] gh/xiaobingsuper/2/base -> origin/gh/xiaobingsuper/2/base 2022-03-17T19:06:46.8592527Z * [new branch] gh/xiaobingsuper/2/head -> origin/gh/xiaobingsuper/2/head 2022-03-17T19:06:46.8594590Z * [new branch] gh/xiaobingsuper/6/base -> origin/gh/xiaobingsuper/6/base 2022-03-17T19:06:46.8595647Z * [new branch] gh/xiaobingsuper/6/head -> origin/gh/xiaobingsuper/6/head 2022-03-17T19:06:46.8597682Z * [new branch] gh/xiaobingsuper/6/orig -> origin/gh/xiaobingsuper/6/orig 2022-03-17T19:06:46.8598791Z * [new branch] gh/xiaobingsuper/8/base -> origin/gh/xiaobingsuper/8/base 2022-03-17T19:06:46.8600700Z * [new branch] gh/xiaobingsuper/8/orig -> origin/gh/xiaobingsuper/8/orig 2022-03-17T19:06:46.8603091Z * [new branch] gh/xta0/114/base -> origin/gh/xta0/114/base 2022-03-17T19:06:46.8603875Z * [new branch] gh/xta0/114/head -> origin/gh/xta0/114/head 2022-03-17T19:06:46.8605701Z * [new branch] gh/xta0/114/orig -> origin/gh/xta0/114/orig 2022-03-17T19:06:46.8607648Z * [new branch] gh/xta0/117/base -> origin/gh/xta0/117/base 2022-03-17T19:06:46.8608609Z * [new branch] gh/xta0/117/head -> origin/gh/xta0/117/head 2022-03-17T19:06:46.8610607Z * [new branch] gh/xta0/118/base -> origin/gh/xta0/118/base 2022-03-17T19:06:46.8611286Z * [new branch] gh/xta0/118/head -> origin/gh/xta0/118/head 2022-03-17T19:06:46.8613511Z * [new branch] gh/xta0/129/base -> origin/gh/xta0/129/base 2022-03-17T19:06:46.8614435Z * [new branch] gh/xta0/129/head -> origin/gh/xta0/129/head 2022-03-17T19:06:46.8616472Z * [new branch] gh/xta0/129/orig -> origin/gh/xta0/129/orig 2022-03-17T19:06:46.8617585Z * [new branch] gh/xta0/138/base -> origin/gh/xta0/138/base 2022-03-17T19:06:46.8619528Z * [new branch] gh/xta0/138/head -> origin/gh/xta0/138/head 2022-03-17T19:06:46.8620634Z * [new branch] gh/xta0/142/base -> origin/gh/xta0/142/base 2022-03-17T19:06:46.8622389Z * [new branch] gh/xta0/142/head -> origin/gh/xta0/142/head 2022-03-17T19:06:46.8623355Z * [new branch] gh/xta0/142/orig -> origin/gh/xta0/142/orig 2022-03-17T19:06:46.8625892Z * [new branch] gh/xta0/144/base -> origin/gh/xta0/144/base 2022-03-17T19:06:46.8626825Z * [new branch] gh/xta0/144/head -> origin/gh/xta0/144/head 2022-03-17T19:06:46.8628698Z * [new branch] gh/xta0/144/orig -> origin/gh/xta0/144/orig 2022-03-17T19:06:46.8630585Z * [new branch] gh/xta0/145/base -> origin/gh/xta0/145/base 2022-03-17T19:06:46.8631545Z * [new branch] gh/xta0/145/head -> origin/gh/xta0/145/head 2022-03-17T19:06:46.8633043Z * [new branch] gh/xta0/145/orig -> origin/gh/xta0/145/orig 2022-03-17T19:06:46.8634886Z * [new branch] gh/xta0/2/base -> origin/gh/xta0/2/base 2022-03-17T19:06:46.8636834Z * [new branch] gh/xta0/2/head -> origin/gh/xta0/2/head 2022-03-17T19:06:46.8637850Z * [new branch] gh/xta0/2/orig -> origin/gh/xta0/2/orig 2022-03-17T19:06:46.8640083Z * [new branch] gh/xta0/29/base -> origin/gh/xta0/29/base 2022-03-17T19:06:46.8641175Z * [new branch] gh/xta0/29/head -> origin/gh/xta0/29/head 2022-03-17T19:06:46.8643227Z * [new branch] gh/xta0/29/orig -> origin/gh/xta0/29/orig 2022-03-17T19:06:46.8645489Z * [new branch] gh/xta0/3/base -> origin/gh/xta0/3/base 2022-03-17T19:06:46.8646467Z * [new branch] gh/xta0/3/head -> origin/gh/xta0/3/head 2022-03-17T19:06:46.8648364Z * [new branch] gh/xta0/3/orig -> origin/gh/xta0/3/orig 2022-03-17T19:06:46.8649456Z * [new branch] gh/xta0/4/base -> origin/gh/xta0/4/base 2022-03-17T19:06:46.8651520Z * [new branch] gh/xta0/4/head -> origin/gh/xta0/4/head 2022-03-17T19:06:46.8652411Z * [new branch] gh/xta0/4/orig -> origin/gh/xta0/4/orig 2022-03-17T19:06:46.8654675Z * [new branch] gh/xta0/47/base -> origin/gh/xta0/47/base 2022-03-17T19:06:46.8655531Z * [new branch] gh/xta0/47/head -> origin/gh/xta0/47/head 2022-03-17T19:06:46.8657297Z * [new branch] gh/xta0/47/orig -> origin/gh/xta0/47/orig 2022-03-17T19:06:46.8659303Z * [new branch] gh/xta0/48/base -> origin/gh/xta0/48/base 2022-03-17T19:06:46.8659997Z * [new branch] gh/xta0/48/head -> origin/gh/xta0/48/head 2022-03-17T19:06:46.8661893Z * [new branch] gh/xta0/48/orig -> origin/gh/xta0/48/orig 2022-03-17T19:06:46.8663388Z * [new branch] gh/xta0/61/base -> origin/gh/xta0/61/base 2022-03-17T19:06:46.8665124Z * [new branch] gh/xta0/61/head -> origin/gh/xta0/61/head 2022-03-17T19:06:46.8666946Z * [new branch] gh/xta0/72/base -> origin/gh/xta0/72/base 2022-03-17T19:06:46.8668015Z * [new branch] gh/xta0/72/head -> origin/gh/xta0/72/head 2022-03-17T19:06:46.8669738Z * [new branch] gh/xta0/72/orig -> origin/gh/xta0/72/orig 2022-03-17T19:06:46.8671538Z * [new branch] gh/xta0/89/base -> origin/gh/xta0/89/base 2022-03-17T19:06:46.8672468Z * [new branch] gh/xta0/89/head -> origin/gh/xta0/89/head 2022-03-17T19:06:46.8674876Z * [new branch] gh/xuhdev/10/base -> origin/gh/xuhdev/10/base 2022-03-17T19:06:46.8676132Z * [new branch] gh/xuhdev/14/base -> origin/gh/xuhdev/14/base 2022-03-17T19:06:46.8677921Z * [new branch] gh/xuhdev/14/head -> origin/gh/xuhdev/14/head 2022-03-17T19:06:46.8678805Z * [new branch] gh/xuhdev/14/orig -> origin/gh/xuhdev/14/orig 2022-03-17T19:06:46.8680990Z * [new branch] gh/xuhdev/15/base -> origin/gh/xuhdev/15/base 2022-03-17T19:06:46.8683204Z * [new branch] gh/xuhdev/26/base -> origin/gh/xuhdev/26/base 2022-03-17T19:06:46.8684146Z * [new branch] gh/xuhdev/26/orig -> origin/gh/xuhdev/26/orig 2022-03-17T19:06:46.8686318Z * [new branch] gh/xuhdev/28/base -> origin/gh/xuhdev/28/base 2022-03-17T19:06:46.8687251Z * [new branch] gh/xuhdev/28/head -> origin/gh/xuhdev/28/head 2022-03-17T19:06:46.8689247Z * [new branch] gh/xuhdev/28/orig -> origin/gh/xuhdev/28/orig 2022-03-17T19:06:46.8690785Z * [new branch] gh/xuhdev/32/base -> origin/gh/xuhdev/32/base 2022-03-17T19:06:46.8691773Z * [new branch] gh/xuhdev/32/orig -> origin/gh/xuhdev/32/orig 2022-03-17T19:06:46.8694060Z * [new branch] gh/xuhdev/33/base -> origin/gh/xuhdev/33/base 2022-03-17T19:06:46.8694798Z * [new branch] gh/xuhdev/33/orig -> origin/gh/xuhdev/33/orig 2022-03-17T19:06:46.8696873Z * [new branch] gh/xuhdev/34/base -> origin/gh/xuhdev/34/base 2022-03-17T19:06:46.8697744Z * [new branch] gh/xuhdev/34/orig -> origin/gh/xuhdev/34/orig 2022-03-17T19:06:46.8700070Z * [new branch] gh/xuhdev/36/base -> origin/gh/xuhdev/36/base 2022-03-17T19:06:46.8701003Z * [new branch] gh/xuhdev/36/orig -> origin/gh/xuhdev/36/orig 2022-03-17T19:06:46.8703290Z * [new branch] gh/xuhdev/38/base -> origin/gh/xuhdev/38/base 2022-03-17T19:06:46.8704044Z * [new branch] gh/xuhdev/38/orig -> origin/gh/xuhdev/38/orig 2022-03-17T19:06:46.8706287Z * [new branch] gh/xuhdev/4/base -> origin/gh/xuhdev/4/base 2022-03-17T19:06:46.8708050Z * [new branch] gh/xuhdev/40/base -> origin/gh/xuhdev/40/base 2022-03-17T19:06:46.8710292Z * [new branch] gh/xuhdev/40/orig -> origin/gh/xuhdev/40/orig 2022-03-17T19:06:46.8711366Z * [new branch] gh/xuhdev/41/orig -> origin/gh/xuhdev/41/orig 2022-03-17T19:06:46.8713937Z * [new branch] gh/xuhdev/42/base -> origin/gh/xuhdev/42/base 2022-03-17T19:06:46.8714938Z * [new branch] gh/xuhdev/42/orig -> origin/gh/xuhdev/42/orig 2022-03-17T19:06:46.8717325Z * [new branch] gh/xuhdev/50/base -> origin/gh/xuhdev/50/base 2022-03-17T19:06:46.8718449Z * [new branch] gh/xuhdev/50/head -> origin/gh/xuhdev/50/head 2022-03-17T19:06:46.8720354Z * [new branch] gh/xuhdev/50/orig -> origin/gh/xuhdev/50/orig 2022-03-17T19:06:46.8721773Z * [new branch] gh/xuhdev/52/base -> origin/gh/xuhdev/52/base 2022-03-17T19:06:46.8723648Z * [new branch] gh/xuhdev/52/head -> origin/gh/xuhdev/52/head 2022-03-17T19:06:46.8724524Z * [new branch] gh/xuhdev/52/orig -> origin/gh/xuhdev/52/orig 2022-03-17T19:06:46.8726825Z * [new branch] gh/xuhdev/53/base -> origin/gh/xuhdev/53/base 2022-03-17T19:06:46.8728746Z * [new branch] gh/xuhdev/55/base -> origin/gh/xuhdev/55/base 2022-03-17T19:06:46.8729568Z * [new branch] gh/xuhdev/55/orig -> origin/gh/xuhdev/55/orig 2022-03-17T19:06:46.8731809Z * [new branch] gh/xuhdev/56/base -> origin/gh/xuhdev/56/base 2022-03-17T19:06:46.8732668Z * [new branch] gh/xuhdev/56/orig -> origin/gh/xuhdev/56/orig 2022-03-17T19:06:46.8734911Z * [new branch] gh/xuhdev/58/base -> origin/gh/xuhdev/58/base 2022-03-17T19:06:46.8735783Z * [new branch] gh/xuhdev/58/orig -> origin/gh/xuhdev/58/orig 2022-03-17T19:06:46.8738219Z * [new branch] gh/xuhdev/59/orig -> origin/gh/xuhdev/59/orig 2022-03-17T19:06:46.8739291Z * [new branch] gh/xuhdev/60/orig -> origin/gh/xuhdev/60/orig 2022-03-17T19:06:46.8741611Z * [new branch] gh/xuhdev/61/base -> origin/gh/xuhdev/61/base 2022-03-17T19:06:46.8742454Z * [new branch] gh/xuhdev/61/orig -> origin/gh/xuhdev/61/orig 2022-03-17T19:06:46.8744693Z * [new branch] gh/xuhdev/67/orig -> origin/gh/xuhdev/67/orig 2022-03-17T19:06:46.8745761Z * [new branch] gh/xuhdev/69/base -> origin/gh/xuhdev/69/base 2022-03-17T19:06:46.8747712Z * [new branch] gh/xuhdev/69/orig -> origin/gh/xuhdev/69/orig 2022-03-17T19:06:46.8748896Z * [new branch] gh/xuhdev/70/orig -> origin/gh/xuhdev/70/orig 2022-03-17T19:06:46.8751211Z * [new branch] gh/xuhdev/73/base -> origin/gh/xuhdev/73/base 2022-03-17T19:06:46.8751974Z * [new branch] gh/xuhdev/73/orig -> origin/gh/xuhdev/73/orig 2022-03-17T19:06:46.8755051Z * [new branch] gh/xuhdev/74/orig -> origin/gh/xuhdev/74/orig 2022-03-17T19:06:46.8756568Z * [new branch] gh/xuhdev/77/base -> origin/gh/xuhdev/77/base 2022-03-17T19:06:46.8757592Z * [new branch] gh/xuhdev/77/orig -> origin/gh/xuhdev/77/orig 2022-03-17T19:06:46.8759925Z * [new branch] gh/xuhdev/78/base -> origin/gh/xuhdev/78/base 2022-03-17T19:06:46.8760972Z * [new branch] gh/xuhdev/78/orig -> origin/gh/xuhdev/78/orig 2022-03-17T19:06:46.8763631Z * [new branch] gh/xuhdev/79/base -> origin/gh/xuhdev/79/base 2022-03-17T19:06:46.8764544Z * [new branch] gh/xuhdev/79/orig -> origin/gh/xuhdev/79/orig 2022-03-17T19:06:46.8766923Z * [new branch] gh/xuhdev/81/base -> origin/gh/xuhdev/81/base 2022-03-17T19:06:46.8767743Z * [new branch] gh/xuhdev/81/orig -> origin/gh/xuhdev/81/orig 2022-03-17T19:06:46.8769992Z * [new branch] gh/xuhdev/82/base -> origin/gh/xuhdev/82/base 2022-03-17T19:06:46.8770786Z * [new branch] gh/xuhdev/82/orig -> origin/gh/xuhdev/82/orig 2022-03-17T19:06:46.8773868Z * [new branch] gh/xuhdev/83/base -> origin/gh/xuhdev/83/base 2022-03-17T19:06:46.8774708Z * [new branch] gh/xuhdev/83/orig -> origin/gh/xuhdev/83/orig 2022-03-17T19:06:46.8776895Z * [new branch] gh/xuhdev/87/base -> origin/gh/xuhdev/87/base 2022-03-17T19:06:46.8777970Z * [new branch] gh/xuhdev/87/orig -> origin/gh/xuhdev/87/orig 2022-03-17T19:06:46.8780198Z * [new branch] gh/xuhdev/88/base -> origin/gh/xuhdev/88/base 2022-03-17T19:06:46.8781010Z * [new branch] gh/xuhdev/88/orig -> origin/gh/xuhdev/88/orig 2022-03-17T19:06:46.8783335Z * [new branch] gh/xuhdev/89/base -> origin/gh/xuhdev/89/base 2022-03-17T19:06:46.8784121Z * [new branch] gh/xuhdev/89/orig -> origin/gh/xuhdev/89/orig 2022-03-17T19:06:46.8786291Z * [new branch] gh/xuhdev/9/base -> origin/gh/xuhdev/9/base 2022-03-17T19:06:46.8787205Z * [new branch] gh/xuhdev/9/head -> origin/gh/xuhdev/9/head 2022-03-17T19:06:46.8789093Z * [new branch] gh/xuhdev/9/orig -> origin/gh/xuhdev/9/orig 2022-03-17T19:06:46.8791223Z * [new branch] gh/xuhdev/96/base -> origin/gh/xuhdev/96/base 2022-03-17T19:06:46.8792312Z * [new branch] gh/xuhdev/96/head -> origin/gh/xuhdev/96/head 2022-03-17T19:06:46.8794160Z * [new branch] gh/xuhdev/96/orig -> origin/gh/xuhdev/96/orig 2022-03-17T19:06:46.8796207Z * [new branch] gh/xush6528/18/base -> origin/gh/xush6528/18/base 2022-03-17T19:06:46.8797096Z * [new branch] gh/xush6528/18/head -> origin/gh/xush6528/18/head 2022-03-17T19:06:46.8799613Z * [new branch] gh/xush6528/54/base -> origin/gh/xush6528/54/base 2022-03-17T19:06:46.8800539Z * [new branch] gh/xush6528/54/head -> origin/gh/xush6528/54/head 2022-03-17T19:06:46.8802592Z * [new branch] gh/xush6528/54/orig -> origin/gh/xush6528/54/orig 2022-03-17T19:06:46.8803731Z * [new branch] gh/xush6528/58/base -> origin/gh/xush6528/58/base 2022-03-17T19:06:46.8805602Z * [new branch] gh/xush6528/58/head -> origin/gh/xush6528/58/head 2022-03-17T19:06:46.8807617Z * [new branch] gh/xuzhao9/1/base -> origin/gh/xuzhao9/1/base 2022-03-17T19:06:46.8808722Z * [new branch] gh/xuzhao9/1/orig -> origin/gh/xuzhao9/1/orig 2022-03-17T19:06:46.8810908Z * [new branch] gh/xuzhao9/2/base -> origin/gh/xuzhao9/2/base 2022-03-17T19:06:46.8811692Z * [new branch] gh/xuzhao9/2/orig -> origin/gh/xuzhao9/2/orig 2022-03-17T19:06:46.8813775Z * [new branch] gh/xuzhao9/3/base -> origin/gh/xuzhao9/3/base 2022-03-17T19:06:46.8814586Z * [new branch] gh/xuzhao9/3/orig -> origin/gh/xuzhao9/3/orig 2022-03-17T19:06:46.8817119Z * [new branch] gh/yf225/107/base -> origin/gh/yf225/107/base 2022-03-17T19:06:46.8817953Z * [new branch] gh/yf225/107/head -> origin/gh/yf225/107/head 2022-03-17T19:06:46.8819468Z * [new branch] gh/yf225/107/orig -> origin/gh/yf225/107/orig 2022-03-17T19:06:46.8821222Z * [new branch] gh/yf225/14/head -> origin/gh/yf225/14/head 2022-03-17T19:06:46.8822758Z * [new branch] gh/yf225/15/base -> origin/gh/yf225/15/base 2022-03-17T19:06:46.8823755Z * [new branch] gh/yf225/15/head -> origin/gh/yf225/15/head 2022-03-17T19:06:46.8826181Z * [new branch] gh/yf225/73/base -> origin/gh/yf225/73/base 2022-03-17T19:06:46.8827008Z * [new branch] gh/yf225/73/head -> origin/gh/yf225/73/head 2022-03-17T19:06:46.8828741Z * [new branch] gh/yf225/73/orig -> origin/gh/yf225/73/orig 2022-03-17T19:06:46.8829744Z * [new branch] gh/yf225/82/base -> origin/gh/yf225/82/base 2022-03-17T19:06:46.8831561Z * [new branch] gh/yf225/82/head -> origin/gh/yf225/82/head 2022-03-17T19:06:46.8832416Z * [new branch] gh/yf225/82/orig -> origin/gh/yf225/82/orig 2022-03-17T19:06:46.8834445Z * [new branch] gh/yf225/84/base -> origin/gh/yf225/84/base 2022-03-17T19:06:46.8835345Z * [new branch] gh/yf225/84/head -> origin/gh/yf225/84/head 2022-03-17T19:06:46.8837246Z * [new branch] gh/yf225/84/orig -> origin/gh/yf225/84/orig 2022-03-17T19:06:46.8838015Z * [new branch] gh/yf225/90/base -> origin/gh/yf225/90/base 2022-03-17T19:06:46.8839829Z * [new branch] gh/yf225/90/head -> origin/gh/yf225/90/head 2022-03-17T19:06:46.8840702Z * [new branch] gh/yf225/90/orig -> origin/gh/yf225/90/orig 2022-03-17T19:06:46.8843095Z * [new branch] gh/yf225/91/base -> origin/gh/yf225/91/base 2022-03-17T19:06:46.8843969Z * [new branch] gh/yf225/91/head -> origin/gh/yf225/91/head 2022-03-17T19:06:46.8845043Z * [new branch] gh/yf225/91/orig -> origin/gh/yf225/91/orig 2022-03-17T19:06:46.8847616Z * [new branch] gh/ysiraichi/31/base -> origin/gh/ysiraichi/31/base 2022-03-17T19:06:46.8848446Z * [new branch] gh/ysiraichi/31/head -> origin/gh/ysiraichi/31/head 2022-03-17T19:06:46.8850375Z * [new branch] gh/ysiraichi/31/orig -> origin/gh/ysiraichi/31/orig 2022-03-17T19:06:46.8852117Z * [new branch] gh/ysiraichi/35/base -> origin/gh/ysiraichi/35/base 2022-03-17T19:06:46.8853185Z * [new branch] gh/ysiraichi/35/head -> origin/gh/ysiraichi/35/head 2022-03-17T19:06:46.8855076Z * [new branch] gh/ysiraichi/35/orig -> origin/gh/ysiraichi/35/orig 2022-03-17T19:06:46.8856819Z * [new branch] gh/ysiraichi/36/base -> origin/gh/ysiraichi/36/base 2022-03-17T19:06:46.8857843Z * [new branch] gh/ysiraichi/36/orig -> origin/gh/ysiraichi/36/orig 2022-03-17T19:06:46.8860136Z * [new branch] gh/ysiraichi/37/base -> origin/gh/ysiraichi/37/base 2022-03-17T19:06:46.8861174Z * [new branch] gh/ysiraichi/37/head -> origin/gh/ysiraichi/37/head 2022-03-17T19:06:46.8862948Z * [new branch] gh/ysiraichi/37/orig -> origin/gh/ysiraichi/37/orig 2022-03-17T19:06:46.8865071Z * [new branch] gh/ysiraichi/38/base -> origin/gh/ysiraichi/38/base 2022-03-17T19:06:46.8866525Z * [new branch] gh/ysiraichi/38/head -> origin/gh/ysiraichi/38/head 2022-03-17T19:06:46.8867578Z * [new branch] gh/ysiraichi/38/orig -> origin/gh/ysiraichi/38/orig 2022-03-17T19:06:46.8869429Z * [new branch] gh/ysiraichi/39/base -> origin/gh/ysiraichi/39/base 2022-03-17T19:06:46.8870492Z * [new branch] gh/ysiraichi/39/head -> origin/gh/ysiraichi/39/head 2022-03-17T19:06:46.8872129Z * [new branch] gh/ysiraichi/39/orig -> origin/gh/ysiraichi/39/orig 2022-03-17T19:06:46.8873919Z * [new branch] gh/ysiraichi/40/base -> origin/gh/ysiraichi/40/base 2022-03-17T19:06:46.8875097Z * [new branch] gh/ysiraichi/40/head -> origin/gh/ysiraichi/40/head 2022-03-17T19:06:46.8876894Z * [new branch] gh/ysiraichi/40/orig -> origin/gh/ysiraichi/40/orig 2022-03-17T19:06:46.8878253Z * [new branch] gh/ysiraichi/41/base -> origin/gh/ysiraichi/41/base 2022-03-17T19:06:46.8879598Z * [new branch] gh/ysiraichi/41/head -> origin/gh/ysiraichi/41/head 2022-03-17T19:06:46.8881350Z * [new branch] gh/ysiraichi/41/orig -> origin/gh/ysiraichi/41/orig 2022-03-17T19:06:46.8884080Z * [new branch] gh/ysiraichi/42/base -> origin/gh/ysiraichi/42/base 2022-03-17T19:06:46.8884992Z * [new branch] gh/ysiraichi/42/head -> origin/gh/ysiraichi/42/head 2022-03-17T19:06:46.8886999Z * [new branch] gh/ysiraichi/42/orig -> origin/gh/ysiraichi/42/orig 2022-03-17T19:06:46.8888521Z * [new branch] gh/ysiraichi/43/base -> origin/gh/ysiraichi/43/base 2022-03-17T19:06:46.8889739Z * [new branch] gh/ysiraichi/43/head -> origin/gh/ysiraichi/43/head 2022-03-17T19:06:46.8891743Z * [new branch] gh/ysiraichi/43/orig -> origin/gh/ysiraichi/43/orig 2022-03-17T19:06:46.8893315Z * [new branch] gh/ysiraichi/44/base -> origin/gh/ysiraichi/44/base 2022-03-17T19:06:46.8895083Z * [new branch] gh/ysiraichi/44/head -> origin/gh/ysiraichi/44/head 2022-03-17T19:06:46.8896014Z * [new branch] gh/ysiraichi/44/orig -> origin/gh/ysiraichi/44/orig 2022-03-17T19:06:46.8898609Z * [new branch] gh/z-a-f/100/base -> origin/gh/z-a-f/100/base 2022-03-17T19:06:46.8899540Z * [new branch] gh/z-a-f/100/head -> origin/gh/z-a-f/100/head 2022-03-17T19:06:46.8901773Z * [new branch] gh/z-a-f/100/orig -> origin/gh/z-a-f/100/orig 2022-03-17T19:06:46.8902752Z * [new branch] gh/z-a-f/101/base -> origin/gh/z-a-f/101/base 2022-03-17T19:06:46.8904812Z * [new branch] gh/z-a-f/101/head -> origin/gh/z-a-f/101/head 2022-03-17T19:06:46.8905504Z * [new branch] gh/z-a-f/101/orig -> origin/gh/z-a-f/101/orig 2022-03-17T19:06:46.8907820Z * [new branch] gh/z-a-f/102/base -> origin/gh/z-a-f/102/base 2022-03-17T19:06:46.8908623Z * [new branch] gh/z-a-f/102/head -> origin/gh/z-a-f/102/head 2022-03-17T19:06:46.8910558Z * [new branch] gh/z-a-f/102/orig -> origin/gh/z-a-f/102/orig 2022-03-17T19:06:46.8911644Z * [new branch] gh/z-a-f/106/base -> origin/gh/z-a-f/106/base 2022-03-17T19:06:46.8913426Z * [new branch] gh/z-a-f/106/head -> origin/gh/z-a-f/106/head 2022-03-17T19:06:46.8914298Z * [new branch] gh/z-a-f/106/orig -> origin/gh/z-a-f/106/orig 2022-03-17T19:06:46.8916325Z * [new branch] gh/z-a-f/109/base -> origin/gh/z-a-f/109/base 2022-03-17T19:06:46.8917060Z * [new branch] gh/z-a-f/109/head -> origin/gh/z-a-f/109/head 2022-03-17T19:06:46.8918817Z * [new branch] gh/z-a-f/109/orig -> origin/gh/z-a-f/109/orig 2022-03-17T19:06:46.8920902Z * [new branch] gh/z-a-f/112/base -> origin/gh/z-a-f/112/base 2022-03-17T19:06:46.8922201Z * [new branch] gh/z-a-f/112/head -> origin/gh/z-a-f/112/head 2022-03-17T19:06:46.8923715Z * [new branch] gh/z-a-f/112/orig -> origin/gh/z-a-f/112/orig 2022-03-17T19:06:46.8925585Z * [new branch] gh/z-a-f/113/base -> origin/gh/z-a-f/113/base 2022-03-17T19:06:46.8926609Z * [new branch] gh/z-a-f/113/head -> origin/gh/z-a-f/113/head 2022-03-17T19:06:46.8928983Z * [new branch] gh/z-a-f/121/base -> origin/gh/z-a-f/121/base 2022-03-17T19:06:46.8929751Z * [new branch] gh/z-a-f/121/head -> origin/gh/z-a-f/121/head 2022-03-17T19:06:46.8931607Z * [new branch] gh/z-a-f/121/orig -> origin/gh/z-a-f/121/orig 2022-03-17T19:06:46.8933452Z * [new branch] gh/z-a-f/122/base -> origin/gh/z-a-f/122/base 2022-03-17T19:06:46.8934427Z * [new branch] gh/z-a-f/122/head -> origin/gh/z-a-f/122/head 2022-03-17T19:06:46.8936337Z * [new branch] gh/z-a-f/122/orig -> origin/gh/z-a-f/122/orig 2022-03-17T19:06:46.8938112Z * [new branch] gh/z-a-f/123/base -> origin/gh/z-a-f/123/base 2022-03-17T19:06:46.8939202Z * [new branch] gh/z-a-f/123/head -> origin/gh/z-a-f/123/head 2022-03-17T19:06:46.8941199Z * [new branch] gh/z-a-f/123/orig -> origin/gh/z-a-f/123/orig 2022-03-17T19:06:46.8942725Z * [new branch] gh/z-a-f/124/base -> origin/gh/z-a-f/124/base 2022-03-17T19:06:46.8943765Z * [new branch] gh/z-a-f/124/head -> origin/gh/z-a-f/124/head 2022-03-17T19:06:46.8945714Z * [new branch] gh/z-a-f/124/orig -> origin/gh/z-a-f/124/orig 2022-03-17T19:06:46.8947425Z * [new branch] gh/z-a-f/127/base -> origin/gh/z-a-f/127/base 2022-03-17T19:06:46.8948392Z * [new branch] gh/z-a-f/127/head -> origin/gh/z-a-f/127/head 2022-03-17T19:06:46.8950330Z * [new branch] gh/z-a-f/127/orig -> origin/gh/z-a-f/127/orig 2022-03-17T19:06:46.8952075Z * [new branch] gh/z-a-f/129/base -> origin/gh/z-a-f/129/base 2022-03-17T19:06:46.8952962Z * [new branch] gh/z-a-f/129/head -> origin/gh/z-a-f/129/head 2022-03-17T19:06:46.8954784Z * [new branch] gh/z-a-f/129/orig -> origin/gh/z-a-f/129/orig 2022-03-17T19:06:46.8956612Z * [new branch] gh/z-a-f/130/base -> origin/gh/z-a-f/130/base 2022-03-17T19:06:46.8957590Z * [new branch] gh/z-a-f/130/head -> origin/gh/z-a-f/130/head 2022-03-17T19:06:46.8959715Z * [new branch] gh/z-a-f/130/orig -> origin/gh/z-a-f/130/orig 2022-03-17T19:06:46.8961584Z * [new branch] gh/z-a-f/131/base -> origin/gh/z-a-f/131/base 2022-03-17T19:06:46.8964298Z * [new branch] gh/z-a-f/131/head -> origin/gh/z-a-f/131/head 2022-03-17T19:06:46.8965250Z * [new branch] gh/z-a-f/131/orig -> origin/gh/z-a-f/131/orig 2022-03-17T19:06:46.8967671Z * [new branch] gh/z-a-f/30/base -> origin/gh/z-a-f/30/base 2022-03-17T19:06:46.8968512Z * [new branch] gh/z-a-f/30/head -> origin/gh/z-a-f/30/head 2022-03-17T19:06:46.8970233Z * [new branch] gh/z-a-f/30/orig -> origin/gh/z-a-f/30/orig 2022-03-17T19:06:46.8972175Z * [new branch] gh/z-a-f/44/base -> origin/gh/z-a-f/44/base 2022-03-17T19:06:46.8973165Z * [new branch] gh/z-a-f/44/head -> origin/gh/z-a-f/44/head 2022-03-17T19:06:46.8974974Z * [new branch] gh/z-a-f/44/orig -> origin/gh/z-a-f/44/orig 2022-03-17T19:06:46.8976486Z * [new branch] gh/z-a-f/45/base -> origin/gh/z-a-f/45/base 2022-03-17T19:06:46.8977569Z * [new branch] gh/z-a-f/45/head -> origin/gh/z-a-f/45/head 2022-03-17T19:06:46.8979485Z * [new branch] gh/z-a-f/45/orig -> origin/gh/z-a-f/45/orig 2022-03-17T19:06:46.8980679Z * [new branch] gh/z-a-f/46/base -> origin/gh/z-a-f/46/base 2022-03-17T19:06:46.8982562Z * [new branch] gh/z-a-f/46/head -> origin/gh/z-a-f/46/head 2022-03-17T19:06:46.8983422Z * [new branch] gh/z-a-f/46/orig -> origin/gh/z-a-f/46/orig 2022-03-17T19:06:46.8985501Z * [new branch] gh/z-a-f/47/base -> origin/gh/z-a-f/47/base 2022-03-17T19:06:46.8985951Z * [new branch] gh/z-a-f/47/head -> origin/gh/z-a-f/47/head 2022-03-17T19:06:46.8987537Z * [new branch] gh/z-a-f/47/orig -> origin/gh/z-a-f/47/orig 2022-03-17T19:06:46.8989317Z * [new branch] gh/z-a-f/52/base -> origin/gh/z-a-f/52/base 2022-03-17T19:06:46.8990443Z * [new branch] gh/z-a-f/52/head -> origin/gh/z-a-f/52/head 2022-03-17T19:06:46.8992180Z * [new branch] gh/z-a-f/52/orig -> origin/gh/z-a-f/52/orig 2022-03-17T19:06:46.8993806Z * [new branch] gh/z-a-f/56/base -> origin/gh/z-a-f/56/base 2022-03-17T19:06:46.8994896Z * [new branch] gh/z-a-f/56/head -> origin/gh/z-a-f/56/head 2022-03-17T19:06:46.8996499Z * [new branch] gh/z-a-f/56/orig -> origin/gh/z-a-f/56/orig 2022-03-17T19:06:46.8998496Z * [new branch] gh/z-a-f/57/base -> origin/gh/z-a-f/57/base 2022-03-17T19:06:46.8999363Z * [new branch] gh/z-a-f/57/head -> origin/gh/z-a-f/57/head 2022-03-17T19:06:46.9001231Z * [new branch] gh/z-a-f/57/orig -> origin/gh/z-a-f/57/orig 2022-03-17T19:06:46.9003337Z * [new branch] gh/z-a-f/58/base -> origin/gh/z-a-f/58/base 2022-03-17T19:06:46.9004269Z * [new branch] gh/z-a-f/58/head -> origin/gh/z-a-f/58/head 2022-03-17T19:06:46.9005815Z * [new branch] gh/z-a-f/58/orig -> origin/gh/z-a-f/58/orig 2022-03-17T19:06:46.9007762Z * [new branch] gh/z-a-f/70/base -> origin/gh/z-a-f/70/base 2022-03-17T19:06:46.9008574Z * [new branch] gh/z-a-f/70/head -> origin/gh/z-a-f/70/head 2022-03-17T19:06:46.9010223Z * [new branch] gh/z-a-f/70/orig -> origin/gh/z-a-f/70/orig 2022-03-17T19:06:46.9012113Z * [new branch] gh/z-a-f/72/base -> origin/gh/z-a-f/72/base 2022-03-17T19:06:46.9013127Z * [new branch] gh/z-a-f/72/head -> origin/gh/z-a-f/72/head 2022-03-17T19:06:46.9014906Z * [new branch] gh/z-a-f/72/orig -> origin/gh/z-a-f/72/orig 2022-03-17T19:06:46.9016725Z * [new branch] gh/z-a-f/73/base -> origin/gh/z-a-f/73/base 2022-03-17T19:06:46.9018254Z * [new branch] gh/z-a-f/73/head -> origin/gh/z-a-f/73/head 2022-03-17T19:06:46.9019257Z * [new branch] gh/z-a-f/73/orig -> origin/gh/z-a-f/73/orig 2022-03-17T19:06:46.9021560Z * [new branch] gh/z-a-f/74/base -> origin/gh/z-a-f/74/base 2022-03-17T19:06:46.9022024Z * [new branch] gh/z-a-f/74/head -> origin/gh/z-a-f/74/head 2022-03-17T19:06:46.9023812Z * [new branch] gh/z-a-f/74/orig -> origin/gh/z-a-f/74/orig 2022-03-17T19:06:46.9025136Z * [new branch] gh/z-a-f/76/base -> origin/gh/z-a-f/76/base 2022-03-17T19:06:46.9026658Z * [new branch] gh/z-a-f/76/head -> origin/gh/z-a-f/76/head 2022-03-17T19:06:46.9027612Z * [new branch] gh/z-a-f/76/orig -> origin/gh/z-a-f/76/orig 2022-03-17T19:06:46.9029999Z * [new branch] gh/z-a-f/77/base -> origin/gh/z-a-f/77/base 2022-03-17T19:06:46.9030979Z * [new branch] gh/z-a-f/77/head -> origin/gh/z-a-f/77/head 2022-03-17T19:06:46.9032843Z * [new branch] gh/z-a-f/77/orig -> origin/gh/z-a-f/77/orig 2022-03-17T19:06:46.9033892Z * [new branch] gh/z-a-f/78/base -> origin/gh/z-a-f/78/base 2022-03-17T19:06:46.9035613Z * [new branch] gh/z-a-f/78/head -> origin/gh/z-a-f/78/head 2022-03-17T19:06:46.9036742Z * [new branch] gh/z-a-f/78/orig -> origin/gh/z-a-f/78/orig 2022-03-17T19:06:46.9039598Z * [new branch] gh/z-a-f/80/base -> origin/gh/z-a-f/80/base 2022-03-17T19:06:46.9040509Z * [new branch] gh/z-a-f/80/head -> origin/gh/z-a-f/80/head 2022-03-17T19:06:46.9042455Z * [new branch] gh/z-a-f/80/orig -> origin/gh/z-a-f/80/orig 2022-03-17T19:06:46.9044473Z * [new branch] gh/z-a-f/81/base -> origin/gh/z-a-f/81/base 2022-03-17T19:06:46.9045429Z * [new branch] gh/z-a-f/81/head -> origin/gh/z-a-f/81/head 2022-03-17T19:06:46.9047227Z * [new branch] gh/z-a-f/81/orig -> origin/gh/z-a-f/81/orig 2022-03-17T19:06:46.9049236Z * [new branch] gh/z-a-f/82/base -> origin/gh/z-a-f/82/base 2022-03-17T19:06:46.9050093Z * [new branch] gh/z-a-f/82/head -> origin/gh/z-a-f/82/head 2022-03-17T19:06:46.9052075Z * [new branch] gh/z-a-f/82/orig -> origin/gh/z-a-f/82/orig 2022-03-17T19:06:46.9052919Z * [new branch] gh/z-a-f/83/base -> origin/gh/z-a-f/83/base 2022-03-17T19:06:46.9054784Z * [new branch] gh/z-a-f/83/head -> origin/gh/z-a-f/83/head 2022-03-17T19:06:46.9055717Z * [new branch] gh/z-a-f/83/orig -> origin/gh/z-a-f/83/orig 2022-03-17T19:06:46.9057918Z * [new branch] gh/z-a-f/84/base -> origin/gh/z-a-f/84/base 2022-03-17T19:06:46.9058698Z * [new branch] gh/z-a-f/84/head -> origin/gh/z-a-f/84/head 2022-03-17T19:06:46.9060705Z * [new branch] gh/z-a-f/84/orig -> origin/gh/z-a-f/84/orig 2022-03-17T19:06:46.9061768Z * [new branch] gh/z-a-f/87/base -> origin/gh/z-a-f/87/base 2022-03-17T19:06:46.9063773Z * [new branch] gh/z-a-f/87/head -> origin/gh/z-a-f/87/head 2022-03-17T19:06:46.9064522Z * [new branch] gh/z-a-f/87/orig -> origin/gh/z-a-f/87/orig 2022-03-17T19:06:46.9066409Z * [new branch] gh/z-a-f/88/base -> origin/gh/z-a-f/88/base 2022-03-17T19:06:46.9067220Z * [new branch] gh/z-a-f/88/head -> origin/gh/z-a-f/88/head 2022-03-17T19:06:46.9069331Z * [new branch] gh/z-a-f/88/orig -> origin/gh/z-a-f/88/orig 2022-03-17T19:06:46.9070213Z * [new branch] gh/z-a-f/89/base -> origin/gh/z-a-f/89/base 2022-03-17T19:06:46.9071936Z * [new branch] gh/z-a-f/89/head -> origin/gh/z-a-f/89/head 2022-03-17T19:06:46.9072839Z * [new branch] gh/z-a-f/89/orig -> origin/gh/z-a-f/89/orig 2022-03-17T19:06:46.9075751Z * [new branch] gh/zafartahirov/1/base -> origin/gh/zafartahirov/1/base 2022-03-17T19:06:46.9077479Z * [new branch] gh/zafartahirov/101/base -> origin/gh/zafartahirov/101/base 2022-03-17T19:06:46.9078650Z * [new branch] gh/zafartahirov/101/head -> origin/gh/zafartahirov/101/head 2022-03-17T19:06:46.9080848Z * [new branch] gh/zafartahirov/101/orig -> origin/gh/zafartahirov/101/orig 2022-03-17T19:06:46.9081985Z * [new branch] gh/zafartahirov/104/base -> origin/gh/zafartahirov/104/base 2022-03-17T19:06:46.9084109Z * [new branch] gh/zafartahirov/104/orig -> origin/gh/zafartahirov/104/orig 2022-03-17T19:06:46.9085659Z * [new branch] gh/zafartahirov/106/base -> origin/gh/zafartahirov/106/base 2022-03-17T19:06:46.9086716Z * [new branch] gh/zafartahirov/106/head -> origin/gh/zafartahirov/106/head 2022-03-17T19:06:46.9088667Z * [new branch] gh/zafartahirov/106/orig -> origin/gh/zafartahirov/106/orig 2022-03-17T19:06:46.9089759Z * [new branch] gh/zafartahirov/114/base -> origin/gh/zafartahirov/114/base 2022-03-17T19:06:46.9091745Z * [new branch] gh/zafartahirov/114/head -> origin/gh/zafartahirov/114/head 2022-03-17T19:06:46.9092795Z * [new branch] gh/zafartahirov/115/base -> origin/gh/zafartahirov/115/base 2022-03-17T19:06:46.9094769Z * [new branch] gh/zafartahirov/115/head -> origin/gh/zafartahirov/115/head 2022-03-17T19:06:46.9095810Z * [new branch] gh/zafartahirov/116/base -> origin/gh/zafartahirov/116/base 2022-03-17T19:06:46.9097631Z * [new branch] gh/zafartahirov/116/head -> origin/gh/zafartahirov/116/head 2022-03-17T19:06:46.9099625Z * [new branch] gh/zafartahirov/118/base -> origin/gh/zafartahirov/118/base 2022-03-17T19:06:46.9100489Z * [new branch] gh/zafartahirov/118/head -> origin/gh/zafartahirov/118/head 2022-03-17T19:06:46.9102532Z * [new branch] gh/zafartahirov/118/orig -> origin/gh/zafartahirov/118/orig 2022-03-17T19:06:46.9103623Z * [new branch] gh/zafartahirov/119/base -> origin/gh/zafartahirov/119/base 2022-03-17T19:06:46.9105471Z * [new branch] gh/zafartahirov/119/head -> origin/gh/zafartahirov/119/head 2022-03-17T19:06:46.9106371Z * [new branch] gh/zafartahirov/119/orig -> origin/gh/zafartahirov/119/orig 2022-03-17T19:06:46.9108474Z * [new branch] gh/zafartahirov/120/base -> origin/gh/zafartahirov/120/base 2022-03-17T19:06:46.9109235Z * [new branch] gh/zafartahirov/120/head -> origin/gh/zafartahirov/120/head 2022-03-17T19:06:46.9111024Z * [new branch] gh/zafartahirov/120/orig -> origin/gh/zafartahirov/120/orig 2022-03-17T19:06:46.9112569Z * [new branch] gh/zafartahirov/121/base -> origin/gh/zafartahirov/121/base 2022-03-17T19:06:46.9113678Z * [new branch] gh/zafartahirov/121/head -> origin/gh/zafartahirov/121/head 2022-03-17T19:06:46.9115277Z * [new branch] gh/zafartahirov/121/orig -> origin/gh/zafartahirov/121/orig 2022-03-17T19:06:46.9116422Z * [new branch] gh/zafartahirov/122/base -> origin/gh/zafartahirov/122/base 2022-03-17T19:06:46.9118355Z * [new branch] gh/zafartahirov/122/head -> origin/gh/zafartahirov/122/head 2022-03-17T19:06:46.9119194Z * [new branch] gh/zafartahirov/122/orig -> origin/gh/zafartahirov/122/orig 2022-03-17T19:06:46.9121551Z * [new branch] gh/zafartahirov/123/base -> origin/gh/zafartahirov/123/base 2022-03-17T19:06:46.9122637Z * [new branch] gh/zafartahirov/123/head -> origin/gh/zafartahirov/123/head 2022-03-17T19:06:46.9124849Z * [new branch] gh/zafartahirov/124/base -> origin/gh/zafartahirov/124/base 2022-03-17T19:06:46.9125727Z * [new branch] gh/zafartahirov/124/head -> origin/gh/zafartahirov/124/head 2022-03-17T19:06:46.9127859Z * [new branch] gh/zafartahirov/124/orig -> origin/gh/zafartahirov/124/orig 2022-03-17T19:06:46.9129052Z * [new branch] gh/zafartahirov/125/base -> origin/gh/zafartahirov/125/base 2022-03-17T19:06:46.9131224Z * [new branch] gh/zafartahirov/125/head -> origin/gh/zafartahirov/125/head 2022-03-17T19:06:46.9132043Z * [new branch] gh/zafartahirov/125/orig -> origin/gh/zafartahirov/125/orig 2022-03-17T19:06:46.9134455Z * [new branch] gh/zafartahirov/2/base -> origin/gh/zafartahirov/2/base 2022-03-17T19:06:46.9135351Z * [new branch] gh/zafartahirov/61/base -> origin/gh/zafartahirov/61/base 2022-03-17T19:06:46.9137293Z * [new branch] gh/zafartahirov/61/head -> origin/gh/zafartahirov/61/head 2022-03-17T19:06:46.9138056Z * [new branch] gh/zafartahirov/61/orig -> origin/gh/zafartahirov/61/orig 2022-03-17T19:06:46.9140839Z * [new branch] gh/zasdfgbnm/10/base -> origin/gh/zasdfgbnm/10/base 2022-03-17T19:06:46.9141944Z * [new branch] gh/zasdfgbnm/10/head -> origin/gh/zasdfgbnm/10/head 2022-03-17T19:06:46.9143669Z * [new branch] gh/zasdfgbnm/10/orig -> origin/gh/zasdfgbnm/10/orig 2022-03-17T19:06:46.9145865Z * [new branch] gh/zasdfgbnm/14/base -> origin/gh/zasdfgbnm/14/base 2022-03-17T19:06:46.9146640Z * [new branch] gh/zasdfgbnm/14/orig -> origin/gh/zasdfgbnm/14/orig 2022-03-17T19:06:46.9149172Z * [new branch] gh/zasdfgbnm/15/base -> origin/gh/zasdfgbnm/15/base 2022-03-17T19:06:46.9149912Z * [new branch] gh/zasdfgbnm/15/orig -> origin/gh/zasdfgbnm/15/orig 2022-03-17T19:06:46.9152162Z * [new branch] gh/zasdfgbnm/16/base -> origin/gh/zasdfgbnm/16/base 2022-03-17T19:06:46.9152945Z * [new branch] gh/zasdfgbnm/16/orig -> origin/gh/zasdfgbnm/16/orig 2022-03-17T19:06:46.9155099Z * [new branch] gh/zasdfgbnm/17/orig -> origin/gh/zasdfgbnm/17/orig 2022-03-17T19:06:46.9156438Z * [new branch] gh/zasdfgbnm/18/base -> origin/gh/zasdfgbnm/18/base 2022-03-17T19:06:46.9157635Z * [new branch] gh/zasdfgbnm/18/orig -> origin/gh/zasdfgbnm/18/orig 2022-03-17T19:06:46.9159685Z * [new branch] gh/zasdfgbnm/19/orig -> origin/gh/zasdfgbnm/19/orig 2022-03-17T19:06:46.9161621Z * [new branch] gh/zasdfgbnm/20/base -> origin/gh/zasdfgbnm/20/base 2022-03-17T19:06:46.9163704Z * [new branch] gh/zasdfgbnm/20/orig -> origin/gh/zasdfgbnm/20/orig 2022-03-17T19:06:46.9165567Z * [new branch] gh/zasdfgbnm/21/base -> origin/gh/zasdfgbnm/21/base 2022-03-17T19:06:46.9167094Z * [new branch] gh/zasdfgbnm/21/head -> origin/gh/zasdfgbnm/21/head 2022-03-17T19:06:46.9168253Z * [new branch] gh/zasdfgbnm/21/orig -> origin/gh/zasdfgbnm/21/orig 2022-03-17T19:06:46.9170799Z * [new branch] gh/zasdfgbnm/22/base -> origin/gh/zasdfgbnm/22/base 2022-03-17T19:06:46.9171818Z * [new branch] gh/zasdfgbnm/22/head -> origin/gh/zasdfgbnm/22/head 2022-03-17T19:06:46.9173602Z * [new branch] gh/zasdfgbnm/22/orig -> origin/gh/zasdfgbnm/22/orig 2022-03-17T19:06:46.9174605Z * [new branch] gh/zasdfgbnm/23/base -> origin/gh/zasdfgbnm/23/base 2022-03-17T19:06:46.9175929Z * [new branch] gh/zasdfgbnm/23/head -> origin/gh/zasdfgbnm/23/head 2022-03-17T19:06:46.9177465Z * [new branch] gh/zasdfgbnm/23/orig -> origin/gh/zasdfgbnm/23/orig 2022-03-17T19:06:46.9179439Z * [new branch] gh/zasdfgbnm/24/base -> origin/gh/zasdfgbnm/24/base 2022-03-17T19:06:46.9180210Z * [new branch] gh/zasdfgbnm/24/orig -> origin/gh/zasdfgbnm/24/orig 2022-03-17T19:06:46.9182559Z * [new branch] gh/zasdfgbnm/25/base -> origin/gh/zasdfgbnm/25/base 2022-03-17T19:06:46.9183378Z * [new branch] gh/zasdfgbnm/25/orig -> origin/gh/zasdfgbnm/25/orig 2022-03-17T19:06:46.9185788Z * [new branch] gh/zasdfgbnm/26/orig -> origin/gh/zasdfgbnm/26/orig 2022-03-17T19:06:46.9186887Z * [new branch] gh/zasdfgbnm/27/orig -> origin/gh/zasdfgbnm/27/orig 2022-03-17T19:06:46.9189099Z * [new branch] gh/zasdfgbnm/28/base -> origin/gh/zasdfgbnm/28/base 2022-03-17T19:06:46.9189868Z * [new branch] gh/zasdfgbnm/28/orig -> origin/gh/zasdfgbnm/28/orig 2022-03-17T19:06:46.9192247Z * [new branch] gh/zasdfgbnm/29/base -> origin/gh/zasdfgbnm/29/base 2022-03-17T19:06:46.9192934Z * [new branch] gh/zasdfgbnm/29/orig -> origin/gh/zasdfgbnm/29/orig 2022-03-17T19:06:46.9195034Z * [new branch] gh/zasdfgbnm/30/base -> origin/gh/zasdfgbnm/30/base 2022-03-17T19:06:46.9195937Z * [new branch] gh/zasdfgbnm/30/orig -> origin/gh/zasdfgbnm/30/orig 2022-03-17T19:06:46.9198061Z * [new branch] gh/zasdfgbnm/31/orig -> origin/gh/zasdfgbnm/31/orig 2022-03-17T19:06:46.9199605Z * [new branch] gh/zasdfgbnm/32/base -> origin/gh/zasdfgbnm/32/base 2022-03-17T19:06:46.9200651Z * [new branch] gh/zasdfgbnm/32/orig -> origin/gh/zasdfgbnm/32/orig 2022-03-17T19:06:46.9203330Z * [new branch] gh/zasdfgbnm/33/base -> origin/gh/zasdfgbnm/33/base 2022-03-17T19:06:46.9204363Z * [new branch] gh/zasdfgbnm/33/orig -> origin/gh/zasdfgbnm/33/orig 2022-03-17T19:06:46.9206434Z * [new branch] gh/zasdfgbnm/34/orig -> origin/gh/zasdfgbnm/34/orig 2022-03-17T19:06:46.9207493Z * [new branch] gh/zasdfgbnm/35/base -> origin/gh/zasdfgbnm/35/base 2022-03-17T19:06:46.9209269Z * [new branch] gh/zasdfgbnm/35/head -> origin/gh/zasdfgbnm/35/head 2022-03-17T19:06:46.9210084Z * [new branch] gh/zasdfgbnm/35/orig -> origin/gh/zasdfgbnm/35/orig 2022-03-17T19:06:46.9212318Z * [new branch] gh/zasdfgbnm/36/base -> origin/gh/zasdfgbnm/36/base 2022-03-17T19:06:46.9213240Z * [new branch] gh/zasdfgbnm/36/orig -> origin/gh/zasdfgbnm/36/orig 2022-03-17T19:06:46.9215411Z * [new branch] gh/zasdfgbnm/37/base -> origin/gh/zasdfgbnm/37/base 2022-03-17T19:06:46.9216324Z * [new branch] gh/zasdfgbnm/37/orig -> origin/gh/zasdfgbnm/37/orig 2022-03-17T19:06:46.9218584Z * [new branch] gh/zasdfgbnm/38/base -> origin/gh/zasdfgbnm/38/base 2022-03-17T19:06:46.9219519Z * [new branch] gh/zasdfgbnm/38/orig -> origin/gh/zasdfgbnm/38/orig 2022-03-17T19:06:46.9221956Z * [new branch] gh/zasdfgbnm/39/base -> origin/gh/zasdfgbnm/39/base 2022-03-17T19:06:46.9222760Z * [new branch] gh/zasdfgbnm/39/orig -> origin/gh/zasdfgbnm/39/orig 2022-03-17T19:06:46.9224943Z * [new branch] gh/zasdfgbnm/40/base -> origin/gh/zasdfgbnm/40/base 2022-03-17T19:06:46.9225921Z * [new branch] gh/zasdfgbnm/40/orig -> origin/gh/zasdfgbnm/40/orig 2022-03-17T19:06:46.9228106Z * [new branch] gh/zasdfgbnm/41/base -> origin/gh/zasdfgbnm/41/base 2022-03-17T19:06:46.9228910Z * [new branch] gh/zasdfgbnm/41/orig -> origin/gh/zasdfgbnm/41/orig 2022-03-17T19:06:46.9231209Z * [new branch] gh/zasdfgbnm/42/base -> origin/gh/zasdfgbnm/42/base 2022-03-17T19:06:46.9232004Z * [new branch] gh/zasdfgbnm/42/orig -> origin/gh/zasdfgbnm/42/orig 2022-03-17T19:06:46.9234328Z * [new branch] gh/zasdfgbnm/43/base -> origin/gh/zasdfgbnm/43/base 2022-03-17T19:06:46.9235352Z * [new branch] gh/zasdfgbnm/44/orig -> origin/gh/zasdfgbnm/44/orig 2022-03-17T19:06:46.9237709Z * [new branch] gh/zasdfgbnm/45/base -> origin/gh/zasdfgbnm/45/base 2022-03-17T19:06:46.9238637Z * [new branch] gh/zasdfgbnm/45/orig -> origin/gh/zasdfgbnm/45/orig 2022-03-17T19:06:46.9241375Z * [new branch] gh/zasdfgbnm/47/base -> origin/gh/zasdfgbnm/47/base 2022-03-17T19:06:46.9242478Z * [new branch] gh/zasdfgbnm/47/orig -> origin/gh/zasdfgbnm/47/orig 2022-03-17T19:06:46.9244741Z * [new branch] gh/zasdfgbnm/48/base -> origin/gh/zasdfgbnm/48/base 2022-03-17T19:06:46.9245464Z * [new branch] gh/zasdfgbnm/48/orig -> origin/gh/zasdfgbnm/48/orig 2022-03-17T19:06:46.9247404Z * [new branch] gh/zasdfgbnm/49/base -> origin/gh/zasdfgbnm/49/base 2022-03-17T19:06:46.9248334Z * [new branch] gh/zasdfgbnm/49/orig -> origin/gh/zasdfgbnm/49/orig 2022-03-17T19:06:46.9251178Z * [new branch] gh/zasdfgbnm/50/base -> origin/gh/zasdfgbnm/50/base 2022-03-17T19:06:46.9252279Z * [new branch] gh/zasdfgbnm/50/orig -> origin/gh/zasdfgbnm/50/orig 2022-03-17T19:06:46.9254450Z * [new branch] gh/zasdfgbnm/51/base -> origin/gh/zasdfgbnm/51/base 2022-03-17T19:06:46.9255569Z * [new branch] gh/zasdfgbnm/51/orig -> origin/gh/zasdfgbnm/51/orig 2022-03-17T19:06:46.9257689Z * [new branch] gh/zasdfgbnm/52/orig -> origin/gh/zasdfgbnm/52/orig 2022-03-17T19:06:46.9259198Z * [new branch] gh/zasdfgbnm/53/orig -> origin/gh/zasdfgbnm/53/orig 2022-03-17T19:06:46.9261041Z * [new branch] gh/zasdfgbnm/54/orig -> origin/gh/zasdfgbnm/54/orig 2022-03-17T19:06:46.9263050Z * [new branch] gh/zasdfgbnm/55/orig -> origin/gh/zasdfgbnm/55/orig 2022-03-17T19:06:46.9263995Z * [new branch] gh/zasdfgbnm/56/orig -> origin/gh/zasdfgbnm/56/orig 2022-03-17T19:06:46.9266086Z * [new branch] gh/zasdfgbnm/57/orig -> origin/gh/zasdfgbnm/57/orig 2022-03-17T19:06:46.9267811Z * [new branch] gh/zasdfgbnm/58/orig -> origin/gh/zasdfgbnm/58/orig 2022-03-17T19:06:46.9269126Z * [new branch] gh/zasdfgbnm/59/orig -> origin/gh/zasdfgbnm/59/orig 2022-03-17T19:06:46.9271346Z * [new branch] gh/zasdfgbnm/60/orig -> origin/gh/zasdfgbnm/60/orig 2022-03-17T19:06:46.9273035Z * [new branch] gh/zasdfgbnm/61/orig -> origin/gh/zasdfgbnm/61/orig 2022-03-17T19:06:46.9275317Z * [new branch] gh/zasdfgbnm/62/base -> origin/gh/zasdfgbnm/62/base 2022-03-17T19:06:46.9276301Z * [new branch] gh/zasdfgbnm/62/orig -> origin/gh/zasdfgbnm/62/orig 2022-03-17T19:06:46.9278554Z * [new branch] gh/zasdfgbnm/63/orig -> origin/gh/zasdfgbnm/63/orig 2022-03-17T19:06:46.9280090Z * [new branch] gh/zasdfgbnm/64/orig -> origin/gh/zasdfgbnm/64/orig 2022-03-17T19:06:46.9281879Z * [new branch] gh/zasdfgbnm/65/orig -> origin/gh/zasdfgbnm/65/orig 2022-03-17T19:06:46.9283908Z * [new branch] gh/zasdfgbnm/66/base -> origin/gh/zasdfgbnm/66/base 2022-03-17T19:06:46.9284863Z * [new branch] gh/zasdfgbnm/66/orig -> origin/gh/zasdfgbnm/66/orig 2022-03-17T19:06:46.9287314Z * [new branch] gh/zasdfgbnm/67/orig -> origin/gh/zasdfgbnm/67/orig 2022-03-17T19:06:46.9288462Z * [new branch] gh/zasdfgbnm/68/base -> origin/gh/zasdfgbnm/68/base 2022-03-17T19:06:46.9290189Z * [new branch] gh/zasdfgbnm/68/orig -> origin/gh/zasdfgbnm/68/orig 2022-03-17T19:06:46.9291927Z * [new branch] gh/zasdfgbnm/69/orig -> origin/gh/zasdfgbnm/69/orig 2022-03-17T19:06:46.9293617Z * [new branch] gh/zasdfgbnm/70/orig -> origin/gh/zasdfgbnm/70/orig 2022-03-17T19:06:46.9295351Z * [new branch] gh/zasdfgbnm/71/orig -> origin/gh/zasdfgbnm/71/orig 2022-03-17T19:06:46.9297175Z * [new branch] gh/zasdfgbnm/72/base -> origin/gh/zasdfgbnm/72/base 2022-03-17T19:06:46.9297994Z * [new branch] gh/zasdfgbnm/72/orig -> origin/gh/zasdfgbnm/72/orig 2022-03-17T19:06:46.9300370Z * [new branch] gh/zasdfgbnm/73/base -> origin/gh/zasdfgbnm/73/base 2022-03-17T19:06:46.9301196Z * [new branch] gh/zasdfgbnm/73/orig -> origin/gh/zasdfgbnm/73/orig 2022-03-17T19:06:46.9303654Z * [new branch] gh/zasdfgbnm/74/base -> origin/gh/zasdfgbnm/74/base 2022-03-17T19:06:46.9304398Z * [new branch] gh/zasdfgbnm/74/orig -> origin/gh/zasdfgbnm/74/orig 2022-03-17T19:06:46.9306500Z * [new branch] gh/zasdfgbnm/76/base -> origin/gh/zasdfgbnm/76/base 2022-03-17T19:06:46.9307394Z * [new branch] gh/zasdfgbnm/76/orig -> origin/gh/zasdfgbnm/76/orig 2022-03-17T19:06:46.9309735Z * [new branch] gh/zasdfgbnm/77/base -> origin/gh/zasdfgbnm/77/base 2022-03-17T19:06:46.9310556Z * [new branch] gh/zasdfgbnm/77/orig -> origin/gh/zasdfgbnm/77/orig 2022-03-17T19:06:46.9312783Z * [new branch] gh/zasdfgbnm/78/orig -> origin/gh/zasdfgbnm/78/orig 2022-03-17T19:06:46.9314325Z * [new branch] gh/zasdfgbnm/79/orig -> origin/gh/zasdfgbnm/79/orig 2022-03-17T19:06:46.9316330Z * [new branch] gh/zasdfgbnm/8/base -> origin/gh/zasdfgbnm/8/base 2022-03-17T19:06:46.9317307Z * [new branch] gh/zasdfgbnm/8/head -> origin/gh/zasdfgbnm/8/head 2022-03-17T19:06:46.9319170Z * [new branch] gh/zasdfgbnm/8/orig -> origin/gh/zasdfgbnm/8/orig 2022-03-17T19:06:46.9320994Z * [new branch] gh/zasdfgbnm/80/base -> origin/gh/zasdfgbnm/80/base 2022-03-17T19:06:46.9321949Z * [new branch] gh/zasdfgbnm/80/orig -> origin/gh/zasdfgbnm/80/orig 2022-03-17T19:06:46.9324342Z * [new branch] gh/zasdfgbnm/81/base -> origin/gh/zasdfgbnm/81/base 2022-03-17T19:06:46.9325292Z * [new branch] gh/zasdfgbnm/81/orig -> origin/gh/zasdfgbnm/81/orig 2022-03-17T19:06:46.9327571Z * [new branch] gh/zasdfgbnm/82/orig -> origin/gh/zasdfgbnm/82/orig 2022-03-17T19:06:46.9328729Z * [new branch] gh/zasdfgbnm/83/base -> origin/gh/zasdfgbnm/83/base 2022-03-17T19:06:46.9330507Z * [new branch] gh/zasdfgbnm/83/orig -> origin/gh/zasdfgbnm/83/orig 2022-03-17T19:06:46.9332258Z * [new branch] gh/zasdfgbnm/84/orig -> origin/gh/zasdfgbnm/84/orig 2022-03-17T19:06:46.9333825Z * [new branch] gh/zasdfgbnm/85/base -> origin/gh/zasdfgbnm/85/base 2022-03-17T19:06:46.9334849Z * [new branch] gh/zasdfgbnm/85/orig -> origin/gh/zasdfgbnm/85/orig 2022-03-17T19:06:46.9337243Z * [new branch] gh/zasdfgbnm/86/base -> origin/gh/zasdfgbnm/86/base 2022-03-17T19:06:46.9339056Z * [new branch] gh/zasdfgbnm/87/base -> origin/gh/zasdfgbnm/87/base 2022-03-17T19:06:46.9340008Z * [new branch] gh/zasdfgbnm/87/orig -> origin/gh/zasdfgbnm/87/orig 2022-03-17T19:06:46.9342314Z * [new branch] gh/zasdfgbnm/88/base -> origin/gh/zasdfgbnm/88/base 2022-03-17T19:06:46.9343237Z * [new branch] gh/zasdfgbnm/88/orig -> origin/gh/zasdfgbnm/88/orig 2022-03-17T19:06:46.9345466Z * [new branch] gh/zasdfgbnm/89/base -> origin/gh/zasdfgbnm/89/base 2022-03-17T19:06:46.9346279Z * [new branch] gh/zasdfgbnm/89/orig -> origin/gh/zasdfgbnm/89/orig 2022-03-17T19:06:46.9348451Z * [new branch] gh/zasdfgbnm/9/base -> origin/gh/zasdfgbnm/9/base 2022-03-17T19:06:46.9348865Z * [new branch] gh/zasdfgbnm/9/head -> origin/gh/zasdfgbnm/9/head 2022-03-17T19:06:46.9350871Z * [new branch] gh/zasdfgbnm/9/orig -> origin/gh/zasdfgbnm/9/orig 2022-03-17T19:06:46.9352409Z * [new branch] gh/zasdfgbnm/90/base -> origin/gh/zasdfgbnm/90/base 2022-03-17T19:06:46.9353411Z * [new branch] gh/zasdfgbnm/90/orig -> origin/gh/zasdfgbnm/90/orig 2022-03-17T19:06:46.9355891Z * [new branch] gh/zasdfgbnm/92/base -> origin/gh/zasdfgbnm/92/base 2022-03-17T19:06:46.9356653Z * [new branch] gh/zasdfgbnm/92/orig -> origin/gh/zasdfgbnm/92/orig 2022-03-17T19:06:46.9358894Z * [new branch] gh/zasdfgbnm/93/base -> origin/gh/zasdfgbnm/93/base 2022-03-17T19:06:46.9359653Z * [new branch] gh/zasdfgbnm/93/orig -> origin/gh/zasdfgbnm/93/orig 2022-03-17T19:06:46.9361861Z * [new branch] gh/zasdfgbnm/94/base -> origin/gh/zasdfgbnm/94/base 2022-03-17T19:06:46.9364061Z * [new branch] gh/zasdfgbnm/94/orig -> origin/gh/zasdfgbnm/94/orig 2022-03-17T19:06:46.9366089Z * [new branch] gh/zasdfgbnm/95/base -> origin/gh/zasdfgbnm/95/base 2022-03-17T19:06:46.9366772Z * [new branch] gh/zasdfgbnm/95/orig -> origin/gh/zasdfgbnm/95/orig 2022-03-17T19:06:46.9368983Z * [new branch] gh/zasdfgbnm/96/base -> origin/gh/zasdfgbnm/96/base 2022-03-17T19:06:46.9369862Z * [new branch] gh/zasdfgbnm/96/orig -> origin/gh/zasdfgbnm/96/orig 2022-03-17T19:06:46.9372678Z * [new branch] gh/zdevito/118/base -> origin/gh/zdevito/118/base 2022-03-17T19:06:46.9373792Z * [new branch] gh/zdevito/118/head -> origin/gh/zdevito/118/head 2022-03-17T19:06:46.9375837Z * [new branch] gh/zdevito/118/orig -> origin/gh/zdevito/118/orig 2022-03-17T19:06:46.9377006Z * [new branch] gh/zdevito/129/base -> origin/gh/zdevito/129/base 2022-03-17T19:06:46.9378823Z * [new branch] gh/zdevito/129/head -> origin/gh/zdevito/129/head 2022-03-17T19:06:46.9379831Z * [new branch] gh/zdevito/129/orig -> origin/gh/zdevito/129/orig 2022-03-17T19:06:46.9381905Z * [new branch] gh/zdevito/143/base -> origin/gh/zdevito/143/base 2022-03-17T19:06:46.9382789Z * [new branch] gh/zdevito/143/head -> origin/gh/zdevito/143/head 2022-03-17T19:06:46.9384682Z * [new branch] gh/zdevito/143/orig -> origin/gh/zdevito/143/orig 2022-03-17T19:06:46.9386217Z * [new branch] gh/zdevito/145/base -> origin/gh/zdevito/145/base 2022-03-17T19:06:46.9387353Z * [new branch] gh/zdevito/145/head -> origin/gh/zdevito/145/head 2022-03-17T19:06:46.9389507Z * [new branch] gh/zdevito/145/orig -> origin/gh/zdevito/145/orig 2022-03-17T19:06:46.9390568Z * [new branch] gh/zdevito/159/base -> origin/gh/zdevito/159/base 2022-03-17T19:06:46.9392551Z * [new branch] gh/zdevito/159/head -> origin/gh/zdevito/159/head 2022-03-17T19:06:46.9393508Z * [new branch] gh/zdevito/159/orig -> origin/gh/zdevito/159/orig 2022-03-17T19:06:46.9395588Z * [new branch] gh/zdevito/160/base -> origin/gh/zdevito/160/base 2022-03-17T19:06:46.9396509Z * [new branch] gh/zdevito/160/head -> origin/gh/zdevito/160/head 2022-03-17T19:06:46.9398314Z * [new branch] gh/zdevito/160/orig -> origin/gh/zdevito/160/orig 2022-03-17T19:06:46.9400138Z * [new branch] gh/zdevito/161/base -> origin/gh/zdevito/161/base 2022-03-17T19:06:46.9401036Z * [new branch] gh/zdevito/161/head -> origin/gh/zdevito/161/head 2022-03-17T19:06:46.9403089Z * [new branch] gh/zdevito/161/orig -> origin/gh/zdevito/161/orig 2022-03-17T19:06:46.9404771Z * [new branch] gh/zdevito/170/base -> origin/gh/zdevito/170/base 2022-03-17T19:06:46.9405760Z * [new branch] gh/zdevito/170/head -> origin/gh/zdevito/170/head 2022-03-17T19:06:46.9407572Z * [new branch] gh/zdevito/170/orig -> origin/gh/zdevito/170/orig 2022-03-17T19:06:46.9409103Z * [new branch] gh/zdevito/171/base -> origin/gh/zdevito/171/base 2022-03-17T19:06:46.9410227Z * [new branch] gh/zdevito/171/head -> origin/gh/zdevito/171/head 2022-03-17T19:06:46.9412168Z * [new branch] gh/zdevito/171/orig -> origin/gh/zdevito/171/orig 2022-03-17T19:06:46.9413290Z * [new branch] gh/zdevito/172/base -> origin/gh/zdevito/172/base 2022-03-17T19:06:46.9415221Z * [new branch] gh/zdevito/172/head -> origin/gh/zdevito/172/head 2022-03-17T19:06:46.9415960Z * [new branch] gh/zdevito/172/orig -> origin/gh/zdevito/172/orig 2022-03-17T19:06:46.9418293Z * [new branch] gh/zdevito/174/base -> origin/gh/zdevito/174/base 2022-03-17T19:06:46.9419051Z * [new branch] gh/zdevito/174/head -> origin/gh/zdevito/174/head 2022-03-17T19:06:46.9420840Z * [new branch] gh/zdevito/174/orig -> origin/gh/zdevito/174/orig 2022-03-17T19:06:46.9422727Z * [new branch] gh/zdevito/181/base -> origin/gh/zdevito/181/base 2022-03-17T19:06:46.9423458Z * [new branch] gh/zdevito/181/head -> origin/gh/zdevito/181/head 2022-03-17T19:06:46.9425191Z * [new branch] gh/zdevito/181/orig -> origin/gh/zdevito/181/orig 2022-03-17T19:06:46.9426730Z * [new branch] gh/zdevito/183/base -> origin/gh/zdevito/183/base 2022-03-17T19:06:46.9427860Z * [new branch] gh/zdevito/183/orig -> origin/gh/zdevito/183/orig 2022-03-17T19:06:46.9430068Z * [new branch] gh/zdevito/184/base -> origin/gh/zdevito/184/base 2022-03-17T19:06:46.9431006Z * [new branch] gh/zdevito/184/head -> origin/gh/zdevito/184/head 2022-03-17T19:06:46.9432786Z * [new branch] gh/zdevito/184/orig -> origin/gh/zdevito/184/orig 2022-03-17T19:06:46.9434747Z * [new branch] gh/zdevito/99/base -> origin/gh/zdevito/99/base 2022-03-17T19:06:46.9435421Z * [new branch] gh/zdevito/99/head -> origin/gh/zdevito/99/head 2022-03-17T19:06:46.9437171Z * [new branch] gh/zdevito/99/orig -> origin/gh/zdevito/99/orig 2022-03-17T19:06:46.9439317Z * [new branch] gh/zhaojuanmao/100/base -> origin/gh/zhaojuanmao/100/base 2022-03-17T19:06:46.9440166Z * [new branch] gh/zhaojuanmao/100/head -> origin/gh/zhaojuanmao/100/head 2022-03-17T19:06:46.9442005Z * [new branch] gh/zhaojuanmao/100/orig -> origin/gh/zhaojuanmao/100/orig 2022-03-17T19:06:46.9443934Z * [new branch] gh/zhaojuanmao/101/base -> origin/gh/zhaojuanmao/101/base 2022-03-17T19:06:46.9444866Z * [new branch] gh/zhaojuanmao/101/head -> origin/gh/zhaojuanmao/101/head 2022-03-17T19:06:46.9446690Z * [new branch] gh/zhaojuanmao/101/orig -> origin/gh/zhaojuanmao/101/orig 2022-03-17T19:06:46.9448671Z * [new branch] gh/zhaojuanmao/5/head -> origin/gh/zhaojuanmao/5/head 2022-03-17T19:06:46.9449530Z * [new branch] gh/zhaojuanmao/5/orig -> origin/gh/zhaojuanmao/5/orig 2022-03-17T19:06:46.9451707Z * [new branch] gh/zhaojuanmao/55/base -> origin/gh/zhaojuanmao/55/base 2022-03-17T19:06:46.9452864Z * [new branch] gh/zhaojuanmao/55/head -> origin/gh/zhaojuanmao/55/head 2022-03-17T19:06:46.9454766Z * [new branch] gh/zhaojuanmao/55/orig -> origin/gh/zhaojuanmao/55/orig 2022-03-17T19:06:46.9455987Z * [new branch] gh/zhaojuanmao/61/base -> origin/gh/zhaojuanmao/61/base 2022-03-17T19:06:46.9457823Z * [new branch] gh/zhaojuanmao/61/head -> origin/gh/zhaojuanmao/61/head 2022-03-17T19:06:46.9458769Z * [new branch] gh/zhaojuanmao/61/orig -> origin/gh/zhaojuanmao/61/orig 2022-03-17T19:06:46.9461121Z * [new branch] gh/zhaojuanmao/68/base -> origin/gh/zhaojuanmao/68/base 2022-03-17T19:06:46.9461957Z * [new branch] gh/zhaojuanmao/68/head -> origin/gh/zhaojuanmao/68/head 2022-03-17T19:06:46.9463980Z * [new branch] gh/zhaojuanmao/68/orig -> origin/gh/zhaojuanmao/68/orig 2022-03-17T19:06:46.9465082Z * [new branch] gh/zhaojuanmao/69/base -> origin/gh/zhaojuanmao/69/base 2022-03-17T19:06:46.9467004Z * [new branch] gh/zhaojuanmao/69/head -> origin/gh/zhaojuanmao/69/head 2022-03-17T19:06:46.9467894Z * [new branch] gh/zhaojuanmao/69/orig -> origin/gh/zhaojuanmao/69/orig 2022-03-17T19:06:46.9470354Z * [new branch] gh/zhaojuanmao/74/base -> origin/gh/zhaojuanmao/74/base 2022-03-17T19:06:46.9471248Z * [new branch] gh/zhaojuanmao/74/head -> origin/gh/zhaojuanmao/74/head 2022-03-17T19:06:46.9473187Z * [new branch] gh/zhaojuanmao/74/orig -> origin/gh/zhaojuanmao/74/orig 2022-03-17T19:06:46.9474947Z * [new branch] gh/zhaojuanmao/80/base -> origin/gh/zhaojuanmao/80/base 2022-03-17T19:06:46.9475913Z * [new branch] gh/zhaojuanmao/80/head -> origin/gh/zhaojuanmao/80/head 2022-03-17T19:06:46.9477701Z * [new branch] gh/zhaojuanmao/80/orig -> origin/gh/zhaojuanmao/80/orig 2022-03-17T19:06:46.9479485Z * [new branch] gh/zhaojuanmao/81/base -> origin/gh/zhaojuanmao/81/base 2022-03-17T19:06:46.9480582Z * [new branch] gh/zhaojuanmao/81/head -> origin/gh/zhaojuanmao/81/head 2022-03-17T19:06:46.9482568Z * [new branch] gh/zhaojuanmao/81/orig -> origin/gh/zhaojuanmao/81/orig 2022-03-17T19:06:46.9483768Z * [new branch] gh/zhaojuanmao/82/base -> origin/gh/zhaojuanmao/82/base 2022-03-17T19:06:46.9485547Z * [new branch] gh/zhaojuanmao/82/head -> origin/gh/zhaojuanmao/82/head 2022-03-17T19:06:46.9486490Z * [new branch] gh/zhaojuanmao/82/orig -> origin/gh/zhaojuanmao/82/orig 2022-03-17T19:06:46.9488865Z * [new branch] gh/zhaojuanmao/89/base -> origin/gh/zhaojuanmao/89/base 2022-03-17T19:06:46.9489830Z * [new branch] gh/zhaojuanmao/89/head -> origin/gh/zhaojuanmao/89/head 2022-03-17T19:06:46.9492086Z * [new branch] gh/zhaojuanmao/98/base -> origin/gh/zhaojuanmao/98/base 2022-03-17T19:06:46.9492956Z * [new branch] gh/zhaojuanmao/98/head -> origin/gh/zhaojuanmao/98/head 2022-03-17T19:06:46.9494946Z * [new branch] gh/zhaojuanmao/98/orig -> origin/gh/zhaojuanmao/98/orig 2022-03-17T19:06:46.9496057Z * [new branch] gh/zhaojuanmao/99/base -> origin/gh/zhaojuanmao/99/base 2022-03-17T19:06:46.9497977Z * [new branch] gh/zhaojuanmao/99/head -> origin/gh/zhaojuanmao/99/head 2022-03-17T19:06:46.9498996Z * [new branch] gh/zhaojuanmao/99/orig -> origin/gh/zhaojuanmao/99/orig 2022-03-17T19:06:46.9501380Z * [new branch] gh/zheng-xq/1/base -> origin/gh/zheng-xq/1/base 2022-03-17T19:06:46.9502386Z * [new branch] gh/zheng-xq/1/head -> origin/gh/zheng-xq/1/head 2022-03-17T19:06:46.9504314Z * [new branch] gh/zheng-xq/1/orig -> origin/gh/zheng-xq/1/orig 2022-03-17T19:06:46.9505317Z * [new branch] gh/zheng-xq/2/base -> origin/gh/zheng-xq/2/base 2022-03-17T19:06:46.9507523Z * [new branch] gh/zheng-xq/2/head -> origin/gh/zheng-xq/2/head 2022-03-17T19:06:46.9508430Z * [new branch] gh/zheng-xq/2/orig -> origin/gh/zheng-xq/2/orig 2022-03-17T19:06:46.9510553Z * [new branch] gh/zheng-xq/4/base -> origin/gh/zheng-xq/4/base 2022-03-17T19:06:46.9511339Z * [new branch] gh/zheng-xq/4/head -> origin/gh/zheng-xq/4/head 2022-03-17T19:06:46.9512980Z * [new branch] gh/zheng-xq/4/orig -> origin/gh/zheng-xq/4/orig 2022-03-17T19:06:46.9515083Z * [new branch] gh/zhxchen17/13/base -> origin/gh/zhxchen17/13/base 2022-03-17T19:06:46.9516004Z * [new branch] gh/zhxchen17/13/head -> origin/gh/zhxchen17/13/head 2022-03-17T19:06:46.9517920Z * [new branch] gh/zhxchen17/13/orig -> origin/gh/zhxchen17/13/orig 2022-03-17T19:06:46.9519776Z * [new branch] gh/zhxchen17/14/base -> origin/gh/zhxchen17/14/base 2022-03-17T19:06:46.9520577Z * [new branch] gh/zhxchen17/14/head -> origin/gh/zhxchen17/14/head 2022-03-17T19:06:46.9522338Z * [new branch] gh/zhxchen17/15/base -> origin/gh/zhxchen17/15/base 2022-03-17T19:06:46.9523523Z * [new branch] gh/zhxchen17/15/head -> origin/gh/zhxchen17/15/head 2022-03-17T19:06:46.9525681Z * [new branch] gh/zhxchen17/16/base -> origin/gh/zhxchen17/16/base 2022-03-17T19:06:46.9526386Z * [new branch] gh/zhxchen17/16/head -> origin/gh/zhxchen17/16/head 2022-03-17T19:06:46.9528226Z * [new branch] gh/zhxchen17/17/base -> origin/gh/zhxchen17/17/base 2022-03-17T19:06:46.9529034Z * [new branch] gh/zhxchen17/17/head -> origin/gh/zhxchen17/17/head 2022-03-17T19:06:46.9530926Z * [new branch] gh/zhxchen17/18/base -> origin/gh/zhxchen17/18/base 2022-03-17T19:06:46.9531735Z * [new branch] gh/zhxchen17/18/head -> origin/gh/zhxchen17/18/head 2022-03-17T19:06:46.9533741Z * [new branch] gh/zhxchen17/19/base -> origin/gh/zhxchen17/19/base 2022-03-17T19:06:46.9534437Z * [new branch] gh/zhxchen17/19/head -> origin/gh/zhxchen17/19/head 2022-03-17T19:06:46.9536531Z * [new branch] gh/zhxchen17/20/base -> origin/gh/zhxchen17/20/base 2022-03-17T19:06:46.9537124Z * [new branch] gh/zhxchen17/20/head -> origin/gh/zhxchen17/20/head 2022-03-17T19:06:46.9539116Z * [new branch] gh/zhxchen17/21/base -> origin/gh/zhxchen17/21/base 2022-03-17T19:06:46.9540045Z * [new branch] gh/zhxchen17/21/head -> origin/gh/zhxchen17/21/head 2022-03-17T19:06:46.9542122Z * [new branch] gh/zhxchen17/25/base -> origin/gh/zhxchen17/25/base 2022-03-17T19:06:46.9542997Z * [new branch] gh/zhxchen17/25/head -> origin/gh/zhxchen17/25/head 2022-03-17T19:06:46.9544809Z * [new branch] gh/zhxchen17/25/orig -> origin/gh/zhxchen17/25/orig 2022-03-17T19:06:46.9546564Z * [new branch] gh/zhxchen17/26/base -> origin/gh/zhxchen17/26/base 2022-03-17T19:06:46.9547449Z * [new branch] gh/zhxchen17/26/orig -> origin/gh/zhxchen17/26/orig 2022-03-17T19:06:46.9549793Z * [new branch] gh/zhxchen17/35/base -> origin/gh/zhxchen17/35/base 2022-03-17T19:06:46.9550631Z * [new branch] gh/zhxchen17/35/orig -> origin/gh/zhxchen17/35/orig 2022-03-17T19:06:46.9552731Z * [new branch] gh/zhxchen17/36/base -> origin/gh/zhxchen17/36/base 2022-03-17T19:06:46.9553870Z * [new branch] gh/zhxchen17/36/orig -> origin/gh/zhxchen17/36/orig 2022-03-17T19:06:46.9556420Z * [new branch] gh/zhxchen17/37/base -> origin/gh/zhxchen17/37/base 2022-03-17T19:06:46.9557008Z * [new branch] gh/zhxchen17/37/orig -> origin/gh/zhxchen17/37/orig 2022-03-17T19:06:46.9559474Z * [new branch] gh/zhxchen17/38/base -> origin/gh/zhxchen17/38/base 2022-03-17T19:06:46.9560359Z * [new branch] gh/zhxchen17/38/orig -> origin/gh/zhxchen17/38/orig 2022-03-17T19:06:46.9562515Z * [new branch] gh/zhxchen17/39/base -> origin/gh/zhxchen17/39/base 2022-03-17T19:06:46.9564651Z * [new branch] gh/zhxchen17/39/orig -> origin/gh/zhxchen17/39/orig 2022-03-17T19:06:46.9566481Z * [new branch] gh/zhxchen17/4/base -> origin/gh/zhxchen17/4/base 2022-03-17T19:06:46.9567521Z * [new branch] gh/zhxchen17/4/orig -> origin/gh/zhxchen17/4/orig 2022-03-17T19:06:46.9569614Z * [new branch] gh/zhxchen17/40/base -> origin/gh/zhxchen17/40/base 2022-03-17T19:06:46.9570528Z * [new branch] gh/zhxchen17/40/orig -> origin/gh/zhxchen17/40/orig 2022-03-17T19:06:46.9572711Z * [new branch] gh/zhxchen17/41/base -> origin/gh/zhxchen17/41/base 2022-03-17T19:06:46.9573539Z * [new branch] gh/zhxchen17/41/orig -> origin/gh/zhxchen17/41/orig 2022-03-17T19:06:46.9575696Z * [new branch] gh/zhxchen17/42/base -> origin/gh/zhxchen17/42/base 2022-03-17T19:06:46.9577233Z * [new branch] gh/zhxchen17/42/orig -> origin/gh/zhxchen17/42/orig 2022-03-17T19:06:46.9579238Z * [new branch] gh/zhxchen17/69/base -> origin/gh/zhxchen17/69/base 2022-03-17T19:06:46.9580105Z * [new branch] gh/zhxchen17/69/head -> origin/gh/zhxchen17/69/head 2022-03-17T19:06:46.9582060Z * [new branch] gh/zhxchen17/69/orig -> origin/gh/zhxchen17/69/orig 2022-03-17T19:06:46.9583592Z * [new branch] gh/zhxchen17/7/base -> origin/gh/zhxchen17/7/base 2022-03-17T19:06:46.9584791Z * [new branch] gh/zhxchen17/7/head -> origin/gh/zhxchen17/7/head 2022-03-17T19:06:46.9586688Z * [new branch] gh/zhxchen17/7/orig -> origin/gh/zhxchen17/7/orig 2022-03-17T19:06:46.9588384Z * [new branch] gh/zhxchen17/79/base -> origin/gh/zhxchen17/79/base 2022-03-17T19:06:46.9589265Z * [new branch] gh/zhxchen17/79/head -> origin/gh/zhxchen17/79/head 2022-03-17T19:06:46.9591168Z * [new branch] gh/zhxchen17/79/orig -> origin/gh/zhxchen17/79/orig 2022-03-17T19:06:46.9593211Z * [new branch] gh/zmvictor/1/base -> origin/gh/zmvictor/1/base 2022-03-17T19:06:46.9594142Z * [new branch] gh/zmvictor/1/head -> origin/gh/zmvictor/1/head 2022-03-17T19:06:46.9596869Z * [new branch] gh/zou3519/117/base -> origin/gh/zou3519/117/base 2022-03-17T19:06:46.9597931Z * [new branch] gh/zou3519/117/head -> origin/gh/zou3519/117/head 2022-03-17T19:06:46.9599950Z * [new branch] gh/zou3519/117/orig -> origin/gh/zou3519/117/orig 2022-03-17T19:06:46.9600822Z * [new branch] gh/zou3519/118/base -> origin/gh/zou3519/118/base 2022-03-17T19:06:46.9602605Z * [new branch] gh/zou3519/118/head -> origin/gh/zou3519/118/head 2022-03-17T19:06:46.9604496Z * [new branch] gh/zou3519/118/orig -> origin/gh/zou3519/118/orig 2022-03-17T19:06:46.9605381Z * [new branch] gh/zou3519/119/base -> origin/gh/zou3519/119/base 2022-03-17T19:06:46.9607533Z * [new branch] gh/zou3519/119/head -> origin/gh/zou3519/119/head 2022-03-17T19:06:46.9608418Z * [new branch] gh/zou3519/119/orig -> origin/gh/zou3519/119/orig 2022-03-17T19:06:46.9610497Z * [new branch] gh/zou3519/122/base -> origin/gh/zou3519/122/base 2022-03-17T19:06:46.9611336Z * [new branch] gh/zou3519/122/head -> origin/gh/zou3519/122/head 2022-03-17T19:06:46.9613233Z * [new branch] gh/zou3519/122/orig -> origin/gh/zou3519/122/orig 2022-03-17T19:06:46.9615138Z * [new branch] gh/zou3519/144/base -> origin/gh/zou3519/144/base 2022-03-17T19:06:46.9616091Z * [new branch] gh/zou3519/144/head -> origin/gh/zou3519/144/head 2022-03-17T19:06:46.9617968Z * [new branch] gh/zou3519/144/orig -> origin/gh/zou3519/144/orig 2022-03-17T19:06:46.9620522Z * [new branch] gh/zou3519/155/head -> origin/gh/zou3519/155/head 2022-03-17T19:06:46.9621351Z * [new branch] gh/zou3519/155/orig -> origin/gh/zou3519/155/orig 2022-03-17T19:06:46.9623736Z * [new branch] gh/zou3519/162/head -> origin/gh/zou3519/162/head 2022-03-17T19:06:46.9624648Z * [new branch] gh/zou3519/162/orig -> origin/gh/zou3519/162/orig 2022-03-17T19:06:46.9626713Z * [new branch] gh/zou3519/207/base -> origin/gh/zou3519/207/base 2022-03-17T19:06:46.9627804Z * [new branch] gh/zou3519/207/head -> origin/gh/zou3519/207/head 2022-03-17T19:06:46.9629713Z * [new branch] gh/zou3519/207/orig -> origin/gh/zou3519/207/orig 2022-03-17T19:06:46.9630676Z * [new branch] gh/zou3519/208/base -> origin/gh/zou3519/208/base 2022-03-17T19:06:46.9632770Z * [new branch] gh/zou3519/208/head -> origin/gh/zou3519/208/head 2022-03-17T19:06:46.9634681Z * [new branch] gh/zou3519/208/orig -> origin/gh/zou3519/208/orig 2022-03-17T19:06:46.9635891Z * [new branch] gh/zou3519/219/base -> origin/gh/zou3519/219/base 2022-03-17T19:06:46.9638218Z * [new branch] gh/zou3519/219/head -> origin/gh/zou3519/219/head 2022-03-17T19:06:46.9639211Z * [new branch] gh/zou3519/219/orig -> origin/gh/zou3519/219/orig 2022-03-17T19:06:46.9641445Z * [new branch] gh/zou3519/224/base -> origin/gh/zou3519/224/base 2022-03-17T19:06:46.9642541Z * [new branch] gh/zou3519/224/head -> origin/gh/zou3519/224/head 2022-03-17T19:06:46.9644280Z * [new branch] gh/zou3519/224/orig -> origin/gh/zou3519/224/orig 2022-03-17T19:06:46.9645776Z * [new branch] gh/zou3519/251/base -> origin/gh/zou3519/251/base 2022-03-17T19:06:46.9647314Z * [new branch] gh/zou3519/251/head -> origin/gh/zou3519/251/head 2022-03-17T19:06:46.9648802Z * [new branch] gh/zou3519/251/orig -> origin/gh/zou3519/251/orig 2022-03-17T19:06:46.9650322Z * [new branch] gh/zou3519/252/base -> origin/gh/zou3519/252/base 2022-03-17T19:06:46.9652166Z * [new branch] gh/zou3519/252/head -> origin/gh/zou3519/252/head 2022-03-17T19:06:46.9654018Z * [new branch] gh/zou3519/252/orig -> origin/gh/zou3519/252/orig 2022-03-17T19:06:46.9655846Z * [new branch] gh/zou3519/277/base -> origin/gh/zou3519/277/base 2022-03-17T19:06:46.9656721Z * [new branch] gh/zou3519/277/head -> origin/gh/zou3519/277/head 2022-03-17T19:06:46.9658499Z * [new branch] gh/zou3519/277/orig -> origin/gh/zou3519/277/orig 2022-03-17T19:06:46.9660441Z * [new branch] gh/zou3519/284/base -> origin/gh/zou3519/284/base 2022-03-17T19:06:46.9661199Z * [new branch] gh/zou3519/284/head -> origin/gh/zou3519/284/head 2022-03-17T19:06:46.9662992Z * [new branch] gh/zou3519/284/orig -> origin/gh/zou3519/284/orig 2022-03-17T19:06:46.9664679Z * [new branch] gh/zou3519/293/base -> origin/gh/zou3519/293/base 2022-03-17T19:06:46.9666204Z * [new branch] gh/zou3519/293/head -> origin/gh/zou3519/293/head 2022-03-17T19:06:46.9667318Z * [new branch] gh/zou3519/293/orig -> origin/gh/zou3519/293/orig 2022-03-17T19:06:46.9669454Z * [new branch] gh/zou3519/298/base -> origin/gh/zou3519/298/base 2022-03-17T19:06:46.9670442Z * [new branch] gh/zou3519/298/head -> origin/gh/zou3519/298/head 2022-03-17T19:06:46.9672172Z * [new branch] gh/zou3519/298/orig -> origin/gh/zou3519/298/orig 2022-03-17T19:06:46.9674059Z * [new branch] gh/zou3519/308/base -> origin/gh/zou3519/308/base 2022-03-17T19:06:46.9675139Z * [new branch] gh/zou3519/308/head -> origin/gh/zou3519/308/head 2022-03-17T19:06:46.9677005Z * [new branch] gh/zou3519/308/orig -> origin/gh/zou3519/308/orig 2022-03-17T19:06:46.9678980Z * [new branch] gh/zou3519/311/base -> origin/gh/zou3519/311/base 2022-03-17T19:06:46.9680044Z * [new branch] gh/zou3519/311/head -> origin/gh/zou3519/311/head 2022-03-17T19:06:46.9682246Z * [new branch] gh/zou3519/311/orig -> origin/gh/zou3519/311/orig 2022-03-17T19:06:46.9683375Z * [new branch] gh/zou3519/312/base -> origin/gh/zou3519/312/base 2022-03-17T19:06:46.9685469Z * [new branch] gh/zou3519/312/head -> origin/gh/zou3519/312/head 2022-03-17T19:06:46.9686542Z * [new branch] gh/zou3519/312/orig -> origin/gh/zou3519/312/orig 2022-03-17T19:06:46.9688424Z * [new branch] gh/zou3519/313/base -> origin/gh/zou3519/313/base 2022-03-17T19:06:46.9690195Z * [new branch] gh/zou3519/313/head -> origin/gh/zou3519/313/head 2022-03-17T19:06:46.9691733Z * [new branch] gh/zou3519/313/orig -> origin/gh/zou3519/313/orig 2022-03-17T19:06:46.9693541Z * [new branch] gh/zou3519/339/base -> origin/gh/zou3519/339/base 2022-03-17T19:06:46.9695379Z * [new branch] gh/zou3519/339/head -> origin/gh/zou3519/339/head 2022-03-17T19:06:46.9696349Z * [new branch] gh/zou3519/339/orig -> origin/gh/zou3519/339/orig 2022-03-17T19:06:46.9698826Z * [new branch] gh/zou3519/348/base -> origin/gh/zou3519/348/base 2022-03-17T19:06:46.9699681Z * [new branch] gh/zou3519/348/head -> origin/gh/zou3519/348/head 2022-03-17T19:06:46.9701500Z * [new branch] gh/zou3519/348/orig -> origin/gh/zou3519/348/orig 2022-03-17T19:06:46.9703341Z * [new branch] gh/zou3519/351/base -> origin/gh/zou3519/351/base 2022-03-17T19:06:46.9704133Z * [new branch] gh/zou3519/351/head -> origin/gh/zou3519/351/head 2022-03-17T19:06:46.9705941Z * [new branch] gh/zou3519/351/orig -> origin/gh/zou3519/351/orig 2022-03-17T19:06:46.9708539Z * [new branch] gh/zou3519/382/base -> origin/gh/zou3519/382/base 2022-03-17T19:06:46.9709459Z * [new branch] gh/zou3519/382/head -> origin/gh/zou3519/382/head 2022-03-17T19:06:46.9711803Z * [new branch] gh/zou3519/382/orig -> origin/gh/zou3519/382/orig 2022-03-17T19:06:46.9713717Z * [new branch] gh/zou3519/387/base -> origin/gh/zou3519/387/base 2022-03-17T19:06:46.9714570Z * [new branch] gh/zou3519/387/head -> origin/gh/zou3519/387/head 2022-03-17T19:06:46.9716789Z * [new branch] gh/zou3519/387/orig -> origin/gh/zou3519/387/orig 2022-03-17T19:06:46.9717925Z * [new branch] gh/zou3519/400/base -> origin/gh/zou3519/400/base 2022-03-17T19:06:46.9719932Z * [new branch] gh/zou3519/400/head -> origin/gh/zou3519/400/head 2022-03-17T19:06:46.9720806Z * [new branch] gh/zou3519/400/orig -> origin/gh/zou3519/400/orig 2022-03-17T19:06:46.9723254Z * [new branch] gh/zou3519/403/base -> origin/gh/zou3519/403/base 2022-03-17T19:06:46.9724109Z * [new branch] gh/zou3519/403/head -> origin/gh/zou3519/403/head 2022-03-17T19:06:46.9725889Z * [new branch] gh/zou3519/403/orig -> origin/gh/zou3519/403/orig 2022-03-17T19:06:46.9727734Z * [new branch] gh/zou3519/404/base -> origin/gh/zou3519/404/base 2022-03-17T19:06:46.9728582Z * [new branch] gh/zou3519/404/head -> origin/gh/zou3519/404/head 2022-03-17T19:06:46.9730359Z * [new branch] gh/zou3519/404/orig -> origin/gh/zou3519/404/orig 2022-03-17T19:06:46.9732263Z * [new branch] gh/zou3519/408/base -> origin/gh/zou3519/408/base 2022-03-17T19:06:46.9733172Z * [new branch] gh/zou3519/408/head -> origin/gh/zou3519/408/head 2022-03-17T19:06:46.9734722Z * [new branch] gh/zou3519/408/orig -> origin/gh/zou3519/408/orig 2022-03-17T19:06:46.9737320Z * [new branch] gh/zou3519/411/base -> origin/gh/zou3519/411/base 2022-03-17T19:06:46.9738317Z * [new branch] gh/zou3519/411/head -> origin/gh/zou3519/411/head 2022-03-17T19:06:46.9740248Z * [new branch] gh/zou3519/411/orig -> origin/gh/zou3519/411/orig 2022-03-17T19:06:46.9742189Z * [new branch] gh/zou3519/412/base -> origin/gh/zou3519/412/base 2022-03-17T19:06:46.9743190Z * [new branch] gh/zou3519/412/head -> origin/gh/zou3519/412/head 2022-03-17T19:06:46.9745030Z * [new branch] gh/zou3519/412/orig -> origin/gh/zou3519/412/orig 2022-03-17T19:06:46.9746985Z * [new branch] gh/zou3519/413/base -> origin/gh/zou3519/413/base 2022-03-17T19:06:46.9747835Z * [new branch] gh/zou3519/413/head -> origin/gh/zou3519/413/head 2022-03-17T19:06:46.9749661Z * [new branch] gh/zou3519/413/orig -> origin/gh/zou3519/413/orig 2022-03-17T19:06:46.9751045Z * [new branch] gh/zou3519/414/base -> origin/gh/zou3519/414/base 2022-03-17T19:06:46.9752903Z * [new branch] gh/zou3519/414/head -> origin/gh/zou3519/414/head 2022-03-17T19:06:46.9753852Z * [new branch] gh/zou3519/414/orig -> origin/gh/zou3519/414/orig 2022-03-17T19:06:46.9756437Z * [new branch] gh/zou3519/415/base -> origin/gh/zou3519/415/base 2022-03-17T19:06:46.9757264Z * [new branch] gh/zou3519/415/head -> origin/gh/zou3519/415/head 2022-03-17T19:06:46.9759259Z * [new branch] gh/zou3519/415/orig -> origin/gh/zou3519/415/orig 2022-03-17T19:06:46.9760816Z * [new branch] gh/zou3519/87/base -> origin/gh/zou3519/87/base 2022-03-17T19:06:46.9762104Z * [new branch] gh/zou3519/87/head -> origin/gh/zou3519/87/head 2022-03-17T19:06:46.9765037Z * [new branch] gh/zou3519/87/orig -> origin/gh/zou3519/87/orig 2022-03-17T19:06:46.9766990Z * [new branch] gh/zzzwen/1/base -> origin/gh/zzzwen/1/base 2022-03-17T19:06:46.9767923Z * [new branch] gh/zzzwen/1/orig -> origin/gh/zzzwen/1/orig 2022-03-17T19:06:46.9770236Z * [new branch] gh/zzzwen/2/base -> origin/gh/zzzwen/2/base 2022-03-17T19:06:46.9771159Z * [new branch] gh/zzzwen/2/head -> origin/gh/zzzwen/2/head 2022-03-17T19:06:46.9772992Z * [new branch] gh/zzzwen/2/orig -> origin/gh/zzzwen/2/orig 2022-03-17T19:06:46.9774512Z * [new branch] git_submodule_docs -> origin/git_submodule_docs 2022-03-17T19:06:46.9776593Z * [new branch] gj/Ivan -> origin/gj/Ivan 2022-03-17T19:06:46.9777814Z * [new branch] gradle_bump -> origin/gradle_bump 2022-03-17T19:06:46.9779850Z * [new branch] hagiopol -> origin/hagiopol 2022-03-17T19:06:46.9780745Z * [new branch] hcz_debug -> origin/hcz_debug 2022-03-17T19:06:46.9783480Z * [new branch] heitorschueroff/einsum/optimize -> origin/heitorschueroff/einsum/optimize 2022-03-17T19:06:46.9784039Z * [new branch] heitorschueroff/minmax -> origin/heitorschueroff/minmax 2022-03-17T19:06:46.9786143Z * [new branch] heitorschueroff/opinfo/fails -> origin/heitorschueroff/opinfo/fails 2022-03-17T19:06:46.9786970Z * [new branch] heitorschueroff/opinfo/reductions -> origin/heitorschueroff/opinfo/reductions 2022-03-17T19:06:46.9789154Z * [new branch] heitorschueroff/quantile/interpolation -> origin/heitorschueroff/quantile/interpolation 2022-03-17T19:06:46.9789934Z * [new branch] helper -> origin/helper 2022-03-17T19:06:46.9791996Z * [new branch] hide_internal_API -> origin/hide_internal_API 2022-03-17T19:06:46.9793000Z * [new branch] hide_set_enabled -> origin/hide_set_enabled 2022-03-17T19:06:46.9794906Z * [new branch] histc_docs_fix -> origin/histc_docs_fix 2022-03-17T19:06:46.9795927Z * [new branch] histc_opinfo -> origin/histc_opinfo 2022-03-17T19:06:46.9798453Z * [new branch] histc_perf_fix -> origin/histc_perf_fix 2022-03-17T19:06:46.9799570Z * [new branch] histogramdd -> origin/histogramdd 2022-03-17T19:06:46.9801471Z * [new branch] histogramdd_rsts -> origin/histogramdd_rsts 2022-03-17T19:06:46.9803246Z * [new branch] holly1238-patch-1 -> origin/holly1238-patch-1 2022-03-17T19:06:46.9804768Z * [new branch] hot-fix-librosa -> origin/hot-fix-librosa 2022-03-17T19:06:46.9805915Z * [new branch] hotfix_packaging_version -> origin/hotfix_packaging_version 2022-03-17T19:06:46.9807792Z * [new branch] hub_improvements -> origin/hub_improvements 2022-03-17T19:06:46.9808798Z * [new branch] hub_security -> origin/hub_security 2022-03-17T19:06:46.9810780Z * [new branch] hufsb -> origin/hufsb 2022-03-17T19:06:46.9812282Z * [new branch] igorsyl/1 -> origin/igorsyl/1 2022-03-17T19:06:46.9813738Z * [new branch] ik-test -> origin/ik-test 2022-03-17T19:06:46.9815317Z * [new branch] ik_android_byte_tensors_tests -> origin/ik_android_byte_tensors_tests 2022-03-17T19:06:46.9816872Z * [new branch] ik_android_generic_dict_issue -> origin/ik_android_generic_dict_issue 2022-03-17T19:06:46.9818010Z * [new branch] ik_android_gradle_bintray_publishing -> origin/ik_android_gradle_bintray_publishing 2022-03-17T19:06:46.9819811Z * [new branch] ik_android_vision_libyuv -> origin/ik_android_vision_libyuv 2022-03-17T19:06:46.9821495Z * [new branch] ik_lapack_qml -> origin/ik_lapack_qml 2022-03-17T19:06:46.9822517Z * [new branch] ik_vulkan_ci -> origin/ik_vulkan_ci 2022-03-17T19:06:46.9824494Z * [new branch] ik_wip_android_stdouterr_to_logcat -> origin/ik_wip_android_stdouterr_to_logcat 2022-03-17T19:06:46.9825402Z * [new branch] illegal_memory_access -> origin/illegal_memory_access 2022-03-17T19:06:46.9827458Z * [new branch] independent-constraint -> origin/independent-constraint 2022-03-17T19:06:46.9828315Z * [new branch] independent-transform -> origin/independent-transform 2022-03-17T19:06:46.9830272Z * [new branch] infer_types -> origin/infer_types 2022-03-17T19:06:46.9831301Z * [new branch] infer_types_methods -> origin/infer_types_methods 2022-03-17T19:06:46.9833256Z * [new branch] informative-dist-support-error -> origin/informative-dist-support-error 2022-03-17T19:06:46.9834160Z * [new branch] inplaceorview-test-ci -> origin/inplaceorview-test-ci 2022-03-17T19:06:46.9836432Z * [new branch] iotamudelta/update_rocm3.1 -> origin/iotamudelta/update_rocm3.1 2022-03-17T19:06:46.9837274Z * [new branch] isin-feature -> origin/isin-feature 2022-03-17T19:06:46.9839406Z * [new branch] issue#58739 -> origin/issue#58739 2022-03-17T19:06:46.9840200Z * [new branch] issue6009 -> origin/issue6009 2022-03-17T19:06:46.9842298Z * [new branch] ivan/add-symbol-qr -> origin/ivan/add-symbol-qr 2022-03-17T19:06:46.9844297Z * [new branch] jamesr66a-patch-1 -> origin/jamesr66a-patch-1 2022-03-17T19:06:46.9845288Z * [new branch] jamesr66a-patch-2 -> origin/jamesr66a-patch-2 2022-03-17T19:06:46.9847337Z * [new branch] jenkins_and_tools_update_master_to_main -> origin/jenkins_and_tools_update_master_to_main 2022-03-17T19:06:46.9848261Z * [new branch] jerryzh168-patch-6 -> origin/jerryzh168-patch-6 2022-03-17T19:06:46.9850392Z * [new branch] jit-language-reference-types-ii -> origin/jit-language-reference-types-ii 2022-03-17T19:06:46.9851295Z * [new branch] jit-language-spec -> origin/jit-language-spec 2022-03-17T19:06:46.9853078Z * [new branch] jit3.9.1 -> origin/jit3.9.1 2022-03-17T19:06:46.9854109Z * [new branch] jit_future_overview_fix -> origin/jit_future_overview_fix 2022-03-17T19:06:46.9855968Z * [new branch] jiterator_documentation -> origin/jiterator_documentation 2022-03-17T19:06:46.9856935Z * [new branch] jlin27-docs-toc -> origin/jlin27-docs-toc 2022-03-17T19:06:46.9858837Z * [new branch] jlin27-sphinx-tag -> origin/jlin27-sphinx-tag 2022-03-17T19:06:46.9859939Z * [new branch] jlin27-sphinx-tag-2 -> origin/jlin27-sphinx-tag-2 2022-03-17T19:06:46.9862127Z * [new branch] jspisak-patch-1 -> origin/jspisak-patch-1 2022-03-17T19:06:46.9863157Z * [new branch] jspisak-patch-2 -> origin/jspisak-patch-2 2022-03-17T19:06:46.9865248Z * [new branch] jspisak-patch-3 -> origin/jspisak-patch-3 2022-03-17T19:06:46.9866750Z * [new branch] kerryz/test-ci -> origin/kerryz/test-ci 2022-03-17T19:06:46.9868506Z * [new branch] kill_mixin -> origin/kill_mixin 2022-03-17T19:06:46.9869528Z * [new branch] kineto_exp -> origin/kineto_exp 2022-03-17T19:06:46.9871402Z * [new branch] kineto_metadata -> origin/kineto_metadata 2022-03-17T19:06:46.9873342Z * [new branch] kiuk/cp-66182 -> origin/kiuk/cp-66182 2022-03-17T19:06:46.9875111Z * [new branch] krovatkin/bench_timings -> origin/krovatkin/bench_timings 2022-03-17T19:06:46.9875972Z * [new branch] krovatkin/conv2d_out -> origin/krovatkin/conv2d_out 2022-03-17T19:06:46.9877706Z * [new branch] krovatkin/cse_changed -> origin/krovatkin/cse_changed 2022-03-17T19:06:46.9878513Z * [new branch] krovatkin/dummy_torchbench -> origin/krovatkin/dummy_torchbench 2022-03-17T19:06:46.9880347Z * [new branch] krovatkin/gamrix_25 -> origin/krovatkin/gamrix_25 2022-03-17T19:06:46.9881246Z * [new branch] krovatkin/improve_error -> origin/krovatkin/improve_error 2022-03-17T19:06:46.9882546Z * [new branch] krovatkin/inline_threshold -> origin/krovatkin/inline_threshold 2022-03-17T19:06:46.9884338Z * [new branch] krovatkin/inline_threshold2 -> origin/krovatkin/inline_threshold2 2022-03-17T19:06:46.9884842Z * [new branch] krovatkin/kevin_assert -> origin/krovatkin/kevin_assert 2022-03-17T19:06:46.9886757Z * [new branch] krovatkin/opt_for_infer -> origin/krovatkin/opt_for_infer 2022-03-17T19:06:46.9887610Z * [new branch] krovatkin/opt_for_infr -> origin/krovatkin/opt_for_infr 2022-03-17T19:06:46.9889556Z * [new branch] krovatkin/opt_for_infr2 -> origin/krovatkin/opt_for_infr2 2022-03-17T19:06:46.9890385Z * [new branch] krovatkin/reformat -> origin/krovatkin/reformat 2022-03-17T19:06:46.9892220Z * [new branch] krovatkin/squeeze -> origin/krovatkin/squeeze 2022-03-17T19:06:46.9893336Z * [new branch] krovatkin/squeeze_master -> origin/krovatkin/squeeze_master 2022-03-17T19:06:46.9984758Z * [new branch] krovatkin/sub_lazy_bench -> origin/krovatkin/sub_lazy_bench 2022-03-17T19:06:47.0000234Z * [new branch] krovatkin/test_legacy_fuser -> origin/krovatkin/test_legacy_fuser 2022-03-17T19:06:47.0002723Z * [new branch] krovatkin/unsqueeze_ltc -> origin/krovatkin/unsqueeze_ltc 2022-03-17T19:06:47.0005396Z * [new branch] ktse/codegen_exercises -> origin/ktse/codegen_exercises 2022-03-17T19:06:47.0007855Z * [new branch] lan/test_repo_dispatch_circleci -> origin/lan/test_repo_dispatch_circleci 2022-03-17T19:06:47.0009731Z * [new branch] lan/test_repo_dispatch_gha -> origin/lan/test_repo_dispatch_gha 2022-03-17T19:06:47.0010895Z * [new branch] lan/test_reverse_trigger_binary -> origin/lan/test_reverse_trigger_binary 2022-03-17T19:06:47.0013362Z * [new branch] larryliu-scratch -> origin/larryliu-scratch 2022-03-17T19:06:47.0015509Z * [new branch] layer_norm_tbb -> origin/layer_norm_tbb 2022-03-17T19:06:47.0017335Z * [new branch] lazy_tensor_staging -> origin/lazy_tensor_staging 2022-03-17T19:06:47.0019279Z * [new branch] libcudacxx -> origin/libcudacxx 2022-03-17T19:06:47.0021181Z * [new branch] linalg_docs -> origin/linalg_docs 2022-03-17T19:06:47.0023072Z * [new branch] linalg_svd -> origin/linalg_svd 2022-03-17T19:06:47.0025193Z * [new branch] linbinyu-patch-1 -> origin/linbinyu-patch-1 2022-03-17T19:06:47.0026993Z * [new branch] linbinyu-patch-2 -> origin/linbinyu-patch-2 2022-03-17T19:06:47.0029070Z * [new branch] linear_dyn -> origin/linear_dyn 2022-03-17T19:06:47.0030858Z * [new branch] linear_dynamic -> origin/linear_dynamic 2022-03-17T19:06:47.0032737Z * [new branch] linear_qat_lowering -> origin/linear_qat_lowering 2022-03-17T19:06:47.0034566Z * [new branch] lint2 -> origin/lint2 2022-03-17T19:06:47.0036654Z * [new branch] llvmconda -> origin/llvmconda 2022-03-17T19:06:47.0038799Z * [new branch] llvmpip -> origin/llvmpip 2022-03-17T19:06:47.0040498Z * [new branch] load-ucc.so -> origin/load-ucc.so 2022-03-17T19:06:47.0042523Z * [new branch] logcumsumexp -> origin/logcumsumexp 2022-03-17T19:06:47.0044541Z * [new branch] ltc_threshold -> origin/ltc_threshold 2022-03-17T19:06:47.0048235Z * [new branch] lts/release/1.8 -> origin/lts/release/1.8 2022-03-17T19:06:47.0050356Z * [new branch] lw_c10d_debug_fix -> origin/lw_c10d_debug_fix 2022-03-17T19:06:47.0052350Z * [new branch] macos-conda-llvm -> origin/macos-conda-llvm 2022-03-17T19:06:47.0054972Z * [new branch] main -> origin/main 2022-03-17T19:06:47.0056946Z * [new branch] makslevental-patch-1 -> origin/makslevental-patch-1 2022-03-17T19:06:47.0059079Z * [new branch] makslevental-patch-1-1 -> origin/makslevental-patch-1-1 2022-03-17T19:06:47.0060883Z * [new branch] makslevental-patch-2 -> origin/makslevental-patch-2 2022-03-17T19:06:47.0062812Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2022-03-17T19:06:47.0064784Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2022-03-17T19:06:47.0066686Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2022-03-17T19:06:47.0068941Z * [new branch] malfet-patch-4 -> origin/malfet-patch-4 2022-03-17T19:06:47.0070903Z * [new branch] malfet-patch-5 -> origin/malfet-patch-5 2022-03-17T19:06:47.0073010Z * [new branch] malfet-patch-6 -> origin/malfet-patch-6 2022-03-17T19:06:47.0075412Z * [new branch] malfet/add-lint-as-mandatory-check-for-ghf -> origin/malfet/add-lint-as-mandatory-check-for-ghf 2022-03-17T19:06:47.0076514Z * [new branch] malfet/add-merge-rules -> origin/malfet/add-merge-rules 2022-03-17T19:06:47.0078818Z * [new branch] malfet/clang-tidy-fixes-take-3 -> origin/malfet/clang-tidy-fixes-take-3 2022-03-17T19:06:47.0080766Z * [new branch] malfet/cp-lazy-load -> origin/malfet/cp-lazy-load 2022-03-17T19:06:47.0082084Z * [new branch] malfet/dedup-cpp-aot-test-names -> origin/malfet/dedup-cpp-aot-test-names 2022-03-17T19:06:47.0084740Z * [new branch] malfet/disable-mac-smoke-builds -> origin/malfet/disable-mac-smoke-builds 2022-03-17T19:06:47.0085703Z * [new branch] malfet/fix-asmjit-clang-13-werror -> origin/malfet/fix-asmjit-clang-13-werror 2022-03-17T19:06:47.0088059Z * [new branch] malfet/ghf-add-push-retries -> origin/malfet/ghf-add-push-retries 2022-03-17T19:06:47.0089235Z * [new branch] malfet/leak-python-engine -> origin/malfet/leak-python-engine 2022-03-17T19:06:47.0091934Z * [new branch] malfet/make-dispatch-globals-const -> origin/malfet/make-dispatch-globals-const 2022-03-17T19:06:47.0114028Z * [new branch] malfet/move-cublas-dependency-after-cudnn -> origin/malfet/move-cublas-dependency-after-cudnn 2022-03-17T19:06:47.0115100Z * [new branch] malfet/refactor-GloomakeDeviceFor -> origin/malfet/refactor-GloomakeDeviceFor 2022-03-17T19:06:47.0117299Z * [new branch] malfet/split-cuda-spectral-ops -> origin/malfet/split-cuda-spectral-ops 2022-03-17T19:06:47.0118215Z * [new branch] malfet/test-builder-changes -> origin/malfet/test-builder-changes 2022-03-17T19:06:47.0120337Z * [new branch] malfet/test-builder-m1 -> origin/malfet/test-builder-m1 2022-03-17T19:06:47.0121505Z * [new branch] malfet/try-enabling-AVX2-on-Windows -> origin/malfet/try-enabling-AVX2-on-Windows 2022-03-17T19:06:47.0123861Z * [new branch] malfet/unify-workflow-dispatch -> origin/malfet/unify-workflow-dispatch 2022-03-17T19:06:47.0124899Z * [new branch] malfet/use-std-copy-in-cat-kernel -> origin/malfet/use-std-copy-in-cat-kernel 2022-03-17T19:06:47.0127107Z * [new branch] mark-test-hotfix -> origin/mark-test-hotfix 2022-03-17T19:06:47.0128623Z * [new branch] master -> origin/master 2022-03-17T19:06:47.0130301Z * [new branch] mathtests -> origin/mathtests 2022-03-17T19:06:47.0132031Z * [new branch] matmul_vectors -> origin/matmul_vectors 2022-03-17T19:06:47.0133793Z * [new branch] matrix_exp -> origin/matrix_exp 2022-03-17T19:06:47.0135026Z * [new branch] max_pool_docs -> origin/max_pool_docs 2022-03-17T19:06:47.0136844Z * [new branch] measure_warmup -> origin/measure_warmup 2022-03-17T19:06:47.0138762Z * [new branch] meganset/output_ratio -> origin/meganset/output_ratio 2022-03-17T19:06:47.0139998Z * [new branch] mem_docs -> origin/mem_docs 2022-03-17T19:06:47.0141858Z * [new branch] merge -> origin/merge 2022-03-17T19:06:47.0152680Z * [new branch] merge_cuda_streams -> origin/merge_cuda_streams 2022-03-17T19:06:47.0154831Z * [new branch] merge_eager_jit_cuda_streams -> origin/merge_eager_jit_cuda_streams 2022-03-17T19:06:47.0156766Z * [new branch] merge_script_pdt_api -> origin/merge_script_pdt_api 2022-03-17T19:06:47.0158663Z * [new branch] meta_support_yf225 -> origin/meta_support_yf225 2022-03-17T19:06:47.0160013Z * [new branch] metacompile_ternary_if -> origin/metacompile_ternary_if 2022-03-17T19:06:47.0176944Z * [new branch] mgpu_integration_proto_ops -> origin/mgpu_integration_proto_ops 2022-03-17T19:06:47.0193470Z * [new branch] mgpu_integration_proto_tex -> origin/mgpu_integration_proto_tex 2022-03-17T19:06:47.0207742Z * [new branch] migrate_other_documentation_from_master_to_main -> origin/migrate_other_documentation_from_master_to_main 2022-03-17T19:06:47.0208992Z * [new branch] migrate_torch_master_references_to_main -> origin/migrate_torch_master_references_to_main 2022-03-17T19:06:47.0210758Z * [new branch] mingfeima -> origin/mingfeima 2022-03-17T19:06:47.0212132Z * [new branch] mobile_cpu_perf_benchmark_pr -> origin/mobile_cpu_perf_benchmark_pr 2022-03-17T19:06:47.0214288Z * [new branch] monitored_barrier_fix -> origin/monitored_barrier_fix 2022-03-17T19:06:47.0215442Z * [new branch] monkey_type -> origin/monkey_type 2022-03-17T19:06:47.0217493Z * [new branch] mostafaelhoushi-patch-1 -> origin/mostafaelhoushi-patch-1 2022-03-17T19:06:47.0218916Z * [new branch] mostafaelhoushi-patch-fix-wrap-fn-in-ast-rewriter -> origin/mostafaelhoushi-patch-fix-wrap-fn-in-ast-rewriter 2022-03-17T19:06:47.0220217Z * [new branch] mrshenli-patch-1 -> origin/mrshenli-patch-1 2022-03-17T19:06:47.0222115Z * [new branch] mrshenli-patch-2 -> origin/mrshenli-patch-2 2022-03-17T19:06:47.0223339Z * [new branch] multi_output_0 -> origin/multi_output_0 2022-03-17T19:06:47.0224822Z * [new branch] multinomial_half -> origin/multinomial_half 2022-03-17T19:06:47.0226680Z * [new branch] mvz-nnc-aot-prototype -> origin/mvz-nnc-aot-prototype 2022-03-17T19:06:47.0227964Z * [new branch] mvz-te-cat-fix-1.7 -> origin/mvz-te-cat-fix-1.7 2022-03-17T19:06:47.0229989Z * [new branch] nccl-on-cpu -> origin/nccl-on-cpu 2022-03-17T19:06:47.0231144Z * [new branch] nestedtensor -> origin/nestedtensor 2022-03-17T19:06:47.0233034Z * [new branch] new_add_default_args -> origin/new_add_default_args 2022-03-17T19:06:47.0234277Z * [new branch] new_merge_streams_1 -> origin/new_merge_streams_1 2022-03-17T19:06:47.0236150Z * [new branch] new_metacompile_if -> origin/new_metacompile_if 2022-03-17T19:06:47.0237233Z * [new branch] new_ones -> origin/new_ones 2022-03-17T19:06:47.0239052Z * [new branch] new_script_type -> origin/new_script_type 2022-03-17T19:06:47.0240333Z * [new branch] newest_ut -> origin/newest_ut 2022-03-17T19:06:47.0242682Z * [new branch] ngimel/THCTensor_cleanup -> origin/ngimel/THCTensor_cleanup 2022-03-17T19:06:47.0243928Z * [new branch] ngimel/THC_reduce_cleanup -> origin/ngimel/THC_reduce_cleanup 2022-03-17T19:06:47.0245581Z * [new branch] ngimel/addmm_instr -> origin/ngimel/addmm_instr 2022-03-17T19:06:47.0246702Z * [new branch] ngimel/addr_test -> origin/ngimel/addr_test 2022-03-17T19:06:47.0247959Z * [new branch] ngimel/alias_gen -> origin/ngimel/alias_gen 2022-03-17T19:06:47.0249323Z * [new branch] ngimel/cleanup -> origin/ngimel/cleanup 2022-03-17T19:06:47.0250587Z * [new branch] ngimel/conv_db -> origin/ngimel/conv_db 2022-03-17T19:06:47.0251856Z * [new branch] ngimel/cos_sim -> origin/ngimel/cos_sim 2022-03-17T19:06:47.0253747Z * [new branch] ngimel/cov_errors -> origin/ngimel/cov_errors 2022-03-17T19:06:47.0254818Z * [new branch] ngimel/fix_indexing -> origin/ngimel/fix_indexing 2022-03-17T19:06:47.0256355Z * [new branch] ngimel/fix_unique -> origin/ngimel/fix_unique 2022-03-17T19:06:47.0258091Z * [new branch] ngimel/flip_resubmit -> origin/ngimel/flip_resubmit 2022-03-17T19:06:47.0259140Z * [new branch] ngimel/i0_accscalar -> origin/ngimel/i0_accscalar 2022-03-17T19:06:47.0260830Z * [new branch] ngimel/igamma -> origin/ngimel/igamma 2022-03-17T19:06:47.0261936Z * [new branch] ngimel/launch_check -> origin/ngimel/launch_check 2022-03-17T19:06:47.0263312Z * [new branch] ngimel/layer_norm -> origin/ngimel/layer_norm 2022-03-17T19:06:47.0265310Z * [new branch] ngimel/linalg_docs -> origin/ngimel/linalg_docs 2022-03-17T19:06:47.0281838Z * [new branch] ngimel/loops_reduce -> origin/ngimel/loops_reduce 2022-03-17T19:06:47.0283455Z * [new branch] ngimel/make_tensor_grad -> origin/ngimel/make_tensor_grad 2022-03-17T19:06:47.0285064Z * [new branch] ngimel/map_alloc_rand -> origin/ngimel/map_alloc_rand 2022-03-17T19:06:47.0286307Z * [new branch] ngimel/masked_select -> origin/ngimel/masked_select 2022-03-17T19:06:47.0288110Z * [new branch] ngimel/no_copy_indices -> origin/ngimel/no_copy_indices 2022-03-17T19:06:47.0289097Z * [new branch] ngimel/no_gc_leakcheck -> origin/ngimel/no_gc_leakcheck 2022-03-17T19:06:47.0291059Z * [new branch] ngimel/norm_backward -> origin/ngimel/norm_backward 2022-03-17T19:06:47.0292185Z * [new branch] ngimel/opinfo_aap -> origin/ngimel/opinfo_aap 2022-03-17T19:06:47.0293571Z * [new branch] ngimel/remove_utilscpp -> origin/ngimel/remove_utilscpp 2022-03-17T19:06:47.0295732Z * [new branch] ngimel/renorm_fix -> origin/ngimel/renorm_fix 2022-03-17T19:06:47.0296468Z * [new branch] ngimel/rnn_context -> origin/ngimel/rnn_context 2022-03-17T19:06:47.0297668Z * [new branch] ngimel/s_where -> origin/ngimel/s_where 2022-03-17T19:06:47.0299463Z * [new branch] ngimel/stack_cat -> origin/ngimel/stack_cat 2022-03-17T19:06:47.0300426Z * [new branch] ngimel/std_var -> origin/ngimel/std_var 2022-03-17T19:06:47.0302586Z * [new branch] ngimel/storage_types -> origin/ngimel/storage_types 2022-03-17T19:06:47.0303309Z * [new branch] ngimel/thc_reduce -> origin/ngimel/thc_reduce 2022-03-17T19:06:47.0304733Z * [new branch] ngimel/unify_norm -> origin/ngimel/unify_norm 2022-03-17T19:06:47.0306076Z * [new branch] ngimel/unique_sliced -> origin/ngimel/unique_sliced 2022-03-17T19:06:47.0307422Z * [new branch] ngimel/view_optim -> origin/ngimel/view_optim 2022-03-17T19:06:47.0309220Z * [new branch] ngimel/zeta_acc -> origin/ngimel/zeta_acc 2022-03-17T19:06:47.0310460Z * [new branch] nightly -> origin/nightly 2022-03-17T19:06:47.0312709Z * [new branch] nightlykickoff -> origin/nightlykickoff 2022-03-17T19:06:47.0314672Z * [new branch] nikitaved/bce_loss_2xbackward_fix -> origin/nikitaved/bce_loss_2xbackward_fix 2022-03-17T19:06:47.0315509Z * [new branch] nikitaved/coo_index_select -> origin/nikitaved/coo_index_select 2022-03-17T19:06:47.0316817Z * [new branch] nikitaved/det_backward -> origin/nikitaved/det_backward 2022-03-17T19:06:47.0318738Z * [new branch] nikitaved/det_double_backward_svd_path -> origin/nikitaved/det_double_backward_svd_path 2022-03-17T19:06:47.0319564Z * [new branch] nikitaved/det_ima_cuda -> origin/nikitaved/det_ima_cuda 2022-03-17T19:06:47.0320750Z * [new branch] nikitaved/det_robust_backward -> origin/nikitaved/det_robust_backward 2022-03-17T19:06:47.0322156Z * [new branch] nikitaved/fix_max_unpool_backward -> origin/nikitaved/fix_max_unpool_backward 2022-03-17T19:06:47.0324102Z * [new branch] nikitaved/householder_forward_ad -> origin/nikitaved/householder_forward_ad 2022-03-17T19:06:47.0325133Z * [new branch] nikitaved/householder_product_optimal_backward -> origin/nikitaved/householder_product_optimal_backward 2022-03-17T19:06:47.0326360Z * [new branch] nikitaved/linalg_qr_forward_AD -> origin/nikitaved/linalg_qr_forward_AD 2022-03-17T19:06:47.0328951Z * [new branch] nikitaved/linalg_svd_rank_revealing -> origin/nikitaved/linalg_svd_rank_revealing 2022-03-17T19:06:47.0346024Z * [new branch] nikitaved/lobpcg_backward_ctx -> origin/nikitaved/lobpcg_backward_ctx 2022-03-17T19:06:47.0347449Z * [new branch] nikitaved/lstsq_forward_backward_ad -> origin/nikitaved/lstsq_forward_backward_ad 2022-03-17T19:06:47.0348877Z * [new branch] nikitaved/lu_backward -> origin/nikitaved/lu_backward 2022-03-17T19:06:47.0350382Z * [new branch] nikitaved/lu_comlex_backward -> origin/nikitaved/lu_comlex_backward 2022-03-17T19:06:47.0351750Z * [new branch] nikitaved/lu_forward_ad -> origin/nikitaved/lu_forward_ad 2022-03-17T19:06:47.0353198Z * [new branch] nikitaved/lu_solve_backward -> origin/nikitaved/lu_solve_backward 2022-03-17T19:06:47.0354681Z * [new branch] nikitaved/lu_solve_forward_ad -> origin/nikitaved/lu_solve_forward_ad 2022-03-17T19:06:47.0356148Z * [new branch] nikitaved/lu_unpack_forward_ad -> origin/nikitaved/lu_unpack_forward_ad 2022-03-17T19:06:47.0357739Z * [new branch] nikitaved/make_bin_cross_entropy_diff_wrt_target -> origin/nikitaved/make_bin_cross_entropy_diff_wrt_target 2022-03-17T19:06:47.0359257Z * [new branch] nikitaved/matrix_rank_missing_interfaces -> origin/nikitaved/matrix_rank_missing_interfaces 2022-03-17T19:06:47.0360640Z * [new branch] nikitaved/max_unpool_opinfos_easier_backward -> origin/nikitaved/max_unpool_opinfos_easier_backward 2022-03-17T19:06:47.0362156Z * [new branch] nikitaved/opinfo_max_pool -> origin/nikitaved/opinfo_max_pool 2022-03-17T19:06:47.0364298Z * [new branch] nikitaved/partial_grad_test -> origin/nikitaved/partial_grad_test 2022-03-17T19:06:47.0365595Z * [new branch] nikitaved/pinv_backward -> origin/nikitaved/pinv_backward 2022-03-17T19:06:47.0367207Z * [new branch] nikitaved/remove_index_fill_side_effect_for_scalar_input -> origin/nikitaved/remove_index_fill_side_effect_for_scalar_input 2022-03-17T19:06:47.0368621Z * [new branch] nikitaved/solve_methods_forward_AD -> origin/nikitaved/solve_methods_forward_AD 2022-03-17T19:06:47.0369984Z * [new branch] nikitaved/stable_sort_CPU -> origin/nikitaved/stable_sort_CPU 2022-03-17T19:06:47.0371423Z * [new branch] nikitaved/stable_sort_CPU_take_2 -> origin/nikitaved/stable_sort_CPU_take_2 2022-03-17T19:06:47.0372853Z * [new branch] nikitaved/svd_lowrank_opinfo -> origin/nikitaved/svd_lowrank_opinfo 2022-03-17T19:06:47.0374269Z * [new branch] nikitaved/test_neg_view_det_singular -> origin/nikitaved/test_neg_view_det_singular 2022-03-17T19:06:47.0375823Z * [new branch] nikitha_language_spec -> origin/nikitha_language_spec 2022-03-17T19:06:47.0377379Z * [new branch] nikitha_stringDedantSupport -> origin/nikitha_stringDedantSupport 2022-03-17T19:06:47.0379467Z * [new branch] nikved/cumsum_complex_backward -> origin/nikved/cumsum_complex_backward 2022-03-17T19:06:47.0380641Z * [new branch] nikved/eig_complex_backward -> origin/nikved/eig_complex_backward 2022-03-17T19:06:47.0382012Z * [new branch] nikved/gather_add -> origin/nikved/gather_add 2022-03-17T19:06:47.0383340Z * [new branch] nikved/index_fill_port -> origin/nikved/index_fill_port 2022-03-17T19:06:47.0384661Z * [new branch] nikved/linalg_lstsq -> origin/nikved/linalg_lstsq 2022-03-17T19:06:47.0386012Z * [new branch] nikved/lobpcg_remove_inverse -> origin/nikved/lobpcg_remove_inverse 2022-03-17T19:06:47.0387338Z * [new branch] nikved/native_lu_unpack -> origin/nikved/native_lu_unpack 2022-03-17T19:06:47.0388714Z * [new branch] nikved/stable_sort_CPU -> origin/nikved/stable_sort_CPU 2022-03-17T19:06:47.0390404Z * [new branch] nll_backward_2 -> origin/nll_backward_2 2022-03-17T19:06:47.0392036Z * [new branch] nnapi_log_softmax -> origin/nnapi_log_softmax 2022-03-17T19:06:47.0393401Z * [new branch] no_zerodim_type_promo -> origin/no_zerodim_type_promo 2022-03-17T19:06:47.0394891Z * [new branch] non_overlapping -> origin/non_overlapping 2022-03-17T19:06:47.0396355Z * [new branch] nonzero_opinfo -> origin/nonzero_opinfo 2022-03-17T19:06:47.0397922Z * [new branch] norm -> origin/norm 2022-03-17T19:06:47.0399453Z * [new branch] norm_docs -> origin/norm_docs 2022-03-17T19:06:47.0401115Z * [new branch] normal_fix -> origin/normal_fix 2022-03-17T19:06:47.0402886Z * [new branch] normalization -> origin/normalization 2022-03-17T19:06:47.0404815Z * [new branch] nt_ops -> origin/nt_ops 2022-03-17T19:06:47.0406230Z * [new branch] nuke -> origin/nuke 2022-03-17T19:06:47.0407974Z * [new branch] on_pull_request_conditional -> origin/on_pull_request_conditional 2022-03-17T19:06:47.0410095Z * [new branch] onnx -> origin/onnx 2022-03-17T19:06:47.0411541Z * [new branch] onnx_fix_sum_keepdims -> origin/onnx_fix_sum_keepdims 2022-03-17T19:06:47.0413048Z * [new branch] onnx_local_function_opset_ms -> origin/onnx_local_function_opset_ms 2022-03-17T19:06:47.0414765Z * [new branch] onnx_ms_1 -> origin/onnx_ms_1 2022-03-17T19:06:47.0416220Z * [new branch] onnx_ms_1_1_22 -> origin/onnx_ms_1_1_22 2022-03-17T19:06:47.0417729Z * [new branch] onnx_quant_bias -> origin/onnx_quant_bias 2022-03-17T19:06:47.0419551Z * [new branch] opaque -> origin/opaque 2022-03-17T19:06:47.0421065Z * [new branch] opaque-dispatch -> origin/opaque-dispatch 2022-03-17T19:06:47.0423056Z * [new branch] opinfo/nll_loss -> origin/opinfo/nll_loss 2022-03-17T19:06:47.0423989Z * [new branch] opinfo/one_hot -> origin/opinfo/one_hot 2022-03-17T19:06:47.0426202Z * [new branch] opinfos_margin_loss -> origin/opinfos_margin_loss 2022-03-17T19:06:47.0427421Z * [new branch] opinfos_pooling -> origin/opinfos_pooling 2022-03-17T19:06:47.0429274Z * [new branch] opinfos_unassigned_misc -> origin/opinfos_unassigned_misc 2022-03-17T19:06:47.0430392Z * [new branch] ops_in_python -> origin/ops_in_python 2022-03-17T19:06:47.0432186Z * [new branch] opti -> origin/opti 2022-03-17T19:06:47.0433435Z * [new branch] optimizers_struct_based -> origin/optimizers_struct_based 2022-03-17T19:06:47.0435031Z * [new branch] optimizers_struct_based_v2 -> origin/optimizers_struct_based_v2 2022-03-17T19:06:47.0437214Z * [new branch] optrm -> origin/optrm 2022-03-17T19:06:47.0439831Z * [new branch] orig/lts/release/1.8 -> origin/orig/lts/release/1.8 2022-03-17T19:06:47.0441500Z * [new branch] orig/release/1.10 -> origin/orig/release/1.10 2022-03-17T19:06:47.0443024Z * [new branch] orig/release/1.11 -> origin/orig/release/1.11 2022-03-17T19:06:47.0444584Z * [new branch] orig/release/1.6 -> origin/orig/release/1.6 2022-03-17T19:06:47.0445642Z * [new branch] orig/release/1.7 -> origin/orig/release/1.7 2022-03-17T19:06:47.0447163Z * [new branch] orig/release/1.8 -> origin/orig/release/1.8 2022-03-17T19:06:47.0448254Z * [new branch] orig/release/1.9 -> origin/orig/release/1.9 2022-03-17T19:06:47.0450491Z * [new branch] origin/fmod-remainder-opinfo -> origin/origin/fmod-remainder-opinfo 2022-03-17T19:06:47.0451293Z * [new branch] origin/record-time -> origin/origin/record-time 2022-03-17T19:06:47.0453132Z * [new branch] paddingsame -> origin/paddingsame 2022-03-17T19:06:47.0454697Z * [new branch] patrickkan/test-help-message -> origin/patrickkan/test-help-message 2022-03-17T19:06:47.0456620Z * [new branch] pavithran/flatbuffer_jit_file -> origin/pavithran/flatbuffer_jit_file 2022-03-17T19:06:47.0457691Z * [new branch] pavithran/flatbuffer_mobile_debug_info -> origin/pavithran/flatbuffer_mobile_debug_info 2022-03-17T19:06:47.0459150Z * [new branch] pbelevich-patch-1 -> origin/pbelevich-patch-1 2022-03-17T19:06:47.0461001Z * [new branch] pbelevich-patch-2 -> origin/pbelevich-patch-2 2022-03-17T19:06:47.0462159Z * [new branch] pbelevich-patch-3 -> origin/pbelevich-patch-3 2022-03-17T19:06:47.0463756Z * [new branch] pdt_tutorial -> origin/pdt_tutorial 2022-03-17T19:06:47.0465328Z * [new branch] per_channel_quant -> origin/per_channel_quant 2022-03-17T19:06:47.0466683Z * [new branch] peterjc123-patch-1 -> origin/peterjc123-patch-1 2022-03-17T19:06:47.0468243Z * [new branch] peterjc123-patch-1-1 -> origin/peterjc123-patch-1-1 2022-03-17T19:06:47.0469825Z * [new branch] pg_fix -> origin/pg_fix 2022-03-17T19:06:47.0471394Z * [new branch] pickle-doc-warning -> origin/pickle-doc-warning 2022-03-17T19:06:47.0473032Z * [new branch] poc_remove_sth_from_torch_nn_module -> origin/poc_remove_sth_from_torch_nn_module 2022-03-17T19:06:47.0474158Z * [new branch] portforward_fix -> origin/portforward_fix 2022-03-17T19:06:47.0476379Z * [new branch] postnightly -> origin/postnightly 2022-03-17T19:06:47.0504333Z * [new branch] pr-33000 -> origin/pr-33000 2022-03-17T19:06:47.0507536Z * [new branch] primTorch_aliases -> origin/primTorch_aliases 2022-03-17T19:06:47.0511396Z * [new branch] pritam/dist_autograd_sync -> origin/pritam/dist_autograd_sync 2022-03-17T19:06:47.0513253Z * [new branch] process_commit_update2 -> origin/process_commit_update2 2022-03-17T19:06:47.0516383Z * [new branch] profile -> origin/profile 2022-03-17T19:06:47.0518387Z * [new branch] profiler_docs -> origin/profiler_docs 2022-03-17T19:06:47.0521909Z * [new branch] profiler_fallback -> origin/profiler_fallback 2022-03-17T19:06:47.0524097Z * [new branch] proto_jiterated_complex -> origin/proto_jiterated_complex 2022-03-17T19:06:47.0527103Z * [new branch] protoissue -> origin/protoissue 2022-03-17T19:06:47.0529180Z * [new branch] prototype_proc -> origin/prototype_proc 2022-03-17T19:06:47.0532118Z * [new branch] proxy_tensor -> origin/proxy_tensor 2022-03-17T19:06:47.0534565Z * [new branch] pt_mobile_api_fc_tmp -> origin/pt_mobile_api_fc_tmp 2022-03-17T19:06:47.0538281Z * [new branch] pull/24055/head -> origin/pull/24055/head 2022-03-17T19:06:47.0540456Z * [new branch] python391-annotation_str -> origin/python391-annotation_str 2022-03-17T19:06:47.0543649Z * [new branch] python_mode -> origin/python_mode 2022-03-17T19:06:47.0545844Z * [new branch] python_mode2 -> origin/python_mode2 2022-03-17T19:06:47.0548966Z * [new branch] pytorch-test_xla_ci2 -> origin/pytorch-test_xla_ci2 2022-03-17T19:06:47.0550826Z * [new branch] pytree_fx -> origin/pytree_fx 2022-03-17T19:06:47.0553879Z * [new branch] qnnpack_dynamic -> origin/qnnpack_dynamic 2022-03-17T19:06:47.0556098Z * [new branch] qnnpack_per_channel_quant -> origin/qnnpack_per_channel_quant 2022-03-17T19:06:47.0559425Z * [new branch] quantization_1_3_doc -> origin/quantization_1_3_doc 2022-03-17T19:06:47.0561686Z * [new branch] quantized_hardtanh -> origin/quantized_hardtanh 2022-03-17T19:06:47.0564821Z * [new branch] quick-fix -> origin/quick-fix 2022-03-17T19:06:47.0566740Z * [new branch] random_test -> origin/random_test 2022-03-17T19:06:47.0569875Z * [new branch] random_testing -> origin/random_testing 2022-03-17T19:06:47.0571959Z * [new branch] re-enable-mac-json-uploads -> origin/re-enable-mac-json-uploads 2022-03-17T19:06:47.0575004Z * [new branch] recursive_module_deepcopy -> origin/recursive_module_deepcopy 2022-03-17T19:06:47.0580067Z * [new branch] redo-override-listing -> origin/redo-override-listing 2022-03-17T19:06:47.0581132Z * [new branch] reduction_type_promotion -> origin/reduction_type_promotion 2022-03-17T19:06:47.0582146Z * [new branch] refactor_build_wheel -> origin/refactor_build_wheel 2022-03-17T19:06:47.0583785Z * [new branch] reference_inputs -> origin/reference_inputs 2022-03-17T19:06:47.0587637Z * [new branch] release/1.10 -> origin/release/1.10 2022-03-17T19:06:47.0589174Z * [new branch] release/1.11 -> origin/release/1.11 2022-03-17T19:06:47.0591559Z * [new branch] release/1.11_a -> origin/release/1.11_a 2022-03-17T19:06:47.0593421Z * [new branch] release/1.4 -> origin/release/1.4 2022-03-17T19:06:47.0595345Z * [new branch] release/1.4.1 -> origin/release/1.4.1 2022-03-17T19:06:47.0597947Z * [new branch] release/1.5 -> origin/release/1.5 2022-03-17T19:06:47.0600033Z * [new branch] release/1.6 -> origin/release/1.6 2022-03-17T19:06:47.0602514Z * [new branch] release/1.7 -> origin/release/1.7 2022-03-17T19:06:47.0604468Z * [new branch] release/1.8 -> origin/release/1.8 2022-03-17T19:06:47.0607072Z * [new branch] release/1.9 -> origin/release/1.9 2022-03-17T19:06:47.0610192Z * [new branch] release_1.8_fq_docs_patch -> origin/release_1.8_fq_docs_patch 2022-03-17T19:06:47.0612178Z * [new branch] remove-root-job -> origin/remove-root-job 2022-03-17T19:06:47.0615359Z * [new branch] remove-test-history-script -> origin/remove-test-history-script 2022-03-17T19:06:47.0618741Z * [new branch] remove-win-smoke-tests -> origin/remove-win-smoke-tests 2022-03-17T19:06:47.0620630Z * [new branch] removeAnnoyingWarnings -> origin/removeAnnoyingWarnings 2022-03-17T19:06:47.0623886Z * [new branch] remove_duplicate -> origin/remove_duplicate 2022-03-17T19:06:47.0626589Z * [new branch] remove_legacy_definitions -> origin/remove_legacy_definitions 2022-03-17T19:06:47.0628855Z * [new branch] remove_opinfo_warning -> origin/remove_opinfo_warning 2022-03-17T19:06:47.0632099Z * [new branch] remove_prints -> origin/remove_prints 2022-03-17T19:06:47.0634183Z * [new branch] remove_redundant_print -> origin/remove_redundant_print 2022-03-17T19:06:47.0637239Z * [new branch] remove_test -> origin/remove_test 2022-03-17T19:06:47.0639949Z * [new branch] rename-quant-module -> origin/rename-quant-module 2022-03-17T19:06:47.0642565Z * [new branch] rename-quant-module2 -> origin/rename-quant-module2 2022-03-17T19:06:47.0646057Z * [new branch] rename_index_to_advanced_index -> origin/rename_index_to_advanced_index 2022-03-17T19:06:47.0647937Z * [new branch] resnet_forward_ad_ops -> origin/resnet_forward_ad_ops 2022-03-17T19:06:47.0652366Z * [new branch] revert-55729-gh/msaroufim/5/head -> origin/revert-55729-gh/msaroufim/5/head 2022-03-17T19:06:47.0654555Z * [new branch] revert-62257-deyu/remove_use_external_data_format -> origin/revert-62257-deyu/remove_use_external_data_format 2022-03-17T19:06:47.0658815Z * [new branch] revert-62766-gh/BowenBao/109/head -> origin/revert-62766-gh/BowenBao/109/head 2022-03-17T19:06:47.0662325Z * [new branch] revert-64051-gh/jaceyca/2/head -> origin/revert-64051-gh/jaceyca/2/head 2022-03-17T19:06:47.0665950Z * [new branch] revert-65014-gh/mcr229/1/head -> origin/revert-65014-gh/mcr229/1/head 2022-03-17T19:06:47.0670081Z * [new branch] revert-66735-gh/PaliC/5/head -> origin/revert-66735-gh/PaliC/5/head 2022-03-17T19:06:47.0673915Z * [new branch] revert-69916-gh/wanchaol/193/head -> origin/revert-69916-gh/wanchaol/193/head 2022-03-17T19:06:47.0677691Z * [new branch] revert-69943-revert-69916-gh/wanchaol/193/head -> origin/revert-69943-revert-69916-gh/wanchaol/193/head 2022-03-17T19:06:47.0681258Z * [new branch] revert-73214-gh/H-Huang/47/head -> origin/revert-73214-gh/H-Huang/47/head 2022-03-17T19:06:47.0683189Z * [new branch] revivify_ci -> origin/revivify_ci 2022-03-17T19:06:47.0686675Z * [new branch] rnn_reduce_range -> origin/rnn_reduce_range 2022-03-17T19:06:47.0689385Z * [new branch] robieta/debug_info -> origin/robieta/debug_info 2022-03-17T19:06:47.0691172Z * [new branch] robieta/module_tracking -> origin/robieta/module_tracking 2022-03-17T19:06:47.0693319Z * [new branch] robieta/module_tracking_reland -> origin/robieta/module_tracking_reland 2022-03-17T19:06:47.0695385Z * [new branch] robieta/timer_div_zero -> origin/robieta/timer_div_zero 2022-03-17T19:06:47.0697589Z * [new branch] robieta/torchtidy_prototype -> origin/robieta/torchtidy_prototype 2022-03-17T19:06:47.0700936Z * [new branch] rocm-dist-master -> origin/rocm-dist-master 2022-03-17T19:06:47.0702893Z * [new branch] rocm_gha -> origin/rocm_gha 2022-03-17T19:06:47.0706230Z * [new branch] rocm_slow_test_label -> origin/rocm_slow_test_label 2022-03-17T19:06:47.0708131Z * [new branch] rohan-varma-patch-1 -> origin/rohan-varma-patch-1 2022-03-17T19:06:47.0711384Z * [new branch] rohan-varma-patch-2 -> origin/rohan-varma-patch-2 2022-03-17T19:06:47.0713236Z * [new branch] rohan_fix -> origin/rohan_fix 2022-03-17T19:06:47.0716740Z * [new branch] rpc_dev -> origin/rpc_dev 2022-03-17T19:06:47.0718573Z * [new branch] running-generate_ci_workflows -> origin/running-generate_ci_workflows 2022-03-17T19:06:47.0721936Z * [new branch] saketh-modules-lab -> origin/saketh-modules-lab 2022-03-17T19:06:47.0725056Z * [new branch] samestep/docker-cache-gha -> origin/samestep/docker-cache-gha 2022-03-17T19:06:47.0726846Z * [new branch] samestep/gha-ossci-metrics-new-token -> origin/samestep/gha-ossci-metrics-new-token 2022-03-17T19:06:47.0728984Z * [new branch] samestep/redundant-workflows-base -> origin/samestep/redundant-workflows-base 2022-03-17T19:06:47.0731524Z * [new branch] saved-tensors-docstring -> origin/saved-tensors-docstring 2022-03-17T19:06:47.0733690Z * [new branch] saved_tensors_docs -> origin/saved_tensors_docs 2022-03-17T19:06:47.0736805Z * [new branch] scalarListAPI -> origin/scalarListAPI 2022-03-17T19:06:47.0738851Z * [new branch] scatter-reductions-cpu -> origin/scatter-reductions-cpu 2022-03-17T19:06:47.0742187Z * [new branch] scatter_gather_more_shape_checks -> origin/scatter_gather_more_shape_checks 2022-03-17T19:06:47.0744025Z * [new branch] scatter_gather_to_ATen_CUDA -> origin/scatter_gather_to_ATen_CUDA 2022-03-17T19:06:47.0747944Z * [new branch] sdym/check-default-branch -> origin/sdym/check-default-branch 2022-03-17T19:06:47.0749763Z * [new branch] sdym/fix-54979 -> origin/sdym/fix-54979 2022-03-17T19:06:47.0752610Z * [new branch] sdym/fix-undefined_internal -> origin/sdym/fix-undefined_internal 2022-03-17T19:06:47.0754288Z * [new branch] sdym/generated-stats -> origin/sdym/generated-stats 2022-03-17T19:06:47.0756717Z * [new branch] sdym/gha-android-test -> origin/sdym/gha-android-test 2022-03-17T19:06:47.0758779Z * [new branch] sdym/py310-test_binary_ufuncs.py -> origin/sdym/py310-test_binary_ufuncs.py 2022-03-17T19:06:47.0761003Z * [new branch] sdym/py310-test_distributions -> origin/sdym/py310-test_distributions 2022-03-17T19:06:47.0763304Z * [new branch] sdym/qinterpolate -> origin/sdym/qinterpolate 2022-03-17T19:06:47.0765406Z * [new branch] sdym/test-merge -> origin/sdym/test-merge 2022-03-17T19:06:47.0768182Z * [new branch] sdym/test-mobile-rules -> origin/sdym/test-mobile-rules 2022-03-17T19:06:47.0770472Z * [new branch] seemethere-patch-1 -> origin/seemethere-patch-1 2022-03-17T19:06:47.0774176Z * [new branch] seemethere/actions_wheels -> origin/seemethere/actions_wheels 2022-03-17T19:06:47.0775594Z * [new branch] seemethere/add_core_to_ghf -> origin/seemethere/add_core_to_ghf 2022-03-17T19:06:47.0778676Z * [new branch] seemethere/fix_collect_env -> origin/seemethere/fix_collect_env 2022-03-17T19:06:47.0780510Z * [new branch] seemethere/formalize-patch-release-process -> origin/seemethere/formalize-patch-release-process 2022-03-17T19:06:47.0782439Z * [new branch] seemethere/nightly_pls_work -> origin/seemethere/nightly_pls_work 2022-03-17T19:06:47.0785316Z * [new branch] seemethere/pull_request_target -> origin/seemethere/pull_request_target 2022-03-17T19:06:47.0787093Z * [new branch] seemethere/rebuild_rocm_stable_image -> origin/seemethere/rebuild_rocm_stable_image 2022-03-17T19:06:47.0789305Z * [new branch] seemethere/rebuilding_lts_18_docker_images -> origin/seemethere/rebuilding_lts_18_docker_images 2022-03-17T19:06:47.0791535Z * [new branch] seemethere/refactor_build_wheel -> origin/seemethere/refactor_build_wheel 2022-03-17T19:06:47.0793646Z * [new branch] seemethere/rocm_not_on_master -> origin/seemethere/rocm_not_on_master 2022-03-17T19:06:47.0796904Z * [new branch] seemethere/test_collect_env -> origin/seemethere/test_collect_env 2022-03-17T19:06:47.0829065Z * [new branch] seemethere/update_branch_cut -> origin/seemethere/update_branch_cut 2022-03-17T19:06:47.0830444Z * [new branch] serialize_undefined_tensor -> origin/serialize_undefined_tensor 2022-03-17T19:06:47.0832499Z * [new branch] set_default_dtype_docs -> origin/set_default_dtype_docs 2022-03-17T19:06:47.0833901Z * [new branch] shape_info -> origin/shape_info 2022-03-17T19:06:47.0835719Z * [new branch] shen-fixes -> origin/shen-fixes 2022-03-17T19:06:47.0837261Z * [new branch] side_stream_patch -> origin/side_stream_patch 2022-03-17T19:06:47.0839052Z * [new branch] silent-rm-error -> origin/silent-rm-error 2022-03-17T19:06:47.0841019Z * [new branch] size_investigation -> origin/size_investigation 2022-03-17T19:06:47.0842290Z * [new branch] skip_meta_conversion -> origin/skip_meta_conversion 2022-03-17T19:06:47.0844373Z * [new branch] sln -> origin/sln 2022-03-17T19:06:47.0846225Z * [new branch] smessmer/lto -> origin/smessmer/lto 2022-03-17T19:06:47.0847362Z * [new branch] smessmer/scalar -> origin/smessmer/scalar 2022-03-17T19:06:47.0849266Z * [new branch] sort-cxx11 -> origin/sort-cxx11 2022-03-17T19:06:47.0850561Z * [new branch] sort-segment -> origin/sort-segment 2022-03-17T19:06:47.0852522Z * [new branch] soulitzer-patch-1 -> origin/soulitzer-patch-1 2022-03-17T19:06:47.0854256Z * [new branch] soulitzer/benchmarking -> origin/soulitzer/benchmarking 2022-03-17T19:06:47.0855516Z * [new branch] source_range -> origin/source_range 2022-03-17T19:06:47.0857403Z * [new branch] sparse-csr-layout -> origin/sparse-csr-layout 2022-03-17T19:06:47.0858608Z * [new branch] sparse-error-msgs -> origin/sparse-error-msgs 2022-03-17T19:06:47.0860304Z * [new branch] sparse_rpc_fix -> origin/sparse_rpc_fix 2022-03-17T19:06:47.0861583Z * [new branch] stack2 -> origin/stack2 2022-03-17T19:06:47.0863323Z * [new branch] stale -> origin/stale 2022-03-17T19:06:47.0865083Z * [new branch] static_dispatch -> origin/static_dispatch 2022-03-17T19:06:47.0866155Z * [new branch] stream_patch -> origin/stream_patch 2022-03-17T19:06:47.0867981Z * [new branch] streamcontext_nop -> origin/streamcontext_nop 2022-03-17T19:06:47.0869259Z * [new branch] stringDedentSupport -> origin/stringDedentSupport 2022-03-17T19:06:47.0871012Z * [new branch] string_view -> origin/string_view 2022-03-17T19:06:47.0872236Z * [new branch] structured_amax -> origin/structured_amax 2022-03-17T19:06:47.0874029Z * [new branch] structured_mse_loss -> origin/structured_mse_loss 2022-03-17T19:06:47.0875312Z * [new branch] su_ghf -> origin/su_ghf 2022-03-17T19:06:47.0877111Z * [new branch] sub_iter_strides_cuda -> origin/sub_iter_strides_cuda 2022-03-17T19:06:47.0878681Z * [new branch] suo-patch-1 -> origin/suo-patch-1 2022-03-17T19:06:47.0880384Z * [new branch] suo-patch-2 -> origin/suo-patch-2 2022-03-17T19:06:47.0882164Z * [new branch] suo-patch-8 -> origin/suo-patch-8 2022-03-17T19:06:47.0883662Z * [new branch] sup -> origin/sup 2022-03-17T19:06:47.0885366Z * [new branch] support_any -> origin/support_any 2022-03-17T19:06:47.0886630Z * [new branch] support_complex -> origin/support_complex 2022-03-17T19:06:47.0888478Z * [new branch] support_pow -> origin/support_pow 2022-03-17T19:06:47.0890562Z * [new branch] support_sum -> origin/support_sum 2022-03-17T19:06:47.0892498Z * [new branch] support_type_inference_nn_modules -> origin/support_type_inference_nn_modules 2022-03-17T19:06:47.0893783Z * [new branch] suraj813-patch-1 -> origin/suraj813-patch-1 2022-03-17T19:06:47.0895506Z * [new branch] svdvals -> origin/svdvals 2022-03-17T19:06:47.0896860Z * [new branch] syncbatchnorm-0-batch-dim -> origin/syncbatchnorm-0-batch-dim 2022-03-17T19:06:47.0898617Z * [new branch] t-opinfo -> origin/t-opinfo 2022-03-17T19:06:47.0899954Z * [new branch] templated-boxed-fallback -> origin/templated-boxed-fallback 2022-03-17T19:06:47.0901771Z * [new branch] tensor-iterator-manual -> origin/tensor-iterator-manual 2022-03-17T19:06:47.0903318Z * [new branch] tensor_docs -> origin/tensor_docs 2022-03-17T19:06:47.0905080Z * [new branch] tensor_proto -> origin/tensor_proto 2022-03-17T19:06:47.0906216Z * [new branch] tensordot_bug -> origin/tensordot_bug 2022-03-17T19:06:47.0907948Z * [new branch] test-master -> origin/test-master 2022-03-17T19:06:47.0909387Z * [new branch] test-parse-ref-on-win -> origin/test-parse-ref-on-win 2022-03-17T19:06:47.0910708Z * [new branch] test_35736 -> origin/test_35736 2022-03-17T19:06:47.0912539Z * [new branch] test_deploy -> origin/test_deploy 2022-03-17T19:06:47.0913839Z * [new branch] test_equiv_recurrent_disable -> origin/test_equiv_recurrent_disable 2022-03-17T19:06:47.0915233Z * [new branch] test_flaky -> origin/test_flaky 2022-03-17T19:06:47.0917358Z * [new branch] test_functional_non_const_ref -> origin/test_functional_non_const_ref 2022-03-17T19:06:47.0918663Z * [new branch] test_k_0312 -> origin/test_k_0312 2022-03-17T19:06:47.0920527Z * [new branch] test_no_warns -> origin/test_no_warns 2022-03-17T19:06:47.0922392Z * [new branch] test_ops_to_support_iterables -> origin/test_ops_to_support_iterables 2022-03-17T19:06:47.0923533Z * [new branch] test_pr -> origin/test_pr 2022-03-17T19:06:47.0925479Z * [new branch] test_rocm_35959 -> origin/test_rocm_35959 2022-03-17T19:06:47.0926781Z * [new branch] test_xla_codegen_changes -> origin/test_xla_codegen_changes 2022-03-17T19:06:47.0928663Z * [new branch] testing_lint_fix -> origin/testing_lint_fix 2022-03-17T19:06:47.0929912Z * [new branch] tf32 -> origin/tf32 2022-03-17T19:06:47.0931845Z * [new branch] thread-local-default-hooks -> origin/thread-local-default-hooks 2022-03-17T19:06:47.0933209Z * [new branch] tktrungna-patch-1 -> origin/tktrungna-patch-1 2022-03-17T19:06:47.0935041Z * [new branch] tmp-codeowner -> origin/tmp-codeowner 2022-03-17T19:06:47.0936396Z * [new branch] torch_version_update -> origin/torch_version_update 2022-03-17T19:06:47.0938246Z * [new branch] trace_fn_calls2 -> origin/trace_fn_calls2 2022-03-17T19:06:47.0939697Z * [new branch] triangular_solve -> origin/triangular_solve 2022-03-17T19:06:47.0941460Z * [new branch] triangular_solve_permute -> origin/triangular_solve_permute 2022-03-17T19:06:47.0942791Z * [new branch] try-hacking-unique -> origin/try-hacking-unique 2022-03-17T19:06:47.0944782Z * [new branch] try-retryable-steps -> origin/try-retryable-steps 2022-03-17T19:06:47.0946023Z * [new branch] tt_emb -> origin/tt_emb 2022-03-17T19:06:47.0947971Z * [new branch] turn_on_cpp_api_parity_test -> origin/turn_on_cpp_api_parity_test 2022-03-17T19:06:47.0949899Z * [new branch] turn_on_cpp_api_parity_test_new_new -> origin/turn_on_cpp_api_parity_test_new_new 2022-03-17T19:06:47.0951176Z * [new branch] turn_on_cpp_api_parity_test_v2 -> origin/turn_on_cpp_api_parity_test_v2 2022-03-17T19:06:47.0953192Z * [new branch] turn_on_cpp_api_parity_test_v3 -> origin/turn_on_cpp_api_parity_test_v3 2022-03-17T19:06:47.0974740Z * [new branch] turn_on_cpp_api_parity_test_v3_exp1 -> origin/turn_on_cpp_api_parity_test_v3_exp1 2022-03-17T19:06:47.0997953Z * [new branch] turn_on_cpp_api_parity_test_v3_exp2 -> origin/turn_on_cpp_api_parity_test_v3_exp2 2022-03-17T19:06:47.0999791Z * [new branch] type_system_1 -> origin/type_system_1 2022-03-17T19:06:47.1000802Z * [new branch] ucc -> origin/ucc 2022-03-17T19:06:47.1003167Z * [new branch] ucc-build -> origin/ucc-build 2022-03-17T19:06:47.1004958Z * [new branch] ucc-test- -> origin/ucc-test- 2022-03-17T19:06:47.1006128Z * [new branch] unbreak_bc -> origin/unbreak_bc 2022-03-17T19:06:47.1008127Z * [new branch] unique_opinfo -> origin/unique_opinfo 2022-03-17T19:06:47.1009247Z * [new branch] upd_k_0609 -> origin/upd_k_0609 2022-03-17T19:06:47.1011101Z * [new branch] upd_kineto_0324 -> origin/upd_kineto_0324 2022-03-17T19:06:47.1012372Z * [new branch] upd_kineto_0330 -> origin/upd_kineto_0330 2022-03-17T19:06:47.1014252Z * [new branch] upd_kineto_0804 -> origin/upd_kineto_0804 2022-03-17T19:06:47.1015877Z * [new branch] upd_kineto_rev_4 -> origin/upd_kineto_rev_4 2022-03-17T19:06:47.1017549Z * [new branch] update-build-bin -> origin/update-build-bin 2022-03-17T19:06:47.1019586Z * [new branch] update-stale-1 -> origin/update-stale-1 2022-03-17T19:06:47.1021145Z * [new branch] update-test-distribute -> origin/update-test-distribute 2022-03-17T19:06:47.1022580Z * [new branch] update-test-libtorch -> origin/update-test-libtorch 2022-03-17T19:06:47.1024446Z * [new branch] update-test-libtorch-path -> origin/update-test-libtorch-path 2022-03-17T19:06:47.1025833Z * [new branch] update-test-path -> origin/update-test-path 2022-03-17T19:06:47.1027913Z * [new branch] update-test-vulkan-path -> origin/update-test-vulkan-path 2022-03-17T19:06:47.1029115Z * [new branch] update_gloo_04152021 -> origin/update_gloo_04152021 2022-03-17T19:06:47.1030920Z * [new branch] update_gloo_submodule -> origin/update_gloo_submodule 2022-03-17T19:06:47.1032252Z * [new branch] update_kineto_0505 -> origin/update_kineto_0505 2022-03-17T19:06:47.1034201Z * [new branch] update_submodule_FBGEMM -> origin/update_submodule_FBGEMM 2022-03-17T19:06:47.1036191Z * [new branch] update_submodule_kineto -> origin/update_submodule_kineto 2022-03-17T19:06:47.1037538Z * [new branch] update_submodule_tensorpipe -> origin/update_submodule_tensorpipe 2022-03-17T19:06:47.1039884Z * [new branch] upstream/ci-all/record-time-slowtests-krshrimali -> origin/upstream/ci-all/record-time-slowtests-krshrimali 2022-03-17T19:06:47.1041191Z * [new branch] upstream/nikved/linalg_lstsq -> origin/upstream/nikved/linalg_lstsq 2022-03-17T19:06:47.1043889Z * [new branch] v0.1.2 -> origin/v0.1.2 2022-03-17T19:06:47.1045592Z * [new branch] v1.0.1 -> origin/v1.0.1 2022-03-17T19:06:47.1047050Z * [new branch] v1.0.3 -> origin/v1.0.3 2022-03-17T19:06:47.1048750Z * [new branch] v1.1.0 -> origin/v1.1.0 2022-03-17T19:06:47.1050415Z * [new branch] v1.2.0 -> origin/v1.2.0 2022-03-17T19:06:47.1052084Z * [new branch] v1.3.0 -> origin/v1.3.0 2022-03-17T19:06:47.1053540Z * [new branch] v1.3.1 -> origin/v1.3.1 2022-03-17T19:06:47.1055495Z * [new branch] v1.4 -> origin/v1.4 2022-03-17T19:06:47.1057159Z * [new branch] version_mismatch_error_msg -> origin/version_mismatch_error_msg 2022-03-17T19:06:47.1059114Z * [new branch] vfdev-5/docs-typo-fix -> origin/vfdev-5/docs-typo-fix 2022-03-17T19:06:47.1060840Z * [new branch] viab -> origin/viab 2022-03-17T19:06:47.1062707Z * [new branch] viable/strict -> origin/viable/strict 2022-03-17T19:06:47.1064193Z * [new branch] view_as_real -> origin/view_as_real 2022-03-17T19:06:47.1065879Z * [new branch] vision_maskrcnn -> origin/vision_maskrcnn 2022-03-17T19:06:47.1067979Z * [new branch] voznesenskym/named_buffers -> origin/voznesenskym/named_buffers 2022-03-17T19:06:47.1069237Z * [new branch] voznesenskym/named_parameters -> origin/voznesenskym/named_parameters 2022-03-17T19:06:47.1071170Z * [new branch] vs-show-message-on-exception -> origin/vs-show-message-on-exception 2022-03-17T19:06:47.1072412Z * [new branch] vsb_cache_aware_benchmark_preview -> origin/vsb_cache_aware_benchmark_preview 2022-03-17T19:06:47.1074406Z * [new branch] vulkan_add_hardshrink_op -> origin/vulkan_add_hardshrink_op 2022-03-17T19:06:47.1075644Z * [new branch] vulkan_conv2d_old_prepack -> origin/vulkan_conv2d_old_prepack 2022-03-17T19:06:47.1077471Z * [new branch] vulkan_conv_cpushader -> origin/vulkan_conv_cpushader 2022-03-17T19:06:47.1079007Z * [new branch] vulkan_frcnn_ops -> origin/vulkan_frcnn_ops 2022-03-17T19:06:47.1080749Z * [new branch] walterddr-bc-checker-hotfix -> origin/walterddr-bc-checker-hotfix 2022-03-17T19:06:47.1082885Z * [new branch] wconstab/backend -> origin/wconstab/backend 2022-03-17T19:06:47.1084018Z * [new branch] wconstab/bench -> origin/wconstab/bench 2022-03-17T19:06:47.1085745Z * [new branch] wconstab/bench2 -> origin/wconstab/bench2 2022-03-17T19:06:47.1086936Z * [new branch] wconstab/benchit -> origin/wconstab/benchit 2022-03-17T19:06:47.1088317Z * [new branch] wconstab/benchmark -> origin/wconstab/benchmark 2022-03-17T19:06:47.1090243Z * [new branch] wconstab/const_containerhash -> origin/wconstab/const_containerhash 2022-03-17T19:06:47.1091007Z * [new branch] wconstab/dbg_nll -> origin/wconstab/dbg_nll 2022-03-17T19:06:47.1092805Z * [new branch] wconstab/dcgan_ops -> origin/wconstab/dcgan_ops 2022-03-17T19:06:47.1093814Z * [new branch] wconstab/debug -> origin/wconstab/debug 2022-03-17T19:06:47.1095104Z * [new branch] wconstab/devdata -> origin/wconstab/devdata 2022-03-17T19:06:47.1096680Z * [new branch] wconstab/example.py_ci -> origin/wconstab/example.py_ci 2022-03-17T19:06:47.1097832Z * [new branch] wconstab/fallback -> origin/wconstab/fallback 2022-03-17T19:06:47.1099624Z * [new branch] wconstab/fallback2 -> origin/wconstab/fallback2 2022-03-17T19:06:47.1100655Z * [new branch] wconstab/fields -> origin/wconstab/fields 2022-03-17T19:06:47.1101967Z * [new branch] wconstab/fix_clone -> origin/wconstab/fix_clone 2022-03-17T19:06:47.1103357Z * [new branch] wconstab/hash_perf -> origin/wconstab/hash_perf 2022-03-17T19:06:47.1105443Z * [new branch] wconstab/improve_deploy_cpy_build -> origin/wconstab/improve_deploy_cpy_build 2022-03-17T19:06:47.1291889Z * [new branch] wconstab/incorrect -> origin/wconstab/incorrect 2022-03-17T19:06:47.1412328Z * [new branch] wconstab/local_scalar_dense -> origin/wconstab/local_scalar_dense 2022-03-17T19:06:47.1413173Z * [new branch] wconstab/lr_hack -> origin/wconstab/lr_hack 2022-03-17T19:06:47.1415083Z * [new branch] wconstab/ltc-noopt -> origin/wconstab/ltc-noopt 2022-03-17T19:06:47.1416264Z * [new branch] wconstab/ltc-nvfuser-nofallback -> origin/wconstab/ltc-nvfuser-nofallback 2022-03-17T19:06:47.1417612Z * [new branch] wconstab/ltc_codegen -> origin/wconstab/ltc_codegen 2022-03-17T19:06:47.1419155Z * [new branch] wconstab/ltc_codegen_clone -> origin/wconstab/ltc_codegen_clone 2022-03-17T19:06:47.1420708Z * [new branch] wconstab/ltc_core_hash -> origin/wconstab/ltc_core_hash 2022-03-17T19:06:47.1422115Z * [new branch] wconstab/move_ltc_in_tree -> origin/wconstab/move_ltc_in_tree 2022-03-17T19:06:47.1423402Z * [new branch] wconstab/mul -> origin/wconstab/mul 2022-03-17T19:06:47.1425232Z * [new branch] wconstab/native_batch_norm -> origin/wconstab/native_batch_norm 2022-03-17T19:06:47.1427482Z * [new branch] wconstab/node_base -> origin/wconstab/node_base 2022-03-17T19:06:47.1428284Z * [new branch] wconstab/perf -> origin/wconstab/perf 2022-03-17T19:06:47.1429865Z * [new branch] wconstab/refactor_benchmark -> origin/wconstab/refactor_benchmark 2022-03-17T19:06:47.1431400Z * [new branch] wconstab/registrar -> origin/wconstab/registrar 2022-03-17T19:06:47.1433515Z * [new branch] wconstab/remove_hash -> origin/wconstab/remove_hash 2022-03-17T19:06:47.1434617Z * [new branch] wconstab/run_tb -> origin/wconstab/run_tb 2022-03-17T19:06:47.1436114Z * [new branch] wconstab/scalar -> origin/wconstab/scalar 2022-03-17T19:06:47.1437399Z * [new branch] wconstab/shape_cache -> origin/wconstab/shape_cache 2022-03-17T19:06:47.1439181Z * [new branch] wconstab/shape_hash -> origin/wconstab/shape_hash 2022-03-17T19:06:47.1440178Z * [new branch] wconstab/shapeinfr -> origin/wconstab/shapeinfr 2022-03-17T19:06:47.1442207Z * [new branch] wconstab/structured_native_batch_norm -> origin/wconstab/structured_native_batch_norm 2022-03-17T19:06:47.1443440Z * [new branch] wconstab/torch_python_objs -> origin/wconstab/torch_python_objs 2022-03-17T19:06:47.1444751Z * [new branch] wconstab/torchpy -> origin/wconstab/torchpy 2022-03-17T19:06:47.1446810Z * [new branch] win_clang -> origin/win_clang 2022-03-17T19:06:47.1448334Z * [new branch] windows_distributions_tests -> origin/windows_distributions_tests 2022-03-17T19:06:47.1450013Z * [new branch] workflow-per-job -> origin/workflow-per-job 2022-03-17T19:06:47.1451942Z * [new branch] xz9/add-release-testing -> origin/xz9/add-release-testing 2022-03-17T19:06:47.1453045Z * [new branch] xz9/fix-tb-branch-run -> origin/xz9/fix-tb-branch-run 2022-03-17T19:06:47.1454306Z * [new branch] xz9/fix-tb-ci -> origin/xz9/fix-tb-ci 2022-03-17T19:06:47.1473742Z * [new branch] xz9/fix-torchbench-ci-update -> origin/xz9/fix-torchbench-ci-update 2022-03-17T19:06:47.1474453Z * [new branch] xz9/test-ghi-68086 -> origin/xz9/test-ghi-68086 2022-03-17T19:06:47.1475284Z * [new branch] xz9/test-pr-71710 -> origin/xz9/test-pr-71710 2022-03-17T19:06:47.1475783Z * [new branch] xz9/torchbench-test -> origin/xz9/torchbench-test 2022-03-17T19:06:47.1476272Z * [new branch] xz9/verify_ngimel_layer_norm -> origin/xz9/verify_ngimel_layer_norm 2022-03-17T19:06:47.1476816Z * [new branch] xz9/verify_ngimel_layer_norm_2 -> origin/xz9/verify_ngimel_layer_norm_2 2022-03-17T19:06:47.1477345Z * [new branch] xzhao9/update-docker-build -> origin/xzhao9/update-docker-build 2022-03-17T19:06:47.1477866Z * [new branch] yinsun-41101 -> origin/yinsun-41101 2022-03-17T19:06:47.1478353Z * [new branch] zasdfgbnm-patch-4 -> origin/zasdfgbnm-patch-4 2022-03-17T19:06:47.1478837Z * [new branch] zasdfgbnm/gelu -> origin/zasdfgbnm/gelu 2022-03-17T19:06:47.1479305Z * [new branch] zhouzhuojie-patch-1 -> origin/zhouzhuojie-patch-1 2022-03-17T19:06:47.1479833Z * [new branch] zz/add-github.com-noproxy -> origin/zz/add-github.com-noproxy 2022-03-17T19:06:47.1480293Z * [new tag] ciflow/all/63212 -> ciflow/all/63212 2022-03-17T19:06:47.1480715Z * [new tag] ciflow/all/64387 -> ciflow/all/64387 2022-03-17T19:06:47.1481139Z * [new tag] ciflow/all/67022 -> ciflow/all/67022 2022-03-17T19:06:47.1481877Z * [new tag] ciflow/all/67023 -> ciflow/all/67023 2022-03-17T19:06:47.1482286Z * [new tag] ciflow/all/67079 -> ciflow/all/67079 2022-03-17T19:06:47.1482812Z * [new tag] ciflow/all/67343 -> ciflow/all/67343 2022-03-17T19:06:47.1483250Z * [new tag] ciflow/all/67833 -> ciflow/all/67833 2022-03-17T19:06:47.1483664Z * [new tag] ciflow/all/68328 -> ciflow/all/68328 2022-03-17T19:06:47.1484050Z * [new tag] ciflow/all/69211 -> ciflow/all/69211 2022-03-17T19:06:47.1484467Z * [new tag] ciflow/all/69754 -> ciflow/all/69754 2022-03-17T19:06:47.1485125Z * [new tag] ciflow/all/69828 -> ciflow/all/69828 2022-03-17T19:06:47.1485769Z * [new tag] ciflow/all/70610 -> ciflow/all/70610 2022-03-17T19:06:47.1486998Z * [new tag] ciflow/all/70978 -> ciflow/all/70978 2022-03-17T19:06:47.1488084Z * [new tag] ciflow/all/70979 -> ciflow/all/70979 2022-03-17T19:06:47.1489166Z * [new tag] ciflow/all/70980 -> ciflow/all/70980 2022-03-17T19:06:47.1490366Z * [new tag] ciflow/all/70981 -> ciflow/all/70981 2022-03-17T19:06:47.1491430Z * [new tag] ciflow/all/70982 -> ciflow/all/70982 2022-03-17T19:06:47.1492696Z * [new tag] ciflow/all/70986 -> ciflow/all/70986 2022-03-17T19:06:47.1493760Z * [new tag] ciflow/all/70988 -> ciflow/all/70988 2022-03-17T19:06:47.1494817Z * [new tag] ciflow/all/70989 -> ciflow/all/70989 2022-03-17T19:06:47.1496045Z * [new tag] ciflow/all/71399 -> ciflow/all/71399 2022-03-17T19:06:47.1497115Z * [new tag] ciflow/all/71582 -> ciflow/all/71582 2022-03-17T19:06:47.1498238Z * [new tag] ciflow/all/71670 -> ciflow/all/71670 2022-03-17T19:06:47.1499012Z * [new tag] ciflow/all/72364 -> ciflow/all/72364 2022-03-17T19:06:47.1500913Z * [new tag] ciflow/all/72593 -> ciflow/all/72593 2022-03-17T19:06:47.1528631Z * [new tag] ciflow/all/72710 -> ciflow/all/72710 2022-03-17T19:06:47.1529363Z * [new tag] ciflow/all/73202 -> ciflow/all/73202 2022-03-17T19:06:47.1530480Z * [new tag] ciflow/all/73403 -> ciflow/all/73403 2022-03-17T19:06:47.1531638Z * [new tag] ciflow/all/73627 -> ciflow/all/73627 2022-03-17T19:06:47.1532811Z * [new tag] ciflow/all/73660 -> ciflow/all/73660 2022-03-17T19:06:47.1534532Z * [new tag] ciflow/all/74111 -> ciflow/all/74111 2022-03-17T19:06:47.1535129Z * [new tag] ciflow/all/74226 -> ciflow/all/74226 2022-03-17T19:06:47.1536217Z * [new tag] ciflow/binaries/71893 -> ciflow/binaries/71893 2022-03-17T19:06:47.1537210Z * [new tag] ciflow/binaries/73342 -> ciflow/binaries/73342 2022-03-17T19:06:47.1537989Z * [new tag] ciflow/binaries/73393 -> ciflow/binaries/73393 2022-03-17T19:06:47.1538969Z * [new tag] ciflow/binaries/74141 -> ciflow/binaries/74141 2022-03-17T19:06:47.1540015Z * [new tag] ciflow/cpu/67093 -> ciflow/cpu/67093 2022-03-17T19:06:47.1540860Z * [new tag] ciflow/cpu/67094 -> ciflow/cpu/67094 2022-03-17T19:06:47.1541764Z * [new tag] ciflow/cpu/67096 -> ciflow/cpu/67096 2022-03-17T19:06:47.1542583Z * [new tag] ciflow/cpu/71399 -> ciflow/cpu/71399 2022-03-17T19:06:47.1543536Z * [new tag] ciflow/cpu/73342 -> ciflow/cpu/73342 2022-03-17T19:06:47.1544650Z * [new tag] ciflow/cpu/74294 -> ciflow/cpu/74294 2022-03-17T19:06:47.1545672Z * [new tag] ciflow/cuda/69828 -> ciflow/cuda/69828 2022-03-17T19:06:47.1546486Z * [new tag] ciflow/cuda/70978 -> ciflow/cuda/70978 2022-03-17T19:06:47.1547579Z * [new tag] ciflow/cuda/70979 -> ciflow/cuda/70979 2022-03-17T19:06:47.1548228Z * [new tag] ciflow/cuda/70980 -> ciflow/cuda/70980 2022-03-17T19:06:47.1549216Z * [new tag] ciflow/cuda/70981 -> ciflow/cuda/70981 2022-03-17T19:06:47.1549987Z * [new tag] ciflow/cuda/70982 -> ciflow/cuda/70982 2022-03-17T19:06:47.1550891Z * [new tag] ciflow/cuda/70986 -> ciflow/cuda/70986 2022-03-17T19:06:47.1551688Z * [new tag] ciflow/cuda/70988 -> ciflow/cuda/70988 2022-03-17T19:06:47.1552675Z * [new tag] ciflow/cuda/70989 -> ciflow/cuda/70989 2022-03-17T19:06:47.1553432Z * [new tag] ciflow/cuda/71213 -> ciflow/cuda/71213 2022-03-17T19:06:47.1554481Z * [new tag] ciflow/cuda/71214 -> ciflow/cuda/71214 2022-03-17T19:06:47.1555175Z * [new tag] ciflow/cuda/71215 -> ciflow/cuda/71215 2022-03-17T19:06:47.1556205Z * [new tag] ciflow/cuda/71216 -> ciflow/cuda/71216 2022-03-17T19:06:47.1556954Z * [new tag] ciflow/cuda/71399 -> ciflow/cuda/71399 2022-03-17T19:06:47.1558107Z * [new tag] ciflow/cuda/74294 -> ciflow/cuda/74294 2022-03-17T19:06:47.1558845Z * [new tag] ciflow/cuda/74343 -> ciflow/cuda/74343 2022-03-17T19:06:47.1561221Z * [new tag] ciflow/ios/72666 -> ciflow/ios/72666 2022-03-17T19:06:47.1562483Z * [new tag] ciflow/libtorch/73011 -> ciflow/libtorch/73011 2022-03-17T19:06:47.1563492Z * [new tag] ciflow/macos/73849 -> ciflow/macos/73849 2022-03-17T19:06:47.1564293Z * [new tag] ciflow/macos/73857 -> ciflow/macos/73857 2022-03-17T19:06:47.1566024Z * [new tag] ciflow/none/73275 -> ciflow/none/73275 2022-03-17T19:06:47.1566627Z * [new tag] ciflow/periodic/74306 -> ciflow/periodic/74306 2022-03-17T19:06:47.1567736Z * [new tag] ciflow/slow-gradcheck/71126 -> ciflow/slow-gradcheck/71126 2022-03-17T19:06:47.1568461Z * [new tag] ciflow/slow-gradcheck/73748 -> ciflow/slow-gradcheck/73748 2022-03-17T19:06:47.1569556Z * [new tag] ciflow/slow/71126 -> ciflow/slow/71126 2022-03-17T19:06:47.1570382Z * [new tag] ciflow/slow/72686 -> ciflow/slow/72686 2022-03-17T19:06:47.1571309Z * [new tag] ciflow/slow/73627 -> ciflow/slow/73627 2022-03-17T19:06:47.1572031Z * [new tag] ciflow/slow/73748 -> ciflow/slow/73748 2022-03-17T19:06:47.1573733Z * [new tag] ciflow/trunk/73788 -> ciflow/trunk/73788 2022-03-17T19:06:47.1574251Z * [new tag] ciflow/trunk/74306 -> ciflow/trunk/74306 2022-03-17T19:06:47.1575561Z * [new tag] nightly-binary -> nightly-binary 2022-03-17T19:06:47.1576418Z * [new tag] v0.1.1 -> v0.1.1 2022-03-17T19:06:47.1578043Z * [new tag] v0.1.10 -> v0.1.10 2022-03-17T19:06:47.1578766Z * [new tag] v0.1.11 -> v0.1.11 2022-03-17T19:06:47.1580024Z * [new tag] v0.1.12 -> v0.1.12 2022-03-17T19:06:47.1580843Z * [new tag] v0.1.2 -> v0.1.2 2022-03-17T19:06:47.1582434Z * [new tag] v0.1.3 -> v0.1.3 2022-03-17T19:06:47.1583110Z * [new tag] v0.1.4 -> v0.1.4 2022-03-17T19:06:47.1584221Z * [new tag] v0.1.5 -> v0.1.5 2022-03-17T19:06:47.1585306Z * [new tag] v0.1.6 -> v0.1.6 2022-03-17T19:06:47.1586353Z * [new tag] v0.1.7 -> v0.1.7 2022-03-17T19:06:47.1587384Z * [new tag] v0.1.8 -> v0.1.8 2022-03-17T19:06:47.1588510Z * [new tag] v0.1.9 -> v0.1.9 2022-03-17T19:06:47.1589545Z * [new tag] v0.2.0 -> v0.2.0 2022-03-17T19:06:47.1590871Z * [new tag] v0.3.0 -> v0.3.0 2022-03-17T19:06:47.1591929Z * [new tag] v0.3.1 -> v0.3.1 2022-03-17T19:06:47.1593200Z * [new tag] v0.4.0 -> v0.4.0 2022-03-17T19:06:47.1594184Z * [new tag] v0.4.1 -> v0.4.1 2022-03-17T19:06:47.1595268Z * [new tag] v1.0.0 -> v1.0.0 2022-03-17T19:06:47.1596852Z * [new tag] v1.0.0a0 -> v1.0.0a0 2022-03-17T19:06:47.1598138Z * [new tag] v1.0.1 -> v1.0.1 2022-03-17T19:06:47.1614111Z * [new tag] v1.0rc0 -> v1.0rc0 2022-03-17T19:06:47.1614636Z * [new tag] v1.0rc1 -> v1.0rc1 2022-03-17T19:06:47.1616275Z * [new tag] v1.1.0 -> v1.1.0 2022-03-17T19:06:47.1617356Z * [new tag] v1.1.0a0 -> v1.1.0a0 2022-03-17T19:06:47.1618822Z * [new tag] v1.10.0 -> v1.10.0 2022-03-17T19:06:47.1620102Z * [new tag] v1.10.0-rc1 -> v1.10.0-rc1 2022-03-17T19:06:47.1621173Z * [new tag] v1.10.0-rc2 -> v1.10.0-rc2 2022-03-17T19:06:47.1621958Z * [new tag] v1.10.0-rc3 -> v1.10.0-rc3 2022-03-17T19:06:47.1623638Z * [new tag] v1.10.1 -> v1.10.1 2022-03-17T19:06:47.1623947Z * [new tag] v1.10.1-rc1 -> v1.10.1-rc1 2022-03-17T19:06:47.1625079Z * [new tag] v1.10.2 -> v1.10.2 2022-03-17T19:06:47.1625792Z * [new tag] v1.10.2-rc1 -> v1.10.2-rc1 2022-03-17T19:06:47.1627403Z * [new tag] v1.11.0 -> v1.11.0 2022-03-17T19:06:47.1628933Z * [new tag] v1.11.0-rc1 -> v1.11.0-rc1 2022-03-17T19:06:47.1629878Z * [new tag] v1.11.0-rc2 -> v1.11.0-rc2 2022-03-17T19:06:47.1631254Z * [new tag] v1.11.0-rc3 -> v1.11.0-rc3 2022-03-17T19:06:47.1632129Z * [new tag] v1.11.0-rc4 -> v1.11.0-rc4 2022-03-17T19:06:47.1633783Z * [new tag] v1.11.0-rc5 -> v1.11.0-rc5 2022-03-17T19:06:47.1634327Z * [new tag] v1.11.0-rc6 -> v1.11.0-rc6 2022-03-17T19:06:47.1635275Z * [new tag] v1.11.0-rc7 -> v1.11.0-rc7 2022-03-17T19:06:47.1636317Z * [new tag] v1.2.0 -> v1.2.0 2022-03-17T19:06:47.1637602Z * [new tag] v1.2.0a0 -> v1.2.0a0 2022-03-17T19:06:47.1638607Z * [new tag] v1.3.0 -> v1.3.0 2022-03-17T19:06:47.1639895Z * [new tag] v1.3.0a0 -> v1.3.0a0 2022-03-17T19:06:47.1640582Z * [new tag] v1.3.1 -> v1.3.1 2022-03-17T19:06:47.1641904Z * [new tag] v1.4.0 -> v1.4.0 2022-03-17T19:06:47.1643538Z * [new tag] v1.4.0a0 -> v1.4.0a0 2022-03-17T19:06:47.1643955Z * [new tag] v1.4.1 -> v1.4.1 2022-03-17T19:06:47.1645605Z * [new tag] v1.5.0 -> v1.5.0 2022-03-17T19:06:47.1646576Z * [new tag] v1.5.0-rc1 -> v1.5.0-rc1 2022-03-17T19:06:47.1647697Z * [new tag] v1.5.0-rc2 -> v1.5.0-rc2 2022-03-17T19:06:47.1649021Z * [new tag] v1.5.0-rc3 -> v1.5.0-rc3 2022-03-17T19:06:47.1649841Z * [new tag] v1.5.0-rc4 -> v1.5.0-rc4 2022-03-17T19:06:47.1650824Z * [new tag] v1.5.0-rc5 -> v1.5.0-rc5 2022-03-17T19:06:47.1652495Z * [new tag] v1.5.1 -> v1.5.1 2022-03-17T19:06:47.1652804Z * [new tag] v1.5.1-rc1 -> v1.5.1-rc1 2022-03-17T19:06:47.1653773Z * [new tag] v1.6.0 -> v1.6.0 2022-03-17T19:06:47.1655086Z * [new tag] v1.6.0-rc1 -> v1.6.0-rc1 2022-03-17T19:06:47.1656382Z * [new tag] v1.6.0-rc2 -> v1.6.0-rc2 2022-03-17T19:06:47.1657378Z * [new tag] v1.6.0-rc3 -> v1.6.0-rc3 2022-03-17T19:06:47.1658660Z * [new tag] v1.6.0-rc4 -> v1.6.0-rc4 2022-03-17T19:06:47.1659786Z * [new tag] v1.6.0-rc5 -> v1.6.0-rc5 2022-03-17T19:06:47.1661070Z * [new tag] v1.6.0-rc6 -> v1.6.0-rc6 2022-03-17T19:06:47.1661847Z * [new tag] v1.6.0-rc7 -> v1.6.0-rc7 2022-03-17T19:06:47.1662626Z * [new tag] v1.7.0 -> v1.7.0 2022-03-17T19:06:47.1664255Z * [new tag] v1.7.0-rc1 -> v1.7.0-rc1 2022-03-17T19:06:47.1665287Z * [new tag] v1.7.0-rc2 -> v1.7.0-rc2 2022-03-17T19:06:47.1666913Z * [new tag] v1.7.0-rc3 -> v1.7.0-rc3 2022-03-17T19:06:47.1667598Z * [new tag] v1.7.0-rc4 -> v1.7.0-rc4 2022-03-17T19:06:47.1669365Z * [new tag] v1.7.1 -> v1.7.1 2022-03-17T19:06:47.1670381Z * [new tag] v1.7.1-rc1 -> v1.7.1-rc1 2022-03-17T19:06:47.1671942Z * [new tag] v1.7.1-rc2 -> v1.7.1-rc2 2022-03-17T19:06:47.1672429Z * [new tag] v1.7.1-rc3 -> v1.7.1-rc3 2022-03-17T19:06:47.1674012Z * [new tag] v1.8.0 -> v1.8.0 2022-03-17T19:06:47.1674538Z * [new tag] v1.8.0-rc1 -> v1.8.0-rc1 2022-03-17T19:06:47.1676134Z * [new tag] v1.8.0-rc2 -> v1.8.0-rc2 2022-03-17T19:06:47.1676942Z * [new tag] v1.8.0-rc3 -> v1.8.0-rc3 2022-03-17T19:06:47.1678281Z * [new tag] v1.8.0-rc4 -> v1.8.0-rc4 2022-03-17T19:06:47.1678986Z * [new tag] v1.8.0-rc5 -> v1.8.0-rc5 2022-03-17T19:06:47.1679982Z * [new tag] v1.8.1 -> v1.8.1 2022-03-17T19:06:47.1681500Z * [new tag] v1.8.1-rc1 -> v1.8.1-rc1 2022-03-17T19:06:47.1682568Z * [new tag] v1.8.1-rc2 -> v1.8.1-rc2 2022-03-17T19:06:47.1683237Z * [new tag] v1.8.1-rc3 -> v1.8.1-rc3 2022-03-17T19:06:47.1685505Z * [new tag] v1.8.2 -> v1.8.2 2022-03-17T19:06:47.1685991Z * [new tag] v1.8.2-rc1 -> v1.8.2-rc1 2022-03-17T19:06:47.1687649Z * [new tag] v1.9.0 -> v1.9.0 2022-03-17T19:06:47.1688577Z * [new tag] v1.9.0-rc1 -> v1.9.0-rc1 2022-03-17T19:06:47.1690153Z * [new tag] v1.9.0-rc2 -> v1.9.0-rc2 2022-03-17T19:06:47.1691164Z * [new tag] v1.9.0-rc3 -> v1.9.0-rc3 2022-03-17T19:06:47.1692163Z * [new tag] v1.9.0-rc4 -> v1.9.0-rc4 2022-03-17T19:06:47.1693653Z * [new tag] v1.9.1 -> v1.9.1 2022-03-17T19:06:47.1695198Z * [new tag] v1.9.1-rc1 -> v1.9.1-rc1 2022-03-17T19:06:47.1695700Z * [new tag] v1.9.1-rc2 -> v1.9.1-rc2 2022-03-17T19:06:47.2812170Z [command]/usr/bin/git rev-parse --verify --quiet 4b4f652f799c732a7280052e44a803a4cf6084de^{object} 2022-03-17T19:06:47.2839199Z 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T19:06:47.2843299Z ##[endgroup] 2022-03-17T19:06:47.2843633Z ##[group]Determining the checkout info 2022-03-17T19:06:47.2845468Z ##[endgroup] 2022-03-17T19:06:47.2845801Z ##[group]Checking out the ref 2022-03-17T19:06:47.2849971Z [command]/usr/bin/git checkout --progress --force 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T19:06:48.2628385Z Note: switching to '4b4f652f799c732a7280052e44a803a4cf6084de'. 2022-03-17T19:06:48.2628688Z 2022-03-17T19:06:48.2629220Z You are in 'detached HEAD' state. You can look around, make experimental 2022-03-17T19:06:48.2630108Z changes and commit them, and you can discard any commits you make in this 2022-03-17T19:06:48.2630583Z state without impacting any branches by switching back to a branch. 2022-03-17T19:06:48.2630793Z 2022-03-17T19:06:48.2630986Z If you want to create a new branch to retain commits you create, you may 2022-03-17T19:06:48.2631455Z do so (now or later) by using -c with the switch command. Example: 2022-03-17T19:06:48.2631674Z 2022-03-17T19:06:48.2631867Z git switch -c 2022-03-17T19:06:48.2632030Z 2022-03-17T19:06:48.2632173Z Or undo this operation with: 2022-03-17T19:06:48.2632360Z 2022-03-17T19:06:48.2632471Z git switch - 2022-03-17T19:06:48.2632619Z 2022-03-17T19:06:48.2633000Z Turn off this advice by setting config variable advice.detachedHead to false 2022-03-17T19:06:48.2633246Z 2022-03-17T19:06:48.2633430Z HEAD is now at 4b4f652f79 [3/5] Put JIT source inside flatbuffer (#74245) 2022-03-17T19:06:48.2720919Z ##[endgroup] 2022-03-17T19:06:48.2721849Z ##[group]Setting up auth for fetching submodules 2022-03-17T19:06:48.2736720Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/42d60fa1-b977-444f-aac0-fdcc50dc26ba' before making global git config changes 2022-03-17T19:06:48.2741113Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-03-17T19:06:48.2792632Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-03-17T19:06:48.2822565Z [command]/usr/bin/git config --global url.https://github.com/.insteadOf git@github.com: 2022-03-17T19:06:48.2848774Z ##[endgroup] 2022-03-17T19:06:48.2849208Z ##[group]Fetching submodules 2022-03-17T19:06:48.2853463Z [command]/usr/bin/git submodule sync --recursive 2022-03-17T19:06:48.3179378Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-03-17T19:06:48.3489690Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-03-17T19:06:48.3492324Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-03-17T19:06:48.3495584Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-03-17T19:06:48.3498862Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-03-17T19:06:48.3502330Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-03-17T19:06:48.3505907Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-03-17T19:06:48.3509634Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-03-17T19:06:48.3513445Z Submodule 'third_party/breakpad' (https://github.com/driazati/breakpad.git) registered for path 'third_party/breakpad' 2022-03-17T19:06:48.3517397Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-03-17T19:06:48.3521915Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-03-17T19:06:48.3526391Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-03-17T19:06:48.3530759Z Submodule 'third_party/eigen' (https://github.com/eigenteam/eigen-git-mirror.git) registered for path 'third_party/eigen' 2022-03-17T19:06:48.3535120Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-03-17T19:06:48.3539742Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-03-17T19:06:48.3544433Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-03-17T19:06:48.3549365Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-03-17T19:06:48.3554423Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-03-17T19:06:48.3559609Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-03-17T19:06:48.3565488Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-03-17T19:06:48.3570710Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-03-17T19:06:48.3576262Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-03-17T19:06:48.3581982Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-03-17T19:06:48.3587767Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-03-17T19:06:48.3593757Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-03-17T19:06:48.3599736Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-03-17T19:06:48.3606809Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-03-17T19:06:48.3613039Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-03-17T19:06:48.3619389Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-03-17T19:06:48.3626015Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-03-17T19:06:48.3632873Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-03-17T19:06:48.3639681Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-03-17T19:06:48.3647218Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-03-17T19:06:48.3654175Z Submodule 'third_party/python-peachpy' (https://github.com/Maratyszcza/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-03-17T19:06:48.3661354Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-03-17T19:06:48.3668694Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-03-17T19:06:48.3676199Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-03-17T19:06:48.3684570Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-03-17T19:06:48.3692047Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-03-17T19:06:48.3755428Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-03-17T19:06:48.7170943Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-03-17T19:06:49.1213152Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-03-17T19:06:49.3074278Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-03-17T19:06:49.5740501Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-03-17T19:06:49.8318805Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-03-17T19:06:54.1608022Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-03-17T19:06:54.5972710Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/breakpad'... 2022-03-17T19:06:55.6539733Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-03-17T19:06:56.1427255Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-03-17T19:06:57.4362815Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-03-17T19:07:00.8805596Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-03-17T19:07:05.2232068Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-03-17T19:07:05.7882472Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-03-17T19:07:07.2625398Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-03-17T19:07:08.3733010Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-03-17T19:07:08.6028679Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-03-17T19:07:09.0933703Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-03-17T19:07:09.4122217Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-03-17T19:07:10.4925096Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-03-17T19:07:10.9809580Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-03-17T19:07:11.1797339Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-03-17T19:07:12.9979695Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-03-17T19:07:13.3875035Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-03-17T19:07:13.7476628Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-03-17T19:07:15.6757958Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-03-17T19:07:16.1286374Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-03-17T19:07:16.3488162Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-03-17T19:07:22.0848057Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-03-17T19:07:22.3114808Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-03-17T19:07:22.5452294Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-03-17T19:07:23.4465694Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-03-17T19:07:23.6411080Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-03-17T19:07:23.9051199Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-03-17T19:07:24.1861336Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-03-17T19:07:24.7512149Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-03-17T19:07:27.1072947Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-03-17T19:07:27.5451991Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-03-17T19:07:29.8675159Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-03-17T19:07:29.9065336Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-03-17T19:07:29.9421634Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-03-17T19:07:29.9958059Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-03-17T19:07:30.0492391Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-03-17T19:07:30.8058913Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-03-17T19:07:30.8573128Z Submodule path 'third_party/benchmark': checked out 'e991355c02b93fe17713efe04cbc2e278e00fdbd' 2022-03-17T19:07:31.0814412Z Submodule path 'third_party/breakpad': checked out '7d188f679d4ae0a5bd06408a3047d69ef8eef848' 2022-03-17T19:07:31.0871157Z Submodule 'src/third_party/lss' (https://chromium.googlesource.com/linux-syscall-support) registered for path 'third_party/breakpad/src/third_party/lss' 2022-03-17T19:07:31.0918665Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/breakpad/src/third_party/lss'... 2022-03-17T19:07:31.3344295Z Submodule path 'third_party/breakpad/src/third_party/lss': checked out 'e1e7b0ad8ee99a875b272c8e33e308472e897660' 2022-03-17T19:07:31.4854619Z Submodule path 'third_party/cpuinfo': checked out '5916273f79a21551890fd3d56fc5375a78d1598d' 2022-03-17T19:07:31.5540674Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-03-17T19:07:31.9381143Z Submodule path 'third_party/cudnn_frontend': checked out '7b83dba83fa31381aeca508d89aab94f4639ac6d' 2022-03-17T19:07:32.3372356Z Submodule path 'third_party/eigen': checked out 'd41dc4dd74acce21fb210e7625d5d135751fa9e5' 2022-03-17T19:07:32.4126258Z Submodule path 'third_party/fbgemm': checked out 'bedfcaeea242e7d900275d5650c744307d34ca03' 2022-03-17T19:07:32.4177460Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-03-17T19:07:32.4180410Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-03-17T19:07:32.4183566Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-03-17T19:07:32.4227968Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-03-17T19:07:33.3540610Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-03-17T19:07:33.8833289Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-03-17T19:07:34.9933368Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out '8b35b4cffb62ecb58a903bf91cb7537d7a672211' 2022-03-17T19:07:35.1435786Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-03-17T19:07:35.2387464Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-03-17T19:07:35.3708761Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-03-17T19:07:35.4383968Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-03-17T19:07:35.4744775Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-03-17T19:07:35.5490377Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-03-17T19:07:35.6040530Z Submodule path 'third_party/gloo': checked out 'c22a5cfba94edf8ea4f53a174d38aa0c629d070f' 2022-03-17T19:07:35.6871471Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-03-17T19:07:35.7257335Z Submodule path 'third_party/ideep': checked out '4a56ab2c3f61c44e0f8ea241beeb732b7d70dc5b' 2022-03-17T19:07:35.7308191Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-03-17T19:07:35.7351646Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-03-17T19:07:41.4440154Z Submodule path 'third_party/ideep/mkl-dnn': checked out '16548c949f392376996ff180c695908ece5f83f0' 2022-03-17T19:07:41.4507865Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-03-17T19:07:41.4556299Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-03-17T19:07:47.2439518Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out 'a9302535553c73243c632ad3c4c80beec3d19a1e' 2022-03-17T19:07:47.2850305Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-03-17T19:07:47.4158948Z Submodule path 'third_party/kineto': checked out '422591614ae4ad2cbc85ea24de48727e8ec12481' 2022-03-17T19:07:47.4210764Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-03-17T19:07:47.4214303Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-03-17T19:07:47.4260651Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-03-17T19:07:48.4958001Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-03-17T19:07:49.6242827Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-03-17T19:07:49.7125801Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-03-17T19:07:49.7618604Z Submodule path 'third_party/nccl/nccl': checked out '7e515921295adaab72adf56ea71a0fafb0ecb5f3' 2022-03-17T19:07:49.8032672Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-03-17T19:07:50.1259793Z Submodule path 'third_party/onnx': checked out '96046b8ccfb8e6fa82f6b2b34b3d56add2e8849c' 2022-03-17T19:07:50.1326930Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-03-17T19:07:50.1329548Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-03-17T19:07:50.1388336Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-03-17T19:07:50.5933332Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-03-17T19:07:51.5758485Z Submodule path 'third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-03-17T19:07:51.6399242Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '59a2ac2745d8a57ac94c6accced73620d59fb844' 2022-03-17T19:07:51.6840702Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-03-17T19:07:51.6891179Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-03-17T19:07:51.6933745Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-03-17T19:07:53.8476462Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-03-17T19:07:53.8543076Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-03-17T19:07:53.8545823Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-03-17T19:07:53.8597597Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-03-17T19:07:54.3325125Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-03-17T19:07:55.2807632Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-03-17T19:07:55.3828195Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-03-17T19:07:55.3888581Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-03-17T19:07:55.3933928Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-03-17T19:07:55.7098791Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-03-17T19:07:55.7487031Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-03-17T19:07:56.0935868Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-03-17T19:07:56.0995517Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-03-17T19:07:56.0998699Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-03-17T19:07:56.1049266Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-03-17T19:07:56.5450482Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-03-17T19:07:57.6387422Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-03-17T19:07:57.7467188Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-03-17T19:07:57.7831194Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-03-17T19:07:57.8218061Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-03-17T19:07:57.8836609Z Submodule path 'third_party/pybind11': checked out '8de7772cc72daca8e947b79b83fea46214931604' 2022-03-17T19:07:57.9198071Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-03-17T19:07:57.9798527Z Submodule path 'third_party/python-peachpy': checked out '07d8fde8ac45d7705129475c0f94ed8925b93473' 2022-03-17T19:07:58.0167338Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-03-17T19:07:58.0952263Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-03-17T19:07:58.2576950Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-03-17T19:07:58.3141208Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-03-17T19:07:58.3192142Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-03-17T19:07:58.3197363Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-03-17T19:07:58.3206635Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-03-17T19:07:58.3207394Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-03-17T19:07:58.3251211Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-03-17T19:07:59.3571917Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-03-17T19:07:59.6013237Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-03-17T19:08:00.8751466Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-03-17T19:08:01.8818267Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-03-17T19:08:01.9257086Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-03-17T19:08:02.0317830Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-03-17T19:08:02.0933042Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-03-17T19:08:02.0992677Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-03-17T19:08:02.1037485Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-03-17T19:08:02.4090695Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-03-17T19:08:02.6001950Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-03-17T19:08:02.6096311Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-03-17T19:08:02.6421675Z Entering 'android/libs/fbjni' 2022-03-17T19:08:02.6462675Z Entering 'third_party/FP16' 2022-03-17T19:08:02.6505884Z Entering 'third_party/FXdiv' 2022-03-17T19:08:02.6548676Z Entering 'third_party/NNPACK' 2022-03-17T19:08:02.6593525Z Entering 'third_party/QNNPACK' 2022-03-17T19:08:02.6635519Z Entering 'third_party/XNNPACK' 2022-03-17T19:08:02.6689527Z Entering 'third_party/benchmark' 2022-03-17T19:08:02.6731088Z Entering 'third_party/breakpad' 2022-03-17T19:08:02.6774701Z Entering 'third_party/breakpad/src/third_party/lss' 2022-03-17T19:08:02.6817639Z Entering 'third_party/cpuinfo' 2022-03-17T19:08:02.6859698Z Entering 'third_party/cub' 2022-03-17T19:08:02.6901552Z Entering 'third_party/cudnn_frontend' 2022-03-17T19:08:02.6949098Z Entering 'third_party/eigen' 2022-03-17T19:08:02.6995090Z Entering 'third_party/fbgemm' 2022-03-17T19:08:02.7037124Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-03-17T19:08:02.7077756Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-03-17T19:08:02.7118477Z Entering 'third_party/fbgemm/third_party/googletest' 2022-03-17T19:08:02.7160637Z Entering 'third_party/flatbuffers' 2022-03-17T19:08:02.7204531Z Entering 'third_party/fmt' 2022-03-17T19:08:02.7245773Z Entering 'third_party/foxi' 2022-03-17T19:08:02.7288017Z Entering 'third_party/gemmlowp/gemmlowp' 2022-03-17T19:08:02.7329174Z Entering 'third_party/gloo' 2022-03-17T19:08:02.7370648Z Entering 'third_party/googletest' 2022-03-17T19:08:02.7412746Z Entering 'third_party/ideep' 2022-03-17T19:08:02.7452193Z Entering 'third_party/ideep/mkl-dnn' 2022-03-17T19:08:02.7495248Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-03-17T19:08:02.7543174Z Entering 'third_party/ios-cmake' 2022-03-17T19:08:02.7585937Z Entering 'third_party/kineto' 2022-03-17T19:08:02.7627191Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-03-17T19:08:02.7669073Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-03-17T19:08:02.7711493Z Entering 'third_party/nccl/nccl' 2022-03-17T19:08:02.7752306Z Entering 'third_party/neon2sse' 2022-03-17T19:08:02.7792778Z Entering 'third_party/onnx' 2022-03-17T19:08:02.7848955Z Entering 'third_party/onnx/third_party/benchmark' 2022-03-17T19:08:02.7889547Z Entering 'third_party/onnx/third_party/pybind11' 2022-03-17T19:08:02.7932995Z Entering 'third_party/onnx-tensorrt' 2022-03-17T19:08:02.7973184Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-03-17T19:08:02.8019563Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-03-17T19:08:02.8060482Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-03-17T19:08:02.8101857Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-03-17T19:08:02.8147051Z Entering 'third_party/pocketfft' 2022-03-17T19:08:02.8187499Z Entering 'third_party/protobuf' 2022-03-17T19:08:02.8232155Z Entering 'third_party/protobuf/third_party/benchmark' 2022-03-17T19:08:02.8273960Z Entering 'third_party/protobuf/third_party/googletest' 2022-03-17T19:08:02.8316366Z Entering 'third_party/psimd' 2022-03-17T19:08:02.8357241Z Entering 'third_party/pthreadpool' 2022-03-17T19:08:02.8397930Z Entering 'third_party/pybind11' 2022-03-17T19:08:02.8439353Z Entering 'third_party/python-enum' 2022-03-17T19:08:02.8480439Z Entering 'third_party/python-peachpy' 2022-03-17T19:08:02.8520985Z Entering 'third_party/python-six' 2022-03-17T19:08:02.8561037Z Entering 'third_party/sleef' 2022-03-17T19:08:02.8602516Z Entering 'third_party/tbb' 2022-03-17T19:08:02.8646334Z Entering 'third_party/tensorpipe' 2022-03-17T19:08:02.8687285Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-03-17T19:08:02.8727387Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-03-17T19:08:02.8767422Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-03-17T19:08:02.8809392Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-03-17T19:08:02.8847824Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-03-17T19:08:02.8890840Z Entering 'third_party/zstd' 2022-03-17T19:08:02.8941179Z ##[endgroup] 2022-03-17T19:08:02.8943421Z ##[group]Persisting credentials for submodules 2022-03-17T19:08:02.8949653Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-03-17T19:08:02.9268879Z Entering 'android/libs/fbjni' 2022-03-17T19:08:02.9308737Z Entering 'third_party/FP16' 2022-03-17T19:08:02.9349715Z Entering 'third_party/FXdiv' 2022-03-17T19:08:02.9390182Z Entering 'third_party/NNPACK' 2022-03-17T19:08:02.9430398Z Entering 'third_party/QNNPACK' 2022-03-17T19:08:02.9470609Z Entering 'third_party/XNNPACK' 2022-03-17T19:08:02.9523764Z Entering 'third_party/benchmark' 2022-03-17T19:08:02.9564468Z Entering 'third_party/breakpad' 2022-03-17T19:08:02.9606240Z Entering 'third_party/breakpad/src/third_party/lss' 2022-03-17T19:08:02.9648202Z Entering 'third_party/cpuinfo' 2022-03-17T19:08:02.9690436Z Entering 'third_party/cub' 2022-03-17T19:08:02.9731432Z Entering 'third_party/cudnn_frontend' 2022-03-17T19:08:02.9777746Z Entering 'third_party/eigen' 2022-03-17T19:08:02.9820156Z Entering 'third_party/fbgemm' 2022-03-17T19:08:02.9859988Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-03-17T19:08:02.9899916Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-03-17T19:08:02.9940728Z Entering 'third_party/fbgemm/third_party/googletest' 2022-03-17T19:08:02.9981812Z Entering 'third_party/flatbuffers' 2022-03-17T19:08:03.0024264Z Entering 'third_party/fmt' 2022-03-17T19:08:03.0065436Z Entering 'third_party/foxi' 2022-03-17T19:08:03.0105267Z Entering 'third_party/gemmlowp/gemmlowp' 2022-03-17T19:08:03.0145319Z Entering 'third_party/gloo' 2022-03-17T19:08:03.0186468Z Entering 'third_party/googletest' 2022-03-17T19:08:03.0227195Z Entering 'third_party/ideep' 2022-03-17T19:08:03.0266036Z Entering 'third_party/ideep/mkl-dnn' 2022-03-17T19:08:03.0306882Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-03-17T19:08:03.0356806Z Entering 'third_party/ios-cmake' 2022-03-17T19:08:03.0397063Z Entering 'third_party/kineto' 2022-03-17T19:08:03.0437283Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-03-17T19:08:03.0477014Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-03-17T19:08:03.0518791Z Entering 'third_party/nccl/nccl' 2022-03-17T19:08:03.0559473Z Entering 'third_party/neon2sse' 2022-03-17T19:08:03.0599918Z Entering 'third_party/onnx' 2022-03-17T19:08:03.0653381Z Entering 'third_party/onnx/third_party/benchmark' 2022-03-17T19:08:03.0694812Z Entering 'third_party/onnx/third_party/pybind11' 2022-03-17T19:08:03.0736757Z Entering 'third_party/onnx-tensorrt' 2022-03-17T19:08:03.0775275Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-03-17T19:08:03.0819884Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-03-17T19:08:03.0860159Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-03-17T19:08:03.0899965Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-03-17T19:08:03.0944994Z Entering 'third_party/pocketfft' 2022-03-17T19:08:03.0985195Z Entering 'third_party/protobuf' 2022-03-17T19:08:03.1029237Z Entering 'third_party/protobuf/third_party/benchmark' 2022-03-17T19:08:03.1071249Z Entering 'third_party/protobuf/third_party/googletest' 2022-03-17T19:08:03.1114631Z Entering 'third_party/psimd' 2022-03-17T19:08:03.1155019Z Entering 'third_party/pthreadpool' 2022-03-17T19:08:03.1196055Z Entering 'third_party/pybind11' 2022-03-17T19:08:03.1237373Z Entering 'third_party/python-enum' 2022-03-17T19:08:03.1277389Z Entering 'third_party/python-peachpy' 2022-03-17T19:08:03.1317498Z Entering 'third_party/python-six' 2022-03-17T19:08:03.1356815Z Entering 'third_party/sleef' 2022-03-17T19:08:03.1396741Z Entering 'third_party/tbb' 2022-03-17T19:08:03.1438339Z Entering 'third_party/tensorpipe' 2022-03-17T19:08:03.1478109Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-03-17T19:08:03.1518332Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-03-17T19:08:03.1557790Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-03-17T19:08:03.1597484Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-03-17T19:08:03.1636059Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-03-17T19:08:03.1679536Z Entering 'third_party/zstd' 2022-03-17T19:08:03.1734827Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-03-17T19:08:03.2055294Z Entering 'android/libs/fbjni' 2022-03-17T19:08:03.2092334Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-03-17T19:08:03.2109664Z Entering 'third_party/FP16' 2022-03-17T19:08:03.2147701Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-03-17T19:08:03.2165019Z Entering 'third_party/FXdiv' 2022-03-17T19:08:03.2202755Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-03-17T19:08:03.2220292Z Entering 'third_party/NNPACK' 2022-03-17T19:08:03.2287357Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-03-17T19:08:03.2304546Z Entering 'third_party/QNNPACK' 2022-03-17T19:08:03.2342412Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-03-17T19:08:03.2359664Z Entering 'third_party/XNNPACK' 2022-03-17T19:08:03.2397649Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-03-17T19:08:03.2427050Z Entering 'third_party/benchmark' 2022-03-17T19:08:03.2465365Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-03-17T19:08:03.2482171Z Entering 'third_party/breakpad' 2022-03-17T19:08:03.2519771Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/breakpad/config remote.origin.url 2022-03-17T19:08:03.2537844Z Entering 'third_party/breakpad/src/third_party/lss' 2022-03-17T19:08:03.2575123Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/breakpad/modules/src/third_party/lss/config remote.origin.url 2022-03-17T19:08:03.2593655Z Entering 'third_party/cpuinfo' 2022-03-17T19:08:03.2632871Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-03-17T19:08:03.2651171Z Entering 'third_party/cub' 2022-03-17T19:08:03.2688308Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-03-17T19:08:03.2705055Z Entering 'third_party/cudnn_frontend' 2022-03-17T19:08:03.2743167Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-03-17T19:08:03.2767104Z Entering 'third_party/eigen' 2022-03-17T19:08:03.2804528Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-03-17T19:08:03.2824072Z Entering 'third_party/fbgemm' 2022-03-17T19:08:03.2861665Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-03-17T19:08:03.2878230Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-03-17T19:08:03.2916305Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-03-17T19:08:03.2934825Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-03-17T19:08:03.2972421Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-03-17T19:08:03.2989396Z Entering 'third_party/fbgemm/third_party/googletest' 2022-03-17T19:08:03.3027729Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-03-17T19:08:03.3046932Z Entering 'third_party/flatbuffers' 2022-03-17T19:08:03.3089867Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-03-17T19:08:03.3109052Z Entering 'third_party/fmt' 2022-03-17T19:08:03.3146685Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-03-17T19:08:03.3163865Z Entering 'third_party/foxi' 2022-03-17T19:08:03.3201775Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-03-17T19:08:03.3218635Z Entering 'third_party/gemmlowp/gemmlowp' 2022-03-17T19:08:03.3255887Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-03-17T19:08:03.3272654Z Entering 'third_party/gloo' 2022-03-17T19:08:03.3310017Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-03-17T19:08:03.3327976Z Entering 'third_party/googletest' 2022-03-17T19:08:03.3365328Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-03-17T19:08:03.3382095Z Entering 'third_party/ideep' 2022-03-17T19:08:03.3585955Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-03-17T19:08:03.3602288Z Entering 'third_party/ideep/mkl-dnn' 2022-03-17T19:08:03.3650372Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-03-17T19:08:03.3668170Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-03-17T19:08:03.3707006Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-03-17T19:08:03.3731641Z Entering 'third_party/ios-cmake' 2022-03-17T19:08:03.3768633Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-03-17T19:08:03.3785274Z Entering 'third_party/kineto' 2022-03-17T19:08:03.3823666Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-03-17T19:08:03.3840831Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-03-17T19:08:03.3878368Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-03-17T19:08:03.3896232Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-03-17T19:08:03.3933063Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-03-17T19:08:03.3951238Z Entering 'third_party/nccl/nccl' 2022-03-17T19:08:03.3992834Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-03-17T19:08:03.4010256Z Entering 'third_party/neon2sse' 2022-03-17T19:08:03.4048431Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-03-17T19:08:03.4065267Z Entering 'third_party/onnx' 2022-03-17T19:08:03.4103758Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-03-17T19:08:03.4133567Z Entering 'third_party/onnx/third_party/benchmark' 2022-03-17T19:08:03.4173263Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-03-17T19:08:03.4190055Z Entering 'third_party/onnx/third_party/pybind11' 2022-03-17T19:08:03.4227800Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-03-17T19:08:03.4247638Z Entering 'third_party/onnx-tensorrt' 2022-03-17T19:08:03.4285123Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-03-17T19:08:03.4301966Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-03-17T19:08:03.4340852Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-03-17T19:08:03.4361202Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-03-17T19:08:03.4400402Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-03-17T19:08:03.4417448Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-03-17T19:08:03.4455672Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-03-17T19:08:03.4471655Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-03-17T19:08:03.4510127Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-03-17T19:08:03.4532162Z Entering 'third_party/pocketfft' 2022-03-17T19:08:03.4570071Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-03-17T19:08:03.4586955Z Entering 'third_party/protobuf' 2022-03-17T19:08:03.4624777Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-03-17T19:08:03.4646316Z Entering 'third_party/protobuf/third_party/benchmark' 2022-03-17T19:08:03.4684367Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-03-17T19:08:03.4701848Z Entering 'third_party/protobuf/third_party/googletest' 2022-03-17T19:08:03.4740479Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-03-17T19:08:03.4759071Z Entering 'third_party/psimd' 2022-03-17T19:08:03.4796916Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-03-17T19:08:03.4814508Z Entering 'third_party/pthreadpool' 2022-03-17T19:08:03.4852183Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-03-17T19:08:03.4869046Z Entering 'third_party/pybind11' 2022-03-17T19:08:03.4906835Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-03-17T19:08:03.4925828Z Entering 'third_party/python-enum' 2022-03-17T19:08:03.4962723Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-03-17T19:08:03.4979567Z Entering 'third_party/python-peachpy' 2022-03-17T19:08:03.5016929Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-03-17T19:08:03.5034130Z Entering 'third_party/python-six' 2022-03-17T19:08:03.5071850Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-03-17T19:08:03.5089509Z Entering 'third_party/sleef' 2022-03-17T19:08:03.5127658Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-03-17T19:08:03.5145335Z Entering 'third_party/tbb' 2022-03-17T19:08:03.5182974Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-03-17T19:08:03.5202977Z Entering 'third_party/tensorpipe' 2022-03-17T19:08:03.5239646Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-03-17T19:08:03.5256956Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-03-17T19:08:03.5294787Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-03-17T19:08:03.5311355Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-03-17T19:08:03.5348370Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-03-17T19:08:03.5367270Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-03-17T19:08:03.5675231Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-03-17T19:08:03.5692800Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-03-17T19:08:03.5973145Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-03-17T19:08:03.5989959Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-03-17T19:08:03.6239277Z 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 2022-03-17T19:08:03.6259588Z Entering 'third_party/zstd' 2022-03-17T19:08:03.6349615Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-03-17T19:08:03.8321932Z [command]/usr/bin/git submodule foreach --recursive git config --local 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-03-17T19:08:03.8650918Z Entering 'android/libs/fbjni' 2022-03-17T19:08:03.8693113Z Entering 'third_party/FP16' 2022-03-17T19:08:03.8734914Z Entering 'third_party/FXdiv' 2022-03-17T19:08:03.8777342Z Entering 'third_party/NNPACK' 2022-03-17T19:08:03.8819889Z Entering 'third_party/QNNPACK' 2022-03-17T19:08:03.8861029Z Entering 'third_party/XNNPACK' 2022-03-17T19:08:03.8913769Z Entering 'third_party/benchmark' 2022-03-17T19:08:03.8955716Z Entering 'third_party/breakpad' 2022-03-17T19:08:03.8998706Z Entering 'third_party/breakpad/src/third_party/lss' 2022-03-17T19:08:03.9041246Z Entering 'third_party/cpuinfo' 2022-03-17T19:08:03.9082440Z Entering 'third_party/cub' 2022-03-17T19:08:03.9123523Z Entering 'third_party/cudnn_frontend' 2022-03-17T19:08:03.9170289Z Entering 'third_party/eigen' 2022-03-17T19:08:03.9214700Z Entering 'third_party/fbgemm' 2022-03-17T19:08:03.9255461Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-03-17T19:08:03.9297055Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-03-17T19:08:03.9337441Z Entering 'third_party/fbgemm/third_party/googletest' 2022-03-17T19:08:03.9380338Z Entering 'third_party/flatbuffers' 2022-03-17T19:08:03.9424570Z Entering 'third_party/fmt' 2022-03-17T19:08:03.9466015Z Entering 'third_party/foxi' 2022-03-17T19:08:03.9509195Z Entering 'third_party/gemmlowp/gemmlowp' 2022-03-17T19:08:03.9550221Z Entering 'third_party/gloo' 2022-03-17T19:08:03.9591548Z Entering 'third_party/googletest' 2022-03-17T19:08:03.9633684Z Entering 'third_party/ideep' 2022-03-17T19:08:03.9674078Z Entering 'third_party/ideep/mkl-dnn' 2022-03-17T19:08:03.9715917Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-03-17T19:08:03.9763845Z Entering 'third_party/ios-cmake' 2022-03-17T19:08:03.9803555Z Entering 'third_party/kineto' 2022-03-17T19:08:03.9845349Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-03-17T19:08:03.9886403Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-03-17T19:08:03.9928867Z Entering 'third_party/nccl/nccl' 2022-03-17T19:08:03.9970266Z Entering 'third_party/neon2sse' 2022-03-17T19:08:04.0010627Z Entering 'third_party/onnx' 2022-03-17T19:08:04.0062403Z Entering 'third_party/onnx/third_party/benchmark' 2022-03-17T19:08:04.0103291Z Entering 'third_party/onnx/third_party/pybind11' 2022-03-17T19:08:04.0146265Z Entering 'third_party/onnx-tensorrt' 2022-03-17T19:08:04.0186982Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-03-17T19:08:04.0232303Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-03-17T19:08:04.0273456Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-03-17T19:08:04.0313345Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-03-17T19:08:04.0359075Z Entering 'third_party/pocketfft' 2022-03-17T19:08:04.0399644Z Entering 'third_party/protobuf' 2022-03-17T19:08:04.0444930Z Entering 'third_party/protobuf/third_party/benchmark' 2022-03-17T19:08:04.0485554Z Entering 'third_party/protobuf/third_party/googletest' 2022-03-17T19:08:04.0528204Z Entering 'third_party/psimd' 2022-03-17T19:08:04.0568877Z Entering 'third_party/pthreadpool' 2022-03-17T19:08:04.0609985Z Entering 'third_party/pybind11' 2022-03-17T19:08:04.0651866Z Entering 'third_party/python-enum' 2022-03-17T19:08:04.0692533Z Entering 'third_party/python-peachpy' 2022-03-17T19:08:04.0732770Z Entering 'third_party/python-six' 2022-03-17T19:08:04.0773483Z Entering 'third_party/sleef' 2022-03-17T19:08:04.0814120Z Entering 'third_party/tbb' 2022-03-17T19:08:04.0856771Z Entering 'third_party/tensorpipe' 2022-03-17T19:08:04.0897904Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-03-17T19:08:04.0939154Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-03-17T19:08:04.0979280Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-03-17T19:08:04.1020194Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-03-17T19:08:04.1061321Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-03-17T19:08:04.1105714Z Entering 'third_party/zstd' 2022-03-17T19:08:04.1156376Z ##[endgroup] 2022-03-17T19:08:04.1237001Z [command]/usr/bin/git log -1 --format='%H' 2022-03-17T19:08:04.1262413Z '4b4f652f799c732a7280052e44a803a4cf6084de' 2022-03-17T19:08:04.1331852Z ##[group]Run # Remove any artifacts from the previous checkouts 2022-03-17T19:08:04.1332270Z # Remove any artifacts from the previous checkouts 2022-03-17T19:08:04.1332574Z git clean -fxd 2022-03-17T19:08:04.1345578Z shell: /usr/bin/bash -e {0} 2022-03-17T19:08:04.1345820Z env: 2022-03-17T19:08:04.1346102Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T19:08:04.1346600Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T19:08:04.1347066Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T19:08:04.1347481Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T19:08:04.1347959Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T19:08:04.1348176Z IN_CI: 1 2022-03-17T19:08:04.1348388Z IS_GHA: 1 2022-03-17T19:08:04.1348594Z IN_WHEEL_TEST: 1 2022-03-17T19:08:04.1348886Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T19:08:04.1349286Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T19:08:04.1349587Z PR_LABELS: [] 2022-03-17T19:08:04.1350021Z GITHUB_TOKEN: *** 2022-03-17T19:08:04.1350260Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T19:08:04.1350507Z PR_NUMBER: 2022-03-17T19:08:04.1350766Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T19:08:04.1351030Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T19:08:04.1351291Z GIT_DEFAULT_BRANCH: master 2022-03-17T19:08:04.1351766Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T19:08:04.1352306Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T19:08:04.1352613Z TEST_CONFIG: default 2022-03-17T19:08:04.1352830Z SHARD_NUMBER: 2 2022-03-17T19:08:04.1353058Z NUM_TEST_SHARDS: 2 2022-03-17T19:08:04.1353271Z PR_BODY: 2022-03-17T19:08:04.1353492Z ##[endgroup] 2022-03-17T19:08:04.1535636Z ##[group]Run retry () { 2022-03-17T19:08:04.1536353Z retry () { 2022-03-17T19:08:04.1536624Z  "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") 2022-03-17T19:08:04.1536880Z } 2022-03-17T19:08:04.1537143Z retry docker pull "${DOCKER_IMAGE}" 2022-03-17T19:08:04.1549135Z shell: /usr/bin/bash -e {0} 2022-03-17T19:08:04.1549386Z env: 2022-03-17T19:08:04.1549668Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T19:08:04.1550170Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T19:08:04.1550638Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T19:08:04.1551068Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T19:08:04.1551426Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T19:08:04.1551646Z IN_CI: 1 2022-03-17T19:08:04.1551859Z IS_GHA: 1 2022-03-17T19:08:04.1552066Z IN_WHEEL_TEST: 1 2022-03-17T19:08:04.1552397Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T19:08:04.1552760Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T19:08:04.1553081Z PR_LABELS: [] 2022-03-17T19:08:04.1553475Z GITHUB_TOKEN: *** 2022-03-17T19:08:04.1553719Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T19:08:04.1553969Z PR_NUMBER: 2022-03-17T19:08:04.1554216Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T19:08:04.1554499Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T19:08:04.1554748Z GIT_DEFAULT_BRANCH: master 2022-03-17T19:08:04.1555244Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T19:08:04.1555789Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T19:08:04.1556077Z TEST_CONFIG: default 2022-03-17T19:08:04.1556316Z SHARD_NUMBER: 2 2022-03-17T19:08:04.1556534Z NUM_TEST_SHARDS: 2 2022-03-17T19:08:04.1556769Z PR_BODY: 2022-03-17T19:08:04.1556998Z ##[endgroup] 2022-03-17T19:08:04.4423796Z c3998772049b8a8ba52cedfa525c9feda04cb2c7: Pulling from pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T19:08:04.4424972Z 58690f9b18fc: Pulling fs layer 2022-03-17T19:08:04.4425325Z b51569e7c507: Pulling fs layer 2022-03-17T19:08:04.4425597Z da8ef40b9eca: Pulling fs layer 2022-03-17T19:08:04.4426531Z fb15d46c38dc: Pulling fs layer 2022-03-17T19:08:04.4427020Z 4394b9f66b9a: Pulling fs layer 2022-03-17T19:08:04.4427370Z 22c97c628c7c: Pulling fs layer 2022-03-17T19:08:04.4429461Z 4603e084f865: Pulling fs layer 2022-03-17T19:08:04.4429975Z 0efe41560fc9: Pulling fs layer 2022-03-17T19:08:04.4430266Z 2a708e46e4ce: Pulling fs layer 2022-03-17T19:08:04.4430705Z a88643889c30: Pulling fs layer 2022-03-17T19:08:04.4430961Z 0a97b47d3470: Pulling fs layer 2022-03-17T19:08:04.4431205Z 95bff152db9a: Pulling fs layer 2022-03-17T19:08:04.4431463Z f415fd767169: Pulling fs layer 2022-03-17T19:08:04.4432108Z 2350347ab300: Pulling fs layer 2022-03-17T19:08:04.4432371Z 9ab0eac18dff: Pulling fs layer 2022-03-17T19:08:04.4432636Z 868da44a8860: Pulling fs layer 2022-03-17T19:08:04.4432886Z cc0029abc03f: Pulling fs layer 2022-03-17T19:08:04.4433142Z 22c97c628c7c: Waiting 2022-03-17T19:08:04.4433374Z c45e6042be05: Pulling fs layer 2022-03-17T19:08:04.4433622Z 4603e084f865: Waiting 2022-03-17T19:08:04.4433878Z d1e7e8aafebd: Pulling fs layer 2022-03-17T19:08:04.4434111Z 2a708e46e4ce: Waiting 2022-03-17T19:08:04.4434345Z 0efe41560fc9: Waiting 2022-03-17T19:08:04.4436324Z bff23355a96d: Pulling fs layer 2022-03-17T19:08:04.4436686Z 8d733210f9f6: Pulling fs layer 2022-03-17T19:08:04.4436956Z fb15d46c38dc: Waiting 2022-03-17T19:08:04.4437198Z e29500059cfe: Pulling fs layer 2022-03-17T19:08:04.4437455Z a88643889c30: Waiting 2022-03-17T19:08:04.4437670Z 4394b9f66b9a: Waiting 2022-03-17T19:08:04.4437920Z a7162e106409: Pulling fs layer 2022-03-17T19:08:04.4438370Z 156ef8f3a13c: Pulling fs layer 2022-03-17T19:08:04.4438849Z 08ba1108f7b7: Pulling fs layer 2022-03-17T19:08:04.4439516Z f415fd767169: Waiting 2022-03-17T19:08:04.4439959Z 868da44a8860: Waiting 2022-03-17T19:08:04.4440421Z b1ca60ec900e: Pulling fs layer 2022-03-17T19:08:04.4440855Z 0a97b47d3470: Waiting 2022-03-17T19:08:04.4441673Z 2350347ab300: Waiting 2022-03-17T19:08:04.4442196Z 9422c548b247: Pulling fs layer 2022-03-17T19:08:04.4442519Z cc0029abc03f: Waiting 2022-03-17T19:08:04.4442756Z 9ab0eac18dff: Waiting 2022-03-17T19:08:04.4442969Z c45e6042be05: Waiting 2022-03-17T19:08:04.4443209Z 2629d28d8057: Pulling fs layer 2022-03-17T19:08:04.4443439Z d1e7e8aafebd: Waiting 2022-03-17T19:08:04.4443669Z 8d733210f9f6: Waiting 2022-03-17T19:08:04.4443892Z 51b3d0db68b0: Pulling fs layer 2022-03-17T19:08:04.4444142Z bff23355a96d: Waiting 2022-03-17T19:08:04.4444382Z 95bff152db9a: Waiting 2022-03-17T19:08:04.4444594Z 156ef8f3a13c: Waiting 2022-03-17T19:08:04.4444820Z e29500059cfe: Waiting 2022-03-17T19:08:04.4445026Z 08ba1108f7b7: Waiting 2022-03-17T19:08:04.4445252Z 2629d28d8057: Waiting 2022-03-17T19:08:04.4445460Z 9422c548b247: Waiting 2022-03-17T19:08:04.4445700Z df925f176b66: Pulling fs layer 2022-03-17T19:08:04.4445944Z 51b3d0db68b0: Waiting 2022-03-17T19:08:04.4446167Z 94e62fb0708b: Pulling fs layer 2022-03-17T19:08:04.4446410Z b1ca60ec900e: Waiting 2022-03-17T19:08:04.4446634Z 2783d99ced8a: Pulling fs layer 2022-03-17T19:08:04.4446886Z d7107983cd6c: Pulling fs layer 2022-03-17T19:08:04.4447125Z 9b4350e11a74: Pulling fs layer 2022-03-17T19:08:04.4447375Z 40231bcc3933: Pulling fs layer 2022-03-17T19:08:04.4447628Z 12611fd1614b: Pulling fs layer 2022-03-17T19:08:04.4447869Z a8b79af452cb: Pulling fs layer 2022-03-17T19:08:04.4448124Z 17f77bcc71e7: Pulling fs layer 2022-03-17T19:08:04.4448467Z 88ad1b55251d: Pulling fs layer 2022-03-17T19:08:04.4448849Z b8e74acbf1bb: Pulling fs layer 2022-03-17T19:08:04.4449093Z 44810df15216: Pulling fs layer 2022-03-17T19:08:04.4449504Z 4af02869d275: Pulling fs layer 2022-03-17T19:08:04.4449823Z a23a0a601a32: Pulling fs layer 2022-03-17T19:08:04.4450295Z 45d5316499db: Pulling fs layer 2022-03-17T19:08:04.4450627Z cf097a682947: Pulling fs layer 2022-03-17T19:08:04.4450944Z b8e74acbf1bb: Waiting 2022-03-17T19:08:04.4451213Z a8b79af452cb: Waiting 2022-03-17T19:08:04.4451422Z 44810df15216: Waiting 2022-03-17T19:08:04.4451651Z df925f176b66: Waiting 2022-03-17T19:08:04.4451857Z 9b4350e11a74: Waiting 2022-03-17T19:08:04.4452084Z 94e62fb0708b: Waiting 2022-03-17T19:08:04.4452308Z 12611fd1614b: Waiting 2022-03-17T19:08:04.4452515Z 88ad1b55251d: Waiting 2022-03-17T19:08:04.4452741Z d7107983cd6c: Waiting 2022-03-17T19:08:04.4452964Z 795311cb799f: Pulling fs layer 2022-03-17T19:08:04.4453203Z 40231bcc3933: Waiting 2022-03-17T19:08:04.4453409Z a23a0a601a32: Waiting 2022-03-17T19:08:04.4453645Z 575631837e37: Pulling fs layer 2022-03-17T19:08:04.4454049Z cf097a682947: Waiting 2022-03-17T19:08:04.4454274Z d9832f16d0b0: Pulling fs layer 2022-03-17T19:08:04.4454513Z 4af02869d275: Waiting 2022-03-17T19:08:04.4454722Z d9832f16d0b0: Waiting 2022-03-17T19:08:04.4454944Z 575631837e37: Waiting 2022-03-17T19:08:04.4455153Z 17f77bcc71e7: Waiting 2022-03-17T19:08:04.4455377Z 45d5316499db: Waiting 2022-03-17T19:08:04.5170564Z da8ef40b9eca: Verifying Checksum 2022-03-17T19:08:04.5171333Z da8ef40b9eca: Download complete 2022-03-17T19:08:04.5205871Z b51569e7c507: Verifying Checksum 2022-03-17T19:08:04.5206428Z b51569e7c507: Download complete 2022-03-17T19:08:04.5863123Z fb15d46c38dc: Verifying Checksum 2022-03-17T19:08:04.5863804Z fb15d46c38dc: Download complete 2022-03-17T19:08:04.6512760Z 4394b9f66b9a: Verifying Checksum 2022-03-17T19:08:04.6513138Z 4394b9f66b9a: Download complete 2022-03-17T19:08:04.7293239Z 4603e084f865: Verifying Checksum 2022-03-17T19:08:04.7293696Z 4603e084f865: Download complete 2022-03-17T19:08:04.8130317Z 0efe41560fc9: Verifying Checksum 2022-03-17T19:08:04.8130653Z 0efe41560fc9: Download complete 2022-03-17T19:08:04.9705913Z 58690f9b18fc: Verifying Checksum 2022-03-17T19:08:04.9706704Z 58690f9b18fc: Download complete 2022-03-17T19:08:05.0048820Z 22c97c628c7c: Verifying Checksum 2022-03-17T19:08:05.0049374Z 22c97c628c7c: Download complete 2022-03-17T19:08:05.0722905Z a88643889c30: Verifying Checksum 2022-03-17T19:08:05.0723220Z a88643889c30: Download complete 2022-03-17T19:08:05.1698500Z 95bff152db9a: Download complete 2022-03-17T19:08:06.5493764Z 58690f9b18fc: Pull complete 2022-03-17T19:08:06.6820781Z b51569e7c507: Pull complete 2022-03-17T19:08:06.8062531Z da8ef40b9eca: Pull complete 2022-03-17T19:08:06.9407011Z fb15d46c38dc: Pull complete 2022-03-17T19:08:07.2742590Z 4394b9f66b9a: Pull complete 2022-03-17T19:08:07.6744777Z 22c97c628c7c: Pull complete 2022-03-17T19:08:07.8088166Z 4603e084f865: Pull complete 2022-03-17T19:08:07.9409167Z 0efe41560fc9: Pull complete 2022-03-17T19:08:13.5380792Z 2a708e46e4ce: Download complete 2022-03-17T19:08:13.6203194Z 2350347ab300: Download complete 2022-03-17T19:08:15.3724522Z 9ab0eac18dff: Download complete 2022-03-17T19:08:15.4536259Z 868da44a8860: Download complete 2022-03-17T19:08:15.5433533Z cc0029abc03f: Verifying Checksum 2022-03-17T19:08:15.5434168Z cc0029abc03f: Download complete 2022-03-17T19:08:15.6091137Z c45e6042be05: Download complete 2022-03-17T19:08:15.6294837Z 0a97b47d3470: Verifying Checksum 2022-03-17T19:08:15.6295148Z 0a97b47d3470: Download complete 2022-03-17T19:08:15.6949641Z bff23355a96d: Download complete 2022-03-17T19:08:16.0628045Z d1e7e8aafebd: Verifying Checksum 2022-03-17T19:08:16.0628382Z d1e7e8aafebd: Download complete 2022-03-17T19:08:16.1380748Z e29500059cfe: Download complete 2022-03-17T19:08:16.6644442Z a7162e106409: Verifying Checksum 2022-03-17T19:08:16.6644998Z a7162e106409: Download complete 2022-03-17T19:08:16.7480325Z 156ef8f3a13c: Verifying Checksum 2022-03-17T19:08:16.7480877Z 156ef8f3a13c: Download complete 2022-03-17T19:08:16.8053313Z 08ba1108f7b7: Verifying Checksum 2022-03-17T19:08:16.8054185Z 08ba1108f7b7: Download complete 2022-03-17T19:08:16.8861495Z b1ca60ec900e: Verifying Checksum 2022-03-17T19:08:17.8212155Z 9422c548b247: Verifying Checksum 2022-03-17T19:08:17.8948500Z 9422c548b247: Download complete 2022-03-17T19:08:17.8949283Z 2629d28d8057: Verifying Checksum 2022-03-17T19:08:17.8949783Z 2629d28d8057: Download complete 2022-03-17T19:08:17.9750504Z 51b3d0db68b0: Verifying Checksum 2022-03-17T19:08:17.9750855Z 51b3d0db68b0: Download complete 2022-03-17T19:08:18.0603176Z df925f176b66: Verifying Checksum 2022-03-17T19:08:18.0603536Z df925f176b66: Download complete 2022-03-17T19:08:18.1468089Z 94e62fb0708b: Download complete 2022-03-17T19:08:18.2371109Z 2783d99ced8a: Verifying Checksum 2022-03-17T19:08:18.2371472Z 2783d99ced8a: Download complete 2022-03-17T19:08:19.2926079Z d7107983cd6c: Verifying Checksum 2022-03-17T19:08:19.2926428Z d7107983cd6c: Download complete 2022-03-17T19:08:19.4026726Z 9b4350e11a74: Verifying Checksum 2022-03-17T19:08:19.4027567Z 9b4350e11a74: Download complete 2022-03-17T19:08:19.4726666Z 40231bcc3933: Verifying Checksum 2022-03-17T19:08:19.4727018Z 40231bcc3933: Download complete 2022-03-17T19:08:19.7249195Z 12611fd1614b: Verifying Checksum 2022-03-17T19:08:19.7249583Z 12611fd1614b: Download complete 2022-03-17T19:08:19.8071304Z a8b79af452cb: Verifying Checksum 2022-03-17T19:08:19.8071655Z a8b79af452cb: Download complete 2022-03-17T19:08:20.2132895Z 17f77bcc71e7: Verifying Checksum 2022-03-17T19:08:20.2133314Z 17f77bcc71e7: Download complete 2022-03-17T19:08:20.3272447Z 88ad1b55251d: Verifying Checksum 2022-03-17T19:08:20.3273094Z 88ad1b55251d: Download complete 2022-03-17T19:08:20.4617150Z b8e74acbf1bb: Download complete 2022-03-17T19:08:23.3138961Z 44810df15216: Verifying Checksum 2022-03-17T19:08:23.3139529Z 44810df15216: Download complete 2022-03-17T19:08:23.3871972Z 4af02869d275: Verifying Checksum 2022-03-17T19:08:23.3872545Z 4af02869d275: Download complete 2022-03-17T19:08:23.4739296Z a23a0a601a32: Verifying Checksum 2022-03-17T19:08:23.4739598Z a23a0a601a32: Download complete 2022-03-17T19:08:23.5514651Z 45d5316499db: Verifying Checksum 2022-03-17T19:08:23.5514996Z 45d5316499db: Download complete 2022-03-17T19:08:23.6237556Z cf097a682947: Verifying Checksum 2022-03-17T19:08:23.6238488Z cf097a682947: Download complete 2022-03-17T19:08:23.8151778Z 795311cb799f: Verifying Checksum 2022-03-17T19:08:23.8152180Z 795311cb799f: Download complete 2022-03-17T19:08:23.8909682Z 575631837e37: Verifying Checksum 2022-03-17T19:08:23.8910404Z 575631837e37: Download complete 2022-03-17T19:08:23.9025757Z f415fd767169: Verifying Checksum 2022-03-17T19:08:23.9026332Z f415fd767169: Download complete 2022-03-17T19:08:24.4844486Z d9832f16d0b0: Verifying Checksum 2022-03-17T19:08:24.4844828Z d9832f16d0b0: Download complete 2022-03-17T19:08:25.5151010Z 2a708e46e4ce: Pull complete 2022-03-17T19:08:25.6486641Z a88643889c30: Pull complete 2022-03-17T19:08:30.5372328Z 8d733210f9f6: Verifying Checksum 2022-03-17T19:08:30.5372677Z 8d733210f9f6: Download complete 2022-03-17T19:08:42.8525352Z 0a97b47d3470: Pull complete 2022-03-17T19:08:44.7272674Z 95bff152db9a: Pull complete 2022-03-17T19:09:15.2870420Z f415fd767169: Pull complete 2022-03-17T19:09:17.1968544Z 2350347ab300: Pull complete 2022-03-17T19:09:24.3897240Z 9ab0eac18dff: Pull complete 2022-03-17T19:09:26.2966823Z 868da44a8860: Pull complete 2022-03-17T19:09:28.0193288Z cc0029abc03f: Pull complete 2022-03-17T19:09:29.8220460Z c45e6042be05: Pull complete 2022-03-17T19:09:33.5044967Z d1e7e8aafebd: Pull complete 2022-03-17T19:09:35.4149241Z bff23355a96d: Pull complete 2022-03-17T19:10:02.0655980Z 8d733210f9f6: Pull complete 2022-03-17T19:10:04.3396095Z e29500059cfe: Pull complete 2022-03-17T19:10:07.5133547Z a7162e106409: Pull complete 2022-03-17T19:10:09.6362656Z 156ef8f3a13c: Pull complete 2022-03-17T19:10:11.4834288Z 08ba1108f7b7: Pull complete 2022-03-17T19:10:13.3878000Z b1ca60ec900e: Pull complete 2022-03-17T19:10:17.7157179Z 9422c548b247: Pull complete 2022-03-17T19:10:20.1216327Z 2629d28d8057: Pull complete 2022-03-17T19:10:23.7580674Z 51b3d0db68b0: Pull complete 2022-03-17T19:10:26.2002625Z df925f176b66: Pull complete 2022-03-17T19:10:28.6887764Z 94e62fb0708b: Pull complete 2022-03-17T19:10:31.2760885Z 2783d99ced8a: Pull complete 2022-03-17T19:10:34.7218340Z d7107983cd6c: Pull complete 2022-03-17T19:10:34.8444117Z 9b4350e11a74: Pull complete 2022-03-17T19:10:34.9578283Z 40231bcc3933: Pull complete 2022-03-17T19:10:35.3425719Z 12611fd1614b: Pull complete 2022-03-17T19:10:35.4649051Z a8b79af452cb: Pull complete 2022-03-17T19:10:36.7712102Z 17f77bcc71e7: Pull complete 2022-03-17T19:10:36.8852946Z 88ad1b55251d: Pull complete 2022-03-17T19:10:37.0084256Z b8e74acbf1bb: Pull complete 2022-03-17T19:10:42.2928976Z 44810df15216: Pull complete 2022-03-17T19:10:42.4031172Z 4af02869d275: Pull complete 2022-03-17T19:10:42.5188439Z a23a0a601a32: Pull complete 2022-03-17T19:10:42.6285843Z 45d5316499db: Pull complete 2022-03-17T19:10:42.7652993Z cf097a682947: Pull complete 2022-03-17T19:10:43.5322875Z 795311cb799f: Pull complete 2022-03-17T19:10:43.6570540Z 575631837e37: Pull complete 2022-03-17T19:10:45.8805075Z d9832f16d0b0: Pull complete 2022-03-17T19:10:45.8931494Z Digest: sha256:e95af236903b074012c7b9a7d7543a1a50421cedce14158d8cbd1649b571f253 2022-03-17T19:10:45.8964981Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T19:10:45.8991530Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T19:10:45.9058187Z ##[group]Run nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a 2022-03-17T19:10:45.9058498Z with: 2022-03-17T19:10:45.9058727Z timeout_minutes: 10 2022-03-17T19:10:45.9058950Z max_attempts: 3 2022-03-17T19:10:45.9059333Z command: set -ex bash .github/scripts/install_nvidia_utils_linux.sh echo "GPU_FLAG=--gpus all" >> "${GITHUB_ENV}" 2022-03-17T19:10:45.9059723Z retry_wait_seconds: 10 2022-03-17T19:10:45.9059969Z polling_interval_seconds: 1 2022-03-17T19:10:45.9060233Z warning_on_retry: true 2022-03-17T19:10:45.9060467Z continue_on_error: false 2022-03-17T19:10:45.9060699Z env: 2022-03-17T19:10:45.9060970Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T19:10:45.9061469Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T19:10:45.9061953Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T19:10:45.9062392Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T19:10:45.9062731Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T19:10:45.9062972Z IN_CI: 1 2022-03-17T19:10:45.9063170Z IS_GHA: 1 2022-03-17T19:10:45.9063394Z IN_WHEEL_TEST: 1 2022-03-17T19:10:45.9063693Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T19:10:45.9064051Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T19:10:45.9064376Z PR_LABELS: [] 2022-03-17T19:10:45.9064766Z GITHUB_TOKEN: *** 2022-03-17T19:10:45.9065028Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T19:10:45.9065285Z PR_NUMBER: 2022-03-17T19:10:45.9065536Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T19:10:45.9065819Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T19:10:45.9066065Z GIT_DEFAULT_BRANCH: master 2022-03-17T19:10:45.9066562Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T19:10:45.9067108Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T19:10:45.9067401Z TEST_CONFIG: default 2022-03-17T19:10:45.9067639Z SHARD_NUMBER: 2 2022-03-17T19:10:45.9067854Z NUM_TEST_SHARDS: 2 2022-03-17T19:10:45.9068087Z PR_BODY: 2022-03-17T19:10:45.9068295Z ##[endgroup] 2022-03-17T19:10:45.9522187Z 2022-03-17T19:10:45.9602256Z == Installing nvidia container toolkit for amzn2 == 2022-03-17T19:10:45.9606756Z + bash .github/scripts/install_nvidia_utils_linux.sh 2022-03-17T19:10:45.9607431Z + sudo yum install -y yum-utils 2022-03-17T19:10:46.5052704Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-03-17T19:10:47.8477986Z Package yum-utils-1.1.31-46.amzn2.0.1.noarch already installed and latest version 2022-03-17T19:10:47.8478401Z Nothing to do 2022-03-17T19:10:47.9193160Z + sudo yum-config-manager --add-repo https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2022-03-17T19:10:48.4957649Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-03-17T19:10:48.5388864Z adding repo from: https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2022-03-17T19:10:48.5389535Z grabbing file https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo to /etc/yum.repos.d/nvidia-docker.repo 2022-03-17T19:10:48.5390046Z repo saved to /etc/yum.repos.d/nvidia-docker.repo 2022-03-17T19:10:48.5535924Z + sudo yum install -y nvidia-docker2 2022-03-17T19:10:49.0984034Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-03-17T19:10:50.3596288Z Package nvidia-docker2-2.9.1-1.noarch already installed and latest version 2022-03-17T19:10:50.3596916Z Nothing to do 2022-03-17T19:10:50.4302889Z + sudo systemctl restart docker 2022-03-17T19:11:01.2691302Z == Installing nvidia driver NVIDIA-Linux-x86_64-495.44.run == 2022-03-17T19:11:01.2693067Z + sudo yum groupinstall -y 'Development Tools' 2022-03-17T19:11:01.8371253Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-03-17T19:11:02.8702838Z Maybe run: yum groups mark install (see man yum) 2022-03-17T19:11:02.8703278Z No packages in any requested group available to install or update 2022-03-17T19:11:02.9364694Z ++ uname -r 2022-03-17T19:11:02.9369422Z + sudo yum install -y 'kernel-devel-uname-r == 4.14.252-195.483.amzn2.x86_64' 2022-03-17T19:11:03.4970584Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-03-17T19:11:04.7646589Z Package kernel-devel-4.14.252-195.483.amzn2.x86_64 already installed and latest version 2022-03-17T19:11:04.7647243Z Nothing to do 2022-03-17T19:11:04.8405510Z + sudo curl -fsL -o /tmp/nvidia_driver https://s3.amazonaws.com/ossci-linux/nvidia_driver/NVIDIA-Linux-x86_64-495.44.run 2022-03-17T19:11:07.7202922Z + sudo /bin/bash /tmp/nvidia_driver -s --no-drm 2022-03-17T19:11:08.8076440Z Verifying archive integrity... OK 2022-03-17T19:11:30.0328801Z Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 495.44...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 2022-03-17T19:11:30.2804574Z 2022-03-17T19:11:30.2807648Z WARNING: The nvidia-drm module will not be installed. As a result, DRM-KMS will not function with this installation of the NVIDIA driver. 2022-03-17T19:11:30.2808362Z 2022-03-17T19:11:50.8012272Z 2022-03-17T19:11:50.8015254Z WARNING: nvidia-installer was forced to guess the X library path '/usr/lib64' and X module path '/usr/lib64/xorg/modules'; these paths were not queryable from the system. If X fails to find the NVIDIA X driver module, please install the `pkg-config` utility and the X.Org SDK/development package for your distribution and reinstall the driver. 2022-03-17T19:11:50.8015879Z 2022-03-17T19:11:59.0968557Z + sudo rm -fv /tmp/nvidia_driver 2022-03-17T19:11:59.1685425Z removed '/tmp/nvidia_driver' 2022-03-17T19:11:59.1701791Z + nvidia-smi 2022-03-17T19:12:01.4486757Z Thu Mar 17 19:12:01 2022 2022-03-17T19:12:01.4487776Z +-----------------------------------------------------------------------------+ 2022-03-17T19:12:01.4488414Z | NVIDIA-SMI 495.44 Driver Version: 495.44 CUDA Version: 11.5 | 2022-03-17T19:12:01.4488877Z |-------------------------------+----------------------+----------------------+ 2022-03-17T19:12:01.4489388Z | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | 2022-03-17T19:12:01.4489863Z | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | 2022-03-17T19:12:01.4490220Z | | | MIG M. | 2022-03-17T19:12:01.4492071Z |===============================+======================+======================| 2022-03-17T19:12:01.4533486Z | 0 Tesla M60 Off | 00000000:00:1E.0 Off | 0 | 2022-03-17T19:12:01.4533966Z | N/A 28C P0 39W / 150W | 0MiB / 7618MiB | 100% Default | 2022-03-17T19:12:01.4534278Z | | | N/A | 2022-03-17T19:12:01.4535051Z +-------------------------------+----------------------+----------------------+ 2022-03-17T19:12:01.4535421Z 2022-03-17T19:12:01.4535855Z +-----------------------------------------------------------------------------+ 2022-03-17T19:12:01.4536206Z | Processes: | 2022-03-17T19:12:01.4536549Z | GPU GI CI PID Type Process name GPU Memory | 2022-03-17T19:12:01.4536972Z | ID ID Usage | 2022-03-17T19:12:01.4537970Z |=============================================================================| 2022-03-17T19:12:01.4538427Z | No running processes found | 2022-03-17T19:12:01.4539350Z +-----------------------------------------------------------------------------+ 2022-03-17T19:12:01.7191237Z + echo 'GPU_FLAG=--gpus all' 2022-03-17T19:12:02.0266572Z Command completed after 1 attempt(s). 2022-03-17T19:12:02.0267045Z 2022-03-17T19:12:02.0317193Z ##[group]Run shm_size="1g" 2022-03-17T19:12:02.0317504Z shm_size="1g" 2022-03-17T19:12:02.0317756Z case "${BUILD_ENVIRONMENT}" in 2022-03-17T19:12:02.0318018Z  *cuda*) 2022-03-17T19:12:02.0318233Z  shm_size="2g" 2022-03-17T19:12:02.0318466Z  ;; 2022-03-17T19:12:02.0318669Z  *rocm*) 2022-03-17T19:12:02.0318900Z  shm_size="8g" 2022-03-17T19:12:02.0319125Z  ;; 2022-03-17T19:12:02.0319320Z esac 2022-03-17T19:12:02.0319588Z echo "SHM_SIZE=${shm_size}" >> "${GITHUB_ENV}" 2022-03-17T19:12:02.0333646Z shell: /usr/bin/bash -e {0} 2022-03-17T19:12:02.0333892Z env: 2022-03-17T19:12:02.0334179Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T19:12:02.0334679Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T19:12:02.0335229Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T19:12:02.0335653Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T19:12:02.0336007Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T19:12:02.0336226Z IN_CI: 1 2022-03-17T19:12:02.0336438Z IS_GHA: 1 2022-03-17T19:12:02.0336642Z IN_WHEEL_TEST: 1 2022-03-17T19:12:02.0336936Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T19:12:02.0337296Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T19:12:02.0337613Z PR_LABELS: [] 2022-03-17T19:12:02.0338123Z GITHUB_TOKEN: *** 2022-03-17T19:12:02.0338370Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T19:12:02.0338619Z PR_NUMBER: 2022-03-17T19:12:02.0338864Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T19:12:02.0339144Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T19:12:02.0339403Z GIT_DEFAULT_BRANCH: master 2022-03-17T19:12:02.0339883Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T19:12:02.0340422Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T19:12:02.0340728Z TEST_CONFIG: default 2022-03-17T19:12:02.0340946Z SHARD_NUMBER: 2 2022-03-17T19:12:02.0341175Z NUM_TEST_SHARDS: 2 2022-03-17T19:12:02.0341388Z PR_BODY: 2022-03-17T19:12:02.0341620Z GPU_FLAG: --gpus all 2022-03-17T19:12:02.0341839Z ##[endgroup] 2022-03-17T19:12:02.0406482Z ##[group]Run seemethere/download-artifact-s3@0504774707cbc8603d7dca922e8026eb8bf3b47b 2022-03-17T19:12:02.0406850Z with: 2022-03-17T19:12:02.0407124Z name: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T19:12:02.0407405Z s3-bucket: gha-artifacts 2022-03-17T19:12:02.0407657Z region: us-east-1 2022-03-17T19:12:02.0407860Z env: 2022-03-17T19:12:02.0408145Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T19:12:02.0408638Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T19:12:02.0409244Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T19:12:02.0409659Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T19:12:02.0409996Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T19:12:02.0410232Z IN_CI: 1 2022-03-17T19:12:02.0410428Z IS_GHA: 1 2022-03-17T19:12:02.0410652Z IN_WHEEL_TEST: 1 2022-03-17T19:12:02.0410983Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T19:12:02.0411346Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T19:12:02.0411661Z PR_LABELS: [] 2022-03-17T19:12:02.0412021Z GITHUB_TOKEN: *** 2022-03-17T19:12:02.0412281Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T19:12:02.0412531Z PR_NUMBER: 2022-03-17T19:12:02.0412778Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T19:12:02.0413058Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T19:12:02.0413305Z GIT_DEFAULT_BRANCH: master 2022-03-17T19:12:02.0413801Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T19:12:02.0414343Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T19:12:02.0414631Z TEST_CONFIG: default 2022-03-17T19:12:02.0414866Z SHARD_NUMBER: 2 2022-03-17T19:12:02.0415081Z NUM_TEST_SHARDS: 2 2022-03-17T19:12:02.0415309Z PR_BODY: 2022-03-17T19:12:02.0415527Z GPU_FLAG: --gpus all 2022-03-17T19:12:02.0415761Z SHM_SIZE: 2g 2022-03-17T19:12:02.0415967Z ##[endgroup] 2022-03-17T19:12:02.5787605Z Found 1 objects with prefix pytorch/pytorch/2000264336/linux-xenial-cuda11.3-py3.7-gcc7/ 2022-03-17T19:12:02.5788238Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-03-17T19:12:23.7067514Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-03-17T19:12:23.7069808Z 2022-03-17T19:12:23.7071302Z Artifact download has finished successfully 2022-03-17T19:12:23.7218912Z ##[group]Run unzip -o artifacts.zip 2022-03-17T19:12:23.7219289Z unzip -o artifacts.zip 2022-03-17T19:12:23.7232374Z shell: /usr/bin/bash -e {0} 2022-03-17T19:12:23.7232598Z env: 2022-03-17T19:12:23.7232898Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T19:12:23.7233396Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T19:12:23.7233861Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T19:12:23.7234274Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T19:12:23.7234612Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T19:12:23.7234847Z IN_CI: 1 2022-03-17T19:12:23.7235057Z IS_GHA: 1 2022-03-17T19:12:23.7235261Z IN_WHEEL_TEST: 1 2022-03-17T19:12:23.7235555Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T19:12:23.7235917Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T19:12:23.7236276Z PR_LABELS: [] 2022-03-17T19:12:23.7236691Z GITHUB_TOKEN: *** 2022-03-17T19:12:23.7236934Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T19:12:23.7237184Z PR_NUMBER: 2022-03-17T19:12:23.7237429Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T19:12:23.7237707Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T19:12:23.7237954Z GIT_DEFAULT_BRANCH: master 2022-03-17T19:12:23.7238450Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T19:12:23.7238986Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T19:12:23.7239274Z TEST_CONFIG: default 2022-03-17T19:12:23.7239506Z SHARD_NUMBER: 2 2022-03-17T19:12:23.7239719Z NUM_TEST_SHARDS: 2 2022-03-17T19:12:23.7239945Z PR_BODY: 2022-03-17T19:12:23.7240156Z GPU_FLAG: --gpus all 2022-03-17T19:12:23.7240389Z SHM_SIZE: 2g 2022-03-17T19:12:23.7240611Z ##[endgroup] 2022-03-17T19:12:23.7281135Z Archive: artifacts.zip 2022-03-17T19:12:23.7283826Z creating: dist/ 2022-03-17T19:12:26.1404304Z inflating: dist/torch-1.12.0a0+git4b4f652-cp37-cp37m-linux_x86_64.whl 2022-03-17T19:12:26.1404704Z creating: build/custom_test_artifacts/ 2022-03-17T19:12:26.1405128Z creating: build/custom_test_artifacts/custom-op-build/ 2022-03-17T19:12:26.1405573Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-03-17T19:12:26.1410893Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-03-17T19:12:26.1411429Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/ 2022-03-17T19:12:26.1411956Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CMakeSystem.cmake 2022-03-17T19:12:26.1412515Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdC/ 2022-03-17T19:12:26.1413060Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdC/tmp/ 2022-03-17T19:12:26.1415085Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdC/CMakeCCompilerId.c 2022-03-17T19:12:26.1416249Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdC/a.out 2022-03-17T19:12:26.1416806Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCXX/ 2022-03-17T19:12:26.1417345Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCXX/tmp/ 2022-03-17T19:12:26.1419526Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-03-17T19:12:26.1420635Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCXX/a.out 2022-03-17T19:12:26.1422445Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CMakeDetermineCompilerABI_C.bin 2022-03-17T19:12:26.1423061Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CMakeCCompiler.cmake 2022-03-17T19:12:26.1424710Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CMakeDetermineCompilerABI_CXX.bin 2022-03-17T19:12:26.1426686Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CMakeCXXCompiler.cmake 2022-03-17T19:12:26.1427263Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCUDA/ 2022-03-17T19:12:26.1427801Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/ 2022-03-17T19:12:26.1477372Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-03-17T19:12:26.1478090Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-03-17T19:12:26.1478785Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-03-17T19:12:26.1479524Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-03-17T19:12:26.1480232Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-03-17T19:12:26.1480899Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-03-17T19:12:26.1482041Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-03-17T19:12:26.1482734Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-03-17T19:12:26.1483600Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-03-17T19:12:26.1521105Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-03-17T19:12:26.1558182Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-03-17T19:12:26.1559198Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-03-17T19:12:26.1559930Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-03-17T19:12:26.1560963Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-03-17T19:12:26.1561894Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-03-17T19:12:26.1563126Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-03-17T19:12:26.1564183Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/a_dlink.o 2022-03-17T19:12:26.1565646Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-03-17T19:12:26.1633632Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CompilerIdCUDA/a.out 2022-03-17T19:12:26.1701474Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CMakeDetermineCompilerABI_CUDA.bin 2022-03-17T19:12:26.1702113Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.10.3/CMakeCUDACompiler.cmake 2022-03-17T19:12:26.1702649Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-03-17T19:12:26.1703700Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/feature_tests.c 2022-03-17T19:12:26.1704928Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/feature_tests.cxx 2022-03-17T19:12:26.1707000Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/feature_tests.bin 2022-03-17T19:12:26.1707722Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-03-17T19:12:26.1708289Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-03-17T19:12:26.1708802Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-03-17T19:12:26.1731462Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-03-17T19:12:26.1732036Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-03-17T19:12:26.1732600Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-03-17T19:12:26.1733745Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-03-17T19:12:26.1734501Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-03-17T19:12:26.1735444Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-03-17T19:12:26.1736041Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-03-17T19:12:26.1788903Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/CXX.includecache 2022-03-17T19:12:26.1805916Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.internal 2022-03-17T19:12:26.1917012Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-03-17T19:12:26.1917574Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-03-17T19:12:26.1942786Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-03-17T19:12:26.1943393Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-03-17T19:12:26.1944003Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-03-17T19:12:26.1944928Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-03-17T19:12:26.1945576Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-03-17T19:12:26.1946326Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-03-17T19:12:26.1946908Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-03-17T19:12:26.2000308Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/CXX.includecache 2022-03-17T19:12:26.2017354Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.internal 2022-03-17T19:12:26.2092999Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-03-17T19:12:26.2093649Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-03-17T19:12:26.2094262Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-03-17T19:12:26.2094802Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-03-17T19:12:26.2095666Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-03-17T19:12:26.2097627Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-03-17T19:12:26.2098144Z inflating: build/custom_test_artifacts/custom-op-build/detect_cuda_version.cc 2022-03-17T19:12:26.2100451Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-03-17T19:12:26.2101088Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-03-17T19:12:26.2102055Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-03-17T19:12:26.2195342Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-03-17T19:12:26.2253055Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-03-17T19:12:26.2253532Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-03-17T19:12:26.2253985Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-03-17T19:12:26.2259115Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-03-17T19:12:26.2259647Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/ 2022-03-17T19:12:26.2260179Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CMakeSystem.cmake 2022-03-17T19:12:26.2260707Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdC/ 2022-03-17T19:12:26.2261243Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdC/tmp/ 2022-03-17T19:12:26.2262535Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdC/CMakeCCompilerId.c 2022-03-17T19:12:26.2264217Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdC/a.out 2022-03-17T19:12:26.2264773Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCXX/ 2022-03-17T19:12:26.2265296Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCXX/tmp/ 2022-03-17T19:12:26.2267264Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-03-17T19:12:26.2268341Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCXX/a.out 2022-03-17T19:12:26.2270247Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CMakeDetermineCompilerABI_C.bin 2022-03-17T19:12:26.2270855Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CMakeCCompiler.cmake 2022-03-17T19:12:26.2272225Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CMakeDetermineCompilerABI_CXX.bin 2022-03-17T19:12:26.2273302Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CMakeCXXCompiler.cmake 2022-03-17T19:12:26.2273873Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCUDA/ 2022-03-17T19:12:26.2274422Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/ 2022-03-17T19:12:26.2324283Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-03-17T19:12:26.2324994Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-03-17T19:12:26.2325698Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-03-17T19:12:26.2326400Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-03-17T19:12:26.2327117Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-03-17T19:12:26.2328081Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-03-17T19:12:26.2329055Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-03-17T19:12:26.2329750Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-03-17T19:12:26.2330498Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-03-17T19:12:26.2368353Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-03-17T19:12:26.2405177Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-03-17T19:12:26.2406096Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-03-17T19:12:26.2406846Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-03-17T19:12:26.2407442Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-03-17T19:12:26.2408230Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-03-17T19:12:26.2409301Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-03-17T19:12:26.2410256Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/a_dlink.o 2022-03-17T19:12:26.2411755Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-03-17T19:12:26.2479675Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CompilerIdCUDA/a.out 2022-03-17T19:12:26.2547534Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CMakeDetermineCompilerABI_CUDA.bin 2022-03-17T19:12:26.2548168Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.10.3/CMakeCUDACompiler.cmake 2022-03-17T19:12:26.2548713Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-03-17T19:12:26.2549217Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/feature_tests.c 2022-03-17T19:12:26.2550369Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/feature_tests.cxx 2022-03-17T19:12:26.2552448Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/feature_tests.bin 2022-03-17T19:12:26.2552974Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-03-17T19:12:26.2553818Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-03-17T19:12:26.2554364Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-03-17T19:12:26.2579384Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-03-17T19:12:26.2579965Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-03-17T19:12:26.2580535Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-03-17T19:12:26.2581529Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-03-17T19:12:26.2582359Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-03-17T19:12:26.2583131Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-03-17T19:12:26.2583731Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-03-17T19:12:26.2636701Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/CXX.includecache 2022-03-17T19:12:26.2653671Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.internal 2022-03-17T19:12:26.2711189Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-03-17T19:12:26.2711792Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-03-17T19:12:26.2712386Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-03-17T19:12:26.2712918Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-03-17T19:12:26.2713628Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-03-17T19:12:26.2714942Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-03-17T19:12:26.2715472Z inflating: build/custom_test_artifacts/jit-hook-build/detect_cuda_version.cc 2022-03-17T19:12:26.2718245Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-03-17T19:12:26.2718874Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-03-17T19:12:26.2719737Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-03-17T19:12:26.2765216Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-03-17T19:12:26.2765696Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-03-17T19:12:26.2766158Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-03-17T19:12:26.2771402Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-03-17T19:12:26.2771965Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/ 2022-03-17T19:12:26.2772521Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CMakeSystem.cmake 2022-03-17T19:12:26.2773096Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdC/ 2022-03-17T19:12:26.2773643Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdC/tmp/ 2022-03-17T19:12:26.2774947Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdC/CMakeCCompilerId.c 2022-03-17T19:12:26.2776293Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdC/a.out 2022-03-17T19:12:26.2776855Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCXX/ 2022-03-17T19:12:26.2777434Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCXX/tmp/ 2022-03-17T19:12:26.2779498Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-03-17T19:12:26.2780614Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCXX/a.out 2022-03-17T19:12:26.2782662Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CMakeDetermineCompilerABI_C.bin 2022-03-17T19:12:26.2783297Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CMakeCCompiler.cmake 2022-03-17T19:12:26.2784687Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CMakeDetermineCompilerABI_CXX.bin 2022-03-17T19:12:26.2785784Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CMakeCXXCompiler.cmake 2022-03-17T19:12:26.2786385Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCUDA/ 2022-03-17T19:12:26.2786943Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/ 2022-03-17T19:12:26.2836674Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-03-17T19:12:26.2837413Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-03-17T19:12:26.2838129Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-03-17T19:12:26.2838873Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-03-17T19:12:26.2839604Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-03-17T19:12:26.2840294Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-03-17T19:12:26.2841011Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-03-17T19:12:26.2842221Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-03-17T19:12:26.2843193Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-03-17T19:12:26.2880508Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-03-17T19:12:26.2917503Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-03-17T19:12:26.2918518Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-03-17T19:12:26.2919427Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-03-17T19:12:26.2920128Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-03-17T19:12:26.2920871Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-03-17T19:12:26.2922132Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-03-17T19:12:26.2923164Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCUDA/tmp/a_dlink.o 2022-03-17T19:12:26.2924678Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-03-17T19:12:26.2992473Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CompilerIdCUDA/a.out 2022-03-17T19:12:26.3060340Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CMakeDetermineCompilerABI_CUDA.bin 2022-03-17T19:12:26.3061010Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.10.3/CMakeCUDACompiler.cmake 2022-03-17T19:12:26.3061708Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-03-17T19:12:26.3062239Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/feature_tests.c 2022-03-17T19:12:26.3063152Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/feature_tests.cxx 2022-03-17T19:12:26.3065227Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/feature_tests.bin 2022-03-17T19:12:26.3065777Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-03-17T19:12:26.3066516Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-03-17T19:12:26.3067087Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-03-17T19:12:26.3093843Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-03-17T19:12:26.3094493Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-03-17T19:12:26.3095110Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-03-17T19:12:26.3095922Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-03-17T19:12:26.3096726Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-03-17T19:12:26.3097372Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-03-17T19:12:26.3097985Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-03-17T19:12:26.3151065Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/CXX.includecache 2022-03-17T19:12:26.3168397Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.internal 2022-03-17T19:12:26.3219695Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-03-17T19:12:26.3220318Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-03-17T19:12:26.3225105Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-03-17T19:12:26.3225705Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-03-17T19:12:26.3226323Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-03-17T19:12:26.3227312Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-03-17T19:12:26.3228147Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-03-17T19:12:26.3228768Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-03-17T19:12:26.3229386Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-03-17T19:12:26.3236816Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/CXX.includecache 2022-03-17T19:12:26.3240407Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.internal 2022-03-17T19:12:26.3381697Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-03-17T19:12:26.3382356Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-03-17T19:12:26.3382959Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-03-17T19:12:26.3383909Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-03-17T19:12:26.3385173Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-03-17T19:12:26.3386496Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-03-17T19:12:26.3387188Z inflating: build/custom_test_artifacts/custom-backend-build/detect_cuda_version.cc 2022-03-17T19:12:26.3389947Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-03-17T19:12:26.3390646Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-03-17T19:12:26.3391547Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-03-17T19:12:26.3506457Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-03-17T19:12:26.3548332Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-03-17T19:12:26.3548699Z creating: build/lib/ 2022-03-17T19:12:26.3549382Z inflating: build/lib/libclog.a 2022-03-17T19:12:26.3614221Z inflating: build/lib/libgtest.a 2022-03-17T19:12:26.3624431Z inflating: build/lib/libpthreadpool.a 2022-03-17T19:12:26.3712516Z inflating: build/lib/libbenchmark.a 2022-03-17T19:12:26.3818688Z inflating: build/lib/libprotobuf-lite.a 2022-03-17T19:12:26.3875019Z inflating: build/lib/libasmjit.a 2022-03-17T19:12:26.3907068Z inflating: build/lib/libtensorpipe_uv.a 2022-03-17T19:12:26.4039856Z inflating: build/lib/libgloo.a 2022-03-17T19:12:26.4059527Z inflating: build/lib/libfmt.a 2022-03-17T19:12:26.4592339Z inflating: build/lib/libprotobuf.a 2022-03-17T19:12:26.4597939Z inflating: build/lib/libbreakpad_common.a 2022-03-17T19:12:26.4598499Z inflating: build/lib/libfoxi_loader.a 2022-03-17T19:12:26.4660121Z inflating: build/lib/libc10.so 2022-03-17T19:12:26.4661235Z inflating: build/lib/libtorch_global_deps.so 2022-03-17T19:12:26.4663739Z inflating: build/lib/libcaffe2_nvrtc.so 2022-03-17T19:12:26.4673218Z inflating: build/lib/libcpuinfo.a 2022-03-17T19:12:26.4675684Z inflating: build/lib/libnnpack_reference_layers.a 2022-03-17T19:12:26.4694248Z inflating: build/lib/libgmock.a 2022-03-17T19:12:26.4694810Z inflating: build/lib/libgtest_main.a 2022-03-17T19:12:26.4703923Z inflating: build/lib/libcpuinfo_internals.a 2022-03-17T19:12:26.4704374Z inflating: build/lib/libbenchmark_main.a 2022-03-17T19:12:27.2899954Z inflating: build/lib/libdnnl.a 2022-03-17T19:12:27.3469185Z inflating: build/lib/libprotoc.a 2022-03-17T19:12:27.3485966Z inflating: build/lib/libbreakpad.a 2022-03-17T19:12:27.4140809Z inflating: build/lib/libtensorpipe.a 2022-03-17T19:12:27.4184429Z inflating: build/lib/libc10_cuda.so 2022-03-17T19:12:27.4200263Z inflating: build/lib/libqnnpack.a 2022-03-17T19:12:27.4201068Z inflating: build/lib/libgmock_main.a 2022-03-17T19:12:27.5579721Z inflating: build/lib/libfbgemm.a 2022-03-17T19:12:27.5983630Z inflating: build/lib/libkineto.a 2022-03-17T19:12:27.6007515Z inflating: build/lib/libpytorch_qnnpack.a 2022-03-17T19:12:27.6297455Z inflating: build/lib/libtensorpipe_cuda.a 2022-03-17T19:12:27.6342640Z inflating: build/lib/libcaffe2_protos.a 2022-03-17T19:12:27.6390339Z inflating: build/lib/libonnx_proto.a 2022-03-17T19:12:27.7053539Z inflating: build/lib/libonnx.a 2022-03-17T19:12:27.7075832Z inflating: build/lib/libnnpack.a 2022-03-17T19:12:27.7489040Z inflating: build/lib/libgloo_cuda.a 2022-03-17T19:12:27.7503627Z inflating: build/lib/libtest_deploy_lib.so 2022-03-17T19:12:28.2291158Z inflating: build/lib/libtorch_python_static.a 2022-03-17T19:12:28.8824596Z inflating: build/lib/libtorch_deployinterpreter.so 2022-03-17T19:12:30.8360924Z inflating: build/lib/libtorch_cpu.so 2022-03-17T19:12:31.2727910Z inflating: build/lib/libtorch_cuda_cpp.so 2022-03-17T19:12:32.8584168Z inflating: build/lib/libtorch_cuda_cu.so 2022-03-17T19:12:32.8585100Z inflating: build/lib/libtorch_cuda.so 2022-03-17T19:12:32.8586355Z inflating: build/lib/libtorch.so 2022-03-17T19:12:32.8590202Z inflating: build/lib/libc10d_cuda_test.so 2022-03-17T19:12:33.8453500Z inflating: build/lib/libtorch_cuda_linalg.so 2022-03-17T19:12:33.8477061Z inflating: build/lib/libjitbackend_test.so 2022-03-17T19:12:33.8533764Z inflating: build/lib/libtorchbind_test.so 2022-03-17T19:12:33.8564575Z inflating: build/lib/libbackend_with_compiler.so 2022-03-17T19:12:33.8569245Z inflating: build/lib/libshm.so 2022-03-17T19:12:34.5162996Z inflating: build/lib/libtorch_deploy_internal.a 2022-03-17T19:12:34.6665359Z inflating: build/lib/libtorch_python.so 2022-03-17T19:12:34.6703973Z inflating: build/lib/libnnapi_backend.so 2022-03-17T19:12:34.6704269Z creating: build/bin/ 2022-03-17T19:12:34.6716294Z inflating: build/bin/remove_dt_needed 2022-03-17T19:12:34.6773172Z inflating: build/bin/c10_registry_test 2022-03-17T19:12:34.6850494Z inflating: build/bin/c10_optional_test 2022-03-17T19:12:34.7022214Z inflating: build/bin/c10_intrusive_ptr_test 2022-03-17T19:12:34.7073603Z inflating: build/bin/c10_flags_test 2022-03-17T19:12:34.7127752Z inflating: build/bin/c10_exception_test 2022-03-17T19:12:34.7187767Z inflating: build/bin/c10_logging_test 2022-03-17T19:12:34.7245928Z inflating: build/bin/c10_complex_test 2022-03-17T19:12:34.7359063Z inflating: build/bin/c10_either_test 2022-03-17T19:12:34.7411261Z inflating: build/bin/c10_irange_test 2022-03-17T19:12:34.7468474Z inflating: build/bin/c10_bfloat16_test 2022-03-17T19:12:34.7523149Z inflating: build/bin/c10_Bitset_test 2022-03-17T19:12:34.7578609Z inflating: build/bin/c10_complex_math_test 2022-03-17T19:12:34.7636334Z inflating: build/bin/c10_InlineStreamGuard_test 2022-03-17T19:12:34.7785363Z inflating: build/bin/c10_SmallVectorTest 2022-03-17T19:12:34.7860362Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-03-17T19:12:34.7900541Z inflating: build/bin/c10_typeid_test 2022-03-17T19:12:34.7958901Z inflating: build/bin/c10_SizesAndStrides_test 2022-03-17T19:12:34.8012217Z inflating: build/bin/c10_accumulate_test 2022-03-17T19:12:34.8072948Z inflating: build/bin/c10_string_view_test 2022-03-17T19:12:34.8125831Z inflating: build/bin/c10_tempfile_test 2022-03-17T19:12:34.8176574Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-03-17T19:12:34.8225631Z inflating: build/bin/c10_StreamGuard_test 2022-03-17T19:12:34.8289519Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-03-17T19:12:34.8348192Z inflating: build/bin/c10_ThreadLocal_test 2022-03-17T19:12:34.8405616Z inflating: build/bin/c10_DispatchKeySet_test 2022-03-17T19:12:34.8458800Z inflating: build/bin/c10_DeviceGuard_test 2022-03-17T19:12:34.8511292Z inflating: build/bin/c10_C++17_test 2022-03-17T19:12:34.8560484Z inflating: build/bin/c10_TypeTraits_test 2022-03-17T19:12:34.8613188Z inflating: build/bin/c10_Device_test 2022-03-17T19:12:34.8664439Z inflating: build/bin/c10_Half_test 2022-03-17T19:12:34.8722325Z inflating: build/bin/c10_LeftRight_test 2022-03-17T19:12:34.8771598Z inflating: build/bin/c10_ConstexprCrc_test 2022-03-17T19:12:34.8835658Z inflating: build/bin/c10_Metaprogramming_test 2022-03-17T19:12:34.8885323Z inflating: build/bin/c10_Array_test 2022-03-17T19:12:34.8939313Z inflating: build/bin/c10_TypeIndex_test 2022-03-17T19:12:34.8991225Z inflating: build/bin/c10_Synchronized_test 2022-03-17T19:12:34.9043190Z inflating: build/bin/c10_TypeList_test 2022-03-17T19:12:34.9101049Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-03-17T19:12:34.9617636Z inflating: build/bin/protoc-3.13.0.0 2022-03-17T19:12:35.0133423Z inflating: build/bin/protoc 2022-03-17T19:12:35.0183335Z inflating: build/bin/c10_cuda_CUDATest 2022-03-17T19:12:35.0492727Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-03-17T19:12:35.0838486Z inflating: build/bin/vec_test_all_types_AVX2 2022-03-17T19:12:35.0900957Z inflating: build/bin/TCPStoreTest 2022-03-17T19:12:35.0955862Z inflating: build/bin/FileStoreTest 2022-03-17T19:12:35.1011143Z inflating: build/bin/HashStoreTest 2022-03-17T19:12:35.1025818Z inflating: build/bin/ProcessGroupMPITest 2022-03-17T19:12:35.1029007Z inflating: build/bin/example_allreduce 2022-03-17T19:12:35.1099254Z inflating: build/bin/cuda_cub_test 2022-03-17T19:12:35.1149632Z inflating: build/bin/cuda_cudnn_test 2022-03-17T19:12:35.1203984Z inflating: build/bin/cuda_reportMemoryUsage_test 2022-03-17T19:12:35.1258385Z inflating: build/bin/cuda_vectorized_test 2022-03-17T19:12:35.1321091Z inflating: build/bin/cuda_stream_test 2022-03-17T19:12:35.1371556Z inflating: build/bin/cuda_optional_test 2022-03-17T19:12:35.1425278Z inflating: build/bin/cuda_apply_test 2022-03-17T19:12:35.1495985Z inflating: build/bin/cuda_complex_math_test 2022-03-17T19:12:35.1566538Z inflating: build/bin/cuda_distributions_test 2022-03-17T19:12:35.1619865Z inflating: build/bin/memory_overlapping_test 2022-03-17T19:12:35.1681224Z inflating: build/bin/apply_utils_test 2022-03-17T19:12:35.1977860Z inflating: build/bin/op_registration_test 2022-03-17T19:12:35.2038458Z inflating: build/bin/cuda_generator_test 2022-03-17T19:12:35.2169246Z inflating: build/bin/kernel_lambda_legacy_test 2022-03-17T19:12:35.2230599Z inflating: build/bin/type_test 2022-03-17T19:12:35.2291530Z inflating: build/bin/cpu_generator_test 2022-03-17T19:12:35.2344678Z inflating: build/bin/cuda_integer_divider_test 2022-03-17T19:12:35.2399258Z inflating: build/bin/Dimname_test 2022-03-17T19:12:35.2449847Z inflating: build/bin/dispatch_key_set_test 2022-03-17T19:12:35.2451274Z inflating: build/bin/verify_api_visibility 2022-03-17T19:12:35.2505990Z inflating: build/bin/cpu_profiling_allocator_test 2022-03-17T19:12:35.2568174Z inflating: build/bin/basic 2022-03-17T19:12:35.2625810Z inflating: build/bin/test_parallel 2022-03-17T19:12:35.2678245Z inflating: build/bin/reportMemoryUsage_test 2022-03-17T19:12:35.2745915Z inflating: build/bin/pow_test 2022-03-17T19:12:35.2796930Z inflating: build/bin/reduce_ops_test 2022-03-17T19:12:35.2846723Z inflating: build/bin/op_allowlist_test 2022-03-17T19:12:35.2947299Z inflating: build/bin/kernel_function_test 2022-03-17T19:12:35.3047237Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-03-17T19:12:35.3106965Z inflating: build/bin/scalar_test 2022-03-17T19:12:35.3182423Z inflating: build/bin/Dict_test 2022-03-17T19:12:35.3233312Z inflating: build/bin/variant_test 2022-03-17T19:12:35.3284724Z inflating: build/bin/cuda_half_test 2022-03-17T19:12:35.3338363Z inflating: build/bin/cuda_packedtensoraccessor_test 2022-03-17T19:12:35.3398079Z inflating: build/bin/NamedTensor_test 2022-03-17T19:12:35.3450438Z inflating: build/bin/weakref_test 2022-03-17T19:12:35.3508341Z inflating: build/bin/extension_backend_test 2022-03-17T19:12:35.3559197Z inflating: build/bin/dlconvertor_test 2022-03-17T19:12:35.3616855Z inflating: build/bin/half_test 2022-03-17T19:12:35.3669206Z inflating: build/bin/wrapdim_test 2022-03-17T19:12:35.3724079Z inflating: build/bin/inline_container_test 2022-03-17T19:12:35.3836353Z inflating: build/bin/List_test 2022-03-17T19:12:35.3895129Z inflating: build/bin/scalar_tensor_test 2022-03-17T19:12:35.3952941Z inflating: build/bin/native_test 2022-03-17T19:12:35.4032903Z inflating: build/bin/tensor_iterator_test 2022-03-17T19:12:35.4086884Z inflating: build/bin/undefined_tensor_test 2022-03-17T19:12:35.4089742Z inflating: build/bin/thread_init_test 2022-03-17T19:12:35.4188007Z inflating: build/bin/ivalue_test 2022-03-17T19:12:35.4239732Z inflating: build/bin/CppSignature_test 2022-03-17T19:12:35.4298830Z inflating: build/bin/quantized_test 2022-03-17T19:12:35.4349106Z inflating: build/bin/lazy_tensor_test 2022-03-17T19:12:35.4403724Z inflating: build/bin/math_kernel_test 2022-03-17T19:12:35.4512120Z inflating: build/bin/kernel_lambda_test 2022-03-17T19:12:35.4566266Z inflating: build/bin/memory_format_test 2022-03-17T19:12:35.4636856Z inflating: build/bin/vmap_test 2022-03-17T19:12:35.4688529Z inflating: build/bin/operators_test 2022-03-17T19:12:35.4739709Z inflating: build/bin/cuda_dlconvertor_test 2022-03-17T19:12:35.4788967Z inflating: build/bin/mobile_memory_cleanup 2022-03-17T19:12:35.4880379Z inflating: build/bin/cpu_rng_test 2022-03-17T19:12:35.4932728Z inflating: build/bin/stride_properties_test 2022-03-17T19:12:35.4998215Z inflating: build/bin/KernelFunction_test 2022-03-17T19:12:35.5059177Z inflating: build/bin/atest 2022-03-17T19:12:35.5183034Z inflating: build/bin/kernel_function_legacy_test 2022-03-17T19:12:35.5244550Z inflating: build/bin/kernel_stackbased_test 2022-03-17T19:12:35.5304840Z inflating: build/bin/cuda_atomic_ops_test 2022-03-17T19:12:35.5363121Z inflating: build/bin/backend_fallback_test 2022-03-17T19:12:35.5418601Z inflating: build/bin/broadcast_test 2022-03-17T19:12:35.5479849Z inflating: build/bin/cuda_complex_test 2022-03-17T19:12:35.5534631Z inflating: build/bin/cuda_caching_host_allocator_test 2022-03-17T19:12:35.5600923Z inflating: build/bin/ProcessGroupGlooTest 2022-03-17T19:12:35.5618535Z inflating: build/bin/tutorial_tensorexpr 2022-03-17T19:12:35.5679457Z inflating: build/bin/ProcessGroupGlooAsyncTest 2022-03-17T19:12:35.5740543Z inflating: build/bin/ProcessGroupNCCLErrorsTest 2022-03-17T19:12:35.5803745Z inflating: build/bin/ProcessGroupNCCLTest 2022-03-17T19:12:35.5858526Z inflating: build/bin/test_dist_autograd 2022-03-17T19:12:35.5861223Z inflating: build/bin/parallel_benchmark 2022-03-17T19:12:35.5872213Z inflating: build/bin/aot_model_compiler_test 2022-03-17T19:12:35.5943696Z inflating: build/bin/test_cpp_rpc 2022-03-17T19:12:35.6015152Z inflating: build/bin/test_mobile_nnc 2022-03-17T19:12:35.6020584Z inflating: build/bin/torch_shm_manager 2022-03-17T19:12:35.6111329Z inflating: build/bin/test_lazy 2022-03-17T19:12:35.6964443Z inflating: build/bin/test_tensorexpr 2022-03-17T19:12:35.7083629Z inflating: build/bin/nvfuser_bench 2022-03-17T19:12:36.3645042Z inflating: build/bin/interactive_embedded_interpreter 2022-03-17T19:12:37.0251274Z inflating: build/bin/test_deploy_gpu 2022-03-17T19:12:37.6874865Z inflating: build/bin/test_deploy 2022-03-17T19:12:38.3443941Z inflating: build/bin/deploy_benchmark 2022-03-17T19:12:38.4331270Z inflating: build/bin/test_jit 2022-03-17T19:12:39.2142736Z inflating: build/bin/test_api 2022-03-17T19:12:39.2143729Z inflating: .pytorch-test-times.json 2022-03-17T19:12:39.2175033Z ##[group]Run sudo df -H 2022-03-17T19:12:39.2175322Z sudo df -H 2022-03-17T19:12:39.2188328Z shell: /usr/bin/bash -e {0} 2022-03-17T19:12:39.2188580Z env: 2022-03-17T19:12:39.2188859Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T19:12:39.2189355Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T19:12:39.2189837Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T19:12:39.2190232Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T19:12:39.2190582Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T19:12:39.2190801Z IN_CI: 1 2022-03-17T19:12:39.2191011Z IS_GHA: 1 2022-03-17T19:12:39.2191216Z IN_WHEEL_TEST: 1 2022-03-17T19:12:39.2191510Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T19:12:39.2191885Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T19:12:39.2192225Z PR_LABELS: [] 2022-03-17T19:12:39.2192608Z GITHUB_TOKEN: *** 2022-03-17T19:12:39.2192868Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T19:12:39.2193097Z PR_NUMBER: 2022-03-17T19:12:39.2193499Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T19:12:39.2193777Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T19:12:39.2194023Z GIT_DEFAULT_BRANCH: master 2022-03-17T19:12:39.2194510Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T19:12:39.2195028Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T19:12:39.2195331Z TEST_CONFIG: default 2022-03-17T19:12:39.2195565Z SHARD_NUMBER: 2 2022-03-17T19:12:39.2195780Z NUM_TEST_SHARDS: 2 2022-03-17T19:12:39.2196012Z PR_BODY: 2022-03-17T19:12:39.2196224Z GPU_FLAG: --gpus all 2022-03-17T19:12:39.2196452Z SHM_SIZE: 2g 2022-03-17T19:12:39.2196659Z ##[endgroup] 2022-03-17T19:12:39.2353837Z Filesystem Size Used Avail Use% Mounted on 2022-03-17T19:12:39.2354169Z devtmpfs 65G 0 65G 0% /dev 2022-03-17T19:12:39.2354445Z tmpfs 65G 0 65G 0% /dev/shm 2022-03-17T19:12:39.2354718Z tmpfs 65G 521k 65G 1% /run 2022-03-17T19:12:39.2354986Z tmpfs 65G 0 65G 0% /sys/fs/cgroup 2022-03-17T19:12:39.2355263Z /dev/xvda1 162G 25G 137G 16% / 2022-03-17T19:12:39.2355541Z tmpfs 13G 0 13G 0% /run/user/0 2022-03-17T19:12:39.3512829Z ##[group]Run ./.github/scripts/parse_ref.py 2022-03-17T19:12:39.3513197Z ./.github/scripts/parse_ref.py 2022-03-17T19:12:39.3530251Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-03-17T19:12:39.3530545Z env: 2022-03-17T19:12:39.3530828Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T19:12:39.3531329Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T19:12:39.3531817Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T19:12:39.3532214Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T19:12:39.3532570Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T19:12:39.3532800Z IN_CI: 1 2022-03-17T19:12:39.3533018Z IS_GHA: 1 2022-03-17T19:12:39.3533222Z IN_WHEEL_TEST: 1 2022-03-17T19:12:39.3533521Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T19:12:39.3533941Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T19:12:39.3534249Z PR_LABELS: [] 2022-03-17T19:12:39.3534648Z GITHUB_TOKEN: *** 2022-03-17T19:12:39.3534892Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T19:12:39.3535142Z PR_NUMBER: 2022-03-17T19:12:39.3535407Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T19:12:39.3535673Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T19:12:39.3535941Z GIT_DEFAULT_BRANCH: master 2022-03-17T19:12:39.3536420Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T19:12:39.3536957Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T19:12:39.3537264Z TEST_CONFIG: default 2022-03-17T19:12:39.3537491Z SHARD_NUMBER: 2 2022-03-17T19:12:39.3537725Z NUM_TEST_SHARDS: 2 2022-03-17T19:12:39.3537937Z PR_BODY: 2022-03-17T19:12:39.3538171Z GPU_FLAG: --gpus all 2022-03-17T19:12:39.3538387Z SHM_SIZE: 2g 2022-03-17T19:12:39.3538617Z ##[endgroup] 2022-03-17T19:12:39.6035337Z ##[group]Run set -x 2022-03-17T19:12:39.6035993Z set -x 2022-03-17T19:12:39.6036365Z  2022-03-17T19:12:39.6036850Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-03-17T19:12:39.6037511Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-03-17T19:12:39.6038160Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-03-17T19:12:39.6038720Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-03-17T19:12:39.6039208Z else 2022-03-17T19:12:39.6039673Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-03-17T19:12:39.6040159Z fi 2022-03-17T19:12:39.6040548Z PROXY_ENV= 2022-03-17T19:12:39.6041749Z # NOTE: XLA multiprocessing tests appear to have issues with squid proxy, going to disable for now 2022-03-17T19:12:39.6042556Z # We should investigate whether or not there's a list of hostnames we can add to no_proxy to 2022-03-17T19:12:39.6043024Z # make it so that we shouldn't have to fully disable squid for XLA tests 2022-03-17T19:12:39.6043352Z if [[ $TEST_CONFIG != 'xla' ]]; then 2022-03-17T19:12:39.6043645Z  # shellcheck disable=SC2089 2022-03-17T19:12:39.6044539Z  PROXY_ENV="-e http_proxy=http://internal-tf-lb-20210727220640487900000002-835786077.us-east-1.elb.amazonaws.com:3128 -e https_proxy=http://internal-tf-lb-20210727220640487900000002-835786077.us-east-1.elb.amazonaws.com:3128 -e no_proxy=localhost,127.0.0.1,github.com,amazonaws.com,s3.amazonaws.com,169.254.169.254,169.254.170.2,/var/run/docker.sock" 2022-03-17T19:12:39.6045349Z fi 2022-03-17T19:12:39.6045660Z # detached container should get cleaned up by teardown_ec2_linux 2022-03-17T19:12:39.6046035Z # TODO: Stop building test binaries as part of the build phase 2022-03-17T19:12:39.6046400Z # Used for GPU_FLAG since that doesn't play nice 2022-03-17T19:12:39.6046720Z # shellcheck disable=SC2086,SC2090 2022-03-17T19:12:39.6047000Z container_name=$(docker run \ 2022-03-17T19:12:39.6047271Z  ${GPU_FLAG:-} \ 2022-03-17T19:12:39.6047518Z  -e BUILD_ENVIRONMENT \ 2022-03-17T19:12:39.6047783Z  -e PR_NUMBER \ 2022-03-17T19:12:39.6048067Z  -e CUSTOM_TEST_ARTIFACT_BUILD_DIR \ 2022-03-17T19:12:39.6048334Z  -e GITHUB_ACTIONS \ 2022-03-17T19:12:39.6048583Z  -e IN_CI \ 2022-03-17T19:12:39.6048802Z  -e IS_GHA \ 2022-03-17T19:12:39.6049039Z  -e BRANCH \ 2022-03-17T19:12:39.6049254Z  -e SHA1 \ 2022-03-17T19:12:39.6049505Z  -e AWS_DEFAULT_REGION \ 2022-03-17T19:12:39.6049769Z  -e IN_WHEEL_TEST \ 2022-03-17T19:12:39.6050010Z  -e SHARD_NUMBER \ 2022-03-17T19:12:39.6050262Z  -e JOB_BASE_NAME \ 2022-03-17T19:12:39.6050496Z  -e TEST_CONFIG \ 2022-03-17T19:12:39.6050751Z  -e NUM_TEST_SHARDS \ 2022-03-17T19:12:39.6050985Z  -e PR_BODY \ 2022-03-17T19:12:39.6051260Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-03-17T19:12:39.6051529Z  -e PR_LABELS \ 2022-03-17T19:12:39.6051793Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-03-17T19:12:39.6052078Z  -e SCCACHE_BUCKET \ 2022-03-17T19:12:39.6052344Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-03-17T19:12:39.6052618Z  ${PROXY_ENV} \ 2022-03-17T19:12:39.6052923Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-03-17T19:12:39.6053222Z  --ulimit stack=10485760:83886080 \ 2022-03-17T19:12:39.6053526Z  --security-opt seccomp=unconfined \ 2022-03-17T19:12:39.6053804Z  --cap-add=SYS_PTRACE \ 2022-03-17T19:12:39.6054067Z  --ipc=host \ 2022-03-17T19:12:39.6054313Z  --shm-size="${SHM_SIZE}" \ 2022-03-17T19:12:39.6054564Z  --tty \ 2022-03-17T19:12:39.6054794Z  --detach \ 2022-03-17T19:12:39.6055037Z  --name="${container_name}" \ 2022-03-17T19:12:39.6055422Z  --user jenkins \ 2022-03-17T19:12:39.6055738Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-03-17T19:12:39.6056073Z  -w /var/lib/jenkins/workspace \ 2022-03-17T19:12:39.6056351Z  "${DOCKER_IMAGE}" 2022-03-17T19:12:39.6056565Z ) 2022-03-17T19:12:39.6056925Z docker exec -t "${container_name}" sh -c "sudo chown -R jenkins . && pip install dist/*.whl && ${TEST_COMMAND}" 2022-03-17T19:12:39.6069467Z shell: /usr/bin/bash -e {0} 2022-03-17T19:12:39.6069715Z env: 2022-03-17T19:12:39.6069997Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T19:12:39.6070494Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T19:12:39.6071067Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T19:12:39.6071465Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T19:12:39.6071827Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T19:12:39.6072050Z IN_CI: 1 2022-03-17T19:12:39.6072262Z IS_GHA: 1 2022-03-17T19:12:39.6072468Z IN_WHEEL_TEST: 1 2022-03-17T19:12:39.6072763Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T19:12:39.6073139Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T19:12:39.6073439Z PR_LABELS: [] 2022-03-17T19:12:39.6073830Z GITHUB_TOKEN: *** 2022-03-17T19:12:39.6074071Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T19:12:39.6074326Z PR_NUMBER: 2022-03-17T19:12:39.6074591Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T19:12:39.6074853Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T19:12:39.6075116Z GIT_DEFAULT_BRANCH: master 2022-03-17T19:12:39.6075598Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T19:12:39.6076129Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T19:12:39.6076439Z TEST_CONFIG: default 2022-03-17T19:12:39.6076660Z SHARD_NUMBER: 2 2022-03-17T19:12:39.6076892Z NUM_TEST_SHARDS: 2 2022-03-17T19:12:39.6077104Z PR_BODY: 2022-03-17T19:12:39.6077332Z GPU_FLAG: --gpus all 2022-03-17T19:12:39.6077545Z SHM_SIZE: 2g 2022-03-17T19:12:39.6077771Z BRANCH: master 2022-03-17T19:12:39.6078001Z ##[endgroup] 2022-03-17T19:12:39.6106995Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-03-17T19:12:39.6107494Z + [[ linux-xenial-cuda11.3-py3.7-gcc7 == *onnx* ]] 2022-03-17T19:12:39.6107833Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-03-17T19:12:39.6108105Z + PROXY_ENV= 2022-03-17T19:12:39.6108325Z + [[ default != \x\l\a ]] 2022-03-17T19:12:39.6111766Z + PROXY_ENV='-e http_proxy=http://internal-tf-lb-20210727220640487900000002-835786077.us-east-1.elb.amazonaws.com:3128 -e https_proxy=http://internal-tf-lb-20210727220640487900000002-835786077.us-east-1.elb.amazonaws.com:3128 -e no_proxy=localhost,127.0.0.1,github.com,amazonaws.com,s3.amazonaws.com,169.254.169.254,169.254.170.2,/var/run/docker.sock' 2022-03-17T19:12:39.6118702Z +++ nproc --ignore=2 2022-03-17T19:12:39.6132112Z ++ docker run --gpus all -e BUILD_ENVIRONMENT -e PR_NUMBER -e CUSTOM_TEST_ARTIFACT_BUILD_DIR -e GITHUB_ACTIONS -e IN_CI -e IS_GHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e JOB_BASE_NAME -e TEST_CONFIG -e NUM_TEST_SHARDS -e PR_BODY -e PYTORCH_RETRY_TEST_CASES -e PR_LABELS -e MAX_JOBS=14 -e SCCACHE_BUCKET -e XLA_CLANG_CACHE_S3_BUCKET_NAME -e http_proxy=http://internal-tf-lb-20210727220640487900000002-835786077.us-east-1.elb.amazonaws.com:3128 -e https_proxy=http://internal-tf-lb-20210727220640487900000002-835786077.us-east-1.elb.amazonaws.com:3128 -e no_proxy=localhost,127.0.0.1,github.com,amazonaws.com,s3.amazonaws.com,169.254.169.254,169.254.170.2,/var/run/docker.sock --env-file=/tmp/github_env_2000264336 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=2g --tty --detach --name= --user jenkins -v /home/ec2-user/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T19:12:58.9482083Z + container_name=fa844c8ff6ae0fe4f59964cfd9e570ca5291971eadb7cb86bda6a342335da5cd 2022-03-17T19:12:58.9483001Z + docker exec -t fa844c8ff6ae0fe4f59964cfd9e570ca5291971eadb7cb86bda6a342335da5cd sh -c 'sudo chown -R jenkins . && pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-03-17T19:12:59.9247441Z Processing ./dist/torch-1.12.0a0+git4b4f652-cp37-cp37m-linux_x86_64.whl 2022-03-17T19:13:00.0176858Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.12.0a0+git4b4f652) (3.10.0.2) 2022-03-17T19:13:00.5036151Z Installing collected packages: torch 2022-03-17T19:13:11.9509829Z Successfully installed torch-1.12.0a0+git4b4f652 2022-03-17T19:13:11.9997704Z + COMPACT_JOB_NAME=linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T19:13:12.0000555Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-03-17T19:13:12.0213401Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-03-17T19:13:12.0213876Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-03-17T19:13:12.0214305Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-03-17T19:13:12.0217466Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-03-17T19:13:12.0218121Z + BUILD_DIR=build 2022-03-17T19:13:12.0218602Z + BUILD_RENAMED_DIR=build_renamed 2022-03-17T19:13:12.0219063Z + BUILD_BIN_DIR=build/bin 2022-03-17T19:13:12.0219597Z + [[ -n default ]] 2022-03-17T19:13:12.0220301Z + BUILD_ENVIRONMENT=linux-xenial-cuda11.3-py3.7-gcc7-default 2022-03-17T19:13:12.0221468Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default != *bazel* ]] 2022-03-17T19:13:12.0221873Z ++ realpath build/custom_test_artifacts 2022-03-17T19:13:12.0229922Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-03-17T19:13:12.0238237Z ++ dirname .jenkins/pytorch/test.sh 2022-03-17T19:13:12.0241640Z + source .jenkins/pytorch/common.sh 2022-03-17T19:13:12.0246086Z +++ dirname .jenkins/pytorch/common.sh 2022-03-17T19:13:12.0256287Z ++ source .jenkins/pytorch/common_utils.sh 2022-03-17T19:13:12.0260343Z +++ TORCHVISION_COMMIT=8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db 2022-03-17T19:13:12.0260740Z ++ set -ex 2022-03-17T19:13:12.0268409Z ++++ dirname .jenkins/pytorch/common.sh 2022-03-17T19:13:12.0279110Z +++ cd .jenkins/pytorch 2022-03-17T19:13:12.0279389Z +++ pwd -P 2022-03-17T19:13:12.0283654Z ++ SCRIPT_DIR=/var/lib/jenkins/workspace/.jenkins/pytorch 2022-03-17T19:13:12.0284166Z ++ [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *rocm* ]] 2022-03-17T19:13:12.0284510Z ++ echo ENTERED_USER_LAND 2022-03-17T19:13:12.0285037Z ENTERED_USER_LAND 2022-03-17T19:13:12.0285497Z ++ export IN_CI=1 2022-03-17T19:13:12.0285908Z ++ IN_CI=1 2022-03-17T19:13:12.0287501Z ++ declare -f -t trap_add 2022-03-17T19:13:12.0287886Z ++ trap_add cleanup EXIT 2022-03-17T19:13:12.0288127Z ++ trap_add_cmd=cleanup 2022-03-17T19:13:12.0288359Z ++ shift 2022-03-17T19:13:12.0288655Z ++ for trap_add_name in '"$@"' 2022-03-17T19:13:12.0297052Z ++++ trap -p EXIT 2022-03-17T19:13:12.0300761Z +++ eval 'extract_trap_cmd ' 2022-03-17T19:13:12.0301088Z ++++ extract_trap_cmd 2022-03-17T19:13:12.0301381Z ++++ printf '%s\n' '' 2022-03-17T19:13:12.0302084Z +++ printf '%s\n' cleanup 2022-03-17T19:13:12.0304647Z ++ trap -- ' 2022-03-17T19:13:12.0305032Z cleanup' EXIT 2022-03-17T19:13:12.0307782Z ++ [[ linux-xenial-cuda11.3-py3.7-gcc7-default != *win-* ]] 2022-03-17T19:13:12.0308120Z ++ which sccache 2022-03-17T19:13:12.0318685Z ++ sccache --stop-server 2022-03-17T19:13:12.0345785Z ++ true 2022-03-17T19:13:12.0346218Z ++ rm -f /var/lib/jenkins/sccache_error.log 2022-03-17T19:13:12.0355022Z ++ [[ -n '' ]] 2022-03-17T19:13:12.0355600Z ++ [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *rocm* ]] 2022-03-17T19:13:12.0356164Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-03-17T19:13:12.0356486Z ++ SCCACHE_IDLE_TIMEOUT=1200 2022-03-17T19:13:12.0373265Z ++ RUST_LOG=sccache::server=error 2022-03-17T19:13:12.0373647Z ++ sccache --start-server 2022-03-17T19:13:12.0376243Z sccache: Starting the server... 2022-03-17T19:13:12.0588552Z ++ sccache --zero-stats 2022-03-17T19:13:12.0611722Z Compile requests 0 2022-03-17T19:13:12.0612207Z Compile requests executed 0 2022-03-17T19:13:12.0612468Z Cache hits 0 2022-03-17T19:13:12.0612732Z Cache misses 0 2022-03-17T19:13:12.0612977Z Cache timeouts 0 2022-03-17T19:13:12.0613242Z Cache read errors 0 2022-03-17T19:13:12.0614833Z Forced recaches 0 2022-03-17T19:13:12.0615964Z Cache write errors 0 2022-03-17T19:13:12.0616242Z Compilation failures 0 2022-03-17T19:13:12.0616523Z Cache errors 0 2022-03-17T19:13:12.0616913Z Non-cacheable compilations 0 2022-03-17T19:13:12.0617264Z Non-cacheable calls 0 2022-03-17T19:13:12.0617583Z Non-compilation calls 0 2022-03-17T19:13:12.0617878Z Unsupported compiler calls 0 2022-03-17T19:13:12.0618167Z Average cache write 0.000 s 2022-03-17T19:13:12.0618432Z Average cache read miss 0.000 s 2022-03-17T19:13:12.0618716Z Average cache read hit 0.000 s 2022-03-17T19:13:12.0618993Z Failed distributed compilations 0 2022-03-17T19:13:12.0619710Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-03-17T19:13:12.0620373Z ++ [[ linux-xenial-cuda11.3-py3.7-gcc7-test == *-build ]] 2022-03-17T19:13:12.0620669Z ++ which ccache 2022-03-17T19:13:12.0628107Z ++ '[' -z linux-xenial-cuda11.3-py3.7-gcc7 ']' 2022-03-17T19:13:12.0629154Z ++ [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *linux-trusty-py3.6-gcc7* ]] 2022-03-17T19:13:12.0629814Z ++ BUILD_TEST_LIBTORCH=0 2022-03-17T19:13:12.0630308Z ++ [[ default == *xla* ]] 2022-03-17T19:13:12.0631095Z ++ [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *centos* ]] 2022-03-17T19:13:12.0632034Z ++ [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *linux-bionic* ]] 2022-03-17T19:13:12.0632762Z + echo 'Testing pytorch' 2022-03-17T19:13:12.0633235Z Testing pytorch 2022-03-17T19:13:12.0633732Z + export LANG=C.UTF-8 2022-03-17T19:13:12.0634219Z + LANG=C.UTF-8 2022-03-17T19:13:12.0634655Z + PR_NUMBER= 2022-03-17T19:13:12.0635077Z + [[ default == \d\e\f\a\u\l\t ]] 2022-03-17T19:13:12.0635578Z + export CUDA_VISIBLE_DEVICES=0 2022-03-17T19:13:12.0636052Z + CUDA_VISIBLE_DEVICES=0 2022-03-17T19:13:12.0636865Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *-slow-* ]] 2022-03-17T19:13:12.0637458Z + [[ default == \s\l\o\w ]] 2022-03-17T19:13:12.0638321Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *slow-gradcheck* ]] 2022-03-17T19:13:12.0639280Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *cuda* ]] 2022-03-17T19:13:12.0639946Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-03-17T19:13:12.0640618Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-03-17T19:13:12.0642002Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *cuda11* ]] 2022-03-17T19:13:12.0642651Z + export BUILD_SPLIT_CUDA=ON 2022-03-17T19:13:12.0643127Z + BUILD_SPLIT_CUDA=ON 2022-03-17T19:13:12.0643838Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *noarch* ]] 2022-03-17T19:13:12.0644196Z + export PYTORCH_TEST_SKIP_NOARCH=1 2022-03-17T19:13:12.0644461Z + PYTORCH_TEST_SKIP_NOARCH=1 2022-03-17T19:13:12.0644749Z + [[ -n '' ]] 2022-03-17T19:13:12.0645008Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=0 2022-03-17T19:13:12.0645327Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=0 2022-03-17T19:13:12.0645764Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *rocm* ]] 2022-03-17T19:13:12.0646224Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default != *ppc64le* ]] 2022-03-17T19:13:12.0646859Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default != *-bazel-* ]] 2022-03-17T19:13:12.0647240Z + pip_install --user ninja 2022-03-17T19:13:12.0647598Z + pip install --progress-bar off --user ninja 2022-03-17T19:13:12.6417432Z Collecting ninja 2022-03-17T19:13:12.6785413Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-03-17T19:13:12.6882636Z [?25l 2022-03-17T19:13:13.1087749Z [?25hInstalling collected packages: ninja 2022-03-17T19:13:13.1203628Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-03-17T19:13:13.1204269Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-03-17T19:13:13.1260491Z Successfully installed ninja-1.10.2.3 2022-03-17T19:13:13.1788507Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-03-17T19:13:13.1789733Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-03-17T19:13:13.1791247Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *asan* ]] 2022-03-17T19:13:13.1792207Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *-NO_AVX-* ]] 2022-03-17T19:13:13.1792868Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X ]] 2022-03-17T19:13:13.1793692Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *-NO_AVX2-* ]] 2022-03-17T19:13:13.1794373Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-03-17T19:13:13.1795196Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *-NO_AVX512-* ]] 2022-03-17T19:13:13.1795895Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\5\1\2 ]] 2022-03-17T19:13:13.1800309Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *tbb* ]] 2022-03-17T19:13:13.1815811Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *libtorch* ]] 2022-03-17T19:13:13.1816328Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *-bazel-* ]] 2022-03-17T19:13:13.1819657Z + cd test 2022-03-17T19:13:13.1820351Z + python -c 'import torch; print(torch.__config__.show())' 2022-03-17T19:13:15.7520556Z PyTorch built with: 2022-03-17T19:13:15.7521600Z - GCC 7.5 2022-03-17T19:13:15.7522223Z - C++ Version: 201402 2022-03-17T19:13:15.7523053Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-03-17T19:13:15.7523596Z - Intel(R) MKL-DNN v2.5.2 (Git Hash a9302535553c73243c632ad3c4c80beec3d19a1e) 2022-03-17T19:13:15.7523986Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-03-17T19:13:15.7524335Z - LAPACK is enabled (usually provided by MKL) 2022-03-17T19:13:15.7524660Z - NNPACK is enabled 2022-03-17T19:13:15.7524952Z - CPU capability usage: AVX2 2022-03-17T19:13:15.7525282Z - CUDA Runtime 11.3 2022-03-17T19:13:15.7525710Z - NVCC architecture flags: -gencode;arch=compute_52,code=sm_52 2022-03-17T19:13:15.7526032Z - CuDNN 8.2 2022-03-17T19:13:15.7526296Z - Magma 2.5.2 2022-03-17T19:13:15.7529477Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CUDA_VERSION=11.3, CUDNN_VERSION=8.2.0, CXX_COMPILER=/opt/cache/bin/c++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-sign-compare -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-unused-local-typedefs -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Werror -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, FORCE_FALLBACK_CUDA_MPI=1, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.12.0, USE_CUDA=ON, USE_CUDNN=ON, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=OFF, USE_MPI=ON, USE_NCCL=ON, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2022-03-17T19:13:15.7531611Z 2022-03-17T19:13:16.0814476Z + cd test 2022-03-17T19:13:16.0815089Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-03-17T19:13:16.7658303Z ATen/Parallel: 2022-03-17T19:13:16.7658837Z at::get_num_threads() : 8 2022-03-17T19:13:16.7659220Z at::get_num_interop_threads() : 8 2022-03-17T19:13:16.7659491Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-03-17T19:13:16.7659761Z omp_get_max_threads() : 8 2022-03-17T19:13:16.7660370Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-03-17T19:13:16.7661032Z mkl_get_max_threads() : 8 2022-03-17T19:13:16.7661460Z Intel(R) MKL-DNN v2.5.2 (Git Hash a9302535553c73243c632ad3c4c80beec3d19a1e) 2022-03-17T19:13:16.7661801Z std::thread::hardware_concurrency() : 16 2022-03-17T19:13:16.7662081Z Environment variables: 2022-03-17T19:13:16.7662325Z OMP_NUM_THREADS : [not set] 2022-03-17T19:13:16.7662582Z MKL_NUM_THREADS : [not set] 2022-03-17T19:13:16.7662827Z ATen parallel backend: OpenMP 2022-03-17T19:13:16.7662999Z 2022-03-17T19:13:16.8475602Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *deploy* ]] 2022-03-17T19:13:16.8476762Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *backward* ]] 2022-03-17T19:13:16.8477200Z + [[ default == *xla* ]] 2022-03-17T19:13:16.8477638Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *jit_legacy-test ]] 2022-03-17T19:13:16.8478121Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-test == *jit_legacy-test ]] 2022-03-17T19:13:16.8478489Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-03-17T19:13:16.8478912Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *libtorch* ]] 2022-03-17T19:13:16.8479369Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *-test1 ]] 2022-03-17T19:13:16.8479841Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-test == *-test1 ]] 2022-03-17T19:13:16.8480122Z + [[ 2 == 1 ]] 2022-03-17T19:13:16.8480506Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *-test2 ]] 2022-03-17T19:13:16.8480959Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-test == *-test2 ]] 2022-03-17T19:13:16.8481233Z + [[ 2 == 2 ]] 2022-03-17T19:13:16.8481977Z + [[ 2 -gt 1 ]] 2022-03-17T19:13:16.8482201Z + install_torchvision 2022-03-17T19:13:16.8485059Z + pip_install --user git+https://github.com/pytorch/vision.git@8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db 2022-03-17T19:13:16.8485767Z + pip install --progress-bar off --user git+https://github.com/pytorch/vision.git@8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db 2022-03-17T19:13:17.2455602Z Collecting git+https://github.com/pytorch/vision.git@8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db 2022-03-17T19:13:17.2461499Z Cloning https://github.com/pytorch/vision.git (to revision 8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db) to /tmp/pip-req-build-tr4ylsh_ 2022-03-17T19:13:17.2462186Z Running command git clone -q https://github.com/pytorch/vision.git /tmp/pip-req-build-tr4ylsh_ 2022-03-17T19:13:25.6327889Z Running command git rev-parse -q --verify 'sha^8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db' 2022-03-17T19:13:25.6358989Z Running command git fetch -q https://github.com/pytorch/vision.git 8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db 2022-03-17T19:13:25.8243054Z Running command git checkout -q 8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db 2022-03-17T19:13:25.9583022Z Resolved https://github.com/pytorch/vision.git to commit 8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db 2022-03-17T19:13:29.4128981Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchvision==0.9.0a0+8a2dc6f) (1.20.3) 2022-03-17T19:13:29.4136480Z Requirement already satisfied: torch in /opt/conda/lib/python3.7/site-packages (from torchvision==0.9.0a0+8a2dc6f) (1.12.0a0+git4b4f652) 2022-03-17T19:13:29.4147190Z Requirement already satisfied: pillow>=4.1.1 in /opt/conda/lib/python3.7/site-packages (from torchvision==0.9.0a0+8a2dc6f) (9.0.1) 2022-03-17T19:13:29.4184270Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch->torchvision==0.9.0a0+8a2dc6f) (3.10.0.2) 2022-03-17T19:13:29.4215041Z Building wheels for collected packages: torchvision 2022-03-17T19:14:48.5211818Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / done 2022-03-17T19:14:48.5689832Z [?25h Created wheel for torchvision: filename=torchvision-0.9.0a0+8a2dc6f-cp37-cp37m-linux_x86_64.whl size=14559568 sha256=b0e2c704bd636989630003f229624c1bf79af8fd9676ee832ac6dcdc7f7daca9 2022-03-17T19:14:48.5690762Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/26/96/c4/1735c76d8da02cdfd8d202d6c1a3338d784d390e1b48399a0b 2022-03-17T19:14:48.5733598Z Successfully built torchvision 2022-03-17T19:14:49.0036423Z Installing collected packages: torchvision 2022-03-17T19:14:49.5030940Z Successfully installed torchvision-0.9.0a0+8a2dc6f 2022-03-17T19:14:49.6447695Z + test_python_shard 2 2022-03-17T19:14:49.6448124Z + [[ -z 2 ]] 2022-03-17T19:14:49.6448624Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 2 2 --verbose 2022-03-17T19:14:53.9185316Z Ignoring disabled issues: [] 2022-03-17T19:14:53.9391307Z Found stats for current commit: 4b4f652f799c732a7280052e44a803a4cf6084de and job: linux-xenial-cuda11.3-py3.7-gcc7. Proceeding with those values. 2022-03-17T19:14:53.9393532Z Selected tests: 2022-03-17T19:14:53.9393788Z test_unary_ufuncs 2022-03-17T19:14:53.9394241Z test_quantization 2022-03-17T19:14:53.9397967Z test_jit_fuser_te 2022-03-17T19:14:53.9398253Z test_binary_ufuncs 2022-03-17T19:14:53.9398698Z test_foreach 2022-03-17T19:14:53.9399077Z test_linalg 2022-03-17T19:14:53.9399327Z test_nn 2022-03-17T19:14:53.9399522Z test_modules 2022-03-17T19:14:53.9399734Z test_fx 2022-03-17T19:14:53.9399926Z test_torch 2022-03-17T19:14:53.9400164Z test_dataloader 2022-03-17T19:14:53.9400417Z test_multiprocessing 2022-03-17T19:14:53.9409558Z test_cuda 2022-03-17T19:14:53.9410301Z test_sparse 2022-03-17T19:14:53.9410858Z test_tensorboard 2022-03-17T19:14:53.9411295Z test_view_ops 2022-03-17T19:14:53.9411675Z test_utils 2022-03-17T19:14:53.9412090Z test_cpp_api_parity 2022-03-17T19:14:53.9412517Z test_mkldnn 2022-03-17T19:14:53.9412919Z test_autograd 2022-03-17T19:14:53.9413304Z test_testing 2022-03-17T19:14:53.9413734Z test_spectral_ops 2022-03-17T19:14:53.9414117Z test_ao_sparsity 2022-03-17T19:14:53.9414460Z test_openmp 2022-03-17T19:14:53.9414822Z test_profiler 2022-03-17T19:14:53.9415168Z test_import_stats 2022-03-17T19:14:53.9415603Z benchmark_utils/test_benchmark_utils 2022-03-17T19:14:53.9416021Z test_logging 2022-03-17T19:14:53.9416390Z test_shape_ops 2022-03-17T19:14:53.9416759Z test_futures 2022-03-17T19:14:53.9417119Z test_model_dump 2022-03-17T19:14:53.9417496Z test_jit_disabled 2022-03-17T19:14:53.9417852Z test_monitor 2022-03-17T19:14:53.9418207Z test_autocast 2022-03-17T19:14:53.9418568Z test_mobile_optimizer 2022-03-17T19:14:53.9418964Z test_python_dispatch 2022-03-17T19:14:53.9419331Z test_show_pickle 2022-03-17T19:14:53.9419720Z test_per_overload_api 2022-03-17T19:14:53.9420188Z test_pytree 2022-03-17T19:14:53.9420601Z test_deploy 2022-03-17T19:14:53.9421063Z test_scatter_gather_ops 2022-03-17T19:14:53.9421570Z test_cpp_extensions_aot_ninja 2022-03-17T19:14:53.9422006Z test_stateless 2022-03-17T19:14:53.9422379Z test_numpy_interop 2022-03-17T19:14:53.9422787Z test_numba_integration 2022-03-17T19:14:53.9423207Z test_xnnpack_integration 2022-03-17T19:14:53.9423630Z test_complex 2022-03-17T19:14:53.9424008Z test_vulkan 2022-03-17T19:14:53.9424398Z test_cuda_primary_ctx 2022-03-17T19:14:53.9424862Z distributions/test_constraints 2022-03-17T19:14:53.9425302Z test_nestedtensor 2022-03-17T19:14:53.9425703Z test_ops_jit 2022-03-17T19:14:53.9506171Z Prioritized test from test file changes. 2022-03-17T19:14:53.9506720Z reordering tests for PR: 2022-03-17T19:14:53.9506997Z prioritized: [] 2022-03-17T19:14:53.9509133Z the rest: ['test_unary_ufuncs', 'test_quantization', 'test_jit_fuser_te', 'test_binary_ufuncs', 'test_foreach', 'test_linalg', 'test_nn', 'test_modules', 'test_fx', 'test_torch', 'test_dataloader', 'test_multiprocessing', 'test_cuda', 'test_sparse', 'test_tensorboard', 'test_view_ops', 'test_utils', 'test_cpp_api_parity', 'test_mkldnn', 'test_autograd', 'test_testing', 'test_spectral_ops', 'test_ao_sparsity', 'test_openmp', 'test_profiler', 'test_import_stats', 'benchmark_utils/test_benchmark_utils', 'test_logging', 'test_shape_ops', 'test_futures', 'test_model_dump', 'test_jit_disabled', 'test_monitor', 'test_autocast', 'test_mobile_optimizer', 'test_python_dispatch', 'test_show_pickle', 'test_per_overload_api', 'test_pytree', 'test_deploy', 'test_scatter_gather_ops', 'test_cpp_extensions_aot_ninja', 'test_stateless', 'test_numpy_interop', 'test_numba_integration', 'test_xnnpack_integration', 'test_complex', 'test_vulkan', 'test_cuda_primary_ctx', 'distributions/test_constraints', 'test_nestedtensor', 'test_ops_jit'] 2022-03-17T19:14:53.9510777Z 2022-03-17T19:14:54.1639409Z Running test_unary_ufuncs ... [2022-03-17 19:14:54.163534] 2022-03-17T19:14:54.1640280Z Executing ['/opt/conda/bin/python', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 19:14:54.163613] 2022-03-17T19:14:57.0252135Z Test results will be stored in test-reports/python-unittest/test_unary_ufuncs 2022-03-17T19:14:57.1990658Z 2022-03-17T19:14:57.1991115Z Running tests... 2022-03-17T19:14:57.1991697Z ---------------------------------------------------------------------- 2022-03-17T19:14:57.2070096Z test_abs_angle_complex_to_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... test_unary_ufuncs.py:693: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:239.) 2022-03-17T19:14:57.2070841Z float_out = torch.empty_like(t).float() 2022-03-17T19:14:57.2076978Z test_unary_ufuncs.py:700: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [60]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T19:14:57.2077780Z torch_fn(t, out=float_out) 2022-03-17T19:14:57.2166489Z ok (0.017s) 2022-03-17T19:14:57.2297651Z test_abs_angle_complex_to_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T19:14:57.2317187Z test_abs_big_number_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:14:57.2355303Z test_abs_signed_zero_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:14:57.2392767Z test_abs_signed_zero_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:14:57.2411521Z test_abs_zero_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:14:57.2430685Z test_abs_zero_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:14:57.2626983Z test_batch_vs_slicing_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-03-17T19:14:57.2975971Z test_batch_vs_slicing_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-03-17T19:14:57.3162122Z test_batch_vs_slicing_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-03-17T19:14:57.3346217Z test_batch_vs_slicing_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T19:14:57.3515901Z test_batch_vs_slicing_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T19:14:57.3683124Z test_batch_vs_slicing_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T19:14:57.3840995Z test_batch_vs_slicing_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:14:57.4203415Z test_batch_vs_slicing_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T19:14:57.4357613Z test_batch_vs_slicing_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:57.4517008Z test_batch_vs_slicing_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:14:57.4683840Z test_batch_vs_slicing_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T19:14:57.4858020Z test_batch_vs_slicing_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T19:14:57.5013888Z test_batch_vs_slicing_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:57.5347234Z test_batch_vs_slicing_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T19:14:57.5502903Z test_batch_vs_slicing_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:57.5659066Z test_batch_vs_slicing_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:14:57.5824185Z test_batch_vs_slicing_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:14:57.5986315Z test_batch_vs_slicing_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:14:57.6327101Z test_batch_vs_slicing_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-03-17T19:14:57.7263294Z test_batch_vs_slicing_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-03-17T19:14:57.7427481Z test_batch_vs_slicing_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:14:57.7588092Z test_batch_vs_slicing_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:14:57.7741658Z test_batch_vs_slicing_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:57.7996033Z test_batch_vs_slicing_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-03-17T19:14:57.8148137Z test_batch_vs_slicing_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:57.8297067Z test_batch_vs_slicing_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:57.8448888Z test_batch_vs_slicing_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:57.8598435Z test_batch_vs_slicing_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:57.8746502Z test_batch_vs_slicing_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:57.9021538Z test_batch_vs_slicing_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-03-17T19:14:57.9170896Z test_batch_vs_slicing_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:57.9318149Z test_batch_vs_slicing_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:57.9484526Z test_batch_vs_slicing_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T19:14:57.9650515Z test_batch_vs_slicing_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:14:57.9800851Z test_batch_vs_slicing_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:57.9962928Z test_batch_vs_slicing_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:14:58.0110987Z test_batch_vs_slicing_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:58.0258219Z test_batch_vs_slicing_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:58.0405074Z test_batch_vs_slicing_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:58.0552588Z test_batch_vs_slicing_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:58.0707715Z test_batch_vs_slicing_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:58.0875829Z test_batch_vs_slicing_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T19:14:58.1028963Z test_batch_vs_slicing_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:58.1179616Z test_batch_vs_slicing_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:58.1331749Z test_batch_vs_slicing_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:58.1485106Z test_batch_vs_slicing_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:58.1624910Z test_batch_vs_slicing_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:14:58.1768213Z test_batch_vs_slicing_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:14:58.1918276Z test_batch_vs_slicing_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:58.2066971Z test_batch_vs_slicing_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:58.2210109Z test_batch_vs_slicing_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:14:58.2381696Z test_batch_vs_slicing_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T19:14:58.2550898Z test_batch_vs_slicing_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T19:14:58.2719559Z test_batch_vs_slicing_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T19:14:58.2873215Z test_batch_vs_slicing_clamp_scalar_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:58.3032335Z test_batch_vs_slicing_clamp_scalar_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:14:58.3085338Z test_batch_vs_slicing_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:14:58.3258055Z test_batch_vs_slicing_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T19:14:58.3312043Z test_batch_vs_slicing_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:14:58.3364503Z test_batch_vs_slicing_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:14:58.3406358Z test_batch_vs_slicing_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:14:58.3449175Z test_batch_vs_slicing_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:14:58.3502887Z test_batch_vs_slicing_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:14:58.3687167Z test_batch_vs_slicing_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T19:14:58.3740113Z test_batch_vs_slicing_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:14:58.3793579Z test_batch_vs_slicing_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:14:58.3836534Z test_batch_vs_slicing_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:14:58.3880374Z test_batch_vs_slicing_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:14:58.4024406Z test_batch_vs_slicing_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:14:58.4181817Z test_batch_vs_slicing_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:14:58.4326714Z test_batch_vs_slicing_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:14:58.4471496Z test_batch_vs_slicing_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:14:58.4618532Z test_batch_vs_slicing_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:58.4764856Z test_batch_vs_slicing_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:58.4914112Z test_batch_vs_slicing_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:58.5070778Z test_batch_vs_slicing_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:14:58.5214497Z test_batch_vs_slicing_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:14:58.5365300Z test_batch_vs_slicing_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:58.5512854Z test_batch_vs_slicing_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:58.5659669Z test_batch_vs_slicing_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:14:58.5856877Z test_batch_vs_slicing_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T19:14:58.6055210Z test_batch_vs_slicing_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T19:14:58.6252454Z test_batch_vs_slicing_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T19:14:58.6450125Z test_batch_vs_slicing_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T19:14:58.6646706Z test_batch_vs_slicing_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T19:14:59.0911268Z test_batch_vs_slicing_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:791: UserWarning: Specified kernel cache directory could not be created! This disables kernel caching. Specified directory is /var/lib/jenkins/.cache/torch/kernels. This warning will appear only once per process. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/jit_utils.cpp:860.) 2022-03-17T19:14:59.0912143Z return self.op(*args, **kwargs) 2022-03-17T19:14:59.1131569Z ok (0.448s) 2022-03-17T19:14:59.5407373Z test_batch_vs_slicing_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.427s) 2022-03-17T19:15:00.1460669Z test_batch_vs_slicing_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.605s) 2022-03-17T19:15:00.1605999Z test_batch_vs_slicing_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:00.1751460Z test_batch_vs_slicing_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:00.1898748Z test_batch_vs_slicing_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:00.2042300Z test_batch_vs_slicing_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:00.2190694Z test_batch_vs_slicing_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:00.2339603Z test_batch_vs_slicing_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:00.4873772Z test_batch_vs_slicing_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.253s) 2022-03-17T19:15:00.7192707Z test_batch_vs_slicing_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.232s) 2022-03-17T19:15:00.9470787Z test_batch_vs_slicing_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.228s) 2022-03-17T19:15:01.3994044Z test_batch_vs_slicing_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.452s) 2022-03-17T19:15:01.4135976Z test_batch_vs_slicing_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:01.6480405Z test_batch_vs_slicing_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.234s) 2022-03-17T19:15:01.8838675Z test_batch_vs_slicing_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.236s) 2022-03-17T19:15:02.3595405Z test_batch_vs_slicing_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.476s) 2022-03-17T19:15:02.3736784Z test_batch_vs_slicing_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:02.6045621Z test_batch_vs_slicing_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.231s) 2022-03-17T19:15:02.8140591Z test_batch_vs_slicing_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.209s) 2022-03-17T19:15:03.0185504Z test_batch_vs_slicing_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.204s) 2022-03-17T19:15:03.4765086Z test_batch_vs_slicing_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.458s) 2022-03-17T19:15:03.4908816Z test_batch_vs_slicing_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:03.5054692Z test_batch_vs_slicing_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:03.9986835Z test_batch_vs_slicing_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.493s) 2022-03-17T19:15:04.0128640Z test_batch_vs_slicing_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:04.0269144Z test_batch_vs_slicing_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:04.0414198Z test_batch_vs_slicing_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:04.0557952Z test_batch_vs_slicing_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:04.0702789Z test_batch_vs_slicing_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:04.0848142Z test_batch_vs_slicing_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:04.0993487Z test_batch_vs_slicing_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:04.1138282Z test_batch_vs_slicing_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:04.1285818Z test_batch_vs_slicing_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:04.1426996Z test_batch_vs_slicing_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:04.1567626Z test_batch_vs_slicing_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:04.1746803Z test_batch_vs_slicing_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T19:15:04.1889197Z test_batch_vs_slicing_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:04.2031586Z test_batch_vs_slicing_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:04.2173142Z test_batch_vs_slicing_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:04.2181280Z test_batch_vs_slicing_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:15:04.2190180Z test_batch_vs_slicing_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:15:04.5518745Z test_batch_vs_slicing_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.333s) 2022-03-17T19:15:04.8640762Z test_batch_vs_slicing_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.312s) 2022-03-17T19:15:05.1723980Z test_batch_vs_slicing_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.308s) 2022-03-17T19:15:05.6804884Z test_batch_vs_slicing_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.508s) 2022-03-17T19:15:05.6950734Z test_batch_vs_slicing_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:05.7058958Z test_batch_vs_slicing_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T19:15:05.7499754Z test_batch_vs_slicing_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:15:05.8200323Z test_batch_vs_slicing_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-03-17T19:15:05.8641881Z test_batch_vs_slicing_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:15:05.9077027Z test_batch_vs_slicing_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-03-17T19:15:05.9221493Z test_batch_vs_slicing_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:05.9366048Z test_batch_vs_slicing_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:05.9636847Z test_batch_vs_slicing_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-03-17T19:15:06.0239790Z test_batch_vs_slicing_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-03-17T19:15:06.0510059Z test_batch_vs_slicing_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-03-17T19:15:06.0775727Z test_batch_vs_slicing_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-03-17T19:15:06.0920277Z test_batch_vs_slicing_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:06.1064357Z test_batch_vs_slicing_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:06.1203273Z test_batch_vs_slicing_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:06.1339260Z test_batch_vs_slicing_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:06.1477021Z test_batch_vs_slicing_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:06.1615496Z test_batch_vs_slicing_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:06.1749924Z test_batch_vs_slicing_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T19:15:06.1886438Z test_batch_vs_slicing_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:06.2027495Z test_batch_vs_slicing_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:06.2166299Z test_batch_vs_slicing_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:06.2306765Z test_batch_vs_slicing_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:06.2449585Z test_batch_vs_slicing_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:06.2594670Z test_batch_vs_slicing_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:06.2727461Z test_batch_vs_slicing_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T19:15:06.2858030Z test_batch_vs_slicing_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T19:15:06.2988327Z test_batch_vs_slicing_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T19:15:06.3124787Z test_batch_vs_slicing_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:06.3259768Z test_batch_vs_slicing_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T19:15:06.3408661Z test_batch_vs_slicing_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:06.3664275Z test_batch_vs_slicing_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-03-17T19:15:06.3813844Z test_batch_vs_slicing_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:06.3958727Z test_batch_vs_slicing_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:06.4105478Z test_batch_vs_slicing_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:06.4250260Z test_batch_vs_slicing_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:06.7866171Z test_batch_vs_slicing_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.361s) 2022-03-17T19:15:07.1378815Z test_batch_vs_slicing_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.351s) 2022-03-17T19:15:07.6696137Z test_batch_vs_slicing_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.532s) 2022-03-17T19:15:07.6835854Z test_batch_vs_slicing_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:07.6979524Z test_batch_vs_slicing_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:07.7134675Z test_batch_vs_slicing_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:07.7281279Z test_batch_vs_slicing_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:07.7426708Z test_batch_vs_slicing_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:07.7568374Z test_batch_vs_slicing_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:07.7711793Z test_batch_vs_slicing_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:07.7862192Z test_batch_vs_slicing_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:07.8008279Z test_batch_vs_slicing_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:07.8156155Z test_batch_vs_slicing_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:07.8307939Z test_batch_vs_slicing_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:07.8454985Z test_batch_vs_slicing_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:07.8594394Z test_batch_vs_slicing_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:07.8750952Z test_batch_vs_slicing_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:07.8894908Z test_batch_vs_slicing_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:07.9039294Z test_batch_vs_slicing_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:07.9182444Z test_batch_vs_slicing_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:07.9327501Z test_batch_vs_slicing_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:07.9473317Z test_batch_vs_slicing_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:07.9631222Z test_batch_vs_slicing_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:07.9776543Z test_batch_vs_slicing_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:07.9922973Z test_batch_vs_slicing_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:08.0074278Z test_batch_vs_slicing_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:08.0223520Z test_batch_vs_slicing_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:08.0386693Z test_batch_vs_slicing_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:08.0544804Z test_batch_vs_slicing_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:08.0706207Z test_batch_vs_slicing_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:08.0859692Z test_batch_vs_slicing_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:08.1013944Z test_batch_vs_slicing_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:08.1163247Z test_batch_vs_slicing_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:08.1313836Z test_batch_vs_slicing_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:08.1465267Z test_batch_vs_slicing_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:08.1623099Z test_batch_vs_slicing_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:08.1775017Z test_batch_vs_slicing_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:08.1927167Z test_batch_vs_slicing_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:08.2973786Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-03-17T19:15:08.4026529Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-03-17T19:15:08.5077357Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-03-17T19:15:08.6139642Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.106s) 2022-03-17T19:15:08.7198682Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.106s) 2022-03-17T19:15:08.8249693Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-03-17T19:15:08.9312012Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.106s) 2022-03-17T19:15:09.0368576Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.106s) 2022-03-17T19:15:09.1422623Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-03-17T19:15:09.2470700Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-03-17T19:15:09.3522773Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-03-17T19:15:09.4574307Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-03-17T19:15:09.4742654Z test_batch_vs_slicing_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T19:15:09.4912011Z test_batch_vs_slicing_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T19:15:09.5085040Z test_batch_vs_slicing_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T19:15:09.5264526Z test_batch_vs_slicing_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T19:15:09.5449194Z test_batch_vs_slicing_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T19:15:09.5592639Z test_batch_vs_slicing_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:09.5746891Z test_batch_vs_slicing_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:09.5891575Z test_batch_vs_slicing_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:09.6035126Z test_batch_vs_slicing_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:09.6170482Z test_batch_vs_slicing_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T19:15:09.6311154Z test_batch_vs_slicing_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:09.6492164Z test_batch_vs_slicing_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T19:15:09.6675897Z test_batch_vs_slicing_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T19:15:09.6856062Z test_batch_vs_slicing_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T19:15:09.7037795Z test_batch_vs_slicing_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T19:15:09.7219002Z test_batch_vs_slicing_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T19:15:09.7396210Z test_batch_vs_slicing_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T19:15:09.7559218Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:09.7727158Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T19:15:09.7894106Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T19:15:09.8074678Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T19:15:09.8258023Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T19:15:09.8416338Z test_batch_vs_slicing_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:09.8574659Z test_batch_vs_slicing_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:09.8732123Z test_batch_vs_slicing_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:09.9891057Z test_batch_vs_slicing_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.116s) 2022-03-17T19:15:10.1049042Z test_batch_vs_slicing_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.116s) 2022-03-17T19:15:10.2216499Z test_batch_vs_slicing_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.117s) 2022-03-17T19:15:10.2379801Z test_batch_vs_slicing_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:10.2540819Z test_batch_vs_slicing_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:10.2708912Z test_batch_vs_slicing_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T19:15:10.2869051Z test_batch_vs_slicing_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:10.3029465Z test_batch_vs_slicing_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:10.3191099Z test_batch_vs_slicing_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:10.3688648Z test_batch_vs_slicing_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-03-17T19:15:10.4385708Z test_batch_vs_slicing_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-03-17T19:15:10.4896777Z test_batch_vs_slicing_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-03-17T19:15:10.5401263Z test_batch_vs_slicing_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-03-17T19:15:10.5899310Z test_batch_vs_slicing_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-03-17T19:15:10.6399549Z test_batch_vs_slicing_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-03-17T19:15:10.6677593Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T19:15:10.6970894Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-03-17T19:15:10.7247078Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T19:15:10.7522980Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-03-17T19:15:10.7801948Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T19:15:10.8082085Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T19:15:10.8294013Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T19:15:10.8505300Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T19:15:10.8660504Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:10.8814029Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:11.3118598Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.430s) 2022-03-17T19:15:11.7307256Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.419s) 2022-03-17T19:15:12.3155386Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.585s) 2022-03-17T19:15:12.3310208Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:24.6657117Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (12.334s) 2022-03-17T19:15:36.8993788Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (12.233s) 2022-03-17T19:15:42.2231948Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (5.324s) 2022-03-17T19:15:42.3133803Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-03-17T19:15:42.4175806Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.104s) 2022-03-17T19:15:42.5113775Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.094s) 2022-03-17T19:15:42.5864141Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-03-17T19:15:42.6558919Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-03-17T19:15:42.7471665Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2022-03-17T19:15:42.8312507Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-03-17T19:15:42.8976740Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-03-17T19:15:42.9622614Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-03-17T19:15:42.9674758Z test_batch_vs_slicing_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:15:42.9737767Z test_batch_vs_slicing_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:15:42.9789429Z test_batch_vs_slicing_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:15:42.9841560Z test_batch_vs_slicing_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:15:42.9883591Z test_batch_vs_slicing_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:15:42.9926475Z test_batch_vs_slicing_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:15:43.0122902Z test_batch_vs_slicing_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T19:15:43.0320202Z test_batch_vs_slicing_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T19:15:43.0520436Z test_batch_vs_slicing_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T19:15:43.0718845Z test_batch_vs_slicing_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T19:15:43.0916800Z test_batch_vs_slicing_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T19:15:43.0968286Z test_batch_vs_slicing_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:15:43.1075633Z test_batch_vs_slicing_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T19:15:43.1127359Z test_batch_vs_slicing_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:15:43.1179084Z test_batch_vs_slicing_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:15:43.1220874Z test_batch_vs_slicing_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:15:43.1263366Z test_batch_vs_slicing_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:15:43.1407290Z test_batch_vs_slicing_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:43.1561340Z test_batch_vs_slicing_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:43.1703905Z test_batch_vs_slicing_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:43.1843828Z test_batch_vs_slicing_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:43.1989927Z test_batch_vs_slicing_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:43.2135932Z test_batch_vs_slicing_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:43.2277242Z test_batch_vs_slicing_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:43.2419088Z test_batch_vs_slicing_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:43.2561174Z test_batch_vs_slicing_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:43.2713199Z test_batch_vs_slicing_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:43.2862919Z test_batch_vs_slicing_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:43.3012704Z test_batch_vs_slicing_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:43.3168432Z test_batch_vs_slicing_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:43.3324625Z test_batch_vs_slicing_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:43.3484475Z test_batch_vs_slicing_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:43.3641573Z test_batch_vs_slicing_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:43.3797999Z test_batch_vs_slicing_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:43.3959771Z test_batch_vs_slicing_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:43.4101237Z test_batch_vs_slicing_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:44.2856591Z test_batch_vs_slicing_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.875s) 2022-03-17T19:15:44.2999881Z test_batch_vs_slicing_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:44.3139238Z test_batch_vs_slicing_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:44.3281040Z test_batch_vs_slicing_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:44.3425853Z test_batch_vs_slicing_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:44.3566335Z test_batch_vs_slicing_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:44.3723616Z test_batch_vs_slicing_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:44.3865012Z test_batch_vs_slicing_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:44.4008168Z test_batch_vs_slicing_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:44.4141326Z test_batch_vs_slicing_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T19:15:44.4274519Z test_batch_vs_slicing_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T19:15:44.4419688Z test_batch_vs_slicing_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:45.2002905Z test_batch_vs_slicing_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.758s) 2022-03-17T19:15:45.2148776Z test_batch_vs_slicing_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:45.2295574Z test_batch_vs_slicing_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:45.2439060Z test_batch_vs_slicing_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:45.2581172Z test_batch_vs_slicing_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:45.2723262Z test_batch_vs_slicing_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:45.2865574Z test_batch_vs_slicing_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:45.3007257Z test_batch_vs_slicing_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:45.3137789Z test_batch_vs_slicing_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T19:15:45.3273258Z test_batch_vs_slicing_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T19:15:45.3407089Z test_batch_vs_slicing_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T19:15:45.3546629Z test_batch_vs_slicing_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:45.3677220Z test_batch_vs_slicing_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T19:15:45.3804958Z test_batch_vs_slicing_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T19:15:45.3935681Z test_batch_vs_slicing_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T19:15:45.4078652Z test_batch_vs_slicing_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:45.4235135Z test_batch_vs_slicing_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:45.4378264Z test_batch_vs_slicing_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:45.4520694Z test_batch_vs_slicing_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:45.4665394Z test_batch_vs_slicing_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:45.4808135Z test_batch_vs_slicing_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:45.8380198Z test_batch_vs_slicing_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.357s) 2022-03-17T19:15:46.7855921Z test_batch_vs_slicing_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.947s) 2022-03-17T19:15:47.1218900Z test_batch_vs_slicing_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.336s) 2022-03-17T19:15:47.4562155Z test_batch_vs_slicing_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.334s) 2022-03-17T19:15:47.9787850Z test_batch_vs_slicing_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.522s) 2022-03-17T19:15:47.9933630Z test_batch_vs_slicing_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:48.0077015Z test_batch_vs_slicing_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:48.0231206Z test_batch_vs_slicing_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:48.0378130Z test_batch_vs_slicing_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:48.0524424Z test_batch_vs_slicing_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:48.0670438Z test_batch_vs_slicing_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:48.0816530Z test_batch_vs_slicing_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:48.3346271Z test_batch_vs_slicing_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.253s) 2022-03-17T19:15:48.5713987Z test_batch_vs_slicing_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.237s) 2022-03-17T19:15:48.8063591Z test_batch_vs_slicing_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.235s) 2022-03-17T19:15:49.2696762Z test_batch_vs_slicing_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.463s) 2022-03-17T19:15:49.2843156Z test_batch_vs_slicing_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:51.7045838Z test_batch_vs_slicing_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (2.420s) 2022-03-17T19:15:53.2757300Z test_batch_vs_slicing_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.571s) 2022-03-17T19:15:53.3188741Z test_batch_vs_slicing_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-03-17T19:15:53.6456191Z test_batch_vs_slicing_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.327s) 2022-03-17T19:15:53.9539070Z test_batch_vs_slicing_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.308s) 2022-03-17T19:15:54.2605831Z test_batch_vs_slicing_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.307s) 2022-03-17T19:15:54.7501710Z test_batch_vs_slicing_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.489s) 2022-03-17T19:15:54.7641831Z test_batch_vs_slicing_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:55.0686269Z test_batch_vs_slicing_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.304s) 2022-03-17T19:15:55.5785217Z test_batch_vs_slicing_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.510s) 2022-03-17T19:15:55.5928081Z test_batch_vs_slicing_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:55.8599546Z test_batch_vs_slicing_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.267s) 2022-03-17T19:15:56.3546820Z test_batch_vs_slicing_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.495s) 2022-03-17T19:15:56.3688217Z test_batch_vs_slicing_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:56.4129340Z test_batch_vs_slicing_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:15:56.4566517Z test_batch_vs_slicing_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:15:56.5013043Z test_batch_vs_slicing_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-03-17T19:15:56.5458722Z test_batch_vs_slicing_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:15:56.5899954Z test_batch_vs_slicing_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:15:56.9280441Z test_batch_vs_slicing_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.338s) 2022-03-17T19:15:57.4642751Z test_batch_vs_slicing_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.536s) 2022-03-17T19:15:57.4780401Z test_batch_vs_slicing_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:57.4992202Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T19:15:57.5203105Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T19:15:57.5358020Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:57.5509919Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:57.5648795Z test_batch_vs_slicing_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:58.1635227Z test_batch_vs_slicing_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.598s) 2022-03-17T19:15:58.1775868Z test_batch_vs_slicing_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:58.1915133Z test_batch_vs_slicing_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:58.2056835Z test_batch_vs_slicing_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:58.2197463Z test_batch_vs_slicing_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:58.2351537Z test_batch_vs_slicing_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:58.2520445Z test_batch_vs_slicing_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T19:15:58.2674053Z test_batch_vs_slicing_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:58.2828634Z test_batch_vs_slicing_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:58.2971645Z test_batch_vs_slicing_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:58.3114657Z test_batch_vs_slicing_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:58.3251830Z test_batch_vs_slicing_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:58.3406462Z test_batch_vs_slicing_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:58.3552213Z test_batch_vs_slicing_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:58.3691931Z test_batch_vs_slicing_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:58.3831653Z test_batch_vs_slicing_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:58.3971947Z test_batch_vs_slicing_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:58.4118341Z test_batch_vs_slicing_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:58.4277774Z test_batch_vs_slicing_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:15:58.4421707Z test_batch_vs_slicing_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:58.4568707Z test_batch_vs_slicing_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:58.4720980Z test_batch_vs_slicing_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:58.4868842Z test_batch_vs_slicing_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T19:15:58.5012552Z test_batch_vs_slicing_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:58.5153916Z test_batch_vs_slicing_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:58.5296353Z test_batch_vs_slicing_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T19:15:59.0973916Z test_complex_edge_values_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.568s) 2022-03-17T19:15:59.1002071Z test_contig_size1_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.1031454Z test_contig_size1_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.1057492Z test_contig_size1_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.1083111Z test_contig_size1_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.1106328Z test_contig_size1_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.1130735Z test_contig_size1_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.1159163Z test_contig_size1_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.1186538Z test_contig_size1_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.1212513Z test_contig_size1_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.1238058Z test_contig_size1_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.1263582Z test_contig_size1_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.1289368Z test_contig_size1_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.1319045Z test_contig_size1_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.1346466Z test_contig_size1_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.1373167Z test_contig_size1_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.1398814Z test_contig_size1_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.1423922Z test_contig_size1_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.1449343Z test_contig_size1_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.1477318Z test_contig_size1_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.1504332Z test_contig_size1_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.1533912Z test_contig_size1_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.1558844Z test_contig_size1_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.1584894Z test_contig_size1_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.1612776Z test_contig_size1_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.1638510Z test_contig_size1_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.1664901Z test_contig_size1_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.1690104Z test_contig_size1_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.1715547Z test_contig_size1_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.1746200Z test_contig_size1_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.1773693Z test_contig_size1_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.1799659Z test_contig_size1_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.1825548Z test_contig_size1_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.1851114Z test_contig_size1_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.1875917Z test_contig_size1_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.1902191Z test_contig_size1_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.1929905Z test_contig_size1_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.1960527Z test_contig_size1_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.1986585Z test_contig_size1_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.2012002Z test_contig_size1_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.2036950Z test_contig_size1_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.2062964Z test_contig_size1_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.2090396Z test_contig_size1_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.2116112Z test_contig_size1_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.2142636Z test_contig_size1_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.2173145Z test_contig_size1_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.2197940Z test_contig_size1_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.2221281Z test_contig_size1_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.2244743Z test_contig_size1_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.2270646Z test_contig_size1_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.2296653Z test_contig_size1_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.2322592Z test_contig_size1_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.2348965Z test_contig_size1_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.2380324Z test_contig_size1_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.2406401Z test_contig_size1_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.2429379Z test_contig_size1_clamp_scalar_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.2452906Z test_contig_size1_clamp_scalar_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.2478413Z test_contig_size1_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.2506190Z test_contig_size1_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.2531961Z test_contig_size1_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.2557792Z test_contig_size1_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.2585446Z test_contig_size1_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.2608881Z test_contig_size1_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.2634606Z test_contig_size1_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.2662551Z test_contig_size1_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.2688476Z test_contig_size1_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.2714006Z test_contig_size1_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.2736825Z test_contig_size1_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.2760107Z test_contig_size1_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.2791621Z test_contig_size1_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.2819450Z test_contig_size1_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.2845368Z test_contig_size1_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.2871339Z test_contig_size1_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.2896574Z test_contig_size1_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.2921466Z test_contig_size1_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.2947753Z test_contig_size1_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.2975585Z test_contig_size1_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.3008210Z test_contig_size1_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.3033998Z test_contig_size1_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.3059397Z test_contig_size1_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.3084740Z test_contig_size1_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.3110957Z test_contig_size1_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.3137050Z test_contig_size1_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.3163683Z test_contig_size1_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.3189041Z test_contig_size1_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.3219779Z test_contig_size1_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.3246215Z test_contig_size1_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.3271849Z test_contig_size1_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.3297083Z test_contig_size1_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.3321813Z test_contig_size1_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.3348065Z test_contig_size1_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.3374374Z test_contig_size1_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.3400316Z test_contig_size1_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.3430935Z test_contig_size1_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.3456003Z test_contig_size1_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.3481791Z test_contig_size1_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.3507812Z test_contig_size1_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.3533608Z test_contig_size1_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.3558310Z test_contig_size1_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.3583928Z test_contig_size1_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.3615815Z test_contig_size1_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.3641474Z test_contig_size1_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.3666805Z test_contig_size1_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.3691738Z test_contig_size1_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.3717354Z test_contig_size1_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.3743523Z test_contig_size1_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.3769684Z test_contig_size1_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.3794393Z test_contig_size1_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.3825234Z test_contig_size1_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.3851577Z test_contig_size1_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.3878702Z test_contig_size1_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.3904852Z test_contig_size1_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.3930739Z test_contig_size1_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.3956280Z test_contig_size1_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.3981352Z test_contig_size1_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.4007715Z test_contig_size1_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.4038753Z test_contig_size1_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.4064952Z test_contig_size1_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.4090487Z test_contig_size1_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.4115056Z test_contig_size1_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.4141140Z test_contig_size1_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.4167213Z test_contig_size1_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.4193587Z test_contig_size1_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.4219465Z test_contig_size1_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.4251106Z test_contig_size1_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.4276803Z test_contig_size1_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.4305617Z test_contig_size1_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.4333650Z test_contig_size1_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.4359338Z test_contig_size1_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.4385483Z test_contig_size1_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.4411745Z test_contig_size1_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.4436503Z test_contig_size1_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.4467446Z test_contig_size1_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.4494398Z test_contig_size1_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.4519042Z test_contig_size1_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.4546004Z test_contig_size1_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.4570813Z test_contig_size1_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.4595407Z test_contig_size1_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.4619074Z test_contig_size1_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.4642704Z test_contig_size1_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.4672936Z test_contig_size1_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.4699833Z test_contig_size1_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.4724500Z test_contig_size1_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.4748806Z test_contig_size1_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.4772255Z test_contig_size1_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.4795624Z test_contig_size1_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.4820206Z test_contig_size1_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.4845910Z test_contig_size1_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.4876078Z test_contig_size1_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.4900109Z test_contig_size1_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.4923224Z test_contig_size1_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.4946245Z test_contig_size1_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.4970929Z test_contig_size1_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.4994995Z test_contig_size1_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.5019283Z test_contig_size1_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.5042260Z test_contig_size1_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.5071487Z test_contig_size1_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.5096359Z test_contig_size1_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.5120044Z test_contig_size1_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.5144549Z test_contig_size1_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.5168089Z test_contig_size1_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.5191274Z test_contig_size1_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.5216156Z test_contig_size1_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.5241703Z test_contig_size1_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.5272058Z test_contig_size1_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.5296092Z test_contig_size1_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.5319068Z test_contig_size1_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.5342439Z test_contig_size1_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.5371244Z test_contig_size1_large_dim_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.5401059Z test_contig_size1_large_dim_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.5429558Z test_contig_size1_large_dim_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.5458602Z test_contig_size1_large_dim_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.5491295Z test_contig_size1_large_dim_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.5516983Z test_contig_size1_large_dim_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.5545039Z test_contig_size1_large_dim_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.5574910Z test_contig_size1_large_dim_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.5603043Z test_contig_size1_large_dim_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.5631463Z test_contig_size1_large_dim_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.5658673Z test_contig_size1_large_dim_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.5685912Z test_contig_size1_large_dim_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.5719382Z test_contig_size1_large_dim_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.5749927Z test_contig_size1_large_dim_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.5778208Z test_contig_size1_large_dim_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.5806356Z test_contig_size1_large_dim_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.5833417Z test_contig_size1_large_dim_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.5860693Z test_contig_size1_large_dim_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.5890608Z test_contig_size1_large_dim_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.5918589Z test_contig_size1_large_dim_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.5951819Z test_contig_size1_large_dim_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.5979516Z test_contig_size1_large_dim_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6007852Z test_contig_size1_large_dim_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6037878Z test_contig_size1_large_dim_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6066198Z test_contig_size1_large_dim_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6094438Z test_contig_size1_large_dim_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6121682Z test_contig_size1_large_dim_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6149066Z test_contig_size1_large_dim_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6183227Z test_contig_size1_large_dim_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6213646Z test_contig_size1_large_dim_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6241412Z test_contig_size1_large_dim_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6269824Z test_contig_size1_large_dim_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6297222Z test_contig_size1_large_dim_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6324545Z test_contig_size1_large_dim_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6352595Z test_contig_size1_large_dim_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6382777Z test_contig_size1_large_dim_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6417053Z test_contig_size1_large_dim_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6445268Z test_contig_size1_large_dim_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6472264Z test_contig_size1_large_dim_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6499490Z test_contig_size1_large_dim_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6528269Z test_contig_size1_large_dim_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6557897Z test_contig_size1_large_dim_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6586454Z test_contig_size1_large_dim_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6614952Z test_contig_size1_large_dim_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6647700Z test_contig_size1_large_dim_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6674979Z test_contig_size1_large_dim_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6700253Z test_contig_size1_large_dim_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.6725667Z test_contig_size1_large_dim_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.6753740Z test_contig_size1_large_dim_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6781906Z test_contig_size1_large_dim_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6810409Z test_contig_size1_large_dim_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6838676Z test_contig_size1_large_dim_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6873154Z test_contig_size1_large_dim_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6901826Z test_contig_size1_large_dim_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.6927263Z test_contig_size1_large_dim_clamp_scalar_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.6952946Z test_contig_size1_large_dim_clamp_scalar_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.6981375Z test_contig_size1_large_dim_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7011747Z test_contig_size1_large_dim_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7039437Z test_contig_size1_large_dim_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7067547Z test_contig_size1_large_dim_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7098045Z test_contig_size1_large_dim_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7123031Z test_contig_size1_large_dim_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.7151105Z test_contig_size1_large_dim_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7180964Z test_contig_size1_large_dim_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7209087Z test_contig_size1_large_dim_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7236723Z test_contig_size1_large_dim_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7261503Z test_contig_size1_large_dim_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.7287155Z test_contig_size1_large_dim_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.7321087Z test_contig_size1_large_dim_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7351360Z test_contig_size1_large_dim_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7379530Z test_contig_size1_large_dim_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7408412Z test_contig_size1_large_dim_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7435356Z test_contig_size1_large_dim_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7462595Z test_contig_size1_large_dim_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7491140Z test_contig_size1_large_dim_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7521028Z test_contig_size1_large_dim_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7555089Z test_contig_size1_large_dim_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7583767Z test_contig_size1_large_dim_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7611761Z test_contig_size1_large_dim_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7638644Z test_contig_size1_large_dim_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7667259Z test_contig_size1_large_dim_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7696052Z test_contig_size1_large_dim_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7724555Z test_contig_size1_large_dim_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7752099Z test_contig_size1_large_dim_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7785672Z test_contig_size1_large_dim_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7814261Z test_contig_size1_large_dim_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7842222Z test_contig_size1_large_dim_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7869991Z test_contig_size1_large_dim_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7897393Z test_contig_size1_large_dim_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7925722Z test_contig_size1_large_dim_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7954199Z test_contig_size1_large_dim_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.7983024Z test_contig_size1_large_dim_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8016439Z test_contig_size1_large_dim_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8043529Z test_contig_size1_large_dim_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8072399Z test_contig_size1_large_dim_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8102668Z test_contig_size1_large_dim_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8133115Z test_contig_size1_large_dim_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8162179Z test_contig_size1_large_dim_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8189330Z test_contig_size1_large_dim_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8217767Z test_contig_size1_large_dim_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8253691Z test_contig_size1_large_dim_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8280839Z test_contig_size1_large_dim_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8308435Z test_contig_size1_large_dim_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8336672Z test_contig_size1_large_dim_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8365033Z test_contig_size1_large_dim_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8393009Z test_contig_size1_large_dim_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8420475Z test_contig_size1_large_dim_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8448006Z test_contig_size1_large_dim_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8481760Z test_contig_size1_large_dim_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8511750Z test_contig_size1_large_dim_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8540359Z test_contig_size1_large_dim_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8569144Z test_contig_size1_large_dim_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8595853Z test_contig_size1_large_dim_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8623548Z test_contig_size1_large_dim_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8651846Z test_contig_size1_large_dim_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8680563Z test_contig_size1_large_dim_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8714634Z test_contig_size1_large_dim_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8742235Z test_contig_size1_large_dim_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8770155Z test_contig_size1_large_dim_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8798187Z test_contig_size1_large_dim_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8826897Z test_contig_size1_large_dim_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8855310Z test_contig_size1_large_dim_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8883301Z test_contig_size1_large_dim_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8911433Z test_contig_size1_large_dim_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8945510Z test_contig_size1_large_dim_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.8976037Z test_contig_size1_large_dim_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9006798Z test_contig_size1_large_dim_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9034824Z test_contig_size1_large_dim_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9063411Z test_contig_size1_large_dim_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9092601Z test_contig_size1_large_dim_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9119124Z test_contig_size1_large_dim_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9146622Z test_contig_size1_large_dim_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9182354Z test_contig_size1_large_dim_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9210186Z test_contig_size1_large_dim_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9239144Z test_contig_size1_large_dim_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9266610Z test_contig_size1_large_dim_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9293853Z test_contig_size1_large_dim_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9318924Z test_contig_size1_large_dim_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.9344665Z test_contig_size1_large_dim_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.9372191Z test_contig_size1_large_dim_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9406608Z test_contig_size1_large_dim_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9433508Z test_contig_size1_large_dim_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9460537Z test_contig_size1_large_dim_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9486147Z test_contig_size1_large_dim_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.9511670Z test_contig_size1_large_dim_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.9537819Z test_contig_size1_large_dim_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9565906Z test_contig_size1_large_dim_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9592278Z test_contig_size1_large_dim_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9624616Z test_contig_size1_large_dim_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9650701Z test_contig_size1_large_dim_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9675931Z test_contig_size1_large_dim_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.9702573Z test_contig_size1_large_dim_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9729310Z test_contig_size1_large_dim_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9755295Z test_contig_size1_large_dim_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9780747Z test_contig_size1_large_dim_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.9806452Z test_contig_size1_large_dim_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.9838523Z test_contig_size1_large_dim_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9865001Z test_contig_size1_large_dim_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9891492Z test_contig_size1_large_dim_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9916693Z test_contig_size1_large_dim_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.9942083Z test_contig_size1_large_dim_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:15:59.9969215Z test_contig_size1_large_dim_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:15:59.9996931Z test_contig_size1_large_dim_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0023427Z test_contig_size1_large_dim_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0056191Z test_contig_size1_large_dim_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0081709Z test_contig_size1_large_dim_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.0107158Z test_contig_size1_large_dim_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.0136078Z test_contig_size1_large_dim_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0163904Z test_contig_size1_large_dim_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0190971Z test_contig_size1_large_dim_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0218529Z test_contig_size1_large_dim_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0247736Z test_contig_size1_large_dim_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0283065Z test_contig_size1_large_dim_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0311338Z test_contig_size1_large_dim_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0339885Z test_contig_size1_large_dim_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0367358Z test_contig_size1_large_dim_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0394393Z test_contig_size1_large_dim_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0422867Z test_contig_size1_large_dim_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0451467Z test_contig_size1_large_dim_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0479782Z test_contig_size1_large_dim_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0513227Z test_contig_size1_large_dim_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0541035Z test_contig_size1_large_dim_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0570552Z test_contig_size1_large_dim_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0599878Z test_contig_size1_large_dim_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0628132Z test_contig_size1_large_dim_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0656843Z test_contig_size1_large_dim_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0683971Z test_contig_size1_large_dim_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0711157Z test_contig_size1_large_dim_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0745103Z test_contig_size1_large_dim_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0775373Z test_contig_size1_large_dim_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0803419Z test_contig_size1_large_dim_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0831795Z test_contig_size1_large_dim_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0859469Z test_contig_size1_large_dim_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0887036Z test_contig_size1_large_dim_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0914834Z test_contig_size1_large_dim_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0943300Z test_contig_size1_large_dim_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.0979050Z test_contig_size1_large_dim_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1005524Z test_contig_size1_large_dim_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1031160Z test_contig_size1_large_dim_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.1056766Z test_contig_size1_large_dim_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.1085335Z test_contig_size1_large_dim_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1113465Z test_contig_size1_large_dim_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1141856Z test_contig_size1_large_dim_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1169965Z test_contig_size1_large_dim_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1202486Z test_contig_size1_large_dim_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1233662Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1264871Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1294837Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1325021Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1355500Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1386297Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1416953Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1452698Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1483241Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1514322Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1544069Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1573912Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1602478Z test_contig_size1_large_dim_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1630972Z test_contig_size1_large_dim_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1659593Z test_contig_size1_large_dim_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1690513Z test_contig_size1_large_dim_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1716150Z test_contig_size1_large_dim_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.1744392Z test_contig_size1_large_dim_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1774592Z test_contig_size1_large_dim_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1802806Z test_contig_size1_large_dim_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1831089Z test_contig_size1_large_dim_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1856295Z test_contig_size1_large_dim_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.1887529Z test_contig_size1_large_dim_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1916241Z test_contig_size1_large_dim_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1944653Z test_contig_size1_large_dim_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.1973613Z test_contig_size1_large_dim_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2002343Z test_contig_size1_large_dim_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2030982Z test_contig_size1_large_dim_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2059665Z test_contig_size1_large_dim_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2088380Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2122466Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2150943Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2179589Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2208579Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2236807Z test_contig_size1_large_dim_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2265118Z test_contig_size1_large_dim_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2293735Z test_contig_size1_large_dim_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2324771Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2361117Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:16:00.2392350Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2421163Z test_contig_size1_large_dim_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2450050Z test_contig_size1_large_dim_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2478162Z test_contig_size1_large_dim_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2507036Z test_contig_size1_large_dim_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2535709Z test_contig_size1_large_dim_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2564210Z test_contig_size1_large_dim_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2599039Z test_contig_size1_large_dim_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2630690Z test_contig_size1_large_dim_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2659924Z test_contig_size1_large_dim_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2689412Z test_contig_size1_large_dim_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2717416Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2746243Z test_contig_size1_large_dim_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2774940Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2805452Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2839817Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2868680Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2896811Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2924990Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2953158Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.2981728Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3009361Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3036620Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3071191Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3099790Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3127261Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3155165Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3183312Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3212178Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3239150Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3266729Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3301136Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3330157Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3357297Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3384751Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3413271Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3441731Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3468994Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3496638Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3530899Z test_contig_size1_large_dim_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3560208Z test_contig_size1_large_dim_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3588264Z test_contig_size1_large_dim_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3616384Z test_contig_size1_large_dim_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3640689Z test_contig_size1_large_dim_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.3666070Z test_contig_size1_large_dim_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.3694993Z test_contig_size1_large_dim_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3725768Z test_contig_size1_large_dim_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3761199Z test_contig_size1_large_dim_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3788353Z test_contig_size1_large_dim_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3815959Z test_contig_size1_large_dim_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3843750Z test_contig_size1_large_dim_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3873151Z test_contig_size1_large_dim_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3901130Z test_contig_size1_large_dim_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3929400Z test_contig_size1_large_dim_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.3953809Z test_contig_size1_large_dim_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.3984695Z test_contig_size1_large_dim_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4013128Z test_contig_size1_large_dim_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4042941Z test_contig_size1_large_dim_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4070943Z test_contig_size1_large_dim_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4099284Z test_contig_size1_large_dim_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4126688Z test_contig_size1_large_dim_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4154070Z test_contig_size1_large_dim_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4182009Z test_contig_size1_large_dim_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4216699Z test_contig_size1_large_dim_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4245046Z test_contig_size1_large_dim_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4272967Z test_contig_size1_large_dim_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4301312Z test_contig_size1_large_dim_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4330292Z test_contig_size1_large_dim_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4358492Z test_contig_size1_large_dim_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4386827Z test_contig_size1_large_dim_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4415057Z test_contig_size1_large_dim_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4449283Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4477399Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4505981Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4534024Z test_contig_size1_large_dim_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4563635Z test_contig_size1_large_dim_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4591966Z test_contig_size1_large_dim_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4620271Z test_contig_size1_large_dim_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4647440Z test_contig_size1_large_dim_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4680372Z test_contig_size1_large_dim_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4709033Z test_contig_size1_large_dim_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4738968Z test_contig_size1_large_dim_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4767367Z test_contig_size1_large_dim_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4795368Z test_contig_size1_large_dim_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4820269Z test_contig_size1_large_dim_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.4845692Z test_contig_size1_large_dim_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.4873932Z test_contig_size1_large_dim_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4910311Z test_contig_size1_large_dim_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4938972Z test_contig_size1_large_dim_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4969375Z test_contig_size1_large_dim_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.4998333Z test_contig_size1_large_dim_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5027484Z test_contig_size1_large_dim_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5057748Z test_contig_size1_large_dim_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5088401Z test_contig_size1_large_dim_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5118397Z test_contig_size1_large_dim_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5149175Z test_contig_size1_large_dim_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5175030Z test_contig_size1_large_dim_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.5200919Z test_contig_size1_large_dim_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5227395Z test_contig_size1_large_dim_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5254111Z test_contig_size1_large_dim_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5278958Z test_contig_size1_large_dim_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.5304305Z test_contig_size1_large_dim_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.5333140Z test_contig_size1_large_dim_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5369155Z test_contig_size1_large_dim_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:16:00.5397138Z test_contig_size1_large_dim_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5425397Z test_contig_size1_large_dim_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5453104Z test_contig_size1_large_dim_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5479788Z test_contig_size1_large_dim_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5508467Z test_contig_size1_large_dim_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5538376Z test_contig_size1_large_dim_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5566941Z test_contig_size1_large_dim_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5600983Z test_contig_size1_large_dim_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5630457Z test_contig_size1_large_dim_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5659462Z test_contig_size1_large_dim_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5688524Z test_contig_size1_large_dim_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5718058Z test_contig_size1_large_dim_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5746490Z test_contig_size1_large_dim_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5775111Z test_contig_size1_large_dim_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5802617Z test_contig_size1_large_dim_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5835778Z test_contig_size1_large_dim_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5864192Z test_contig_size1_large_dim_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5892440Z test_contig_size1_large_dim_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5920610Z test_contig_size1_large_dim_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5947989Z test_contig_size1_large_dim_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.5975250Z test_contig_size1_large_dim_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6003586Z test_contig_size1_large_dim_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6030883Z test_contig_size1_large_dim_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6064266Z test_contig_size1_large_dim_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6093159Z test_contig_size1_large_dim_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6121319Z test_contig_size1_large_dim_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6149721Z test_contig_size1_large_dim_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6176950Z test_contig_size1_large_dim_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6204202Z test_contig_size1_large_dim_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6232378Z test_contig_size1_large_dim_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6259459Z test_contig_size1_large_dim_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6292886Z test_contig_size1_large_dim_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6321020Z test_contig_size1_large_dim_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6348327Z test_contig_size1_large_dim_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6376071Z test_contig_size1_large_dim_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6404930Z test_contig_size1_large_dim_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6433952Z test_contig_size1_large_dim_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6463311Z test_contig_size1_large_dim_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6491700Z test_contig_size1_large_dim_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6527132Z test_contig_size1_large_dim_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6555112Z test_contig_size1_large_dim_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6582332Z test_contig_size1_large_dim_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6609653Z test_contig_size1_large_dim_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6637778Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6666607Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6694168Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6721029Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6754921Z test_contig_size1_large_dim_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6784972Z test_contig_size1_large_dim_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6813284Z test_contig_size1_large_dim_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6841026Z test_contig_size1_large_dim_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6868313Z test_contig_size1_large_dim_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6895713Z test_contig_size1_large_dim_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6923801Z test_contig_size1_large_dim_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6954025Z test_contig_size1_large_dim_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.6988146Z test_contig_size1_large_dim_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.7016896Z test_contig_size1_large_dim_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.7041513Z test_contig_size1_large_dim_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.7066937Z test_contig_size1_large_dim_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.7095303Z test_contig_size1_large_dim_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.7125296Z test_contig_size1_large_dim_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.7153372Z test_contig_size1_large_dim_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.7181397Z test_contig_size1_large_dim_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.7214749Z test_contig_size1_large_dim_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.7241816Z test_contig_size1_large_dim_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.7270529Z test_contig_size1_large_dim_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.7300213Z test_contig_size1_large_dim_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.7328677Z test_contig_size1_large_dim_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.7356985Z test_contig_size1_large_dim_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.7384169Z test_contig_size1_large_dim_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.7411770Z test_contig_size1_large_dim_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.7446079Z test_contig_size1_large_dim_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.7474157Z test_contig_size1_large_dim_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.7502363Z test_contig_size1_large_dim_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.7528565Z test_contig_size1_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.7554236Z test_contig_size1_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.7579415Z test_contig_size1_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.7604422Z test_contig_size1_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.7630204Z test_contig_size1_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.7663320Z test_contig_size1_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.7689493Z test_contig_size1_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.7715348Z test_contig_size1_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.7740137Z test_contig_size1_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.7765318Z test_contig_size1_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.7791049Z test_contig_size1_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.7817128Z test_contig_size1_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.7842900Z test_contig_size1_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.7874056Z test_contig_size1_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.7898864Z test_contig_size1_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.7924851Z test_contig_size1_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.7952098Z test_contig_size1_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.7978049Z test_contig_size1_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.8003665Z test_contig_size1_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.8028780Z test_contig_size1_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.8053989Z test_contig_size1_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.8085659Z test_contig_size1_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.8112856Z test_contig_size1_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.8138992Z test_contig_size1_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.8165104Z test_contig_size1_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.8189850Z test_contig_size1_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.8214979Z test_contig_size1_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.8240879Z test_contig_size1_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.8266382Z test_contig_size1_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.8297879Z test_contig_size1_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.8322003Z test_contig_size1_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.8345325Z test_contig_size1_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.8368849Z test_contig_size1_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.8394432Z test_contig_size1_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.8420487Z test_contig_size1_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.8446702Z test_contig_size1_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.8471666Z test_contig_size1_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.8502567Z test_contig_size1_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.8531002Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.8558942Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.8586154Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.8613425Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.8641173Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.8669405Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.8697078Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.8730348Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.8758174Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.8786282Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.8813759Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.8840923Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.8867387Z test_contig_size1_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.8893518Z test_contig_size1_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.8919562Z test_contig_size1_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.8948641Z test_contig_size1_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.8972038Z test_contig_size1_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.8997854Z test_contig_size1_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.9025227Z test_contig_size1_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9051583Z test_contig_size1_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9077096Z test_contig_size1_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.9100253Z test_contig_size1_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.9123742Z test_contig_size1_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.9157279Z test_contig_size1_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9183237Z test_contig_size1_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9209392Z test_contig_size1_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9235531Z test_contig_size1_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.9261549Z test_contig_size1_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.9287681Z test_contig_size1_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9313457Z test_contig_size1_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.9339494Z test_contig_size1_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9371196Z test_contig_size1_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9397235Z test_contig_size1_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.9423442Z test_contig_size1_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9449519Z test_contig_size1_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9475648Z test_contig_size1_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.9501160Z test_contig_size1_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.9530025Z test_contig_size1_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9558247Z test_contig_size1_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9592964Z test_contig_size1_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9618810Z test_contig_size1_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9644864Z test_contig_size1_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9670780Z test_contig_size1_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.9696805Z test_contig_size1_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9722600Z test_contig_size1_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.9749195Z test_contig_size1_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9775708Z test_contig_size1_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9810175Z test_contig_size1_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9836691Z test_contig_size1_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9863476Z test_contig_size1_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9889717Z test_contig_size1_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9915521Z test_contig_size1_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:00.9941647Z test_contig_size1_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9969772Z test_contig_size1_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:00.9995672Z test_contig_size1_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0027946Z test_contig_size1_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.0053624Z test_contig_size1_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0078585Z test_contig_size1_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0104755Z test_contig_size1_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.0130921Z test_contig_size1_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.0155475Z test_contig_size1_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0180705Z test_contig_size1_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0206910Z test_contig_size1_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.0238068Z test_contig_size1_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.0263579Z test_contig_size1_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0288566Z test_contig_size1_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0314170Z test_contig_size1_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0340024Z test_contig_size1_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0365489Z test_contig_size1_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0390208Z test_contig_size1_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0421873Z test_contig_size1_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.0448123Z test_contig_size1_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.0472906Z test_contig_size1_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0497951Z test_contig_size1_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0523606Z test_contig_size1_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0549726Z test_contig_size1_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0575134Z test_contig_size1_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0599848Z test_contig_size1_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0631277Z test_contig_size1_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.0658647Z test_contig_size1_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.0683899Z test_contig_size1_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0709581Z test_contig_size1_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0732399Z test_contig_size1_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0755107Z test_contig_size1_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0781414Z test_contig_size1_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.0807663Z test_contig_size1_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.0839394Z test_contig_size1_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.0864663Z test_contig_size1_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0889896Z test_contig_size1_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0915284Z test_contig_size1_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0942320Z test_contig_size1_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.0968203Z test_contig_size1_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.0993927Z test_contig_size1_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.1016789Z test_contig_size1_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.1045572Z test_contig_size1_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.1071338Z test_contig_size1_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.1098945Z test_contig_size1_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.1124724Z test_contig_size1_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.1150620Z test_contig_size1_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.1175911Z test_contig_size1_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.1200554Z test_contig_size1_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.1226649Z test_contig_size1_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.1258564Z test_contig_size1_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.1284450Z test_contig_size1_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.1310194Z test_contig_size1_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.1336482Z test_contig_size1_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.1362047Z test_contig_size1_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.1387973Z test_contig_size1_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.1414148Z test_contig_size1_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.1440065Z test_contig_size1_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.1472241Z test_contig_size1_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.1498004Z test_contig_size1_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.1523707Z test_contig_size1_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.1549505Z test_contig_size1_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.1577254Z test_contig_size1_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.1602726Z test_contig_size1_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.1628885Z test_contig_size1_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.1654851Z test_contig_size1_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.1687444Z test_contig_size1_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.1713206Z test_contig_size1_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.1740465Z test_contig_size1_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.1766549Z test_contig_size1_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.1792211Z test_contig_size1_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.1815292Z test_contig_size1_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.1838306Z test_contig_size1_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.1864418Z test_contig_size1_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.1897624Z test_contig_size1_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.1923218Z test_contig_size1_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.1948993Z test_contig_size1_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.1974193Z test_contig_size1_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.1998763Z test_contig_size1_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2024994Z test_contig_size1_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.2050951Z test_contig_size1_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.2076968Z test_contig_size1_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2105557Z test_contig_size1_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.2128971Z test_contig_size1_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2152925Z test_contig_size1_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2177078Z test_contig_size1_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2200859Z test_contig_size1_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2224213Z test_contig_size1_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2247911Z test_contig_size1_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2273519Z test_contig_size1_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2306773Z test_contig_size1_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.2332754Z test_contig_size1_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2358618Z test_contig_size1_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2383802Z test_contig_size1_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2408704Z test_contig_size1_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2434400Z test_contig_size1_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2461775Z test_contig_size1_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.2487715Z test_contig_size1_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.2519954Z test_contig_size1_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.2546496Z test_contig_size1_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.2572509Z test_contig_size1_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2598193Z test_contig_size1_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2625496Z test_contig_size1_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.2651857Z test_contig_size1_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.2677195Z test_contig_size1_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2702700Z test_contig_size1_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2733180Z test_contig_size1_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.2759036Z test_contig_size1_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2784990Z test_contig_size1_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.2811292Z test_contig_size1_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2835788Z test_contig_size1_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2860668Z test_contig_size1_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2886740Z test_contig_size1_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2911765Z test_contig_size1_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.2942548Z test_contig_size1_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.2969032Z test_contig_size1_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.2994499Z test_contig_size1_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3020415Z test_contig_size1_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3045522Z test_contig_size1_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3070220Z test_contig_size1_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3096415Z test_contig_size1_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.3121271Z test_contig_size1_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3151987Z test_contig_size1_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.3177930Z test_contig_size1_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3202578Z test_contig_size1_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3227484Z test_contig_size1_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3254413Z test_contig_size1_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.3280639Z test_contig_size1_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.3307451Z test_contig_size1_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.3333294Z test_contig_size1_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3364878Z test_contig_size1_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.3390733Z test_contig_size1_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3415610Z test_contig_size1_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3440243Z test_contig_size1_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3466152Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3492200Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3517143Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3542189Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3574094Z test_contig_size1_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.3601094Z test_contig_size1_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.3627125Z test_contig_size1_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.3653198Z test_contig_size1_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3677870Z test_contig_size1_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3702872Z test_contig_size1_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3729082Z test_contig_size1_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.3756332Z test_contig_size1_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.3788128Z test_contig_size1_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.3814237Z test_contig_size1_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3836879Z test_contig_size1_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3860579Z test_contig_size1_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3886508Z test_contig_size1_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3913607Z test_contig_size1_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.3939532Z test_contig_size1_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.3965831Z test_contig_size1_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.3996848Z test_contig_size1_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.4022063Z test_contig_size1_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4048056Z test_contig_size1_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.4075250Z test_contig_size1_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.4101228Z test_contig_size1_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4127183Z test_contig_size1_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.4152044Z test_contig_size1_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4177148Z test_contig_size1_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4210951Z test_contig_size1_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.4236416Z test_contig_size1_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4262606Z test_contig_size1_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4286852Z test_contig_vs_every_other_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4312690Z test_contig_vs_every_other_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4336936Z test_contig_vs_every_other_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4361045Z test_contig_vs_every_other_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4382590Z test_contig_vs_every_other_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4410112Z test_contig_vs_every_other_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.4433955Z test_contig_vs_every_other_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4459923Z test_contig_vs_every_other_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4484300Z test_contig_vs_every_other_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4508450Z test_contig_vs_every_other_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4531829Z test_contig_vs_every_other_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4555225Z test_contig_vs_every_other_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4579426Z test_contig_vs_every_other_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4611127Z test_contig_vs_every_other_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.4635229Z test_contig_vs_every_other_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4659553Z test_contig_vs_every_other_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4682825Z test_contig_vs_every_other_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4706237Z test_contig_vs_every_other_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4732096Z test_contig_vs_every_other_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4756362Z test_contig_vs_every_other_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4779744Z test_contig_vs_every_other_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4809221Z test_contig_vs_every_other_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.4833515Z test_contig_vs_every_other_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4859727Z test_contig_vs_every_other_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.4884498Z test_contig_vs_every_other_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4908370Z test_contig_vs_every_other_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4931930Z test_contig_vs_every_other_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4955103Z test_contig_vs_every_other_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.4979437Z test_contig_vs_every_other_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5011489Z test_contig_vs_every_other_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.5035414Z test_contig_vs_every_other_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5059940Z test_contig_vs_every_other_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5083054Z test_contig_vs_every_other_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5106508Z test_contig_vs_every_other_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5130981Z test_contig_vs_every_other_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5156825Z test_contig_vs_every_other_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5181128Z test_contig_vs_every_other_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5211285Z test_contig_vs_every_other_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.5234462Z test_contig_vs_every_other_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5258056Z test_contig_vs_every_other_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5282142Z test_contig_vs_every_other_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5308077Z test_contig_vs_every_other_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5332349Z test_contig_vs_every_other_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5356383Z test_contig_vs_every_other_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5379971Z test_contig_vs_every_other_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5409422Z test_contig_vs_every_other_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.5430789Z test_contig_vs_every_other_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5452539Z test_contig_vs_every_other_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5476528Z test_contig_vs_every_other_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5500907Z test_contig_vs_every_other_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5525248Z test_contig_vs_every_other_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5549490Z test_contig_vs_every_other_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5574037Z test_contig_vs_every_other_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5604451Z test_contig_vs_every_other_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.5626013Z test_contig_vs_every_other_clamp_scalar_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5648017Z test_contig_vs_every_other_clamp_scalar_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5671803Z test_contig_vs_every_other_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5697976Z test_contig_vs_every_other_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.5721831Z test_contig_vs_every_other_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5745685Z test_contig_vs_every_other_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5766861Z test_contig_vs_every_other_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5793938Z test_contig_vs_every_other_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.5818089Z test_contig_vs_every_other_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5843871Z test_contig_vs_every_other_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5867763Z test_contig_vs_every_other_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5891781Z test_contig_vs_every_other_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5912490Z test_contig_vs_every_other_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5933816Z test_contig_vs_every_other_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5958211Z test_contig_vs_every_other_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.5989989Z test_contig_vs_every_other_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.6014525Z test_contig_vs_every_other_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.6038418Z test_contig_vs_every_other_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.6062219Z test_contig_vs_every_other_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.6085632Z test_contig_vs_every_other_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.6109881Z test_contig_vs_every_other_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.6135783Z test_contig_vs_every_other_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.6160089Z test_contig_vs_every_other_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.6190438Z test_contig_vs_every_other_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:01.6214410Z test_contig_vs_every_other_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.6237453Z test_contig_vs_every_other_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.6262010Z test_contig_vs_every_other_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.6286809Z test_contig_vs_every_other_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.6311212Z test_contig_vs_every_other_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.6334920Z test_contig_vs_every_other_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:01.6358480Z test_contig_vs_every_other_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:03.0200201Z test_contig_vs_every_other_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.384s) 2022-03-17T19:16:04.3956269Z test_contig_vs_every_other_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.375s) 2022-03-17T19:16:40.1105835Z test_contig_vs_every_other_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (35.715s) 2022-03-17T19:16:40.1130540Z test_contig_vs_every_other_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:40.1155985Z test_contig_vs_every_other_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:40.1180706Z test_contig_vs_every_other_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:40.1205887Z test_contig_vs_every_other_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:40.1229675Z test_contig_vs_every_other_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:16:40.1261716Z test_contig_vs_every_other_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:16:41.3161693Z test_contig_vs_every_other_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.190s) 2022-03-17T19:16:42.4897417Z test_contig_vs_every_other_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.173s) 2022-03-17T19:16:43.6551542Z test_contig_vs_every_other_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.165s) 2022-03-17T19:17:19.0287731Z test_contig_vs_every_other_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (35.373s) 2022-03-17T19:17:19.0312452Z test_contig_vs_every_other_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:17:20.2270795Z test_contig_vs_every_other_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.196s) 2022-03-17T19:17:21.4146779Z test_contig_vs_every_other_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.187s) 2022-03-17T19:17:56.7693173Z test_contig_vs_every_other_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (35.354s) 2022-03-17T19:17:56.7717958Z test_contig_vs_every_other_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:17:57.9333693Z test_contig_vs_every_other_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.161s) 2022-03-17T19:17:59.0856548Z test_contig_vs_every_other_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.152s) 2022-03-17T19:18:00.2141012Z test_contig_vs_every_other_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.128s) 2022-03-17T19:18:35.4518863Z test_contig_vs_every_other_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (35.238s) 2022-03-17T19:18:35.4544479Z test_contig_vs_every_other_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:18:35.4569773Z test_contig_vs_every_other_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:18:36.8779881Z test_contig_vs_every_other_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.421s) 2022-03-17T19:18:36.8806589Z test_contig_vs_every_other_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:18:36.8831416Z test_contig_vs_every_other_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:18:36.8855529Z test_contig_vs_every_other_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:18:36.8879540Z test_contig_vs_every_other_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:18:36.8904998Z test_contig_vs_every_other_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:18:36.8930094Z test_contig_vs_every_other_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:18:36.8954791Z test_contig_vs_every_other_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:18:36.8984287Z test_contig_vs_every_other_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:18:36.9008188Z test_contig_vs_every_other_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:18:36.9032807Z test_contig_vs_every_other_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:18:36.9057295Z test_contig_vs_every_other_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:18:36.9082276Z test_contig_vs_every_other_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:18:36.9107022Z test_contig_vs_every_other_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:18:36.9131716Z test_contig_vs_every_other_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:18:36.9157361Z test_contig_vs_every_other_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:18:36.9165779Z test_contig_vs_every_other_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:18:36.9175137Z test_contig_vs_every_other_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:18:38.1769936Z test_contig_vs_every_other_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.259s) 2022-03-17T19:18:39.4218243Z test_contig_vs_every_other_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.245s) 2022-03-17T19:18:40.6729317Z test_contig_vs_every_other_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.251s) 2022-03-17T19:19:16.4393371Z test_contig_vs_every_other_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (35.766s) 2022-03-17T19:19:16.4418266Z test_contig_vs_every_other_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:16.4444776Z test_contig_vs_every_other_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:16.4468722Z test_contig_vs_every_other_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.4494856Z test_contig_vs_every_other_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:16.4525187Z test_contig_vs_every_other_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:16.4548385Z test_contig_vs_every_other_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.4570413Z test_contig_vs_every_other_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.4592138Z test_contig_vs_every_other_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.4615374Z test_contig_vs_every_other_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.4640081Z test_contig_vs_every_other_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.4663835Z test_contig_vs_every_other_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.4692855Z test_contig_vs_every_other_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:16.4714121Z test_contig_vs_every_other_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.4736093Z test_contig_vs_every_other_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.4758987Z test_contig_vs_every_other_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.4782973Z test_contig_vs_every_other_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.4805824Z test_contig_vs_every_other_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.4828487Z test_contig_vs_every_other_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.4850346Z test_contig_vs_every_other_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.4878141Z test_contig_vs_every_other_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:16.4901112Z test_contig_vs_every_other_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.4923639Z test_contig_vs_every_other_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.4946610Z test_contig_vs_every_other_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.4968363Z test_contig_vs_every_other_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.4990387Z test_contig_vs_every_other_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.5013486Z test_contig_vs_every_other_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.5036270Z test_contig_vs_every_other_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.5065402Z test_contig_vs_every_other_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:16.5087286Z test_contig_vs_every_other_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.5108822Z test_contig_vs_every_other_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.5131566Z test_contig_vs_every_other_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.5155821Z test_contig_vs_every_other_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.5178619Z test_contig_vs_every_other_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.5201008Z test_contig_vs_every_other_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.5222984Z test_contig_vs_every_other_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:16.5251231Z test_contig_vs_every_other_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:17.8423801Z test_contig_vs_every_other_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.317s) 2022-03-17T19:19:19.1449312Z test_contig_vs_every_other_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.302s) 2022-03-17T19:19:54.1661900Z test_contig_vs_every_other_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (35.021s) 2022-03-17T19:19:54.1686744Z test_contig_vs_every_other_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.1712030Z test_contig_vs_every_other_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.1738944Z test_contig_vs_every_other_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.1763671Z test_contig_vs_every_other_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.1795306Z test_contig_vs_every_other_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.1818923Z test_contig_vs_every_other_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.1842300Z test_contig_vs_every_other_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.1866902Z test_contig_vs_every_other_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.1891498Z test_contig_vs_every_other_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.1915707Z test_contig_vs_every_other_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.1939438Z test_contig_vs_every_other_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.1962625Z test_contig_vs_every_other_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.1993389Z test_contig_vs_every_other_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.2019446Z test_contig_vs_every_other_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2043504Z test_contig_vs_every_other_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2067979Z test_contig_vs_every_other_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2091700Z test_contig_vs_every_other_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2115054Z test_contig_vs_every_other_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2139659Z test_contig_vs_every_other_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2165775Z test_contig_vs_every_other_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.2197914Z test_contig_vs_every_other_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.2222429Z test_contig_vs_every_other_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2246132Z test_contig_vs_every_other_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2269207Z test_contig_vs_every_other_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2294000Z test_contig_vs_every_other_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2317575Z test_contig_vs_every_other_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2342579Z test_contig_vs_every_other_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2364927Z test_contig_vs_every_other_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2392545Z test_contig_vs_every_other_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.2414395Z test_contig_vs_every_other_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2438880Z test_contig_vs_every_other_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2463266Z test_contig_vs_every_other_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2487975Z test_contig_vs_every_other_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2511411Z test_contig_vs_every_other_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2535075Z test_contig_vs_every_other_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2561755Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.2594672Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.2620532Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2646461Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2672896Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.2699750Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.2725889Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.2751531Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2778557Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.2811105Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.2836592Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2862599Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.2887590Z test_contig_vs_every_other_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2911901Z test_contig_vs_every_other_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2936659Z test_contig_vs_every_other_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2958027Z test_contig_vs_every_other_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.2980021Z test_contig_vs_every_other_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3010695Z test_contig_vs_every_other_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.3036383Z test_contig_vs_every_other_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3060779Z test_contig_vs_every_other_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3085255Z test_contig_vs_every_other_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3106355Z test_contig_vs_every_other_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3128354Z test_contig_vs_every_other_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3152364Z test_contig_vs_every_other_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3177014Z test_contig_vs_every_other_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3207564Z test_contig_vs_every_other_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.3232044Z test_contig_vs_every_other_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3256467Z test_contig_vs_every_other_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3280874Z test_contig_vs_every_other_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3305483Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3330098Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3354295Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3379021Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3409978Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.3434165Z test_contig_vs_every_other_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3458739Z test_contig_vs_every_other_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3483031Z test_contig_vs_every_other_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3510159Z test_contig_vs_every_other_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.3537342Z test_contig_vs_every_other_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.3564290Z test_contig_vs_every_other_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.3588683Z test_contig_vs_every_other_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3619357Z test_contig_vs_every_other_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.3643650Z test_contig_vs_every_other_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3668121Z test_contig_vs_every_other_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3692874Z test_contig_vs_every_other_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3717106Z test_contig_vs_every_other_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3742468Z test_contig_vs_every_other_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3769782Z test_contig_vs_every_other_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.3795157Z test_contig_vs_every_other_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3826235Z test_contig_vs_every_other_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.3850790Z test_contig_vs_every_other_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3875238Z test_contig_vs_every_other_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3900170Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3926562Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.3950997Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3975916Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.3999668Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.4029656Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:19:54.4054128Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.4078305Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.4101961Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:54.4125646Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:19:55.7588704Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.346s) 2022-03-17T19:19:57.1000300Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.341s) 2022-03-17T19:20:32.7057259Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (35.605s) 2022-03-17T19:20:32.7089780Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:20:40.4516185Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (7.742s) 2022-03-17T19:20:48.1919326Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (7.740s) 2022-03-17T19:21:37.6823635Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (49.490s) 2022-03-17T19:21:37.6848279Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:21:37.6873295Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.6898788Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.6922758Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.6953127Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:21:37.6977829Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7002124Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7026604Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7050399Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7074247Z test_contig_vs_every_other_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7100194Z test_contig_vs_every_other_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7124119Z test_contig_vs_every_other_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7156609Z test_contig_vs_every_other_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:21:37.7177130Z test_contig_vs_every_other_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7198455Z test_contig_vs_every_other_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7223204Z test_contig_vs_every_other_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7247832Z test_contig_vs_every_other_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7272000Z test_contig_vs_every_other_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7296059Z test_contig_vs_every_other_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7319443Z test_contig_vs_every_other_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7349460Z test_contig_vs_every_other_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:21:37.7374926Z test_contig_vs_every_other_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7398713Z test_contig_vs_every_other_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7423006Z test_contig_vs_every_other_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7443671Z test_contig_vs_every_other_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7464886Z test_contig_vs_every_other_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7489720Z test_contig_vs_every_other_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7515364Z test_contig_vs_every_other_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7545452Z test_contig_vs_every_other_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:21:37.7570158Z test_contig_vs_every_other_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7593515Z test_contig_vs_every_other_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7617112Z test_contig_vs_every_other_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7641199Z test_contig_vs_every_other_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7665715Z test_contig_vs_every_other_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7690061Z test_contig_vs_every_other_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7714355Z test_contig_vs_every_other_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7744779Z test_contig_vs_every_other_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:21:37.7768967Z test_contig_vs_every_other_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7793328Z test_contig_vs_every_other_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7817977Z test_contig_vs_every_other_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7842131Z test_contig_vs_every_other_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7866704Z test_contig_vs_every_other_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7891405Z test_contig_vs_every_other_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7915630Z test_contig_vs_every_other_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:37.7946251Z test_contig_vs_every_other_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:21:39.5307139Z test_contig_vs_every_other_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.736s) 2022-03-17T19:21:39.5333595Z test_contig_vs_every_other_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:21:39.5358869Z test_contig_vs_every_other_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:39.5383463Z test_contig_vs_every_other_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:39.5408129Z test_contig_vs_every_other_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:39.5433295Z test_contig_vs_every_other_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:39.5460166Z test_contig_vs_every_other_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:21:39.5492423Z test_contig_vs_every_other_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:21:39.5516715Z test_contig_vs_every_other_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:39.5538466Z test_contig_vs_every_other_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:39.5560689Z test_contig_vs_every_other_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:39.5586227Z test_contig_vs_every_other_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:41.1980372Z test_contig_vs_every_other_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.639s) 2022-03-17T19:21:41.2006683Z test_contig_vs_every_other_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:21:41.2031376Z test_contig_vs_every_other_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:41.2062539Z test_contig_vs_every_other_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:21:41.2086154Z test_contig_vs_every_other_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:41.2110652Z test_contig_vs_every_other_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:41.2135165Z test_contig_vs_every_other_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:41.2159361Z test_contig_vs_every_other_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:41.2180826Z test_contig_vs_every_other_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:41.2202560Z test_contig_vs_every_other_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:41.2225434Z test_contig_vs_every_other_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:41.2254196Z test_contig_vs_every_other_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:21:41.2276720Z test_contig_vs_every_other_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:41.2298764Z test_contig_vs_every_other_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:41.2321806Z test_contig_vs_every_other_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:41.2347991Z test_contig_vs_every_other_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:41.2374715Z test_contig_vs_every_other_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:21:41.2398644Z test_contig_vs_every_other_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:41.2423344Z test_contig_vs_every_other_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:41.2453346Z test_contig_vs_every_other_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:21:41.2477190Z test_contig_vs_every_other_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:21:42.5982486Z test_contig_vs_every_other_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.350s) 2022-03-17T19:21:44.3993040Z test_contig_vs_every_other_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.801s) 2022-03-17T19:21:45.6814046Z test_contig_vs_every_other_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.282s) 2022-03-17T19:21:46.9524920Z test_contig_vs_every_other_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.271s) 2022-03-17T19:22:22.7090331Z test_contig_vs_every_other_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (35.756s) 2022-03-17T19:22:22.7114716Z test_contig_vs_every_other_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:22:22.7148727Z test_contig_vs_every_other_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:22:22.7174118Z test_contig_vs_every_other_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:22:22.7198118Z test_contig_vs_every_other_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:22:22.7222702Z test_contig_vs_every_other_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:22:22.7246363Z test_contig_vs_every_other_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:22:22.7269816Z test_contig_vs_every_other_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:22:23.9230239Z test_contig_vs_every_other_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.196s) 2022-03-17T19:22:25.0851050Z test_contig_vs_every_other_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.162s) 2022-03-17T19:22:26.2477825Z test_contig_vs_every_other_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.163s) 2022-03-17T19:23:01.4166741Z test_contig_vs_every_other_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (35.169s) 2022-03-17T19:23:01.4198453Z test_contig_vs_every_other_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:23:03.9151716Z test_contig_vs_every_other_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (2.495s) 2022-03-17T19:23:36.2170081Z test_contig_vs_every_other_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (32.302s) 2022-03-17T19:23:36.2194517Z test_contig_vs_every_other_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:23:37.4773513Z test_contig_vs_every_other_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.258s) 2022-03-17T19:23:38.7118746Z test_contig_vs_every_other_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.234s) 2022-03-17T19:23:39.9505707Z test_contig_vs_every_other_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.239s) 2022-03-17T19:24:15.7012859Z test_contig_vs_every_other_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (35.750s) 2022-03-17T19:24:15.7037419Z test_contig_vs_every_other_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:24:16.9522532Z test_contig_vs_every_other_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.248s) 2022-03-17T19:24:52.7190019Z test_contig_vs_every_other_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (35.767s) 2022-03-17T19:24:52.7215032Z test_contig_vs_every_other_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:24:53.9364573Z test_contig_vs_every_other_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.215s) 2022-03-17T19:25:29.5160557Z test_contig_vs_every_other_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (35.579s) 2022-03-17T19:25:29.5195193Z test_contig_vs_every_other_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:25:29.5220976Z test_contig_vs_every_other_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:25:29.5246181Z test_contig_vs_every_other_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:25:29.5271061Z test_contig_vs_every_other_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:25:29.5295715Z test_contig_vs_every_other_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:25:29.5319641Z test_contig_vs_every_other_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:25:30.8060364Z test_contig_vs_every_other_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.274s) 2022-03-17T19:26:06.2849626Z test_contig_vs_every_other_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (35.479s) 2022-03-17T19:26:06.2882070Z test_contig_vs_every_other_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:06.2906658Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:06.2931755Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:06.2955172Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:06.2978984Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:06.3003458Z test_contig_vs_every_other_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8007188Z test_contig_vs_every_other_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.500s) 2022-03-17T19:26:07.8033663Z test_contig_vs_every_other_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.8066350Z test_contig_vs_every_other_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.8089933Z test_contig_vs_every_other_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8113192Z test_contig_vs_every_other_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8138049Z test_contig_vs_every_other_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8164240Z test_contig_vs_every_other_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8189075Z test_contig_vs_every_other_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8213749Z test_contig_vs_every_other_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8235529Z test_contig_vs_every_other_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8263627Z test_contig_vs_every_other_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.8288413Z test_contig_vs_every_other_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8314432Z test_contig_vs_every_other_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8339227Z test_contig_vs_every_other_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8363334Z test_contig_vs_every_other_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8386913Z test_contig_vs_every_other_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8410844Z test_contig_vs_every_other_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8435325Z test_contig_vs_every_other_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8467499Z test_contig_vs_every_other_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.8492309Z test_contig_vs_every_other_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8516645Z test_contig_vs_every_other_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8540527Z test_contig_vs_every_other_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8564560Z test_contig_vs_every_other_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8589039Z test_contig_vs_every_other_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8613385Z test_contig_vs_every_other_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8638337Z test_contig_vs_every_other_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8674401Z test_contig_vs_transposed_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:07.8707454Z test_contig_vs_transposed_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.8736954Z test_contig_vs_transposed_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.8767070Z test_contig_vs_transposed_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.8789069Z test_contig_vs_transposed_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8811465Z test_contig_vs_transposed_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:07.8840671Z test_contig_vs_transposed_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.8883384Z test_contig_vs_transposed_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:07.8918875Z test_contig_vs_transposed_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.8948553Z test_contig_vs_transposed_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.8977033Z test_contig_vs_transposed_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9005587Z test_contig_vs_transposed_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9035098Z test_contig_vs_transposed_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9077574Z test_contig_vs_transposed_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:07.9108164Z test_contig_vs_transposed_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9138340Z test_contig_vs_transposed_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9173456Z test_contig_vs_transposed_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9201700Z test_contig_vs_transposed_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9234327Z test_contig_vs_transposed_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9264164Z test_contig_vs_transposed_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9292749Z test_contig_vs_transposed_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9320830Z test_contig_vs_transposed_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9350420Z test_contig_vs_transposed_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9398508Z test_contig_vs_transposed_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:07.9427902Z test_contig_vs_transposed_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9457744Z test_contig_vs_transposed_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9486820Z test_contig_vs_transposed_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9514893Z test_contig_vs_transposed_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9544600Z test_contig_vs_transposed_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9586396Z test_contig_vs_transposed_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:07.9615935Z test_contig_vs_transposed_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9651676Z test_contig_vs_transposed_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9680157Z test_contig_vs_transposed_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9708929Z test_contig_vs_transposed_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9738548Z test_contig_vs_transposed_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9778613Z test_contig_vs_transposed_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:07.9808374Z test_contig_vs_transposed_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9837460Z test_contig_vs_transposed_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9866107Z test_contig_vs_transposed_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9901184Z test_contig_vs_transposed_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9930703Z test_contig_vs_transposed_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:07.9970372Z test_contig_vs_transposed_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:07.9999558Z test_contig_vs_transposed_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0028903Z test_contig_vs_transposed_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0057870Z test_contig_vs_transposed_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0086556Z test_contig_vs_transposed_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0108237Z test_contig_vs_transposed_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.0136526Z test_contig_vs_transposed_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0166281Z test_contig_vs_transposed_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0195268Z test_contig_vs_transposed_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0224476Z test_contig_vs_transposed_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0253919Z test_contig_vs_transposed_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0283438Z test_contig_vs_transposed_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0312959Z test_contig_vs_transposed_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0335086Z test_contig_vs_transposed_clamp_scalar_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.0365597Z test_contig_vs_transposed_clamp_scalar_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0394547Z test_contig_vs_transposed_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0435078Z test_contig_vs_transposed_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.0464218Z test_contig_vs_transposed_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0492928Z test_contig_vs_transposed_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0513849Z test_contig_vs_transposed_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.0535787Z test_contig_vs_transposed_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.0565841Z test_contig_vs_transposed_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0611213Z test_contig_vs_transposed_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.0639799Z test_contig_vs_transposed_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0669247Z test_contig_vs_transposed_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0691016Z test_contig_vs_transposed_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.0712160Z test_contig_vs_transposed_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.0742058Z test_contig_vs_transposed_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0781514Z test_contig_vs_transposed_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.0810683Z test_contig_vs_transposed_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0846380Z test_contig_vs_transposed_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0874951Z test_contig_vs_transposed_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0903353Z test_contig_vs_transposed_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0932763Z test_contig_vs_transposed_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.0972297Z test_contig_vs_transposed_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.1001806Z test_contig_vs_transposed_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1031138Z test_contig_vs_transposed_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1059448Z test_contig_vs_transposed_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1093927Z test_contig_vs_transposed_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1125180Z test_contig_vs_transposed_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1155749Z test_contig_vs_transposed_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1186322Z test_contig_vs_transposed_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1216640Z test_contig_vs_transposed_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1246908Z test_contig_vs_transposed_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1283301Z test_contig_vs_transposed_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.1319003Z test_contig_vs_transposed_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.1355517Z test_contig_vs_transposed_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.1385578Z test_contig_vs_transposed_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1416471Z test_contig_vs_transposed_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1447102Z test_contig_vs_transposed_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1477484Z test_contig_vs_transposed_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1507748Z test_contig_vs_transposed_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1537401Z test_contig_vs_transposed_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1568058Z test_contig_vs_transposed_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1604868Z test_contig_vs_transposed_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.1635130Z test_contig_vs_transposed_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1665135Z test_contig_vs_transposed_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1694491Z test_contig_vs_transposed_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1723651Z test_contig_vs_transposed_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1752928Z test_contig_vs_transposed_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1781473Z test_contig_vs_transposed_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1809857Z test_contig_vs_transposed_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1845381Z test_contig_vs_transposed_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1874620Z test_contig_vs_transposed_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1903854Z test_contig_vs_transposed_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1932210Z test_contig_vs_transposed_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1960422Z test_contig_vs_transposed_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.1989855Z test_contig_vs_transposed_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2029531Z test_contig_vs_transposed_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.2058984Z test_contig_vs_transposed_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2094190Z test_contig_vs_transposed_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2122448Z test_contig_vs_transposed_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2151234Z test_contig_vs_transposed_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2180594Z test_contig_vs_transposed_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2209502Z test_contig_vs_transposed_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2238638Z test_contig_vs_transposed_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2267099Z test_contig_vs_transposed_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2295890Z test_contig_vs_transposed_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2331238Z test_contig_vs_transposed_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2360348Z test_contig_vs_transposed_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2389834Z test_contig_vs_transposed_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2419281Z test_contig_vs_transposed_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2448683Z test_contig_vs_transposed_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2477573Z test_contig_vs_transposed_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2487298Z test_contig_vs_transposed_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:26:08.2496160Z test_contig_vs_transposed_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:26:08.2525744Z test_contig_vs_transposed_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2554980Z test_contig_vs_transposed_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2590626Z test_contig_vs_transposed_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2619227Z test_contig_vs_transposed_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2647520Z test_contig_vs_transposed_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2679035Z test_contig_vs_transposed_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2703236Z test_contig_vs_transposed_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.2729689Z test_contig_vs_transposed_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2753475Z test_contig_vs_transposed_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.2777769Z test_contig_vs_transposed_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.2806275Z test_contig_vs_transposed_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.2828328Z test_contig_vs_transposed_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.2852220Z test_contig_vs_transposed_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.2877368Z test_contig_vs_transposed_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.2901118Z test_contig_vs_transposed_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.2924821Z test_contig_vs_transposed_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.2946885Z test_contig_vs_transposed_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.2969378Z test_contig_vs_transposed_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.2998854Z test_contig_vs_transposed_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.3023272Z test_contig_vs_transposed_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.3046629Z test_contig_vs_transposed_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.3069750Z test_contig_vs_transposed_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.3092278Z test_contig_vs_transposed_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.3113927Z test_contig_vs_transposed_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.3137333Z test_contig_vs_transposed_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.3160541Z test_contig_vs_transposed_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.3191486Z test_contig_vs_transposed_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.3213780Z test_contig_vs_transposed_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.3236238Z test_contig_vs_transposed_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.3259262Z test_contig_vs_transposed_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.3282530Z test_contig_vs_transposed_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.3305805Z test_contig_vs_transposed_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.3328251Z test_contig_vs_transposed_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.3349816Z test_contig_vs_transposed_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.3379317Z test_contig_vs_transposed_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.3403896Z test_contig_vs_transposed_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.3427152Z test_contig_vs_transposed_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.3450575Z test_contig_vs_transposed_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.3472563Z test_contig_vs_transposed_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.3494850Z test_contig_vs_transposed_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.3524376Z test_contig_vs_transposed_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.3553386Z test_contig_vs_transposed_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.3588188Z test_contig_vs_transposed_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.3616642Z test_contig_vs_transposed_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.3646295Z test_contig_vs_transposed_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.3686621Z test_contig_vs_transposed_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.3715562Z test_contig_vs_transposed_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.3745126Z test_contig_vs_transposed_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.3773501Z test_contig_vs_transposed_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.3801607Z test_contig_vs_transposed_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.3836866Z test_contig_vs_transposed_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.3866201Z test_contig_vs_transposed_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.3895991Z test_contig_vs_transposed_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.3924258Z test_contig_vs_transposed_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.3952478Z test_contig_vs_transposed_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.3982293Z test_contig_vs_transposed_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.4022509Z test_contig_vs_transposed_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.4051926Z test_contig_vs_transposed_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.4087225Z test_contig_vs_transposed_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.4115669Z test_contig_vs_transposed_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.4144243Z test_contig_vs_transposed_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.4173645Z test_contig_vs_transposed_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.4213434Z test_contig_vs_transposed_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.4242658Z test_contig_vs_transposed_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.4271864Z test_contig_vs_transposed_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.4300785Z test_contig_vs_transposed_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.4335126Z test_contig_vs_transposed_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.4361067Z test_contig_vs_transposed_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.4385572Z test_contig_vs_transposed_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.4411477Z test_contig_vs_transposed_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.4434632Z test_contig_vs_transposed_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.4457188Z test_contig_vs_transposed_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.4479013Z test_contig_vs_transposed_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.4508780Z test_contig_vs_transposed_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.4544188Z test_contig_vs_transposed_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.4573473Z test_contig_vs_transposed_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.4601513Z test_contig_vs_transposed_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.4630114Z test_contig_vs_transposed_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.4664549Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.4698954Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.4733143Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.4767519Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.4810520Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.4848048Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.4886935Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.4925446Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.4967211Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.5009368Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.5053818Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.5097487Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.5132732Z test_contig_vs_transposed_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.5162099Z test_contig_vs_transposed_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.5191453Z test_contig_vs_transposed_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.5213388Z test_contig_vs_transposed_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.5235627Z test_contig_vs_transposed_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.5264869Z test_contig_vs_transposed_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.5304496Z test_contig_vs_transposed_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.5334182Z test_contig_vs_transposed_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.5369200Z test_contig_vs_transposed_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.5390384Z test_contig_vs_transposed_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.5413031Z test_contig_vs_transposed_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.5442339Z test_contig_vs_transposed_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.5471867Z test_contig_vs_transposed_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.5501376Z test_contig_vs_transposed_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.5530669Z test_contig_vs_transposed_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.5560434Z test_contig_vs_transposed_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.5598515Z test_contig_vs_transposed_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.5628293Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.5657802Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.5687382Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.5716673Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.5746008Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.5775682Z test_contig_vs_transposed_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.5805283Z test_contig_vs_transposed_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.5840515Z test_contig_vs_transposed_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.5874383Z test_contig_vs_transposed_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.5908110Z test_contig_vs_transposed_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.5941807Z test_contig_vs_transposed_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.5971078Z test_contig_vs_transposed_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.6000138Z test_contig_vs_transposed_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.6029763Z test_contig_vs_transposed_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.6059534Z test_contig_vs_transposed_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.6096817Z test_contig_vs_transposed_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.6126357Z test_contig_vs_transposed_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.6156354Z test_contig_vs_transposed_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.6198731Z test_contig_vs_transposed_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.6229456Z test_contig_vs_transposed_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.6259553Z test_contig_vs_transposed_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.6289712Z test_contig_vs_transposed_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.6319233Z test_contig_vs_transposed_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.6354769Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.6395887Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.6425851Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.6455553Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.6484186Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.6513167Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.6548367Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.6583362Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.6618465Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.6647167Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.6676166Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.6705839Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.6734575Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.6762985Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.6808915Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:08.6855680Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:08.6901987Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:08.6942009Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.6986197Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.7031290Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.7070323Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.7109442Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.7155730Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:08.7201844Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:08.7248295Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:08.7288491Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.7317330Z test_contig_vs_transposed_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.7356643Z test_contig_vs_transposed_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.7385581Z test_contig_vs_transposed_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.7414218Z test_contig_vs_transposed_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.7445181Z test_contig_vs_transposed_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.7466567Z test_contig_vs_transposed_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.7502187Z test_contig_vs_transposed_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.7531511Z test_contig_vs_transposed_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.7560709Z test_contig_vs_transposed_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.7589173Z test_contig_vs_transposed_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.7618242Z test_contig_vs_transposed_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.7647289Z test_contig_vs_transposed_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.7678748Z test_contig_vs_transposed_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.7707834Z test_contig_vs_transposed_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.7742847Z test_contig_vs_transposed_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.7763722Z test_contig_vs_transposed_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.7785539Z test_contig_vs_transposed_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.7814886Z test_contig_vs_transposed_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.7854028Z test_contig_vs_transposed_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.7883123Z test_contig_vs_transposed_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.7912640Z test_contig_vs_transposed_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.7941213Z test_contig_vs_transposed_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.7975647Z test_contig_vs_transposed_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8005040Z test_contig_vs_transposed_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8034099Z test_contig_vs_transposed_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8063566Z test_contig_vs_transposed_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8092663Z test_contig_vs_transposed_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8121984Z test_contig_vs_transposed_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8151589Z test_contig_vs_transposed_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8181229Z test_contig_vs_transposed_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8216883Z test_contig_vs_transposed_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8246392Z test_contig_vs_transposed_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8275486Z test_contig_vs_transposed_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8305070Z test_contig_vs_transposed_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8334024Z test_contig_vs_transposed_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8363155Z test_contig_vs_transposed_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8404364Z test_contig_vs_transposed_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.8439230Z test_contig_vs_transposed_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8468754Z test_contig_vs_transposed_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8497446Z test_contig_vs_transposed_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8526029Z test_contig_vs_transposed_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8555128Z test_contig_vs_transposed_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8594390Z test_contig_vs_transposed_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.8623869Z test_contig_vs_transposed_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8653213Z test_contig_vs_transposed_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8680779Z test_contig_vs_transposed_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8703222Z test_contig_vs_transposed_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.8732231Z test_contig_vs_transposed_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8772543Z test_contig_vs_transposed_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.8801754Z test_contig_vs_transposed_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8831090Z test_contig_vs_transposed_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8859745Z test_contig_vs_transposed_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8887965Z test_contig_vs_transposed_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8923274Z test_contig_vs_transposed_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8952561Z test_contig_vs_transposed_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.8981892Z test_contig_vs_transposed_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.9003132Z test_contig_vs_transposed_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.9025342Z test_contig_vs_transposed_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.9048304Z test_contig_vs_transposed_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.9071300Z test_contig_vs_transposed_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.9095512Z test_contig_vs_transposed_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.9124656Z test_contig_vs_transposed_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.9146747Z test_contig_vs_transposed_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:08.9176346Z test_contig_vs_transposed_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.9215336Z test_contig_vs_transposed_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.9244874Z test_contig_vs_transposed_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.9274089Z test_contig_vs_transposed_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.9302355Z test_contig_vs_transposed_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.9331033Z test_contig_vs_transposed_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.9366372Z test_contig_vs_transposed_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.9407044Z test_contig_vs_transposed_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.9436198Z test_contig_vs_transposed_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.9465548Z test_contig_vs_transposed_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.9493867Z test_contig_vs_transposed_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.9522051Z test_contig_vs_transposed_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.9551540Z test_contig_vs_transposed_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.9591503Z test_contig_vs_transposed_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:08.9627041Z test_contig_vs_transposed_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.9656070Z test_contig_vs_transposed_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.9684398Z test_contig_vs_transposed_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.9712638Z test_contig_vs_transposed_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.9741978Z test_contig_vs_transposed_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.9771146Z test_contig_vs_transposed_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.9800294Z test_contig_vs_transposed_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.9828706Z test_contig_vs_transposed_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.9863482Z test_contig_vs_transposed_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:08.9925127Z test_contig_vs_transposed_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:08.9969778Z test_contig_vs_transposed_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:09.0008978Z test_contig_vs_transposed_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:09.0038266Z test_contig_vs_transposed_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0067769Z test_contig_vs_transposed_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0097073Z test_contig_vs_transposed_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0125649Z test_contig_vs_transposed_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0160210Z test_contig_vs_transposed_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0189391Z test_contig_vs_transposed_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0217950Z test_contig_vs_transposed_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0246784Z test_contig_vs_transposed_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0276041Z test_contig_vs_transposed_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0304868Z test_contig_vs_transposed_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0332705Z test_contig_vs_transposed_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0362602Z test_contig_vs_transposed_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0398608Z test_contig_vs_transposed_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:09.0428557Z test_contig_vs_transposed_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0458136Z test_contig_vs_transposed_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0487355Z test_contig_vs_transposed_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0516365Z test_contig_vs_transposed_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0545182Z test_contig_vs_transposed_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0573283Z test_contig_vs_transposed_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0607899Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0648767Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:09.0677278Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0706169Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0735465Z test_contig_vs_transposed_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0775062Z test_contig_vs_transposed_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:09.0804186Z test_contig_vs_transposed_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0833413Z test_contig_vs_transposed_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0862221Z test_contig_vs_transposed_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0896899Z test_contig_vs_transposed_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0926295Z test_contig_vs_transposed_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.0967124Z test_contig_vs_transposed_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:09.0996300Z test_contig_vs_transposed_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.1025640Z test_contig_vs_transposed_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.1047487Z test_contig_vs_transposed_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:09.1069555Z test_contig_vs_transposed_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:09.1099031Z test_contig_vs_transposed_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.1144811Z test_contig_vs_transposed_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:09.1173946Z test_contig_vs_transposed_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.1202856Z test_contig_vs_transposed_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.1231228Z test_contig_vs_transposed_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.1259952Z test_contig_vs_transposed_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.1289075Z test_contig_vs_transposed_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.1329585Z test_contig_vs_transposed_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:09.1357221Z test_contig_vs_transposed_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.1392803Z test_contig_vs_transposed_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.1421320Z test_contig_vs_transposed_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.1449655Z test_contig_vs_transposed_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.1478705Z test_contig_vs_transposed_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.1508073Z test_contig_vs_transposed_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.1537468Z test_contig_vs_transposed_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.1559028Z test_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:09.6129896Z test_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.457s) 2022-03-17T19:26:09.6170416Z test_digamma_special_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:09.6201019Z test_digamma_special_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:09.6248563Z test_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:10.1089613Z test_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:2061: RuntimeWarning: invalid value encountered in exp 2022-03-17T19:26:10.1090160Z np_result = np_fn(a) 2022-03-17T19:26:10.1162620Z ok (0.491s) 2022-03-17T19:26:10.1290533Z test_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T19:26:10.1336070Z test_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:2061: RuntimeWarning: overflow encountered in exp 2022-03-17T19:26:10.1336549Z np_result = np_fn(a) 2022-03-17T19:26:10.1346796Z ok (0.006s) 2022-03-17T19:26:10.1402629Z test_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:10.1458037Z test_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:10.1479624Z test_exp_slow_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:10.1538012Z test_float_domains_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:10.1598825Z test_float_domains_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:10.1662562Z test_float_domains_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:10.1705402Z test_float_domains_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:10.1749441Z test_float_domains_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:10.1796534Z test_float_domains_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:10.1857356Z test_float_domains_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:10.1926151Z test_float_domains_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:10.1989771Z test_float_domains_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:10.2047579Z test_float_domains_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:10.2107856Z test_float_domains_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:10.2171915Z test_float_domains_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:10.2233136Z test_float_domains_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:10.2299563Z test_float_domains_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:10.2348525Z test_float_domains_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:10.2403728Z test_float_domains_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:10.2453637Z test_float_domains_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:10.2500146Z test_float_domains_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:10.2548021Z test_float_domains_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:10.2597304Z test_float_domains_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:10.2646775Z test_float_domains_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:10.2696496Z test_float_domains_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:10.2745425Z test_float_domains_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:10.2800663Z test_float_domains_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:10.2849990Z test_float_domains_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:10.2898941Z test_float_domains_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:10.2963842Z test_float_domains_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:10.3030760Z test_float_domains_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:10.3099507Z test_float_domains_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:10.3119313Z test_float_domains_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:10.3139727Z test_float_domains_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:10.3160029Z test_float_domains_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:10.3180319Z test_float_domains_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:10.3200463Z test_float_domains_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:10.3221186Z test_float_domains_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:10.3266801Z test_float_domains_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:10.3312243Z test_float_domains_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:10.3364316Z test_float_domains_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:10.3428098Z test_float_domains_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:10.3473657Z test_float_domains_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:10.3519166Z test_float_domains_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:10.3564991Z test_float_domains_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:10.8184936Z test_frexp_assert_raises_cuda (__main__.TestUnaryUfuncsCUDA) ... ok (0.462s) 2022-03-17T19:26:10.8214102Z test_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:10.8241436Z test_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:10.8275399Z test_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:10.8296822Z test_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:10.8316802Z test_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:10.8345027Z test_hardshrink_edge_cases_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.003s) 2022-03-17T19:26:10.8372883Z test_hardshrink_edge_cases_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.003s) 2022-03-17T19:26:10.8404615Z test_hardsigmoid_backward_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:10.8432397Z test_hardsigmoid_backward_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:10.8460031Z test_hardsigmoid_backward_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:10.8494387Z test_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:10.8534056Z test_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:10.8566677Z test_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:10.8599618Z test_hardswish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:10.8632783Z test_hardswish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:10.8664960Z test_hardswish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:10.8691596Z test_i0_range1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:10.8718450Z test_i0_range1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:10.8745166Z test_i0_range1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:11.2301901Z test_i0_range1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.355s) 2022-03-17T19:26:11.2329892Z test_i0_range2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:11.2356785Z test_i0_range2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:11.2383428Z test_i0_range2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:11.2410995Z test_i0_range2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:11.2437124Z test_i0_range3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:11.2460259Z test_i0_special_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:11.2482260Z test_i0_special_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:11.2510160Z test_i0_special_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:11.2531719Z test_i0_special_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:11.3216067Z test_igamma_common_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-03-17T19:26:11.3947464Z test_igamma_common_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-03-17T19:26:11.4000644Z test_igamma_edge_cases_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:11.4052266Z test_igamma_edge_cases_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:11.8752394Z test_igammac_common_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.470s) 2022-03-17T19:26:12.3510256Z test_igammac_common_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.476s) 2022-03-17T19:26:12.3571342Z test_igammac_edge_cases_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:12.3622189Z test_igammac_edge_cases_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:12.3716627Z test_isposinf_isneginf_non_boolean_output_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T19:26:12.3812330Z test_isposinf_isneginf_non_boolean_output_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T19:26:12.3908731Z test_isposinf_isneginf_non_boolean_output_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-03-17T19:26:12.4000265Z test_isposinf_isneginf_non_boolean_output_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T19:26:12.4093288Z test_isposinf_isneginf_non_boolean_output_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T19:26:12.4184361Z test_isposinf_isneginf_non_boolean_output_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T19:26:12.4281563Z test_isposinf_isneginf_non_boolean_output_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-03-17T19:26:12.4377262Z test_isposinf_isneginf_non_boolean_output_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T19:26:12.4473749Z test_isposinf_isneginf_non_boolean_output_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-03-17T19:26:12.4570540Z test_isposinf_isneginf_non_boolean_output_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-03-17T19:26:12.4661922Z test_isposinf_isneginf_non_boolean_output_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T19:26:12.4688096Z test_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... test_unary_ufuncs.py:1024: RuntimeWarning: overflow encountered in exp 2022-03-17T19:26:12.4688575Z expected_output_np = input_np * np.tanh(np.log1p(np.exp(input_np))) 2022-03-17T19:26:12.4709974Z ok (0.005s) 2022-03-17T19:26:12.4755689Z test_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:12.4814155Z test_mvlgamma_argcheck_cuda (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:12.4874495Z test_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:12.4952875Z test_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T19:26:12.5028238Z test_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:12.5102073Z test_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:12.5156278Z test_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:12.5210298Z test_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:12.5263113Z test_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:12.5317310Z test_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:12.5378230Z test_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:12.5411508Z test_non_contig_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.5447237Z test_non_contig_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.5479992Z test_non_contig_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.5513148Z test_non_contig_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.5540275Z test_non_contig_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.5568159Z test_non_contig_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.5601004Z test_non_contig_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.5645238Z test_non_contig_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:12.5677770Z test_non_contig_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.5710816Z test_non_contig_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.5741937Z test_non_contig_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.5773120Z test_non_contig_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.5805837Z test_non_contig_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.5841171Z test_non_contig_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.5874170Z test_non_contig_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.5913355Z test_non_contig_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:12.5944289Z test_non_contig_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.5975493Z test_non_contig_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6011221Z test_non_contig_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6044023Z test_non_contig_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6075005Z test_non_contig_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6106116Z test_non_contig_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6139364Z test_non_contig_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6181501Z test_non_contig_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:12.6214552Z test_non_contig_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6247378Z test_non_contig_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6278290Z test_non_contig_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6309212Z test_non_contig_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6342117Z test_non_contig_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6377807Z test_non_contig_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6410918Z test_non_contig_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6449770Z test_non_contig_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:12.6480564Z test_non_contig_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6511832Z test_non_contig_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6544766Z test_non_contig_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6580559Z test_non_contig_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6613446Z test_non_contig_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6646347Z test_non_contig_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6677197Z test_non_contig_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6714372Z test_non_contig_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:12.6747380Z test_non_contig_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6783191Z test_non_contig_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6816256Z test_non_contig_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6849329Z test_non_contig_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6879897Z test_non_contig_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6911038Z test_non_contig_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6938146Z test_non_contig_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.6971760Z test_non_contig_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7004440Z test_non_contig_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7037060Z test_non_contig_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7069910Z test_non_contig_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7103347Z test_non_contig_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7136652Z test_non_contig_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7169803Z test_non_contig_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7196961Z test_non_contig_clamp_scalar_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7230940Z test_non_contig_clamp_scalar_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7263275Z test_non_contig_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7299176Z test_non_contig_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7331407Z test_non_contig_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7363570Z test_non_contig_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7389600Z test_non_contig_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7416848Z test_non_contig_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7449416Z test_non_contig_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7491438Z test_non_contig_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:12.7523469Z test_non_contig_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7555874Z test_non_contig_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7582368Z test_non_contig_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7609444Z test_non_contig_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7642110Z test_non_contig_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7677966Z test_non_contig_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7711046Z test_non_contig_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7750143Z test_non_contig_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:12.7781449Z test_non_contig_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7812686Z test_non_contig_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7845396Z test_non_contig_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7880741Z test_non_contig_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7913726Z test_non_contig_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7946725Z test_non_contig_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.7978122Z test_non_contig_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8015254Z test_non_contig_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:12.8048416Z test_non_contig_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8081528Z test_non_contig_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8114670Z test_non_contig_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8146158Z test_non_contig_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8177875Z test_non_contig_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8210785Z test_non_contig_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8243639Z test_non_contig_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8280972Z test_non_contig_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:12.8312241Z test_non_contig_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8345014Z test_non_contig_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8378109Z test_non_contig_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8410856Z test_non_contig_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8441782Z test_non_contig_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8472808Z test_non_contig_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8505984Z test_non_contig_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8545102Z test_non_contig_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:12.8578048Z test_non_contig_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8609335Z test_non_contig_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8640126Z test_non_contig_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8673076Z test_non_contig_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8705955Z test_non_contig_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8737277Z test_non_contig_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8769008Z test_non_contig_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8809261Z test_non_contig_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:12.8842417Z test_non_contig_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8875610Z test_non_contig_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8906614Z test_non_contig_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8937903Z test_non_contig_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.8970940Z test_non_contig_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.9006564Z test_non_contig_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.9039480Z test_non_contig_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.9078444Z test_non_contig_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:12.9109811Z test_non_contig_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.9141258Z test_non_contig_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:12.9206057Z test_non_contig_expand_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:12.9275266Z test_non_contig_expand_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:12.9339842Z test_non_contig_expand_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:12.9403761Z test_non_contig_expand_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:12.9446925Z test_non_contig_expand_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:12.9499093Z test_non_contig_expand_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:12.9563390Z test_non_contig_expand_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:12.9634045Z test_non_contig_expand_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:12.9698345Z test_non_contig_expand_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:12.9762896Z test_non_contig_expand_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:12.9823880Z test_non_contig_expand_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:12.9885150Z test_non_contig_expand_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:12.9950185Z test_non_contig_expand_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.0027646Z test_non_contig_expand_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T19:26:13.0091678Z test_non_contig_expand_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.0156470Z test_non_contig_expand_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.0217368Z test_non_contig_expand_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.0279135Z test_non_contig_expand_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.0348098Z test_non_contig_expand_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.0412527Z test_non_contig_expand_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.0474956Z test_non_contig_expand_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.0542666Z test_non_contig_expand_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.0606999Z test_non_contig_expand_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.0677773Z test_non_contig_expand_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.0741981Z test_non_contig_expand_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.0807215Z test_non_contig_expand_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.0868433Z test_non_contig_expand_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.0930810Z test_non_contig_expand_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.1001191Z test_non_contig_expand_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.1072564Z test_non_contig_expand_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.1136601Z test_non_contig_expand_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.1201807Z test_non_contig_expand_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.1266541Z test_non_contig_expand_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.1331192Z test_non_contig_expand_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.1395617Z test_non_contig_expand_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.1467368Z test_non_contig_expand_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.1538212Z test_non_contig_expand_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.1602295Z test_non_contig_expand_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.1664029Z test_non_contig_expand_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.1725244Z test_non_contig_expand_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.1789936Z test_non_contig_expand_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.1860938Z test_non_contig_expand_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.1925624Z test_non_contig_expand_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.1989634Z test_non_contig_expand_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.2058210Z test_non_contig_expand_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.2119765Z test_non_contig_expand_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.2162385Z test_non_contig_expand_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:13.2208472Z test_non_contig_expand_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:13.2272045Z test_non_contig_expand_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.2336055Z test_non_contig_expand_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.2400639Z test_non_contig_expand_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.2466016Z test_non_contig_expand_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.2537102Z test_non_contig_expand_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.2601468Z test_non_contig_expand_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.2644939Z test_non_contig_expand_clamp_scalar_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:13.2691144Z test_non_contig_expand_clamp_scalar_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.2754509Z test_non_contig_expand_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.2828318Z test_non_contig_expand_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.2892146Z test_non_contig_expand_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.2955463Z test_non_contig_expand_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.3003411Z test_non_contig_expand_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.3048114Z test_non_contig_expand_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:13.3111454Z test_non_contig_expand_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.3182843Z test_non_contig_expand_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.3245779Z test_non_contig_expand_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.3308976Z test_non_contig_expand_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.3350625Z test_non_contig_expand_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:13.3395078Z test_non_contig_expand_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:13.3465729Z test_non_contig_expand_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.3536475Z test_non_contig_expand_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.3600284Z test_non_contig_expand_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.3664298Z test_non_contig_expand_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.3726750Z test_non_contig_expand_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.3788833Z test_non_contig_expand_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.3853373Z test_non_contig_expand_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.3924621Z test_non_contig_expand_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.3994995Z test_non_contig_expand_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.4059430Z test_non_contig_expand_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.4120974Z test_non_contig_expand_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.4183165Z test_non_contig_expand_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.4247788Z test_non_contig_expand_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.4312136Z test_non_contig_expand_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.4377238Z test_non_contig_expand_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.4439942Z test_non_contig_expand_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.4509542Z test_non_contig_expand_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.4574039Z test_non_contig_expand_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.4637909Z test_non_contig_expand_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.4699496Z test_non_contig_expand_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.4760930Z test_non_contig_expand_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.4825142Z test_non_contig_expand_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.4889626Z test_non_contig_expand_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.4953615Z test_non_contig_expand_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.5021651Z test_non_contig_expand_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.5082947Z test_non_contig_expand_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.5147689Z test_non_contig_expand_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.5212029Z test_non_contig_expand_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.5276059Z test_non_contig_expand_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.5337880Z test_non_contig_expand_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.5398930Z test_non_contig_expand_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.5463533Z test_non_contig_expand_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.5535709Z test_non_contig_expand_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.5596977Z test_non_contig_expand_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.5658226Z test_non_contig_expand_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.5722110Z test_non_contig_expand_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.5786846Z test_non_contig_expand_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.5851645Z test_non_contig_expand_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.5912938Z test_non_contig_expand_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.5974796Z test_non_contig_expand_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.6045361Z test_non_contig_expand_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.6116082Z test_non_contig_expand_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.6180133Z test_non_contig_expand_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.6244301Z test_non_contig_expand_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.6306109Z test_non_contig_expand_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.6367957Z test_non_contig_expand_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.6432845Z test_non_contig_expand_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.6497524Z test_non_contig_expand_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.6567829Z test_non_contig_expand_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.6629087Z test_non_contig_expand_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.6691521Z test_non_contig_expand_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.6755750Z test_non_contig_expand_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.6820595Z test_non_contig_expand_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.6885518Z test_non_contig_expand_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.6949723Z test_non_contig_expand_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.7014317Z test_non_contig_expand_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.7085104Z test_non_contig_expand_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.7097578Z test_non_contig_expand_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:26:13.7110326Z test_non_contig_expand_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:26:13.7175393Z test_non_contig_expand_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.7239164Z test_non_contig_expand_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.7303500Z test_non_contig_expand_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.7365278Z test_non_contig_expand_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.7427033Z test_non_contig_expand_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.7494546Z test_non_contig_expand_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.7545600Z test_non_contig_expand_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.7607628Z test_non_contig_expand_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.7658879Z test_non_contig_expand_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.7710042Z test_non_contig_expand_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.7755312Z test_non_contig_expand_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:13.7800741Z test_non_contig_expand_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:13.7851128Z test_non_contig_expand_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.7906681Z test_non_contig_expand_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.7956197Z test_non_contig_expand_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.8011912Z test_non_contig_expand_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.8058019Z test_non_contig_expand_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.8103666Z test_non_contig_expand_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:13.8151935Z test_non_contig_expand_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.8203456Z test_non_contig_expand_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.8252648Z test_non_contig_expand_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.8301340Z test_non_contig_expand_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.8347092Z test_non_contig_expand_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:13.8398751Z test_non_contig_expand_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.8447833Z test_non_contig_expand_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.8496244Z test_non_contig_expand_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.8545041Z test_non_contig_expand_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.8590810Z test_non_contig_expand_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:13.8636500Z test_non_contig_expand_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:13.8685179Z test_non_contig_expand_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.8734026Z test_non_contig_expand_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.8788572Z test_non_contig_expand_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.8834557Z test_non_contig_expand_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:13.8880263Z test_non_contig_expand_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:13.8929079Z test_non_contig_expand_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.8981629Z test_non_contig_expand_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.9030529Z test_non_contig_expand_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.9078807Z test_non_contig_expand_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.9124709Z test_non_contig_expand_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:13.9176659Z test_non_contig_expand_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:13.9240655Z test_non_contig_expand_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.9304923Z test_non_contig_expand_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.9366719Z test_non_contig_expand_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.9428615Z test_non_contig_expand_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.9493115Z test_non_contig_expand_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.9565215Z test_non_contig_expand_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.9629544Z test_non_contig_expand_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.9700059Z test_non_contig_expand_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:13.9761731Z test_non_contig_expand_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.9823767Z test_non_contig_expand_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.9888431Z test_non_contig_expand_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:13.9952716Z test_non_contig_expand_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.0017929Z test_non_contig_expand_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.0080129Z test_non_contig_expand_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.0142586Z test_non_contig_expand_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.0214903Z test_non_contig_expand_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.0286159Z test_non_contig_expand_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.0351093Z test_non_contig_expand_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.0415533Z test_non_contig_expand_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.0476832Z test_non_contig_expand_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.0538476Z test_non_contig_expand_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.0602321Z test_non_contig_expand_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.0673183Z test_non_contig_expand_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.0743549Z test_non_contig_expand_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.0808249Z test_non_contig_expand_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.0869915Z test_non_contig_expand_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.0931366Z test_non_contig_expand_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.0994185Z test_non_contig_expand_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.1046107Z test_non_contig_expand_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:14.1108806Z test_non_contig_expand_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.1158088Z test_non_contig_expand_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:14.1210067Z test_non_contig_expand_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:14.1256683Z test_non_contig_expand_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:14.1321027Z test_non_contig_expand_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.1385111Z test_non_contig_expand_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.1449732Z test_non_contig_expand_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.1511264Z test_non_contig_expand_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.1573094Z test_non_contig_expand_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.1644288Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.1721548Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T19:26:14.1790003Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.1858603Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.1930005Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.2001126Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.2069755Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.2139060Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.2210608Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.2287624Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T19:26:14.2357973Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.2426686Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.2491169Z test_non_contig_expand_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.2555434Z test_non_contig_expand_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.2620663Z test_non_contig_expand_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.2663813Z test_non_contig_expand_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:14.2710422Z test_non_contig_expand_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:14.2780831Z test_non_contig_expand_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.2852096Z test_non_contig_expand_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.2916531Z test_non_contig_expand_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.2981214Z test_non_contig_expand_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.3023389Z test_non_contig_expand_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:14.3068992Z test_non_contig_expand_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:14.3133949Z test_non_contig_expand_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.3198920Z test_non_contig_expand_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.3269685Z test_non_contig_expand_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.3334384Z test_non_contig_expand_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.3399130Z test_non_contig_expand_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.3463881Z test_non_contig_expand_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.3528830Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.3593875Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.3658605Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.3723301Z test_non_contig_expand_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.3793938Z test_non_contig_expand_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.3858285Z test_non_contig_expand_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.3922921Z test_non_contig_expand_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.3987049Z test_non_contig_expand_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.4059885Z test_non_contig_expand_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.4132122Z test_non_contig_expand_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.4205143Z test_non_contig_expand_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.4268923Z test_non_contig_expand_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.4339769Z test_non_contig_expand_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.4404444Z test_non_contig_expand_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.4469275Z test_non_contig_expand_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.4533716Z test_non_contig_expand_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.4598207Z test_non_contig_expand_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.4666009Z test_non_contig_expand_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.4741637Z test_non_contig_expand_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.4808927Z test_non_contig_expand_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.4881685Z test_non_contig_expand_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.4946682Z test_non_contig_expand_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.5010482Z test_non_contig_expand_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.5075561Z test_non_contig_expand_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.5148090Z test_non_contig_expand_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.5214156Z test_non_contig_expand_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.5279540Z test_non_contig_expand_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.5343337Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.5412632Z test_non_contig_expand_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.5476961Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.5541584Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.5602843Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.5664902Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.5730439Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.5794744Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.5856802Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.5925151Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.5989830Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.6054112Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.6115217Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.6177437Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.6241912Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.6307041Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.6369358Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.6438153Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.6502735Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.6567186Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.6628669Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.6691030Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.6753608Z test_non_contig_expand_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.6823484Z test_non_contig_expand_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.6887077Z test_non_contig_expand_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.6956257Z test_non_contig_expand_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.6997672Z test_non_contig_expand_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:14.7041918Z test_non_contig_expand_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:14.7106470Z test_non_contig_expand_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.7171107Z test_non_contig_expand_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.7236017Z test_non_contig_expand_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.7298925Z test_non_contig_expand_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.7361578Z test_non_contig_expand_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.7430851Z test_non_contig_expand_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.7498138Z test_non_contig_expand_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.7561417Z test_non_contig_expand_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.7624666Z test_non_contig_expand_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.7666278Z test_non_contig_expand_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:14.7710391Z test_non_contig_expand_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:14.7774479Z test_non_contig_expand_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.7845635Z test_non_contig_expand_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.7915860Z test_non_contig_expand_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.7980356Z test_non_contig_expand_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.8041691Z test_non_contig_expand_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.8103683Z test_non_contig_expand_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.8167701Z test_non_contig_expand_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.8232104Z test_non_contig_expand_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.8296770Z test_non_contig_expand_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.8360945Z test_non_contig_expand_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.8431313Z test_non_contig_expand_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.8495920Z test_non_contig_expand_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.8560319Z test_non_contig_expand_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.8624998Z test_non_contig_expand_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.8689288Z test_non_contig_expand_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.8753630Z test_non_contig_expand_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.8818333Z test_non_contig_expand_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.8888785Z test_non_contig_expand_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.8952782Z test_non_contig_expand_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.9023935Z test_non_contig_expand_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.9087947Z test_non_contig_expand_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.9151937Z test_non_contig_expand_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.9213282Z test_non_contig_expand_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.9275458Z test_non_contig_expand_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.9340177Z test_non_contig_expand_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.9417717Z test_non_contig_expand_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T19:26:14.9481832Z test_non_contig_expand_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.9545959Z test_non_contig_expand_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.9588595Z test_non_contig_expand_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:14.9634015Z test_non_contig_expand_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:14.9698299Z test_non_contig_expand_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.9769790Z test_non_contig_expand_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.9834194Z test_non_contig_expand_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:14.9904593Z test_non_contig_expand_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:14.9965825Z test_non_contig_expand_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.0027019Z test_non_contig_expand_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.0091015Z test_non_contig_expand_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.0155303Z test_non_contig_expand_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.0219326Z test_non_contig_expand_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.0261719Z test_non_contig_expand_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:15.0307538Z test_non_contig_expand_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:15.0361724Z test_non_contig_expand_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:15.0410112Z test_non_contig_expand_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:15.0458474Z test_non_contig_expand_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:15.0503779Z test_non_contig_expand_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:15.0549606Z test_non_contig_expand_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:15.0614031Z test_non_contig_expand_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.0685827Z test_non_contig_expand_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.0749836Z test_non_contig_expand_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.0820607Z test_non_contig_expand_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.0881805Z test_non_contig_expand_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.0943701Z test_non_contig_expand_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.1007695Z test_non_contig_expand_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.1078310Z test_non_contig_expand_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.1143065Z test_non_contig_expand_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.1207581Z test_non_contig_expand_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.1269505Z test_non_contig_expand_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.1337109Z test_non_contig_expand_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.1400932Z test_non_contig_expand_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.1471849Z test_non_contig_expand_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.1535827Z test_non_contig_expand_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.1599694Z test_non_contig_expand_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.1662095Z test_non_contig_expand_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.1724140Z test_non_contig_expand_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.1788385Z test_non_contig_expand_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.1858734Z test_non_contig_expand_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.1922809Z test_non_contig_expand_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.1984434Z test_non_contig_expand_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.2045880Z test_non_contig_expand_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.2109813Z test_non_contig_expand_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.2171682Z test_non_contig_expand_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.2233019Z test_non_contig_expand_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.2297897Z test_non_contig_expand_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.2369411Z test_non_contig_expand_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.2433454Z test_non_contig_expand_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.2494747Z test_non_contig_expand_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.2555962Z test_non_contig_expand_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.2620202Z test_non_contig_expand_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.2681258Z test_non_contig_expand_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.2742964Z test_non_contig_expand_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.2806874Z test_non_contig_expand_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.2877166Z test_non_contig_expand_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.2941838Z test_non_contig_expand_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.3011476Z test_non_contig_expand_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.3081009Z test_non_contig_expand_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.3150440Z test_non_contig_expand_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.3217574Z test_non_contig_expand_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.3285057Z test_non_contig_expand_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.3352378Z test_non_contig_expand_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.3423181Z test_non_contig_expand_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.3487960Z test_non_contig_expand_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.3555200Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.3622784Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.3685842Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.3747373Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.3811950Z test_non_contig_expand_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.3883030Z test_non_contig_expand_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.3953011Z test_non_contig_expand_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.4017326Z test_non_contig_expand_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.4078709Z test_non_contig_expand_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.4157224Z test_non_contig_expand_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.4204563Z test_non_contig_expand_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.4275610Z test_non_contig_expand_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.4340924Z test_non_contig_expand_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.4406881Z test_non_contig_expand_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.4454515Z test_non_contig_expand_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:26:15.4500715Z test_non_contig_expand_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:15.4564941Z test_non_contig_expand_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.4635559Z test_non_contig_expand_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.4700762Z test_non_contig_expand_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.4765523Z test_non_contig_expand_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.4827290Z test_non_contig_expand_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.4889322Z test_non_contig_expand_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.4959099Z test_non_contig_expand_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.5030229Z test_non_contig_expand_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.5094436Z test_non_contig_expand_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.5158259Z test_non_contig_expand_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.5220246Z test_non_contig_expand_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.5281913Z test_non_contig_expand_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.5346724Z test_non_contig_expand_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.5411621Z test_non_contig_expand_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:15.5481551Z test_non_contig_expand_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:15.5514259Z test_non_contig_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.5547200Z test_non_contig_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.5580044Z test_non_contig_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.5611250Z test_non_contig_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.5642143Z test_non_contig_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.5676180Z test_non_contig_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.5708728Z test_non_contig_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.5747860Z test_non_contig_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:15.5780590Z test_non_contig_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.5813459Z test_non_contig_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.5846434Z test_non_contig_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.5883034Z test_non_contig_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:15.5919898Z test_non_contig_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:15.5952966Z test_non_contig_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.5985786Z test_non_contig_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.6024676Z test_non_contig_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:15.6056066Z test_non_contig_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.6087166Z test_non_contig_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.6121471Z test_non_contig_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.6146758Z test_non_contig_index_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.6173906Z test_non_contig_index_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.6198599Z test_non_contig_index_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.6223988Z test_non_contig_index_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.6252392Z test_non_contig_index_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.6274628Z test_non_contig_index_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.6299891Z test_non_contig_index_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.6326299Z test_non_contig_index_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.6351319Z test_non_contig_index_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.6376438Z test_non_contig_index_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.6400392Z test_non_contig_index_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.6424700Z test_non_contig_index_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.6455893Z test_non_contig_index_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.6482365Z test_non_contig_index_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.6507449Z test_non_contig_index_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.6532683Z test_non_contig_index_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.6556701Z test_non_contig_index_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.6580977Z test_non_contig_index_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.6607889Z test_non_contig_index_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.6633160Z test_non_contig_index_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.6663391Z test_non_contig_index_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.6687469Z test_non_contig_index_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.6712398Z test_non_contig_index_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.6738938Z test_non_contig_index_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.6763880Z test_non_contig_index_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.6789062Z test_non_contig_index_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.6813460Z test_non_contig_index_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.6837814Z test_non_contig_index_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.6870376Z test_non_contig_index_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.6897253Z test_non_contig_index_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.6922292Z test_non_contig_index_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.6947479Z test_non_contig_index_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.6971804Z test_non_contig_index_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.6995653Z test_non_contig_index_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7020703Z test_non_contig_index_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7047663Z test_non_contig_index_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.7078315Z test_non_contig_index_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.7103665Z test_non_contig_index_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7128164Z test_non_contig_index_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7152191Z test_non_contig_index_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7177389Z test_non_contig_index_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7203988Z test_non_contig_index_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.7229038Z test_non_contig_index_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7254657Z test_non_contig_index_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7284554Z test_non_contig_index_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.7308567Z test_non_contig_index_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7330671Z test_non_contig_index_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7353198Z test_non_contig_index_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7378349Z test_non_contig_index_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7403238Z test_non_contig_index_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7428380Z test_non_contig_index_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7453805Z test_non_contig_index_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7485058Z test_non_contig_index_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.7510152Z test_non_contig_index_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7532714Z test_non_contig_index_clamp_scalar_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7555167Z test_non_contig_index_clamp_scalar_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7580028Z test_non_contig_index_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7606756Z test_non_contig_index_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.7631355Z test_non_contig_index_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7656377Z test_non_contig_index_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7684139Z test_non_contig_index_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.7706136Z test_non_contig_index_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7731118Z test_non_contig_index_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7757470Z test_non_contig_index_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.7782610Z test_non_contig_index_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7807406Z test_non_contig_index_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7829113Z test_non_contig_index_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7851182Z test_non_contig_index_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7882030Z test_non_contig_index_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.7908874Z test_non_contig_index_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.7933964Z test_non_contig_index_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7958928Z test_non_contig_index_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.7983519Z test_non_contig_index_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8007864Z test_non_contig_index_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8032553Z test_non_contig_index_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8059191Z test_non_contig_index_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.8090571Z test_non_contig_index_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.8115575Z test_non_contig_index_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8139764Z test_non_contig_index_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8163564Z test_non_contig_index_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8188573Z test_non_contig_index_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8214034Z test_non_contig_index_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8239050Z test_non_contig_index_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8263706Z test_non_contig_index_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8294315Z test_non_contig_index_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.8319277Z test_non_contig_index_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8344445Z test_non_contig_index_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8368808Z test_non_contig_index_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8392828Z test_non_contig_index_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8417882Z test_non_contig_index_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8442842Z test_non_contig_index_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8467900Z test_non_contig_index_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8498970Z test_non_contig_index_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.8523961Z test_non_contig_index_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8550058Z test_non_contig_index_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8576262Z test_non_contig_index_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.8602063Z test_non_contig_index_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8627266Z test_non_contig_index_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8652669Z test_non_contig_index_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8679365Z test_non_contig_index_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.8710167Z test_non_contig_index_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.8734361Z test_non_contig_index_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8758515Z test_non_contig_index_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8783623Z test_non_contig_index_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8808967Z test_non_contig_index_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8833594Z test_non_contig_index_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8857985Z test_non_contig_index_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8882210Z test_non_contig_index_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8913344Z test_non_contig_index_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.8939913Z test_non_contig_index_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.8965349Z test_non_contig_index_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.8989987Z test_non_contig_index_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9014191Z test_non_contig_index_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9038314Z test_non_contig_index_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9063478Z test_non_contig_index_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9088890Z test_non_contig_index_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9119789Z test_non_contig_index_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.9144512Z test_non_contig_index_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9168831Z test_non_contig_index_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9193578Z test_non_contig_index_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9218621Z test_non_contig_index_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9243690Z test_non_contig_index_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9268798Z test_non_contig_index_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9294256Z test_non_contig_index_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9327286Z test_non_contig_index_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.9354161Z test_non_contig_index_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.9381581Z test_non_contig_index_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.9406494Z test_non_contig_index_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9431199Z test_non_contig_index_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9456379Z test_non_contig_index_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9480492Z test_non_contig_index_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9504847Z test_non_contig_index_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9536892Z test_non_contig_index_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.9560817Z test_non_contig_index_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9586618Z test_non_contig_index_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9610957Z test_non_contig_index_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9634811Z test_non_contig_index_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9657252Z test_non_contig_index_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9679544Z test_non_contig_index_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9703955Z test_non_contig_index_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9735037Z test_non_contig_index_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.9758686Z test_non_contig_index_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9782453Z test_non_contig_index_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9804906Z test_non_contig_index_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9827181Z test_non_contig_index_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9850728Z test_non_contig_index_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9875080Z test_non_contig_index_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9898410Z test_non_contig_index_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9927829Z test_non_contig_index_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:15.9950095Z test_non_contig_index_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9972469Z test_non_contig_index_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:15.9995682Z test_non_contig_index_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0019128Z test_non_contig_index_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0042461Z test_non_contig_index_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0064863Z test_non_contig_index_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0087506Z test_non_contig_index_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0116664Z test_non_contig_index_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.0140491Z test_non_contig_index_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0163364Z test_non_contig_index_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0185713Z test_non_contig_index_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0208130Z test_non_contig_index_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0231425Z test_non_contig_index_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0256393Z test_non_contig_index_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0285448Z test_non_contig_index_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.0308508Z test_non_contig_index_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0331166Z test_non_contig_index_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0353162Z test_non_contig_index_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0378333Z test_non_contig_index_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0403163Z test_non_contig_index_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0427412Z test_non_contig_index_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0451883Z test_non_contig_index_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0482567Z test_non_contig_index_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.0509266Z test_non_contig_index_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.0534737Z test_non_contig_index_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0559464Z test_non_contig_index_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0583637Z test_non_contig_index_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0607881Z test_non_contig_index_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0632712Z test_non_contig_index_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0658051Z test_non_contig_index_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0689295Z test_non_contig_index_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.0713084Z test_non_contig_index_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0737406Z test_non_contig_index_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0762475Z test_non_contig_index_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0789149Z test_non_contig_index_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.0814421Z test_non_contig_index_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0839318Z test_non_contig_index_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0863727Z test_non_contig_index_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0893945Z test_non_contig_index_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.0918917Z test_non_contig_index_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0945661Z test_non_contig_index_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.0971186Z test_non_contig_index_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.0995700Z test_non_contig_index_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.1020121Z test_non_contig_index_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.1044389Z test_non_contig_index_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.1069266Z test_non_contig_index_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.1099956Z test_non_contig_index_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.1124866Z test_non_contig_index_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.1148286Z test_non_contig_index_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.1170981Z test_non_contig_index_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.1192873Z test_non_contig_index_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.1217884Z test_non_contig_index_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.1242973Z test_non_contig_index_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.1268397Z test_non_contig_index_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.1298824Z test_non_contig_index_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.1323224Z test_non_contig_index_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.1350684Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.1378175Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.1405057Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.1431256Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.1458909Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.1486400Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.1519095Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.1545643Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.1573314Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.1600556Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.1627339Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.1653902Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.1679078Z test_non_contig_index_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.1704247Z test_non_contig_index_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.1736943Z test_non_contig_index_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.1758976Z test_non_contig_index_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.1781475Z test_non_contig_index_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.1806633Z test_non_contig_index_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.1833097Z test_non_contig_index_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.1858255Z test_non_contig_index_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.1883219Z test_non_contig_index_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.1905276Z test_non_contig_index_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.1933720Z test_non_contig_index_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.1958790Z test_non_contig_index_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.1984538Z test_non_contig_index_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2009624Z test_non_contig_index_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2034673Z test_non_contig_index_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2060023Z test_non_contig_index_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2085204Z test_non_contig_index_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2110367Z test_non_contig_index_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2141658Z test_non_contig_index_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.2166984Z test_non_contig_index_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2191876Z test_non_contig_index_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2217535Z test_non_contig_index_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2242556Z test_non_contig_index_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2267720Z test_non_contig_index_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2292950Z test_non_contig_index_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2320206Z test_non_contig_index_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.2353927Z test_non_contig_index_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.2381823Z test_non_contig_index_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.2407241Z test_non_contig_index_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2432216Z test_non_contig_index_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2457420Z test_non_contig_index_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2482463Z test_non_contig_index_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2507913Z test_non_contig_index_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2533347Z test_non_contig_index_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2565329Z test_non_contig_index_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.2592894Z test_non_contig_index_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.2619109Z test_non_contig_index_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.2645332Z test_non_contig_index_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.2670193Z test_non_contig_index_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2695622Z test_non_contig_index_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2720515Z test_non_contig_index_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2747966Z test_non_contig_index_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.2779279Z test_non_contig_index_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.2805140Z test_non_contig_index_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2829492Z test_non_contig_index_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2854182Z test_non_contig_index_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2879062Z test_non_contig_index_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2904353Z test_non_contig_index_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2928412Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2952696Z test_non_contig_index_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.2983914Z test_non_contig_index_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.3008979Z test_non_contig_index_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3033089Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3057327Z test_non_contig_index_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3082475Z test_non_contig_index_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3107602Z test_non_contig_index_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3132117Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3156346Z test_non_contig_index_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3187401Z test_non_contig_index_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.3212321Z test_non_contig_index_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3236588Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3260831Z test_non_contig_index_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3285893Z test_non_contig_index_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3310791Z test_non_contig_index_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3335351Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3359439Z test_non_contig_index_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3390383Z test_non_contig_index_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.3417227Z test_non_contig_index_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.3441840Z test_non_contig_index_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3466730Z test_non_contig_index_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3488487Z test_non_contig_index_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3510442Z test_non_contig_index_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3535872Z test_non_contig_index_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3560954Z test_non_contig_index_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3592379Z test_non_contig_index_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.3616453Z test_non_contig_index_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3640810Z test_non_contig_index_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3665758Z test_non_contig_index_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3691984Z test_non_contig_index_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.3716783Z test_non_contig_index_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3741659Z test_non_contig_index_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3763510Z test_non_contig_index_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3791805Z test_non_contig_index_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.3816944Z test_non_contig_index_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3843639Z test_non_contig_index_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.3868629Z test_non_contig_index_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3893662Z test_non_contig_index_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3917634Z test_non_contig_index_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3941772Z test_non_contig_index_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3967252Z test_non_contig_index_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.3998362Z test_non_contig_index_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.4023219Z test_non_contig_index_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4048755Z test_non_contig_index_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4074014Z test_non_contig_index_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4098990Z test_non_contig_index_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4123845Z test_non_contig_index_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4149270Z test_non_contig_index_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4174493Z test_non_contig_index_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4207488Z test_non_contig_index_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.4232327Z test_non_contig_index_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4257722Z test_non_contig_index_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4282814Z test_non_contig_index_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4309392Z test_non_contig_index_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.4334508Z test_non_contig_index_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4359679Z test_non_contig_index_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4383966Z test_non_contig_index_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4414144Z test_non_contig_index_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.4438655Z test_non_contig_index_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4465925Z test_non_contig_index_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.4490836Z test_non_contig_index_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4515784Z test_non_contig_index_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4537858Z test_non_contig_index_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4560248Z test_non_contig_index_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4585660Z test_non_contig_index_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4618587Z test_non_contig_index_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.4643410Z test_non_contig_index_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4668671Z test_non_contig_index_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4693009Z test_non_contig_index_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4716908Z test_non_contig_index_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4741828Z test_non_contig_index_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4766969Z test_non_contig_index_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4791714Z test_non_contig_index_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4820016Z test_non_contig_index_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.4841935Z test_non_contig_index_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4865700Z test_non_contig_index_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4889325Z test_non_contig_index_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4912427Z test_non_contig_index_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4934881Z test_non_contig_index_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4957141Z test_non_contig_index_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.4982218Z test_non_contig_index_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5015101Z test_non_contig_index_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.5039986Z test_non_contig_index_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5065312Z test_non_contig_index_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5089630Z test_non_contig_index_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5113662Z test_non_contig_index_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5138770Z test_non_contig_index_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5165642Z test_non_contig_index_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.5190270Z test_non_contig_index_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5221854Z test_non_contig_index_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.5245941Z test_non_contig_index_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5270063Z test_non_contig_index_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5295486Z test_non_contig_index_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5321728Z test_non_contig_index_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.5347040Z test_non_contig_index_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5371897Z test_non_contig_index_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5396013Z test_non_contig_index_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5426346Z test_non_contig_index_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.5451772Z test_non_contig_index_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5476973Z test_non_contig_index_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5501948Z test_non_contig_index_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5526383Z test_non_contig_index_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5550318Z test_non_contig_index_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5575563Z test_non_contig_index_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5599519Z test_non_contig_index_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5629873Z test_non_contig_index_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.5655060Z test_non_contig_index_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5680251Z test_non_contig_index_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5705485Z test_non_contig_index_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5729886Z test_non_contig_index_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5753904Z test_non_contig_index_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5779028Z test_non_contig_index_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5803129Z test_non_contig_index_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5833540Z test_non_contig_index_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.5858673Z test_non_contig_index_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5882653Z test_non_contig_index_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5907121Z test_non_contig_index_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5933212Z test_non_contig_index_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.5958944Z test_non_contig_index_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.5984944Z test_non_contig_index_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.6010099Z test_non_contig_index_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6040994Z test_non_contig_index_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.6066612Z test_non_contig_index_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6090696Z test_non_contig_index_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6114976Z test_non_contig_index_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6140288Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6165363Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6189152Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6213574Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6244732Z test_non_contig_index_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.6271019Z test_non_contig_index_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.6296294Z test_non_contig_index_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6321650Z test_non_contig_index_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6345660Z test_non_contig_index_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6370086Z test_non_contig_index_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6395167Z test_non_contig_index_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6422107Z test_non_contig_index_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.6453359Z test_non_contig_index_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.6478359Z test_non_contig_index_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6500671Z test_non_contig_index_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6523053Z test_non_contig_index_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6548431Z test_non_contig_index_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6574825Z test_non_contig_index_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.6599920Z test_non_contig_index_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6625386Z test_non_contig_index_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6657273Z test_non_contig_index_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.6681711Z test_non_contig_index_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6706576Z test_non_contig_index_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6733423Z test_non_contig_index_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.6758498Z test_non_contig_index_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6783496Z test_non_contig_index_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6807655Z test_non_contig_index_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6831588Z test_non_contig_index_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6862914Z test_non_contig_index_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.6888295Z test_non_contig_index_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6913033Z test_non_contig_index_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:26:16.6944017Z test_non_contig_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.6978214Z test_non_contig_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7009310Z test_non_contig_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7039866Z test_non_contig_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7067736Z test_non_contig_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7101722Z test_non_contig_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7131974Z test_non_contig_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7165571Z test_non_contig_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7195393Z test_non_contig_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7225411Z test_non_contig_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7253273Z test_non_contig_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7280592Z test_non_contig_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7310245Z test_non_contig_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7347835Z test_non_contig_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:16.7377186Z test_non_contig_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7406392Z test_non_contig_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7433532Z test_non_contig_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7461267Z test_non_contig_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7490936Z test_non_contig_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7520310Z test_non_contig_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7549870Z test_non_contig_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7583375Z test_non_contig_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7611204Z test_non_contig_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7640397Z test_non_contig_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7669871Z test_non_contig_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7699199Z test_non_contig_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7726865Z test_non_contig_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7754339Z test_non_contig_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7784448Z test_non_contig_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7822169Z test_non_contig_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:16.7851859Z test_non_contig_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7881054Z test_non_contig_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7908697Z test_non_contig_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7936461Z test_non_contig_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.7969541Z test_non_contig_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8002090Z test_non_contig_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8033211Z test_non_contig_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8070106Z test_non_contig_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:16.8103282Z test_non_contig_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8138904Z test_non_contig_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8172311Z test_non_contig_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8205056Z test_non_contig_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8237854Z test_non_contig_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8270603Z test_non_contig_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8311600Z test_non_contig_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:16.8346083Z test_non_contig_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8380604Z test_non_contig_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8413576Z test_non_contig_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8446809Z test_non_contig_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8481066Z test_non_contig_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8518951Z test_non_contig_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:16.8553680Z test_non_contig_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8594089Z test_non_contig_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:16.8625171Z test_non_contig_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8656540Z test_non_contig_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8689329Z test_non_contig_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8725100Z test_non_contig_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8757717Z test_non_contig_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8791136Z test_non_contig_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8822381Z test_non_contig_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8860537Z test_non_contig_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:16.8893139Z test_non_contig_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8924692Z test_non_contig_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8957233Z test_non_contig_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.8987070Z test_non_contig_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.9014612Z test_non_contig_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.9042153Z test_non_contig_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.9075732Z test_non_contig_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.9114987Z test_non_contig_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:16.9147888Z test_non_contig_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.9179453Z test_non_contig_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.9210845Z test_non_contig_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.9248448Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:16.9286176Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:16.9321580Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.9357891Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:16.9401528Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:16.9439125Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:16.9474674Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.9510166Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.9547648Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:16.9585090Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:16.9620949Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.9657503Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:16.9699109Z test_non_contig_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:16.9732533Z test_non_contig_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.9765779Z test_non_contig_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.9792380Z test_non_contig_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.9820297Z test_non_contig_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.9853217Z test_non_contig_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.9888937Z test_non_contig_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.9921478Z test_non_contig_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:16.9960556Z test_non_contig_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:16.9987379Z test_non_contig_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.0014796Z test_non_contig_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.0048120Z test_non_contig_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.0080898Z test_non_contig_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.0114045Z test_non_contig_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.0147384Z test_non_contig_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.0180607Z test_non_contig_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.0219618Z test_non_contig_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.0252796Z test_non_contig_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.0285913Z test_non_contig_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.0318566Z test_non_contig_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.0351801Z test_non_contig_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.0384691Z test_non_contig_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.0417685Z test_non_contig_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.0450796Z test_non_contig_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.0489909Z test_non_contig_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.0527699Z test_non_contig_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.0566084Z test_non_contig_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.0603636Z test_non_contig_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.0636886Z test_non_contig_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.0669683Z test_non_contig_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.0702727Z test_non_contig_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.0736060Z test_non_contig_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.0775277Z test_non_contig_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.0808435Z test_non_contig_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.0842899Z test_non_contig_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.0881083Z test_non_contig_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.0915595Z test_non_contig_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.0950224Z test_non_contig_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.0983236Z test_non_contig_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1016443Z test_non_contig_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1056169Z test_non_contig_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.1092536Z test_non_contig_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.1126370Z test_non_contig_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1159881Z test_non_contig_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1192085Z test_non_contig_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1223463Z test_non_contig_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1256645Z test_non_contig_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1289136Z test_non_contig_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1326916Z test_non_contig_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.1357572Z test_non_contig_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1390515Z test_non_contig_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1423232Z test_non_contig_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1454850Z test_non_contig_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1485856Z test_non_contig_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1518425Z test_non_contig_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1551741Z test_non_contig_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1588874Z test_non_contig_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.1619936Z test_non_contig_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1653296Z test_non_contig_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1686039Z test_non_contig_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1716758Z test_non_contig_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1748007Z test_non_contig_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1780956Z test_non_contig_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1813886Z test_non_contig_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1851575Z test_non_contig_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.1882481Z test_non_contig_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1914516Z test_non_contig_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1949925Z test_non_contig_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.1982331Z test_non_contig_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2014636Z test_non_contig_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2040736Z test_non_contig_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2067855Z test_non_contig_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2107123Z test_non_contig_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.2140378Z test_non_contig_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2173563Z test_non_contig_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2204823Z test_non_contig_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2236160Z test_non_contig_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2268476Z test_non_contig_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2303353Z test_non_contig_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2335610Z test_non_contig_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2374427Z test_non_contig_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.2400455Z test_non_contig_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2427796Z test_non_contig_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2460758Z test_non_contig_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2496549Z test_non_contig_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2529649Z test_non_contig_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2562291Z test_non_contig_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2593481Z test_non_contig_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2630882Z test_non_contig_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.2663885Z test_non_contig_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2696878Z test_non_contig_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2729819Z test_non_contig_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2762415Z test_non_contig_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2795086Z test_non_contig_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2828326Z test_non_contig_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2861440Z test_non_contig_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2902272Z test_non_contig_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.2935317Z test_non_contig_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.2968449Z test_non_contig_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3001198Z test_non_contig_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3034271Z test_non_contig_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3066918Z test_non_contig_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3102549Z test_non_contig_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3135480Z test_non_contig_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3174570Z test_non_contig_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.3205500Z test_non_contig_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3236110Z test_non_contig_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3269033Z test_non_contig_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3304699Z test_non_contig_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3337701Z test_non_contig_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3370577Z test_non_contig_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3397240Z test_non_contig_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3430706Z test_non_contig_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3463566Z test_non_contig_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3499366Z test_non_contig_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3532111Z test_non_contig_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3565024Z test_non_contig_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3595902Z test_non_contig_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3627079Z test_non_contig_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3660180Z test_non_contig_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3699034Z test_non_contig_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.3731828Z test_non_contig_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3758468Z test_non_contig_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3786237Z test_non_contig_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3815507Z test_non_contig_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3844798Z test_non_contig_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3874075Z test_non_contig_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3901528Z test_non_contig_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3935407Z test_non_contig_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.3968350Z test_non_contig_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4003623Z test_non_contig_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4036403Z test_non_contig_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4069556Z test_non_contig_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4100837Z test_non_contig_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4131795Z test_non_contig_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4164770Z test_non_contig_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4206500Z test_non_contig_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.4239197Z test_non_contig_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4271822Z test_non_contig_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4302949Z test_non_contig_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4334191Z test_non_contig_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4367199Z test_non_contig_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4402359Z test_non_contig_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4435430Z test_non_contig_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4474700Z test_non_contig_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.4506114Z test_non_contig_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4537271Z test_non_contig_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4570429Z test_non_contig_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4603028Z test_non_contig_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4635625Z test_non_contig_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4666822Z test_non_contig_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4698094Z test_non_contig_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4737387Z test_non_contig_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.4768627Z test_non_contig_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4799397Z test_non_contig_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4832315Z test_non_contig_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4865235Z test_non_contig_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4898261Z test_non_contig_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4929499Z test_non_contig_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4960605Z test_non_contig_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.4999515Z test_non_contig_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.5030725Z test_non_contig_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5061962Z test_non_contig_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5094997Z test_non_contig_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5126057Z test_non_contig_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5156674Z test_non_contig_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5191194Z test_non_contig_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5225594Z test_non_contig_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5266289Z test_non_contig_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.5298918Z test_non_contig_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5331670Z test_non_contig_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5364722Z test_non_contig_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5395672Z test_non_contig_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5426806Z test_non_contig_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5460000Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5493271Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5530792Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.5562083Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5594872Z test_non_contig_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5630707Z test_non_contig_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5663482Z test_non_contig_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5696446Z test_non_contig_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5727737Z test_non_contig_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5758796Z test_non_contig_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5798047Z test_non_contig_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.5833799Z test_non_contig_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5866917Z test_non_contig_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5899819Z test_non_contig_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5926879Z test_non_contig_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5954391Z test_non_contig_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.5987594Z test_non_contig_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.6023534Z test_non_contig_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.6063882Z test_non_contig_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.6096819Z test_non_contig_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.6128244Z test_non_contig_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.6159149Z test_non_contig_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.6191941Z test_non_contig_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.6227650Z test_non_contig_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.6260644Z test_non_contig_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.6293714Z test_non_contig_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.6330939Z test_non_contig_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.6361741Z test_non_contig_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.6394732Z test_non_contig_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.6427638Z test_non_contig_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.6460676Z test_non_contig_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:26:17.6504080Z test_nonzero_empty_cuda (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:26:17.6521856Z test_op_invert_cuda (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:17.7129569Z test_out_arg_all_dtypes_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-03-17T19:26:17.7690850Z test_out_arg_all_dtypes_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-03-17T19:26:17.7701777Z test_out_arg_all_dtypes_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:26:17.7713347Z test_out_arg_all_dtypes_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:26:17.8270749Z test_out_arg_all_dtypes_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-03-17T19:26:17.8821582Z test_out_arg_all_dtypes_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-03-17T19:26:17.9378538Z test_out_arg_all_dtypes_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-03-17T19:26:17.9933646Z test_out_arg_all_dtypes_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-03-17T19:26:18.0490147Z test_out_arg_all_dtypes_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-03-17T19:26:18.1038638Z test_out_arg_all_dtypes_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-03-17T19:26:18.1591569Z test_out_arg_all_dtypes_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-03-17T19:26:18.2152894Z test_out_arg_all_dtypes_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-03-17T19:26:18.2473996Z test_out_arg_all_dtypes_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:18.2792705Z test_out_arg_all_dtypes_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:18.3240338Z test_out_arg_all_dtypes_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-03-17T19:26:18.3688122Z test_out_arg_all_dtypes_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-03-17T19:26:18.4010043Z test_out_arg_all_dtypes_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:18.4327747Z test_out_arg_all_dtypes_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:18.4649272Z test_out_arg_all_dtypes_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:18.4976937Z test_out_arg_all_dtypes_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T19:26:18.5299161Z test_out_arg_all_dtypes_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:18.5620882Z test_out_arg_all_dtypes_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:18.5932485Z test_out_arg_all_dtypes_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:18.6251917Z test_out_arg_all_dtypes_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:18.6570550Z test_out_arg_all_dtypes_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:18.6886839Z test_out_arg_all_dtypes_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:18.7331043Z test_out_arg_all_dtypes_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:26:18.7777436Z test_out_arg_all_dtypes_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-03-17T19:26:18.8098107Z test_out_arg_all_dtypes_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:18.8418243Z test_out_arg_all_dtypes_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:18.8738497Z test_out_arg_all_dtypes_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:18.9045594Z test_out_arg_all_dtypes_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:18.9356792Z test_out_arg_all_dtypes_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:18.9676102Z test_out_arg_all_dtypes_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:18.9986710Z test_out_arg_all_dtypes_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:19.0302078Z test_out_arg_all_dtypes_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:19.0662558Z test_out_arg_all_dtypes_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T19:26:19.0929028Z test_out_arg_all_dtypes_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-03-17T19:26:19.1194756Z test_out_arg_all_dtypes_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-03-17T19:26:19.1551883Z test_out_arg_all_dtypes_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T19:26:19.1912547Z test_out_arg_all_dtypes_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T19:26:19.2263451Z test_out_arg_all_dtypes_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-03-17T19:26:19.2623197Z test_out_arg_all_dtypes_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T19:26:19.2989980Z test_out_arg_all_dtypes_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:26:19.3348159Z test_out_arg_all_dtypes_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T19:26:19.3710477Z test_out_arg_all_dtypes_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T19:26:19.4021773Z test_out_arg_all_dtypes_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:19.4330293Z test_out_arg_all_dtypes_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:19.4774708Z test_out_arg_all_dtypes_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:26:19.5222114Z test_out_arg_all_dtypes_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-03-17T19:26:19.5541466Z test_out_arg_all_dtypes_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:19.5861091Z test_out_arg_all_dtypes_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:19.6179441Z test_out_arg_all_dtypes_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:19.6492234Z test_out_arg_all_dtypes_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:19.6800440Z test_out_arg_all_dtypes_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:19.7108500Z test_out_arg_all_dtypes_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:19.7418749Z test_out_arg_all_dtypes_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:19.7735728Z test_out_arg_all_dtypes_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:19.8050751Z test_out_arg_all_dtypes_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:19.8375425Z test_out_arg_all_dtypes_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:19.8821120Z test_out_arg_all_dtypes_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:26:19.9266791Z test_out_arg_all_dtypes_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:26:19.9585607Z test_out_arg_all_dtypes_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:19.9901284Z test_out_arg_all_dtypes_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:20.0217765Z test_out_arg_all_dtypes_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:20.0532758Z test_out_arg_all_dtypes_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:20.0844562Z test_out_arg_all_dtypes_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:20.1172459Z test_out_arg_all_dtypes_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T19:26:20.1483926Z test_out_arg_all_dtypes_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:20.1803549Z test_out_arg_all_dtypes_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:20.2126059Z test_out_arg_all_dtypes_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:20.2446853Z test_out_arg_all_dtypes_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:20.2886651Z test_out_arg_all_dtypes_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:26:20.3330848Z test_out_arg_all_dtypes_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:26:20.3651376Z test_out_arg_all_dtypes_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:20.3977991Z test_out_arg_all_dtypes_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T19:26:20.4300274Z test_out_arg_all_dtypes_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:20.4621224Z test_out_arg_all_dtypes_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:20.4933305Z test_out_arg_all_dtypes_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:20.5248279Z test_out_arg_all_dtypes_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:20.5569361Z test_out_arg_all_dtypes_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:20.5884292Z test_out_arg_all_dtypes_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:20.6206886Z test_out_arg_all_dtypes_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:20.6531863Z test_out_arg_all_dtypes_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:20.6975100Z test_out_arg_all_dtypes_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:26:20.7417602Z test_out_arg_all_dtypes_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:26:20.7735044Z test_out_arg_all_dtypes_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:20.8056955Z test_out_arg_all_dtypes_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:20.8379942Z test_out_arg_all_dtypes_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:20.8698997Z test_out_arg_all_dtypes_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:20.9013847Z test_out_arg_all_dtypes_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:20.9341523Z test_out_arg_all_dtypes_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T19:26:20.9660315Z test_out_arg_all_dtypes_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:20.9979290Z test_out_arg_all_dtypes_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:21.0554029Z test_out_arg_all_dtypes_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-03-17T19:26:21.1130069Z test_out_arg_all_dtypes_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-03-17T19:26:21.1705568Z test_out_arg_all_dtypes_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-03-17T19:26:21.2282671Z test_out_arg_all_dtypes_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-03-17T19:26:21.2860098Z test_out_arg_all_dtypes_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-03-17T19:26:21.3444937Z test_out_arg_all_dtypes_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-03-17T19:26:21.3966851Z test_out_arg_all_dtypes_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-03-17T19:26:21.4440844Z test_out_arg_all_dtypes_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-03-17T19:26:21.4925538Z test_out_arg_all_dtypes_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:26:21.5408890Z test_out_arg_all_dtypes_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:26:21.6029766Z test_out_arg_all_dtypes_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-03-17T19:26:21.6602454Z test_out_arg_all_dtypes_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-03-17T19:26:21.7172974Z test_out_arg_all_dtypes_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-03-17T19:26:21.7750896Z test_out_arg_all_dtypes_clamp_scalar_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-03-17T19:26:21.8312942Z test_out_arg_all_dtypes_clamp_scalar_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-03-17T19:26:21.8879851Z test_out_arg_all_dtypes_clamp_scalar_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-03-17T19:26:21.9445069Z test_out_arg_all_dtypes_clamp_scalar_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-03-17T19:26:22.0004243Z test_out_arg_all_dtypes_clamp_scalar_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-03-17T19:26:22.0563840Z test_out_arg_all_dtypes_clamp_scalar_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-03-17T19:26:22.0582622Z test_out_arg_all_dtypes_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:22.0599871Z test_out_arg_all_dtypes_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:22.0623660Z test_out_arg_all_dtypes_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:22.0640593Z test_out_arg_all_dtypes_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:22.0658193Z test_out_arg_all_dtypes_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:22.0675431Z test_out_arg_all_dtypes_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:22.0692929Z test_out_arg_all_dtypes_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:22.0710173Z test_out_arg_all_dtypes_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:22.0727643Z test_out_arg_all_dtypes_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:22.0744675Z test_out_arg_all_dtypes_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:22.0761853Z test_out_arg_all_dtypes_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:22.0779713Z test_out_arg_all_dtypes_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:22.1489463Z test_out_arg_all_dtypes_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-03-17T19:26:22.2149716Z test_out_arg_all_dtypes_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-03-17T19:26:22.2807400Z test_out_arg_all_dtypes_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-03-17T19:26:22.3464960Z test_out_arg_all_dtypes_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-03-17T19:26:22.4119082Z test_out_arg_all_dtypes_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-03-17T19:26:22.4776949Z test_out_arg_all_dtypes_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-03-17T19:26:22.5434200Z test_out_arg_all_dtypes_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-03-17T19:26:22.6083674Z test_out_arg_all_dtypes_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-03-17T19:26:22.6740085Z test_out_arg_all_dtypes_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-03-17T19:26:22.7401844Z test_out_arg_all_dtypes_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-03-17T19:26:22.8057807Z test_out_arg_all_dtypes_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-03-17T19:26:22.8710471Z test_out_arg_all_dtypes_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-03-17T19:26:22.9018762Z test_out_arg_all_dtypes_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:22.9330225Z test_out_arg_all_dtypes_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:22.9754582Z test_out_arg_all_dtypes_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-03-17T19:26:23.0198594Z test_out_arg_all_dtypes_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:26:23.0516475Z test_out_arg_all_dtypes_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:23.0840237Z test_out_arg_all_dtypes_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:23.1145002Z test_out_arg_all_dtypes_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-03-17T19:26:23.1456109Z test_out_arg_all_dtypes_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:23.1770620Z test_out_arg_all_dtypes_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:23.2081071Z test_out_arg_all_dtypes_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:23.2396443Z test_out_arg_all_dtypes_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:23.2711514Z test_out_arg_all_dtypes_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:23.3030163Z test_out_arg_all_dtypes_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:23.3356202Z test_out_arg_all_dtypes_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:23.3793110Z test_out_arg_all_dtypes_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:26:23.4240023Z test_out_arg_all_dtypes_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-03-17T19:26:23.4559780Z test_out_arg_all_dtypes_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:23.4881863Z test_out_arg_all_dtypes_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:23.5201065Z test_out_arg_all_dtypes_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:23.5516054Z test_out_arg_all_dtypes_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:23.5823429Z test_out_arg_all_dtypes_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:23.6149844Z test_out_arg_all_dtypes_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T19:26:23.6469734Z test_out_arg_all_dtypes_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:23.6788858Z test_out_arg_all_dtypes_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:23.7155253Z test_out_arg_all_dtypes_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:26:23.7515207Z test_out_arg_all_dtypes_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T19:26:23.7886859Z test_out_arg_all_dtypes_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:26:23.8258295Z test_out_arg_all_dtypes_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:26:23.8627638Z test_out_arg_all_dtypes_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:26:23.9003859Z test_out_arg_all_dtypes_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-03-17T19:26:23.9371644Z test_out_arg_all_dtypes_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:26:23.9735572Z test_out_arg_all_dtypes_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T19:26:24.0092306Z test_out_arg_all_dtypes_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T19:26:24.0451778Z test_out_arg_all_dtypes_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T19:26:24.0773645Z test_out_arg_all_dtypes_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:24.7078706Z test_out_arg_all_dtypes_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.630s) 2022-03-17T19:26:24.7399347Z test_out_arg_all_dtypes_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:25.3860393Z test_out_arg_all_dtypes_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.646s) 2022-03-17T19:26:25.4183960Z test_out_arg_all_dtypes_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:25.4501905Z test_out_arg_all_dtypes_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:25.4823744Z test_out_arg_all_dtypes_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:25.5146011Z test_out_arg_all_dtypes_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:25.5468188Z test_out_arg_all_dtypes_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:25.5792150Z test_out_arg_all_dtypes_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:25.6113658Z test_out_arg_all_dtypes_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:25.6442935Z test_out_arg_all_dtypes_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T19:26:25.6755437Z test_out_arg_all_dtypes_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:25.7076006Z test_out_arg_all_dtypes_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:25.7397249Z test_out_arg_all_dtypes_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:25.7718875Z test_out_arg_all_dtypes_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:25.8040627Z test_out_arg_all_dtypes_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:25.8356238Z test_out_arg_all_dtypes_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:25.8677813Z test_out_arg_all_dtypes_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:26.4462124Z test_out_arg_all_dtypes_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.578s) 2022-03-17T19:26:26.4787570Z test_out_arg_all_dtypes_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T19:26:26.9754102Z test_out_arg_all_dtypes_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.496s) 2022-03-17T19:26:27.0075606Z test_out_arg_all_dtypes_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:27.7670913Z test_out_arg_all_dtypes_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.759s) 2022-03-17T19:26:27.7993768Z test_out_arg_all_dtypes_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:27.8317498Z test_out_arg_all_dtypes_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:27.8642753Z test_out_arg_all_dtypes_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:27.8962902Z test_out_arg_all_dtypes_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:27.9282694Z test_out_arg_all_dtypes_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:27.9600102Z test_out_arg_all_dtypes_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:28.4578037Z test_out_arg_all_dtypes_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.498s) 2022-03-17T19:26:28.4902607Z test_out_arg_all_dtypes_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:29.3137522Z test_out_arg_all_dtypes_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.823s) 2022-03-17T19:26:29.3455670Z test_out_arg_all_dtypes_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:29.3772877Z test_out_arg_all_dtypes_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:29.4089872Z test_out_arg_all_dtypes_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:29.4396602Z test_out_arg_all_dtypes_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:29.4710441Z test_out_arg_all_dtypes_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:30.0191577Z test_out_arg_all_dtypes_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.548s) 2022-03-17T19:26:30.0512172Z test_out_arg_all_dtypes_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:30.5325480Z test_out_arg_all_dtypes_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.481s) 2022-03-17T19:26:30.5651042Z test_out_arg_all_dtypes_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:31.2685826Z test_out_arg_all_dtypes_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.703s) 2022-03-17T19:26:31.3012955Z test_out_arg_all_dtypes_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T19:26:31.3323489Z test_out_arg_all_dtypes_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:31.3637168Z test_out_arg_all_dtypes_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:31.3947326Z test_out_arg_all_dtypes_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:31.4259548Z test_out_arg_all_dtypes_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:31.4578538Z test_out_arg_all_dtypes_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:31.4894357Z test_out_arg_all_dtypes_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:32.1626508Z test_out_arg_all_dtypes_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.673s) 2022-03-17T19:26:32.8279935Z test_out_arg_all_dtypes_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.665s) 2022-03-17T19:26:32.8604169Z test_out_arg_all_dtypes_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:32.8918994Z test_out_arg_all_dtypes_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:32.9242221Z test_out_arg_all_dtypes_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:32.9564880Z test_out_arg_all_dtypes_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:32.9887340Z test_out_arg_all_dtypes_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:33.0207283Z test_out_arg_all_dtypes_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:33.0521195Z test_out_arg_all_dtypes_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:33.0841124Z test_out_arg_all_dtypes_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:33.1161224Z test_out_arg_all_dtypes_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:33.1480691Z test_out_arg_all_dtypes_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:33.1801636Z test_out_arg_all_dtypes_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:33.2122302Z test_out_arg_all_dtypes_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:33.2436031Z test_out_arg_all_dtypes_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:33.2755614Z test_out_arg_all_dtypes_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:33.3075365Z test_out_arg_all_dtypes_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:33.3395819Z test_out_arg_all_dtypes_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:33.3714861Z test_out_arg_all_dtypes_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:33.4034545Z test_out_arg_all_dtypes_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:33.4563230Z test_out_arg_all_dtypes_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-03-17T19:26:33.5048541Z test_out_arg_all_dtypes_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:26:33.5536001Z test_out_arg_all_dtypes_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-03-17T19:26:33.6018751Z test_out_arg_all_dtypes_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:26:33.6546487Z test_out_arg_all_dtypes_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-03-17T19:26:33.7033124Z test_out_arg_all_dtypes_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-03-17T19:26:33.7500801Z test_out_arg_all_dtypes_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-03-17T19:26:33.7984368Z test_out_arg_all_dtypes_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:26:33.8003181Z test_out_arg_all_dtypes_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:33.8022082Z test_out_arg_all_dtypes_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:33.8039943Z test_out_arg_all_dtypes_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:34.4298158Z test_out_arg_all_dtypes_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.626s) 2022-03-17T19:26:34.4606342Z test_out_arg_all_dtypes_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:35.0049970Z test_out_arg_all_dtypes_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.544s) 2022-03-17T19:26:35.0369242Z test_out_arg_all_dtypes_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:35.5884846Z test_out_arg_all_dtypes_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.551s) 2022-03-17T19:26:35.6203744Z test_out_arg_all_dtypes_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:35.6521460Z test_out_arg_all_dtypes_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:35.6844115Z test_out_arg_all_dtypes_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:35.7166555Z test_out_arg_all_dtypes_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:35.7487695Z test_out_arg_all_dtypes_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:35.7506992Z test_out_arg_all_dtypes_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7531284Z test_out_arg_all_dtypes_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7548431Z test_out_arg_all_dtypes_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7565920Z test_out_arg_all_dtypes_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7583136Z test_out_arg_all_dtypes_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7600398Z test_out_arg_all_dtypes_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7617901Z test_out_arg_all_dtypes_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7635216Z test_out_arg_all_dtypes_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7652627Z test_out_arg_all_dtypes_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7669962Z test_out_arg_all_dtypes_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7687513Z test_out_arg_all_dtypes_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7704539Z test_out_arg_all_dtypes_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7722018Z test_out_arg_all_dtypes_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7745985Z test_out_arg_all_dtypes_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7763207Z test_out_arg_all_dtypes_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7780684Z test_out_arg_all_dtypes_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7798048Z test_out_arg_all_dtypes_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7815648Z test_out_arg_all_dtypes_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7832817Z test_out_arg_all_dtypes_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7850227Z test_out_arg_all_dtypes_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7867249Z test_out_arg_all_dtypes_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7885042Z test_out_arg_all_dtypes_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7901990Z test_out_arg_all_dtypes_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7919136Z test_out_arg_all_dtypes_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7936663Z test_out_arg_all_dtypes_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7962136Z test_out_arg_all_dtypes_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7979776Z test_out_arg_all_dtypes_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.7997135Z test_out_arg_all_dtypes_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.8014708Z test_out_arg_all_dtypes_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.8031995Z test_out_arg_all_dtypes_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.8049901Z test_out_arg_all_dtypes_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.8066941Z test_out_arg_all_dtypes_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.8084368Z test_out_arg_all_dtypes_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.8101645Z test_out_arg_all_dtypes_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.8118941Z test_out_arg_all_dtypes_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.8136477Z test_out_arg_all_dtypes_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.8153651Z test_out_arg_all_dtypes_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.8177106Z test_out_arg_all_dtypes_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:35.8575691Z test_out_arg_all_dtypes_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-03-17T19:26:35.8978482Z test_out_arg_all_dtypes_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-03-17T19:26:35.9390409Z test_out_arg_all_dtypes_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-03-17T19:26:35.9806528Z test_out_arg_all_dtypes_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-03-17T19:26:36.0210489Z test_out_arg_all_dtypes_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-03-17T19:26:36.0607684Z test_out_arg_all_dtypes_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-03-17T19:26:36.1012779Z test_out_arg_all_dtypes_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-03-17T19:26:36.1433521Z test_out_arg_all_dtypes_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-03-17T19:26:36.1848693Z test_out_arg_all_dtypes_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-03-17T19:26:36.2240674Z test_out_arg_all_dtypes_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-03-17T19:26:36.2652574Z test_out_arg_all_dtypes_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-03-17T19:26:36.3041903Z test_out_arg_all_dtypes_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-03-17T19:26:36.3439152Z test_out_arg_all_dtypes_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-03-17T19:26:36.3855196Z test_out_arg_all_dtypes_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-03-17T19:26:36.4269916Z test_out_arg_all_dtypes_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-03-17T19:26:36.4671415Z test_out_arg_all_dtypes_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-03-17T19:26:36.5081540Z test_out_arg_all_dtypes_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-03-17T19:26:36.5496448Z test_out_arg_all_dtypes_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-03-17T19:26:36.5905322Z test_out_arg_all_dtypes_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-03-17T19:26:36.6306138Z test_out_arg_all_dtypes_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-03-17T19:26:36.6325002Z test_out_arg_all_dtypes_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:36.6343578Z test_out_arg_all_dtypes_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:36.6362218Z test_out_arg_all_dtypes_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:36.6380934Z test_out_arg_all_dtypes_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:36.6398145Z test_out_arg_all_dtypes_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:36.6421907Z test_out_arg_all_dtypes_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:36.6439060Z test_out_arg_all_dtypes_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:36.6456596Z test_out_arg_all_dtypes_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:36.6473692Z test_out_arg_all_dtypes_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:36.6491190Z test_out_arg_all_dtypes_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:36.6508451Z test_out_arg_all_dtypes_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:36.6526089Z test_out_arg_all_dtypes_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:36.6840928Z test_out_arg_all_dtypes_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:37.2413023Z test_out_arg_all_dtypes_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.557s) 2022-03-17T19:26:37.2733461Z test_out_arg_all_dtypes_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:38.2149330Z test_out_arg_all_dtypes_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.941s) 2022-03-17T19:26:38.2467492Z test_out_arg_all_dtypes_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:38.2786220Z test_out_arg_all_dtypes_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:38.3105670Z test_out_arg_all_dtypes_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:38.3425877Z test_out_arg_all_dtypes_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:38.3742867Z test_out_arg_all_dtypes_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:38.4049960Z test_out_arg_all_dtypes_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:38.4360850Z test_out_arg_all_dtypes_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:38.4812375Z test_out_arg_all_dtypes_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-03-17T19:26:38.5252879Z test_out_arg_all_dtypes_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:26:38.5572825Z test_out_arg_all_dtypes_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:38.5888532Z test_out_arg_all_dtypes_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:38.6208895Z test_out_arg_all_dtypes_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:38.6524635Z test_out_arg_all_dtypes_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:38.6838741Z test_out_arg_all_dtypes_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:38.7151778Z test_out_arg_all_dtypes_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:38.7475239Z test_out_arg_all_dtypes_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:38.7793109Z test_out_arg_all_dtypes_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:38.8113976Z test_out_arg_all_dtypes_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:38.8432839Z test_out_arg_all_dtypes_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:38.8747410Z test_out_arg_all_dtypes_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:38.9065161Z test_out_arg_all_dtypes_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:38.9379946Z test_out_arg_all_dtypes_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:38.9691038Z test_out_arg_all_dtypes_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:39.0015901Z test_out_arg_all_dtypes_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:39.0327399Z test_out_arg_all_dtypes_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:39.0637049Z test_out_arg_all_dtypes_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:39.0950568Z test_out_arg_all_dtypes_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:39.1268439Z test_out_arg_all_dtypes_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:39.1589844Z test_out_arg_all_dtypes_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:39.2030178Z test_out_arg_all_dtypes_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:26:39.2474241Z test_out_arg_all_dtypes_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:26:39.2796636Z test_out_arg_all_dtypes_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:39.3117304Z test_out_arg_all_dtypes_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:39.3435340Z test_out_arg_all_dtypes_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:39.3750287Z test_out_arg_all_dtypes_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:39.4067788Z test_out_arg_all_dtypes_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:39.4384150Z test_out_arg_all_dtypes_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:39.4703542Z test_out_arg_all_dtypes_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:39.5015559Z test_out_arg_all_dtypes_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:39.5334839Z test_out_arg_all_dtypes_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:39.5652148Z test_out_arg_all_dtypes_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:39.6085455Z test_out_arg_all_dtypes_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-03-17T19:26:39.6532797Z test_out_arg_all_dtypes_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-03-17T19:26:39.6854825Z test_out_arg_all_dtypes_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:39.7173594Z test_out_arg_all_dtypes_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:39.7491934Z test_out_arg_all_dtypes_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:39.7809480Z test_out_arg_all_dtypes_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:39.8123167Z test_out_arg_all_dtypes_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:39.8438973Z test_out_arg_all_dtypes_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:26:39.8760236Z test_out_arg_all_dtypes_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:39.9076419Z test_out_arg_all_dtypes_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:26:39.9148499Z test_out_arg_all_dtypes_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:26:39.9209067Z test_out_arg_all_dtypes_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:39.9271593Z test_out_arg_all_dtypes_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:39.9334154Z test_out_arg_all_dtypes_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:39.9410720Z test_out_arg_all_dtypes_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T19:26:39.9469079Z test_out_arg_all_dtypes_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:39.9527879Z test_out_arg_all_dtypes_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:39.9585661Z test_out_arg_all_dtypes_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:39.9643317Z test_out_arg_all_dtypes_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:39.9700600Z test_out_arg_all_dtypes_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:39.9758115Z test_out_arg_all_dtypes_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:39.9815767Z test_out_arg_all_dtypes_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:26:40.0263227Z test_out_arg_all_dtypes_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-03-17T19:26:40.0704494Z test_out_arg_all_dtypes_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:26:40.1143198Z test_out_arg_all_dtypes_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:26:40.1586797Z test_out_arg_all_dtypes_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:26:40.2026445Z test_out_arg_all_dtypes_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:26:40.2466244Z test_out_arg_all_dtypes_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:26:40.2906177Z test_out_arg_all_dtypes_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:26:40.3346566Z test_out_arg_all_dtypes_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:26:40.3793962Z test_out_arg_all_dtypes_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-03-17T19:26:40.4234505Z test_out_arg_all_dtypes_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:26:40.4570871Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-03-17T19:26:40.4913844Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-03-17T19:26:40.5256815Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-03-17T19:26:40.5599390Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-03-17T19:26:40.5941275Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-03-17T19:26:40.6282706Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-03-17T19:26:40.6629886Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-03-17T19:26:40.6972703Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-03-17T19:26:40.7316289Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-03-17T19:26:40.7658860Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-03-17T19:26:40.8001888Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-03-17T19:26:40.8345545Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-03-17T19:26:40.8686684Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-03-17T19:26:40.9029104Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-03-17T19:26:40.9375996Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-03-17T19:26:40.9713152Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-03-17T19:26:41.0057072Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-03-17T19:26:41.0386991Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T19:26:41.0722314Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T19:26:41.1050734Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T19:26:41.1386437Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T19:26:41.1726608Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-03-17T19:26:41.2072796Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-03-17T19:26:41.2410131Z test_out_arg_all_dtypes_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-03-17T19:26:41.2934233Z test_out_arg_all_dtypes_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-03-17T19:26:41.3417189Z test_out_arg_all_dtypes_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:26:41.3911939Z test_out_arg_all_dtypes_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-03-17T19:26:41.4398370Z test_out_arg_all_dtypes_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-03-17T19:26:41.4895474Z test_out_arg_all_dtypes_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-03-17T19:26:41.5383698Z test_out_arg_all_dtypes_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-03-17T19:26:41.5864723Z test_out_arg_all_dtypes_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:26:41.6359689Z test_out_arg_all_dtypes_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-03-17T19:26:41.6846416Z test_out_arg_all_dtypes_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-03-17T19:26:41.7339602Z test_out_arg_all_dtypes_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-03-17T19:26:41.7855015Z test_out_arg_all_dtypes_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-03-17T19:26:41.8324476Z test_out_arg_all_dtypes_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-03-17T19:26:41.8806979Z test_out_arg_all_dtypes_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:26:41.9284503Z test_out_arg_all_dtypes_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:26:41.9765427Z test_out_arg_all_dtypes_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:26:42.0246993Z test_out_arg_all_dtypes_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:26:42.0716007Z test_out_arg_all_dtypes_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-03-17T19:26:42.1187040Z test_out_arg_all_dtypes_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-03-17T19:26:42.1664748Z test_out_arg_all_dtypes_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:26:42.2143454Z test_out_arg_all_dtypes_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:26:42.2617858Z test_out_arg_all_dtypes_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-03-17T19:26:42.2636767Z test_out_arg_all_dtypes_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.2660895Z test_out_arg_all_dtypes_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.2678090Z test_out_arg_all_dtypes_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.2695885Z test_out_arg_all_dtypes_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.2713140Z test_out_arg_all_dtypes_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.2730722Z test_out_arg_all_dtypes_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.2748299Z test_out_arg_all_dtypes_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.2765891Z test_out_arg_all_dtypes_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.2783136Z test_out_arg_all_dtypes_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.2800731Z test_out_arg_all_dtypes_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.2818457Z test_out_arg_all_dtypes_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.2835751Z test_out_arg_all_dtypes_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.2853245Z test_out_arg_all_dtypes_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.2877018Z test_out_arg_all_dtypes_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.2894524Z test_out_arg_all_dtypes_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.2911987Z test_out_arg_all_dtypes_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.2929376Z test_out_arg_all_dtypes_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.2946534Z test_out_arg_all_dtypes_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.2963999Z test_out_arg_all_dtypes_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.2981352Z test_out_arg_all_dtypes_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.2998582Z test_out_arg_all_dtypes_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3015964Z test_out_arg_all_dtypes_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3033265Z test_out_arg_all_dtypes_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3051001Z test_out_arg_all_dtypes_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3068179Z test_out_arg_all_dtypes_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3092177Z test_out_arg_all_dtypes_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3109354Z test_out_arg_all_dtypes_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3126879Z test_out_arg_all_dtypes_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3144238Z test_out_arg_all_dtypes_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3162300Z test_out_arg_all_dtypes_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3179306Z test_out_arg_all_dtypes_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3196786Z test_out_arg_all_dtypes_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3214288Z test_out_arg_all_dtypes_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3231578Z test_out_arg_all_dtypes_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3249389Z test_out_arg_all_dtypes_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3266387Z test_out_arg_all_dtypes_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3283796Z test_out_arg_all_dtypes_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3307586Z test_out_arg_all_dtypes_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3325024Z test_out_arg_all_dtypes_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3342472Z test_out_arg_all_dtypes_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3359851Z test_out_arg_all_dtypes_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3377368Z test_out_arg_all_dtypes_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3394780Z test_out_arg_all_dtypes_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3412141Z test_out_arg_all_dtypes_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3429273Z test_out_arg_all_dtypes_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3447084Z test_out_arg_all_dtypes_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3464264Z test_out_arg_all_dtypes_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3481601Z test_out_arg_all_dtypes_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3499304Z test_out_arg_all_dtypes_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3524711Z test_out_arg_all_dtypes_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3542113Z test_out_arg_all_dtypes_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3559264Z test_out_arg_all_dtypes_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3576795Z test_out_arg_all_dtypes_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3594057Z test_out_arg_all_dtypes_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:26:42.3962105Z test_out_arg_all_dtypes_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:26:42.4333237Z test_out_arg_all_dtypes_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:26:42.4698952Z test_out_arg_all_dtypes_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T19:26:42.5067837Z test_out_arg_all_dtypes_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:26:42.5443773Z test_out_arg_all_dtypes_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:26:42.5813339Z test_out_arg_all_dtypes_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:26:42.6182990Z test_out_arg_all_dtypes_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:26:42.6553008Z test_out_arg_all_dtypes_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:26:42.6916289Z test_out_arg_all_dtypes_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T19:26:42.7284183Z test_out_arg_all_dtypes_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:26:43.3337826Z test_out_arg_all_dtypes_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.605s) 2022-03-17T19:26:43.3709109Z test_out_arg_all_dtypes_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:26:44.3845862Z test_out_arg_all_dtypes_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.013s) 2022-03-17T19:26:44.4212345Z test_out_arg_all_dtypes_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:26:44.4582578Z test_out_arg_all_dtypes_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:26:44.4949742Z test_out_arg_all_dtypes_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:26:44.5317856Z test_out_arg_all_dtypes_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:26:44.5688290Z test_out_arg_all_dtypes_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:26:44.6058029Z test_out_arg_all_dtypes_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:26:49.8869108Z test_out_arg_all_dtypes_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (5.281s) 2022-03-17T19:26:49.9240745Z test_out_arg_all_dtypes_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:27:02.3832761Z test_out_arg_all_dtypes_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (12.459s) 2022-03-17T19:27:02.4200535Z test_out_arg_all_dtypes_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:27:02.4569830Z test_out_arg_all_dtypes_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:27:02.4935004Z test_out_arg_all_dtypes_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T19:27:02.5305815Z test_out_arg_all_dtypes_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:27:02.5676412Z test_out_arg_all_dtypes_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:27:02.6042898Z test_out_arg_all_dtypes_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:27:02.6420915Z test_out_arg_all_dtypes_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-03-17T19:27:02.6793628Z test_out_arg_all_dtypes_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:27:02.7192799Z test_out_arg_all_dtypes_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-03-17T19:27:02.7561844Z test_out_arg_all_dtypes_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:27:02.7928259Z test_out_arg_all_dtypes_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:27:02.8291823Z test_out_arg_all_dtypes_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T19:27:02.8662180Z test_out_arg_all_dtypes_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:27:02.9032191Z test_out_arg_all_dtypes_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:27:02.9405406Z test_out_arg_all_dtypes_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:27:02.9772609Z test_out_arg_all_dtypes_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:27:03.0136155Z test_out_arg_all_dtypes_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T19:27:03.0528338Z test_out_arg_all_dtypes_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-03-17T19:27:03.0894058Z test_out_arg_all_dtypes_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T19:27:03.1263484Z test_out_arg_all_dtypes_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:27:03.1630478Z test_out_arg_all_dtypes_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:27:03.1998541Z test_out_arg_all_dtypes_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:27:03.2369176Z test_out_arg_all_dtypes_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:27:03.2387760Z test_out_arg_all_dtypes_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:03.2406642Z test_out_arg_all_dtypes_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:03.2425290Z test_out_arg_all_dtypes_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:03.2442596Z test_out_arg_all_dtypes_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:03.2461344Z test_out_arg_all_dtypes_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:03.2479252Z test_out_arg_all_dtypes_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:03.2496678Z test_out_arg_all_dtypes_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:03.2513849Z test_out_arg_all_dtypes_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:03.2531294Z test_out_arg_all_dtypes_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:03.2548547Z test_out_arg_all_dtypes_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:03.2566179Z test_out_arg_all_dtypes_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:03.2933447Z test_out_arg_all_dtypes_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:27:03.3297887Z test_out_arg_all_dtypes_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T19:27:03.3661512Z test_out_arg_all_dtypes_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T19:27:03.4029813Z test_out_arg_all_dtypes_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:27:03.4394612Z test_out_arg_all_dtypes_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T19:27:03.4752760Z test_out_arg_all_dtypes_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T19:27:03.5121173Z test_out_arg_all_dtypes_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:27:03.5490376Z test_out_arg_all_dtypes_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:27:03.5862875Z test_out_arg_all_dtypes_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:27:03.6230536Z test_out_arg_all_dtypes_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T19:27:03.6249482Z test_out_arg_all_dtypes_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:03.6268026Z test_out_arg_all_dtypes_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:03.6287373Z test_out_arg_all_dtypes_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:03.6305630Z test_out_arg_all_dtypes_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:03.6322726Z test_out_arg_all_dtypes_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:03.6340280Z test_out_arg_all_dtypes_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:03.6357288Z test_out_arg_all_dtypes_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:03.6374728Z test_out_arg_all_dtypes_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:03.6391932Z test_out_arg_all_dtypes_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:03.6415726Z test_out_arg_all_dtypes_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:03.6432959Z test_out_arg_all_dtypes_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:03.6450260Z test_out_arg_all_dtypes_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:03.6771002Z test_out_arg_all_dtypes_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:03.7091673Z test_out_arg_all_dtypes_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:03.7535305Z test_out_arg_all_dtypes_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:27:03.7980058Z test_out_arg_all_dtypes_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:27:03.8301984Z test_out_arg_all_dtypes_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:03.8621766Z test_out_arg_all_dtypes_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:03.8942733Z test_out_arg_all_dtypes_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:03.9263375Z test_out_arg_all_dtypes_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:03.9584269Z test_out_arg_all_dtypes_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:03.9905196Z test_out_arg_all_dtypes_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:04.0221433Z test_out_arg_all_dtypes_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:04.0535494Z test_out_arg_all_dtypes_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:04.1058525Z test_out_arg_all_dtypes_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-03-17T19:27:04.1542202Z test_out_arg_all_dtypes_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:27:04.2029916Z test_out_arg_all_dtypes_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-03-17T19:27:04.2507941Z test_out_arg_all_dtypes_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:27:04.3121001Z test_out_arg_all_dtypes_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-03-17T19:27:04.3687928Z test_out_arg_all_dtypes_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-03-17T19:27:04.4246033Z test_out_arg_all_dtypes_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-03-17T19:27:04.4812042Z test_out_arg_all_dtypes_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-03-17T19:27:04.5423679Z test_out_arg_all_dtypes_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-03-17T19:27:04.5978142Z test_out_arg_all_dtypes_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-03-17T19:27:04.6543729Z test_out_arg_all_dtypes_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-03-17T19:27:04.7106162Z test_out_arg_all_dtypes_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-03-17T19:27:04.7715909Z test_out_arg_all_dtypes_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-03-17T19:27:04.8279558Z test_out_arg_all_dtypes_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-03-17T19:27:04.8839873Z test_out_arg_all_dtypes_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-03-17T19:27:04.9398135Z test_out_arg_all_dtypes_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-03-17T19:27:04.9709602Z test_out_arg_all_dtypes_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:05.0024708Z test_out_arg_all_dtypes_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:06.9168962Z test_out_arg_all_dtypes_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.914s) 2022-03-17T19:27:07.7910508Z test_out_arg_all_dtypes_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.874s) 2022-03-17T19:27:07.8233986Z test_out_arg_all_dtypes_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:07.8556423Z test_out_arg_all_dtypes_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:07.8877910Z test_out_arg_all_dtypes_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:07.9194261Z test_out_arg_all_dtypes_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:07.9512040Z test_out_arg_all_dtypes_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:07.9833568Z test_out_arg_all_dtypes_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:08.0161789Z test_out_arg_all_dtypes_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T19:27:08.0479973Z test_out_arg_all_dtypes_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:08.1004590Z test_out_arg_all_dtypes_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-03-17T19:27:08.1480085Z test_out_arg_all_dtypes_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-03-17T19:27:08.1959197Z test_out_arg_all_dtypes_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:27:08.2446558Z test_out_arg_all_dtypes_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-03-17T19:27:08.2929999Z test_out_arg_all_dtypes_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:27:08.3413567Z test_out_arg_all_dtypes_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:27:08.3903800Z test_out_arg_all_dtypes_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-03-17T19:27:08.4384685Z test_out_arg_all_dtypes_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:27:08.4865556Z test_out_arg_all_dtypes_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:27:08.5346395Z test_out_arg_all_dtypes_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:27:08.5824445Z test_out_arg_all_dtypes_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:27:08.6305177Z test_out_arg_all_dtypes_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:27:08.6625969Z test_out_arg_all_dtypes_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:08.6947191Z test_out_arg_all_dtypes_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:10.4724465Z test_out_arg_all_dtypes_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.777s) 2022-03-17T19:27:11.2890793Z test_out_arg_all_dtypes_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.816s) 2022-03-17T19:27:11.3219314Z test_out_arg_all_dtypes_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T19:27:11.3538681Z test_out_arg_all_dtypes_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:11.3851595Z test_out_arg_all_dtypes_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:11.4163284Z test_out_arg_all_dtypes_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:11.4479648Z test_out_arg_all_dtypes_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:11.4802435Z test_out_arg_all_dtypes_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:11.5115668Z test_out_arg_all_dtypes_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:11.5433022Z test_out_arg_all_dtypes_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:11.5945459Z test_out_arg_all_dtypes_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-03-17T19:27:11.6416763Z test_out_arg_all_dtypes_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-03-17T19:27:11.6901168Z test_out_arg_all_dtypes_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:27:11.7384734Z test_out_arg_all_dtypes_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:27:11.7869029Z test_out_arg_all_dtypes_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:27:11.8356069Z test_out_arg_all_dtypes_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-03-17T19:27:11.8820638Z test_out_arg_all_dtypes_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-03-17T19:27:11.9288135Z test_out_arg_all_dtypes_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-03-17T19:27:11.9766486Z test_out_arg_all_dtypes_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:27:12.0235258Z test_out_arg_all_dtypes_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-03-17T19:27:12.0639733Z test_out_arg_all_dtypes_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-03-17T19:27:12.1041571Z test_out_arg_all_dtypes_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-03-17T19:27:12.1446308Z test_out_arg_all_dtypes_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-03-17T19:27:12.1843860Z test_out_arg_all_dtypes_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-03-17T19:27:12.2246924Z test_out_arg_all_dtypes_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-03-17T19:27:12.2655181Z test_out_arg_all_dtypes_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-03-17T19:27:12.3045281Z test_out_arg_all_dtypes_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-03-17T19:27:12.3453783Z test_out_arg_all_dtypes_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-03-17T19:27:12.3863333Z test_out_arg_all_dtypes_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-03-17T19:27:12.4258716Z test_out_arg_all_dtypes_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-03-17T19:27:12.4581532Z test_out_arg_all_dtypes_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:12.4904665Z test_out_arg_all_dtypes_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:12.5343321Z test_out_arg_all_dtypes_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:27:12.5772510Z test_out_arg_all_dtypes_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-03-17T19:27:12.6085165Z test_out_arg_all_dtypes_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:12.6400848Z test_out_arg_all_dtypes_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:12.6718610Z test_out_arg_all_dtypes_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:12.7036445Z test_out_arg_all_dtypes_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:12.7355663Z test_out_arg_all_dtypes_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:12.7681635Z test_out_arg_all_dtypes_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T19:27:12.7999334Z test_out_arg_all_dtypes_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:12.8314860Z test_out_arg_all_dtypes_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:13.4736034Z test_out_arg_all_dtypes_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.642s) 2022-03-17T19:27:13.5057879Z test_out_arg_all_dtypes_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:15.6464682Z test_out_arg_all_dtypes_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (2.140s) 2022-03-17T19:27:16.5748432Z test_out_arg_all_dtypes_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.928s) 2022-03-17T19:27:17.1453655Z test_out_arg_all_dtypes_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.570s) 2022-03-17T19:27:17.1787256Z test_out_arg_all_dtypes_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T19:27:18.0419995Z test_out_arg_all_dtypes_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.863s) 2022-03-17T19:27:18.0744366Z test_out_arg_all_dtypes_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:18.1054011Z test_out_arg_all_dtypes_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:18.1364710Z test_out_arg_all_dtypes_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:18.1687583Z test_out_arg_all_dtypes_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:18.2011083Z test_out_arg_all_dtypes_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:18.2328742Z test_out_arg_all_dtypes_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:18.2655899Z test_out_arg_all_dtypes_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T19:27:18.3102929Z test_out_arg_all_dtypes_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-03-17T19:27:18.3550137Z test_out_arg_all_dtypes_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-03-17T19:27:18.3865249Z test_out_arg_all_dtypes_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:18.4182116Z test_out_arg_all_dtypes_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:18.4499885Z test_out_arg_all_dtypes_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:18.4818418Z test_out_arg_all_dtypes_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:18.5139364Z test_out_arg_all_dtypes_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:18.5467967Z test_out_arg_all_dtypes_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T19:27:18.5788561Z test_out_arg_all_dtypes_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:18.6109467Z test_out_arg_all_dtypes_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:19.1767654Z test_out_arg_all_dtypes_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.566s) 2022-03-17T19:27:19.2085181Z test_out_arg_all_dtypes_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:19.6866339Z test_out_arg_all_dtypes_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.478s) 2022-03-17T19:27:19.7189075Z test_out_arg_all_dtypes_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:20.4665927Z test_out_arg_all_dtypes_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.747s) 2022-03-17T19:27:20.4982580Z test_out_arg_all_dtypes_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:20.5296276Z test_out_arg_all_dtypes_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:20.5605523Z test_out_arg_all_dtypes_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:20.5913121Z test_out_arg_all_dtypes_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:20.6231070Z test_out_arg_all_dtypes_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:20.6553860Z test_out_arg_all_dtypes_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:20.6877411Z test_out_arg_all_dtypes_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:24.4129728Z test_out_arg_all_dtypes_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (3.725s) 2022-03-17T19:27:24.4461871Z test_out_arg_all_dtypes_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T19:27:24.4785094Z test_out_arg_all_dtypes_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:24.5100744Z test_out_arg_all_dtypes_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:24.5423364Z test_out_arg_all_dtypes_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:24.5738825Z test_out_arg_all_dtypes_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:25.2140549Z test_out_arg_all_dtypes_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.640s) 2022-03-17T19:27:25.2459961Z test_out_arg_all_dtypes_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:25.7836595Z test_out_arg_all_dtypes_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.537s) 2022-03-17T19:27:25.8167132Z test_out_arg_all_dtypes_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T19:27:26.6697204Z test_out_arg_all_dtypes_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.853s) 2022-03-17T19:27:26.7016327Z test_out_arg_all_dtypes_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:26.7338994Z test_out_arg_all_dtypes_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:26.7661371Z test_out_arg_all_dtypes_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:26.7984089Z test_out_arg_all_dtypes_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:26.8306598Z test_out_arg_all_dtypes_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:26.8317944Z test_out_arg_all_dtypes_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:27:26.8330379Z test_out_arg_all_dtypes_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:27:26.8342081Z test_out_arg_all_dtypes_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:27:26.8353452Z test_out_arg_all_dtypes_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:27:26.8365608Z test_out_arg_all_dtypes_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:27:26.8377241Z test_out_arg_all_dtypes_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:27:26.8388717Z test_out_arg_all_dtypes_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:27:26.8400195Z test_out_arg_all_dtypes_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:27:26.8715058Z test_out_arg_all_dtypes_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:26.9040691Z test_out_arg_all_dtypes_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:27.7442774Z test_out_arg_all_dtypes_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.840s) 2022-03-17T19:27:27.7762333Z test_out_arg_all_dtypes_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:27.8081366Z test_out_arg_all_dtypes_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:27.8397157Z test_out_arg_all_dtypes_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:27.8710560Z test_out_arg_all_dtypes_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:27.9027382Z test_out_arg_all_dtypes_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:27.9224119Z test_out_arg_all_dtypes_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T19:27:27.9421348Z test_out_arg_all_dtypes_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T19:27:27.9604028Z test_out_arg_all_dtypes_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T19:27:27.9789531Z test_out_arg_all_dtypes_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T19:27:27.9980502Z test_out_arg_all_dtypes_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-03-17T19:27:28.0177433Z test_out_arg_all_dtypes_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T19:27:28.0376584Z test_out_arg_all_dtypes_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T19:27:28.0573276Z test_out_arg_all_dtypes_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T19:27:28.0771427Z test_out_arg_all_dtypes_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T19:27:28.0970069Z test_out_arg_all_dtypes_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T19:27:28.1286874Z test_out_arg_all_dtypes_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:28.1602528Z test_out_arg_all_dtypes_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:29.1992956Z test_out_arg_all_dtypes_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.039s) 2022-03-17T19:27:29.2314849Z test_out_arg_all_dtypes_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:29.2635602Z test_out_arg_all_dtypes_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:29.2955203Z test_out_arg_all_dtypes_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:29.3275963Z test_out_arg_all_dtypes_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:29.3599757Z test_out_arg_all_dtypes_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:29.3997223Z test_out_arg_all_dtypes_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-03-17T19:27:29.4393478Z test_out_arg_all_dtypes_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-03-17T19:27:29.4781099Z test_out_arg_all_dtypes_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-03-17T19:27:29.5169837Z test_out_arg_all_dtypes_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-03-17T19:27:29.5560331Z test_out_arg_all_dtypes_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-03-17T19:27:29.5947844Z test_out_arg_all_dtypes_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-03-17T19:27:29.6340533Z test_out_arg_all_dtypes_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-03-17T19:27:29.6739586Z test_out_arg_all_dtypes_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-03-17T19:27:29.7136114Z test_out_arg_all_dtypes_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-03-17T19:27:29.7449846Z test_out_arg_all_dtypes_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:29.7760577Z test_out_arg_all_dtypes_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:30.5043840Z test_out_arg_all_dtypes_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.728s) 2022-03-17T19:27:31.2431248Z test_out_arg_all_dtypes_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.739s) 2022-03-17T19:27:31.2747925Z test_out_arg_all_dtypes_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:31.3070717Z test_out_arg_all_dtypes_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:31.3399417Z test_out_arg_all_dtypes_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T19:27:31.3711103Z test_out_arg_all_dtypes_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:31.4028412Z test_out_arg_all_dtypes_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:31.4348012Z test_out_arg_all_dtypes_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:31.4666199Z test_out_arg_all_dtypes_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:31.4988142Z test_out_arg_all_dtypes_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:31.5787054Z test_out_arg_all_dtypes_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-03-17T19:27:31.6522870Z test_out_arg_all_dtypes_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-03-17T19:27:31.7265564Z test_out_arg_all_dtypes_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-03-17T19:27:31.7998827Z test_out_arg_all_dtypes_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-03-17T19:27:31.8737276Z test_out_arg_all_dtypes_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-03-17T19:27:31.9474914Z test_out_arg_all_dtypes_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-03-17T19:27:32.0210347Z test_out_arg_all_dtypes_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-03-17T19:27:32.0943657Z test_out_arg_all_dtypes_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-03-17T19:27:32.1677227Z test_out_arg_all_dtypes_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-03-17T19:27:32.2410861Z test_out_arg_all_dtypes_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-03-17T19:27:32.3145920Z test_out_arg_all_dtypes_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-03-17T19:27:32.3872994Z test_out_arg_all_dtypes_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-03-17T19:27:32.4193977Z test_out_arg_all_dtypes_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:32.4517038Z test_out_arg_all_dtypes_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:32.4950696Z test_out_arg_all_dtypes_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-03-17T19:27:32.5397509Z test_out_arg_all_dtypes_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-03-17T19:27:32.5716438Z test_out_arg_all_dtypes_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:32.6040957Z test_out_arg_all_dtypes_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:32.6367373Z test_out_arg_all_dtypes_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T19:27:32.6687353Z test_out_arg_all_dtypes_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:32.7003603Z test_out_arg_all_dtypes_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:32.7322576Z test_out_arg_all_dtypes_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:32.7640802Z test_out_arg_all_dtypes_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:32.7951999Z test_out_arg_all_dtypes_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:32.8267239Z test_out_arg_all_dtypes_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:32.8582844Z test_out_arg_all_dtypes_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:32.9021995Z test_out_arg_all_dtypes_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T19:27:32.9455202Z test_out_arg_all_dtypes_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-03-17T19:27:32.9774137Z test_out_arg_all_dtypes_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:33.0089660Z test_out_arg_all_dtypes_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:33.0406239Z test_out_arg_all_dtypes_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:33.0722299Z test_out_arg_all_dtypes_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:33.1029780Z test_out_arg_all_dtypes_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:33.1342771Z test_out_arg_all_dtypes_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T19:27:33.1666879Z test_out_arg_all_dtypes_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:33.1985357Z test_out_arg_all_dtypes_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T19:27:33.2508980Z test_out_arg_all_dtypes_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-03-17T19:27:33.2990427Z test_out_arg_all_dtypes_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:27:33.3473891Z test_out_arg_all_dtypes_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T19:27:33.3941077Z test_out_arg_all_dtypes_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-03-17T19:27:33.4003672Z test_polygamma_neg_cuda (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:27:33.5965673Z test_reference_numerics_extremal_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.196s) 2022-03-17T19:27:33.8228860Z test_reference_numerics_extremal_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.226s) 2022-03-17T19:27:34.0099071Z test_reference_numerics_extremal_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.187s) 2022-03-17T19:27:34.1978434Z test_reference_numerics_extremal_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.188s) 2022-03-17T19:27:34.3988472Z test_reference_numerics_extremal_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.201s) 2022-03-17T19:27:34.4005036Z test_reference_numerics_extremal_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:34.6101106Z test_reference_numerics_extremal_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.209s) 2022-03-17T19:27:34.8060783Z test_reference_numerics_extremal_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.196s) 2022-03-17T19:27:35.0219521Z test_reference_numerics_extremal_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.216s) 2022-03-17T19:27:35.3309352Z test_reference_numerics_extremal_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.309s) 2022-03-17T19:27:35.5487529Z test_reference_numerics_extremal_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.218s) 2022-03-17T19:27:35.7561916Z test_reference_numerics_extremal_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.207s) 2022-03-17T19:27:36.0158204Z test_reference_numerics_extremal_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.259s) 2022-03-17T19:27:36.2279274Z test_reference_numerics_extremal_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.212s) 2022-03-17T19:27:36.4308276Z test_reference_numerics_extremal_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.203s) 2022-03-17T19:27:36.7233916Z test_reference_numerics_extremal_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.292s) 2022-03-17T19:27:36.9314822Z test_reference_numerics_extremal_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.208s) 2022-03-17T19:27:37.1309686Z test_reference_numerics_extremal_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.199s) 2022-03-17T19:27:37.3501014Z test_reference_numerics_extremal_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.219s) 2022-03-17T19:27:37.6503786Z test_reference_numerics_extremal_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.300s) 2022-03-17T19:27:37.8724866Z test_reference_numerics_extremal_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.222s) 2022-03-17T19:27:38.0839200Z test_reference_numerics_extremal_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.211s) 2022-03-17T19:27:38.2947124Z test_reference_numerics_extremal_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.211s) 2022-03-17T19:27:38.5676141Z test_reference_numerics_extremal_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.273s) 2022-03-17T19:27:38.7791274Z test_reference_numerics_extremal_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.211s) 2022-03-17T19:27:38.9764430Z test_reference_numerics_extremal_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.197s) 2022-03-17T19:27:39.1934776Z test_reference_numerics_extremal_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.217s) 2022-03-17T19:27:39.4623288Z test_reference_numerics_extremal_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.269s) 2022-03-17T19:27:39.6890353Z test_reference_numerics_extremal_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.226s) 2022-03-17T19:27:39.9013426Z test_reference_numerics_extremal_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.212s) 2022-03-17T19:27:40.0963358Z test_reference_numerics_extremal_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.195s) 2022-03-17T19:27:40.2937926Z test_reference_numerics_extremal_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.197s) 2022-03-17T19:27:40.4853133Z test_reference_numerics_extremal_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.191s) 2022-03-17T19:27:40.7269678Z test_reference_numerics_extremal_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.241s) 2022-03-17T19:27:41.0304090Z test_reference_numerics_extremal_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.303s) 2022-03-17T19:27:41.2692381Z test_reference_numerics_extremal_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.239s) 2022-03-17T19:27:41.4373966Z test_reference_numerics_extremal_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.168s) 2022-03-17T19:27:41.6741246Z test_reference_numerics_extremal_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.237s) 2022-03-17T19:27:41.8405813Z test_reference_numerics_extremal_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.166s) 2022-03-17T19:27:41.9988694Z test_reference_numerics_extremal_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.158s) 2022-03-17T19:27:42.1619083Z test_reference_numerics_extremal_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.163s) 2022-03-17T19:27:42.3706181Z test_reference_numerics_extremal_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.209s) 2022-03-17T19:27:42.5296444Z test_reference_numerics_extremal_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.159s) 2022-03-17T19:27:42.6926882Z test_reference_numerics_extremal_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.163s) 2022-03-17T19:27:42.8904565Z test_reference_numerics_extremal_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.198s) 2022-03-17T19:27:43.2053285Z test_reference_numerics_extremal_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.315s) 2022-03-17T19:27:43.4173169Z test_reference_numerics_extremal_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.212s) 2022-03-17T19:27:43.6079129Z test_reference_numerics_extremal_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.190s) 2022-03-17T19:27:43.8199482Z test_reference_numerics_extremal_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.212s) 2022-03-17T19:27:44.1048516Z test_reference_numerics_extremal_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.285s) 2022-03-17T19:27:44.3190403Z test_reference_numerics_extremal_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.214s) 2022-03-17T19:27:44.5204648Z test_reference_numerics_extremal_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.201s) 2022-03-17T19:27:44.7248850Z test_reference_numerics_extremal_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.204s) 2022-03-17T19:27:44.9260660Z test_reference_numerics_extremal_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.201s) 2022-03-17T19:27:45.1215446Z test_reference_numerics_extremal_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.195s) 2022-03-17T19:27:46.7917235Z test_reference_numerics_extremal_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.670s) 2022-03-17T19:27:48.2789130Z test_reference_numerics_extremal_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.487s) 2022-03-17T19:27:48.5018610Z test_reference_numerics_extremal_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.223s) 2022-03-17T19:27:48.7266982Z test_reference_numerics_extremal_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.225s) 2022-03-17T19:27:48.9497365Z test_reference_numerics_extremal_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.223s) 2022-03-17T19:27:49.6335561Z test_reference_numerics_extremal_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.684s) 2022-03-17T19:27:50.2966153Z test_reference_numerics_extremal_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.663s) 2022-03-17T19:27:50.9364744Z test_reference_numerics_extremal_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.640s) 2022-03-17T19:27:51.5977285Z test_reference_numerics_extremal_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.661s) 2022-03-17T19:27:52.2535141Z test_reference_numerics_extremal_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.656s) 2022-03-17T19:27:52.8897891Z test_reference_numerics_extremal_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.636s) 2022-03-17T19:27:53.4957196Z test_reference_numerics_extremal_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.606s) 2022-03-17T19:27:54.0865280Z test_reference_numerics_extremal_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.591s) 2022-03-17T19:27:54.0873482Z test_reference_numerics_extremal_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:27:55.1546278Z test_reference_numerics_extremal_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.067s) 2022-03-17T19:27:55.3647700Z test_reference_numerics_extremal_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.210s) 2022-03-17T19:27:55.5647374Z test_reference_numerics_extremal_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.200s) 2022-03-17T19:27:55.7859015Z test_reference_numerics_extremal_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.221s) 2022-03-17T19:27:56.0043940Z test_reference_numerics_extremal_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.218s) 2022-03-17T19:27:56.2181953Z test_reference_numerics_extremal_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.214s) 2022-03-17T19:27:56.4078879Z test_reference_numerics_extremal_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.189s) 2022-03-17T19:27:56.6042346Z test_reference_numerics_extremal_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.196s) 2022-03-17T19:27:56.7869650Z test_reference_numerics_extremal_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.183s) 2022-03-17T19:27:56.7886357Z test_reference_numerics_extremal_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:56.7902312Z test_reference_numerics_extremal_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:56.7918336Z test_reference_numerics_extremal_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:27:57.7268416Z test_reference_numerics_extremal_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.935s) 2022-03-17T19:27:58.6329144Z test_reference_numerics_extremal_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.906s) 2022-03-17T19:27:59.5119586Z test_reference_numerics_extremal_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.879s) 2022-03-17T19:28:00.3649907Z test_reference_numerics_extremal_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.853s) 2022-03-17T19:28:01.2170522Z test_reference_numerics_extremal_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.852s) 2022-03-17T19:28:01.5161133Z test_reference_numerics_extremal_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.299s) 2022-03-17T19:28:01.7306994Z test_reference_numerics_extremal_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.214s) 2022-03-17T19:28:01.9675838Z test_reference_numerics_extremal_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.237s) 2022-03-17T19:28:02.1722787Z test_reference_numerics_extremal_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.205s) 2022-03-17T19:28:02.3769764Z test_reference_numerics_extremal_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.205s) 2022-03-17T19:28:02.5706466Z test_reference_numerics_extremal_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.193s) 2022-03-17T19:28:02.7937523Z test_reference_numerics_extremal_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.223s) 2022-03-17T19:28:02.9793261Z test_reference_numerics_extremal_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.186s) 2022-03-17T19:28:03.1645185Z test_reference_numerics_extremal_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.185s) 2022-03-17T19:28:03.3405819Z test_reference_numerics_extremal_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.176s) 2022-03-17T19:28:03.5110269Z test_reference_numerics_extremal_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.170s) 2022-03-17T19:28:03.6779277Z test_reference_numerics_extremal_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.167s) 2022-03-17T19:28:03.8425486Z test_reference_numerics_extremal_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.165s) 2022-03-17T19:28:04.0291813Z test_reference_numerics_extremal_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.186s) 2022-03-17T19:28:04.2102579Z test_reference_numerics_extremal_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.181s) 2022-03-17T19:28:04.3866708Z test_reference_numerics_extremal_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.176s) 2022-03-17T19:28:04.5744853Z test_reference_numerics_extremal_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.188s) 2022-03-17T19:28:04.7562743Z test_reference_numerics_extremal_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.182s) 2022-03-17T19:28:04.9347765Z test_reference_numerics_extremal_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.178s) 2022-03-17T19:28:05.1214729Z test_reference_numerics_extremal_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.187s) 2022-03-17T19:28:05.3141486Z test_reference_numerics_extremal_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.193s) 2022-03-17T19:28:05.5002557Z test_reference_numerics_extremal_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.186s) 2022-03-17T19:28:05.6770296Z test_reference_numerics_extremal_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.177s) 2022-03-17T19:28:06.5836568Z test_reference_numerics_extremal_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.906s) 2022-03-17T19:28:07.4920106Z test_reference_numerics_extremal_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.908s) 2022-03-17T19:28:07.7133063Z test_reference_numerics_extremal_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.221s) 2022-03-17T19:28:07.9807612Z test_reference_numerics_extremal_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.267s) 2022-03-17T19:28:08.1968628Z test_reference_numerics_extremal_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.216s) 2022-03-17T19:28:08.3991421Z test_reference_numerics_extremal_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.202s) 2022-03-17T19:28:08.6107230Z test_reference_numerics_extremal_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.211s) 2022-03-17T19:28:08.8263827Z test_reference_numerics_extremal_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.216s) 2022-03-17T19:28:09.0333774Z test_reference_numerics_extremal_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.207s) 2022-03-17T19:28:09.2384980Z test_reference_numerics_extremal_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.205s) 2022-03-17T19:28:09.2393789Z test_reference_numerics_extremal_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:28:09.4499792Z test_reference_numerics_extremal_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.210s) 2022-03-17T19:28:09.6439699Z test_reference_numerics_extremal_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.194s) 2022-03-17T19:28:09.8410294Z test_reference_numerics_extremal_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.197s) 2022-03-17T19:28:10.1047547Z test_reference_numerics_extremal_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.264s) 2022-03-17T19:28:10.3144030Z test_reference_numerics_extremal_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.209s) 2022-03-17T19:28:10.5070339Z test_reference_numerics_extremal_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.192s) 2022-03-17T19:28:10.6908901Z test_reference_numerics_extremal_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.184s) 2022-03-17T19:28:10.8641965Z test_reference_numerics_extremal_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.173s) 2022-03-17T19:28:11.0358439Z test_reference_numerics_extremal_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.171s) 2022-03-17T19:28:11.2050186Z test_reference_numerics_extremal_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.169s) 2022-03-17T19:28:11.4160758Z test_reference_numerics_extremal_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.211s) 2022-03-17T19:28:11.6271981Z test_reference_numerics_extremal_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.211s) 2022-03-17T19:28:11.8271449Z test_reference_numerics_extremal_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.200s) 2022-03-17T19:28:12.2686853Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.441s) 2022-03-17T19:28:12.6829662Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.414s) 2022-03-17T19:28:13.2518132Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.569s) 2022-03-17T19:28:13.7633306Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.511s) 2022-03-17T19:28:14.4569017Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.693s) 2022-03-17T19:28:15.0691148Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.612s) 2022-03-17T19:28:15.3205942Z test_reference_numerics_extremal_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.251s) 2022-03-17T19:28:15.5730787Z test_reference_numerics_extremal_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.252s) 2022-03-17T19:28:15.8160646Z test_reference_numerics_extremal_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.243s) 2022-03-17T19:28:16.0066386Z test_reference_numerics_extremal_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.190s) 2022-03-17T19:28:16.2116877Z test_reference_numerics_extremal_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.205s) 2022-03-17T19:28:16.4002748Z test_reference_numerics_extremal_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.188s) 2022-03-17T19:28:16.5839561Z test_reference_numerics_extremal_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.184s) 2022-03-17T19:28:16.8131797Z test_reference_numerics_extremal_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.229s) 2022-03-17T19:28:17.1380185Z test_reference_numerics_extremal_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.325s) 2022-03-17T19:28:17.3623067Z test_reference_numerics_extremal_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.224s) 2022-03-17T19:28:17.5927219Z test_reference_numerics_extremal_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.230s) 2022-03-17T19:28:17.8966368Z test_reference_numerics_extremal_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.304s) 2022-03-17T19:28:18.1268737Z test_reference_numerics_extremal_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.230s) 2022-03-17T19:28:18.5264046Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.399s) 2022-03-17T19:28:18.9661320Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.440s) 2022-03-17T19:28:19.3622337Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.396s) 2022-03-17T19:28:19.8345451Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.472s) 2022-03-17T19:28:20.2312494Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.397s) 2022-03-17T19:28:20.5011640Z test_reference_numerics_extremal_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.270s) 2022-03-17T19:28:20.8798015Z test_reference_numerics_extremal_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.378s) 2022-03-17T19:28:21.1411763Z test_reference_numerics_extremal_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.261s) 2022-03-17T19:28:21.3804932Z test_reference_numerics_extremal_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.239s) 2022-03-17T19:28:21.6972388Z test_reference_numerics_extremal_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.317s) 2022-03-17T19:28:21.9260785Z test_reference_numerics_extremal_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.229s) 2022-03-17T19:28:22.1452676Z test_reference_numerics_extremal_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.219s) 2022-03-17T19:28:22.3994211Z test_reference_numerics_extremal_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.254s) 2022-03-17T19:28:22.6165619Z test_reference_numerics_extremal_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.217s) 2022-03-17T19:28:22.8686302Z test_reference_numerics_extremal_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.252s) 2022-03-17T19:28:23.1748109Z test_reference_numerics_extremal_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.306s) 2022-03-17T19:28:23.4516169Z test_reference_numerics_extremal_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.277s) 2022-03-17T19:28:23.7074776Z test_reference_numerics_extremal_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.256s) 2022-03-17T19:28:23.9589060Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.251s) 2022-03-17T19:28:24.2593381Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.300s) 2022-03-17T19:28:24.5176979Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.258s) 2022-03-17T19:28:24.7554580Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.238s) 2022-03-17T19:28:25.8867355Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.131s) 2022-03-17T19:28:26.8256860Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.939s) 2022-03-17T19:28:26.8264166Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:28:26.8272874Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:28:26.8281035Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:28:26.8289955Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:28:26.8298401Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:28:26.8307312Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:28:26.8315847Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:28:26.8324762Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:28:26.9955127Z test_reference_numerics_extremal_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.163s) 2022-03-17T19:28:27.1731683Z test_reference_numerics_extremal_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.178s) 2022-03-17T19:28:27.3348163Z test_reference_numerics_extremal_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.161s) 2022-03-17T19:28:27.4960498Z test_reference_numerics_extremal_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.161s) 2022-03-17T19:28:27.4967907Z test_reference_numerics_extremal_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:28:27.6998673Z test_reference_numerics_extremal_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.203s) 2022-03-17T19:28:27.8991308Z test_reference_numerics_extremal_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.199s) 2022-03-17T19:28:28.1818226Z test_reference_numerics_extremal_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.283s) 2022-03-17T19:28:28.4791811Z test_reference_numerics_extremal_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.297s) 2022-03-17T19:28:28.7545145Z test_reference_numerics_extremal_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.275s) 2022-03-17T19:28:29.0310616Z test_reference_numerics_extremal_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.276s) 2022-03-17T19:28:29.0317746Z test_reference_numerics_extremal_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:28:29.0325812Z test_reference_numerics_extremal_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:28:29.2326830Z test_reference_numerics_extremal_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.200s) 2022-03-17T19:28:29.4212133Z test_reference_numerics_extremal_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.188s) 2022-03-17T19:28:29.6141469Z test_reference_numerics_extremal_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.193s) 2022-03-17T19:28:29.8148878Z test_reference_numerics_extremal_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.201s) 2022-03-17T19:28:30.0053895Z test_reference_numerics_extremal_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.190s) 2022-03-17T19:28:30.2061656Z test_reference_numerics_extremal_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.201s) 2022-03-17T19:28:30.4104904Z test_reference_numerics_extremal_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.204s) 2022-03-17T19:28:30.6038375Z test_reference_numerics_extremal_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.193s) 2022-03-17T19:28:30.8233700Z test_reference_numerics_extremal_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.219s) 2022-03-17T19:28:31.0752246Z test_reference_numerics_extremal_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.252s) 2022-03-17T19:28:31.2936643Z test_reference_numerics_extremal_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.218s) 2022-03-17T19:28:31.5143804Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.221s) 2022-03-17T19:28:31.7664896Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.252s) 2022-03-17T19:28:31.9816676Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.215s) 2022-03-17T19:28:32.1819230Z test_reference_numerics_extremal_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.200s) 2022-03-17T19:28:32.1837009Z test_reference_numerics_extremal_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:28:32.3953468Z test_reference_numerics_extremal_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.211s) 2022-03-17T19:28:32.5916141Z test_reference_numerics_extremal_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.196s) 2022-03-17T19:28:32.5925096Z test_reference_numerics_extremal_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:28:32.8476352Z test_reference_numerics_extremal_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.255s) 2022-03-17T19:28:32.8484967Z test_reference_numerics_extremal_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:28:32.8493132Z test_reference_numerics_extremal_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:28:33.0611347Z test_reference_numerics_extremal_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.211s) 2022-03-17T19:28:33.0618812Z test_reference_numerics_extremal_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:28:33.2702517Z test_reference_numerics_extremal_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.208s) 2022-03-17T19:28:33.4713987Z test_reference_numerics_extremal_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.201s) 2022-03-17T19:28:33.4721516Z test_reference_numerics_extremal_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:28:33.4730008Z test_reference_numerics_extremal_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:28:33.4739468Z test_reference_numerics_extremal_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:28:33.6502882Z test_reference_numerics_extremal_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.176s) 2022-03-17T19:28:33.8174200Z test_reference_numerics_extremal_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.167s) 2022-03-17T19:28:33.9827692Z test_reference_numerics_extremal_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.165s) 2022-03-17T19:28:34.1796644Z test_reference_numerics_extremal_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.197s) 2022-03-17T19:28:34.1814052Z test_reference_numerics_extremal_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:28:34.3891567Z test_reference_numerics_extremal_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.207s) 2022-03-17T19:28:34.5809943Z test_reference_numerics_extremal_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.192s) 2022-03-17T19:28:35.4295068Z test_reference_numerics_extremal_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.848s) 2022-03-17T19:28:35.4312524Z test_reference_numerics_extremal_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:28:36.2469838Z test_reference_numerics_extremal_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.815s) 2022-03-17T19:28:37.0557968Z test_reference_numerics_extremal_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.809s) 2022-03-17T19:28:37.2796221Z test_reference_numerics_extremal_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.224s) 2022-03-17T19:28:37.5612345Z test_reference_numerics_extremal_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.282s) 2022-03-17T19:28:37.7961217Z test_reference_numerics_extremal_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.235s) 2022-03-17T19:28:38.0180002Z test_reference_numerics_extremal_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.222s) 2022-03-17T19:28:38.6824215Z test_reference_numerics_extremal_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.664s) 2022-03-17T19:28:39.3198876Z test_reference_numerics_extremal_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.637s) 2022-03-17T19:28:39.9444322Z test_reference_numerics_extremal_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.624s) 2022-03-17T19:28:43.6956166Z test_reference_numerics_extremal_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (3.751s) 2022-03-17T19:28:44.5321498Z test_reference_numerics_extremal_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.837s) 2022-03-17T19:28:45.3438673Z test_reference_numerics_extremal_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.812s) 2022-03-17T19:28:46.1443760Z test_reference_numerics_extremal_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.800s) 2022-03-17T19:28:46.9726476Z test_reference_numerics_extremal_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.828s) 2022-03-17T19:28:47.7007335Z test_reference_numerics_extremal_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.728s) 2022-03-17T19:28:47.9670678Z test_reference_numerics_extremal_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.266s) 2022-03-17T19:28:48.2323774Z test_reference_numerics_extremal_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.265s) 2022-03-17T19:28:48.4966248Z test_reference_numerics_extremal_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.264s) 2022-03-17T19:28:49.3069616Z test_reference_numerics_extremal_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.810s) 2022-03-17T19:28:50.4358369Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.129s) 2022-03-17T19:28:51.3703179Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.934s) 2022-03-17T19:28:51.5663998Z test_reference_numerics_extremal_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.196s) 2022-03-17T19:28:51.5680463Z test_reference_numerics_extremal_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:28:51.7619088Z test_reference_numerics_extremal_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.193s) 2022-03-17T19:28:51.9473422Z test_reference_numerics_extremal_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.185s) 2022-03-17T19:28:52.1437133Z test_reference_numerics_extremal_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.196s) 2022-03-17T19:28:52.1444562Z test_reference_numerics_extremal_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:28:52.3457292Z test_reference_numerics_extremal_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.201s) 2022-03-17T19:28:52.5385691Z test_reference_numerics_extremal_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.193s) 2022-03-17T19:28:52.7581601Z test_reference_numerics_extremal_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.219s) 2022-03-17T19:28:53.0395617Z test_reference_numerics_extremal_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.281s) 2022-03-17T19:28:53.2629726Z test_reference_numerics_extremal_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.223s) 2022-03-17T19:28:53.4758234Z test_reference_numerics_extremal_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.213s) 2022-03-17T19:28:53.6979636Z test_reference_numerics_extremal_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.222s) 2022-03-17T19:28:53.9840311Z test_reference_numerics_extremal_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.286s) 2022-03-17T19:28:54.2092356Z test_reference_numerics_extremal_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.225s) 2022-03-17T19:28:54.4244696Z test_reference_numerics_extremal_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.215s) 2022-03-17T19:28:54.6201966Z test_reference_numerics_extremal_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.196s) 2022-03-17T19:28:54.8248350Z test_reference_numerics_extremal_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.205s) 2022-03-17T19:28:55.0120581Z test_reference_numerics_extremal_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.187s) 2022-03-17T19:28:55.2076626Z test_reference_numerics_hard_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.195s) 2022-03-17T19:28:55.4324848Z test_reference_numerics_hard_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.225s) 2022-03-17T19:28:55.6233034Z test_reference_numerics_hard_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.191s) 2022-03-17T19:28:55.8186693Z test_reference_numerics_hard_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.195s) 2022-03-17T19:28:56.0082906Z test_reference_numerics_hard_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.190s) 2022-03-17T19:28:56.2202210Z test_reference_numerics_hard_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.212s) 2022-03-17T19:28:56.5236270Z test_reference_numerics_hard_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.303s) 2022-03-17T19:28:56.7364736Z test_reference_numerics_hard_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.213s) 2022-03-17T19:28:56.9378009Z test_reference_numerics_hard_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.201s) 2022-03-17T19:28:57.1478190Z test_reference_numerics_hard_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.210s) 2022-03-17T19:28:57.3709441Z test_reference_numerics_hard_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.223s) 2022-03-17T19:28:57.6847732Z test_reference_numerics_hard_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.314s) 2022-03-17T19:28:57.9047207Z test_reference_numerics_hard_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.220s) 2022-03-17T19:28:58.1155877Z test_reference_numerics_hard_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.211s) 2022-03-17T19:28:58.3517643Z test_reference_numerics_hard_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.236s) 2022-03-17T19:28:58.6247009Z test_reference_numerics_hard_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.273s) 2022-03-17T19:28:58.8385476Z test_reference_numerics_hard_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.214s) 2022-03-17T19:28:59.0602849Z test_reference_numerics_hard_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.222s) 2022-03-17T19:28:59.2738092Z test_reference_numerics_hard_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.213s) 2022-03-17T19:28:59.5734920Z test_reference_numerics_hard_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.300s) 2022-03-17T19:28:59.7858347Z test_reference_numerics_hard_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.212s) 2022-03-17T19:28:59.9875587Z test_reference_numerics_hard_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.202s) 2022-03-17T19:29:00.1954875Z test_reference_numerics_hard_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.208s) 2022-03-17T19:29:00.4185288Z test_reference_numerics_hard_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.223s) 2022-03-17T19:29:00.7200232Z test_reference_numerics_hard_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.301s) 2022-03-17T19:29:00.9418141Z test_reference_numerics_hard_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.222s) 2022-03-17T19:29:01.1547488Z test_reference_numerics_hard_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.213s) 2022-03-17T19:29:01.3969381Z test_reference_numerics_hard_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.242s) 2022-03-17T19:29:01.6146938Z test_reference_numerics_hard_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.218s) 2022-03-17T19:29:01.8940452Z test_reference_numerics_hard_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.279s) 2022-03-17T19:29:02.1062279Z test_reference_numerics_hard_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.212s) 2022-03-17T19:29:02.3091360Z test_reference_numerics_hard_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.203s) 2022-03-17T19:29:02.5303782Z test_reference_numerics_hard_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.221s) 2022-03-17T19:29:02.7554301Z test_reference_numerics_hard_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.225s) 2022-03-17T19:29:03.0280519Z test_reference_numerics_hard_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.272s) 2022-03-17T19:29:03.2542866Z test_reference_numerics_hard_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.226s) 2022-03-17T19:29:03.4689421Z test_reference_numerics_hard_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.214s) 2022-03-17T19:29:03.6788516Z test_reference_numerics_hard_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.210s) 2022-03-17T19:29:03.8755225Z test_reference_numerics_hard_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.197s) 2022-03-17T19:29:04.0689609Z test_reference_numerics_hard_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.193s) 2022-03-17T19:29:04.2672228Z test_reference_numerics_hard_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.198s) 2022-03-17T19:29:04.4550211Z test_reference_numerics_hard_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.188s) 2022-03-17T19:29:04.7004161Z test_reference_numerics_hard_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.245s) 2022-03-17T19:29:05.0043026Z test_reference_numerics_hard_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.304s) 2022-03-17T19:29:05.2483001Z test_reference_numerics_hard_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.244s) 2022-03-17T19:29:05.4843832Z test_reference_numerics_hard_clamp_scalar_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.236s) 2022-03-17T19:29:05.6493219Z test_reference_numerics_hard_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.165s) 2022-03-17T19:29:05.8885895Z test_reference_numerics_hard_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.239s) 2022-03-17T19:29:06.0514680Z test_reference_numerics_hard_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.163s) 2022-03-17T19:29:06.2163608Z test_reference_numerics_hard_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.165s) 2022-03-17T19:29:06.3717584Z test_reference_numerics_hard_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.155s) 2022-03-17T19:29:06.5415219Z test_reference_numerics_hard_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.169s) 2022-03-17T19:29:06.7523783Z test_reference_numerics_hard_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.211s) 2022-03-17T19:29:06.9155120Z test_reference_numerics_hard_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.163s) 2022-03-17T19:29:07.0852106Z test_reference_numerics_hard_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.170s) 2022-03-17T19:29:07.2408624Z test_reference_numerics_hard_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.156s) 2022-03-17T19:29:07.2427290Z test_reference_numerics_hard_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:29:07.2445837Z test_reference_numerics_hard_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:29:07.2464398Z test_reference_numerics_hard_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:29:07.2482396Z test_reference_numerics_hard_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:29:07.2498681Z test_reference_numerics_hard_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:29:07.4583799Z test_reference_numerics_hard_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.208s) 2022-03-17T19:29:07.7453652Z test_reference_numerics_hard_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.287s) 2022-03-17T19:29:07.9581603Z test_reference_numerics_hard_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.212s) 2022-03-17T19:29:08.1612348Z test_reference_numerics_hard_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.203s) 2022-03-17T19:29:08.3691464Z test_reference_numerics_hard_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.208s) 2022-03-17T19:29:08.3699959Z test_reference_numerics_hard_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:29:08.5775929Z test_reference_numerics_hard_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.207s) 2022-03-17T19:29:08.7738583Z test_reference_numerics_hard_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.196s) 2022-03-17T19:29:08.9827211Z test_reference_numerics_hard_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.209s) 2022-03-17T19:29:09.9270199Z test_reference_numerics_hard_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.944s) 2022-03-17T19:29:10.6851559Z test_reference_numerics_hard_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.758s) 2022-03-17T19:29:10.9092539Z test_reference_numerics_hard_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.224s) 2022-03-17T19:29:11.1378420Z test_reference_numerics_hard_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.228s) 2022-03-17T19:29:11.3618538Z test_reference_numerics_hard_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.224s) 2022-03-17T19:29:11.5821455Z test_reference_numerics_hard_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.220s) 2022-03-17T19:29:11.8106124Z test_reference_numerics_hard_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.228s) 2022-03-17T19:29:12.0408943Z test_reference_numerics_hard_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.230s) 2022-03-17T19:29:12.2656274Z test_reference_numerics_hard_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.225s) 2022-03-17T19:29:12.4860403Z test_reference_numerics_hard_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.220s) 2022-03-17T19:29:12.7160220Z test_reference_numerics_hard_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.230s) 2022-03-17T19:29:12.9526428Z test_reference_numerics_hard_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.236s) 2022-03-17T19:29:13.1789581Z test_reference_numerics_hard_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.226s) 2022-03-17T19:29:13.3833635Z test_reference_numerics_hard_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.204s) 2022-03-17T19:29:13.6027577Z test_reference_numerics_hard_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.219s) 2022-03-17T19:29:13.8114663Z test_reference_numerics_hard_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.209s) 2022-03-17T19:29:14.0149463Z test_reference_numerics_hard_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.203s) 2022-03-17T19:29:14.2230217Z test_reference_numerics_hard_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.208s) 2022-03-17T19:29:14.2237507Z test_reference_numerics_hard_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:29:14.4838899Z test_reference_numerics_hard_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.260s) 2022-03-17T19:29:14.6923526Z test_reference_numerics_hard_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.208s) 2022-03-17T19:29:14.8931276Z test_reference_numerics_hard_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.201s) 2022-03-17T19:29:15.0971766Z test_reference_numerics_hard_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.204s) 2022-03-17T19:29:15.3203196Z test_reference_numerics_hard_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.223s) 2022-03-17T19:29:15.5379571Z test_reference_numerics_hard_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.218s) 2022-03-17T19:29:15.7448088Z test_reference_numerics_hard_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.207s) 2022-03-17T19:29:15.9648398Z test_reference_numerics_hard_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.220s) 2022-03-17T19:29:16.1593427Z test_reference_numerics_hard_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.194s) 2022-03-17T19:29:16.3527810Z test_reference_numerics_hard_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.193s) 2022-03-17T19:29:16.5352216Z test_reference_numerics_hard_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.182s) 2022-03-17T19:29:16.7307466Z test_reference_numerics_hard_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.195s) 2022-03-17T19:29:16.9404611Z test_reference_numerics_hard_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.209s) 2022-03-17T19:29:17.1394987Z test_reference_numerics_hard_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.199s) 2022-03-17T19:29:18.0816408Z test_reference_numerics_hard_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.942s) 2022-03-17T19:29:18.9956701Z test_reference_numerics_hard_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.914s) 2022-03-17T19:29:19.2958946Z test_reference_numerics_hard_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.300s) 2022-03-17T19:29:19.5884645Z test_reference_numerics_hard_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.292s) 2022-03-17T19:29:19.8773712Z test_reference_numerics_hard_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.289s) 2022-03-17T19:29:20.1741237Z test_reference_numerics_hard_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.297s) 2022-03-17T19:29:20.4856172Z test_reference_numerics_hard_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.311s) 2022-03-17T19:29:20.7021571Z test_reference_numerics_hard_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.216s) 2022-03-17T19:29:20.9394987Z test_reference_numerics_hard_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.237s) 2022-03-17T19:29:21.1442211Z test_reference_numerics_hard_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.205s) 2022-03-17T19:29:21.3475452Z test_reference_numerics_hard_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.203s) 2022-03-17T19:29:21.5143460Z test_reference_numerics_hard_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.167s) 2022-03-17T19:29:21.7098474Z test_reference_numerics_hard_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.195s) 2022-03-17T19:29:21.9313219Z test_reference_numerics_hard_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.221s) 2022-03-17T19:29:22.1175143Z test_reference_numerics_hard_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.186s) 2022-03-17T19:29:22.3033951Z test_reference_numerics_hard_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.186s) 2022-03-17T19:29:22.4703443Z test_reference_numerics_hard_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.167s) 2022-03-17T19:29:22.6469778Z test_reference_numerics_hard_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.176s) 2022-03-17T19:29:22.8178636Z test_reference_numerics_hard_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.171s) 2022-03-17T19:29:22.9850176Z test_reference_numerics_hard_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.167s) 2022-03-17T19:29:23.1504480Z test_reference_numerics_hard_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.165s) 2022-03-17T19:29:23.3134535Z test_reference_numerics_hard_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.163s) 2022-03-17T19:29:23.5016344Z test_reference_numerics_hard_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.188s) 2022-03-17T19:29:23.6819498Z test_reference_numerics_hard_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.180s) 2022-03-17T19:29:23.8595754Z test_reference_numerics_hard_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.178s) 2022-03-17T19:29:24.0382184Z test_reference_numerics_hard_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.178s) 2022-03-17T19:29:24.2282283Z test_reference_numerics_hard_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.190s) 2022-03-17T19:29:24.4096000Z test_reference_numerics_hard_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.181s) 2022-03-17T19:29:24.5872669Z test_reference_numerics_hard_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.178s) 2022-03-17T19:29:24.7678977Z test_reference_numerics_hard_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.180s) 2022-03-17T19:29:24.9548891Z test_reference_numerics_hard_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.187s) 2022-03-17T19:29:25.1491581Z test_reference_numerics_hard_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.194s) 2022-03-17T19:29:25.3346153Z test_reference_numerics_hard_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.185s) 2022-03-17T19:29:25.5111600Z test_reference_numerics_hard_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.176s) 2022-03-17T19:29:25.6832242Z test_reference_numerics_hard_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.172s) 2022-03-17T19:29:25.9721182Z test_reference_numerics_hard_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.289s) 2022-03-17T19:29:26.2473600Z test_reference_numerics_hard_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.275s) 2022-03-17T19:29:26.4911467Z test_reference_numerics_hard_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.244s) 2022-03-17T19:29:26.7080140Z test_reference_numerics_hard_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.217s) 2022-03-17T19:29:26.9804133Z test_reference_numerics_hard_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.272s) 2022-03-17T19:29:27.1991000Z test_reference_numerics_hard_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.218s) 2022-03-17T19:29:27.4007107Z test_reference_numerics_hard_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.201s) 2022-03-17T19:29:27.6241608Z test_reference_numerics_hard_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.223s) 2022-03-17T19:29:27.8362495Z test_reference_numerics_hard_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.212s) 2022-03-17T19:29:28.0453559Z test_reference_numerics_hard_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.209s) 2022-03-17T19:29:28.2443631Z test_reference_numerics_hard_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.199s) 2022-03-17T19:29:28.4549252Z test_reference_numerics_hard_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.211s) 2022-03-17T19:29:28.6662432Z test_reference_numerics_hard_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.211s) 2022-03-17T19:29:28.9364735Z test_reference_numerics_hard_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.270s) 2022-03-17T19:29:29.1451249Z test_reference_numerics_hard_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.208s) 2022-03-17T19:29:29.3428373Z test_reference_numerics_hard_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.198s) 2022-03-17T19:29:29.5576013Z test_reference_numerics_hard_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.215s) 2022-03-17T19:29:29.7618189Z test_reference_numerics_hard_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.204s) 2022-03-17T19:29:30.0309506Z test_reference_numerics_hard_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.269s) 2022-03-17T19:29:30.2410749Z test_reference_numerics_hard_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.210s) 2022-03-17T19:29:30.4332088Z test_reference_numerics_hard_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.192s) 2022-03-17T19:29:30.6695656Z test_reference_numerics_hard_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.236s) 2022-03-17T19:29:30.8538176Z test_reference_numerics_hard_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.184s) 2022-03-17T19:29:31.0276331Z test_reference_numerics_hard_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.174s) 2022-03-17T19:29:31.2010546Z test_reference_numerics_hard_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.173s) 2022-03-17T19:29:31.3720494Z test_reference_numerics_hard_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.171s) 2022-03-17T19:29:31.5387158Z test_reference_numerics_hard_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.167s) 2022-03-17T19:29:31.7505979Z test_reference_numerics_hard_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.212s) 2022-03-17T19:29:31.9585417Z test_reference_numerics_hard_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.208s) 2022-03-17T19:29:32.1579401Z test_reference_numerics_hard_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.199s) 2022-03-17T19:29:32.3597385Z test_reference_numerics_hard_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.202s) 2022-03-17T19:29:32.8097652Z test_reference_numerics_hard_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.450s) 2022-03-17T19:29:33.2246047Z test_reference_numerics_hard_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.415s) 2022-03-17T19:29:33.6399814Z test_reference_numerics_hard_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.415s) 2022-03-17T19:29:33.6407920Z test_reference_numerics_hard_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:29:34.1698529Z test_reference_numerics_hard_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.529s) 2022-03-17T19:29:34.6923614Z test_reference_numerics_hard_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.522s) 2022-03-17T19:29:34.6931902Z test_reference_numerics_hard_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:29:35.3211801Z test_reference_numerics_hard_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.628s) 2022-03-17T19:29:35.9511734Z test_reference_numerics_hard_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.630s) 2022-03-17T19:29:36.2022032Z test_reference_numerics_hard_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.251s) 2022-03-17T19:29:36.4543530Z test_reference_numerics_hard_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.252s) 2022-03-17T19:29:36.6995296Z test_reference_numerics_hard_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.245s) 2022-03-17T19:29:36.8894073Z test_reference_numerics_hard_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.190s) 2022-03-17T19:29:37.0749922Z test_reference_numerics_hard_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.185s) 2022-03-17T19:29:37.2782172Z test_reference_numerics_hard_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.203s) 2022-03-17T19:29:37.4628498Z test_reference_numerics_hard_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.184s) 2022-03-17T19:29:37.6463513Z test_reference_numerics_hard_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.183s) 2022-03-17T19:29:37.8288083Z test_reference_numerics_hard_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.182s) 2022-03-17T19:29:38.0546048Z test_reference_numerics_hard_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.226s) 2022-03-17T19:29:38.3808942Z test_reference_numerics_hard_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.326s) 2022-03-17T19:29:38.6080319Z test_reference_numerics_hard_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.227s) 2022-03-17T19:29:38.8385982Z test_reference_numerics_hard_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.230s) 2022-03-17T19:29:39.1429825Z test_reference_numerics_hard_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.304s) 2022-03-17T19:29:39.3709665Z test_reference_numerics_hard_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.228s) 2022-03-17T19:29:39.7737626Z test_reference_numerics_hard_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.403s) 2022-03-17T19:29:40.2198651Z test_reference_numerics_hard_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.446s) 2022-03-17T19:29:40.6156082Z test_reference_numerics_hard_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.396s) 2022-03-17T19:29:41.0882080Z test_reference_numerics_hard_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.472s) 2022-03-17T19:29:41.4863367Z test_reference_numerics_hard_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.398s) 2022-03-17T19:29:41.7546977Z test_reference_numerics_hard_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.268s) 2022-03-17T19:29:42.1317302Z test_reference_numerics_hard_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.377s) 2022-03-17T19:29:42.3925182Z test_reference_numerics_hard_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.261s) 2022-03-17T19:29:42.6310541Z test_reference_numerics_hard_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.238s) 2022-03-17T19:29:42.9477268Z test_reference_numerics_hard_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.316s) 2022-03-17T19:29:43.1774559Z test_reference_numerics_hard_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.230s) 2022-03-17T19:29:43.3953691Z test_reference_numerics_hard_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.218s) 2022-03-17T19:29:43.6508825Z test_reference_numerics_hard_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.255s) 2022-03-17T19:29:43.8720953Z test_reference_numerics_hard_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.221s) 2022-03-17T19:29:44.1222236Z test_reference_numerics_hard_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.250s) 2022-03-17T19:29:44.1326564Z test_reference_numerics_hard_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.011s) 2022-03-17T19:29:44.7452273Z test_reference_numerics_hard_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.612s) 2022-03-17T19:29:44.9965920Z test_reference_numerics_hard_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.251s) 2022-03-17T19:29:45.2573511Z test_reference_numerics_hard_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.261s) 2022-03-17T19:29:45.5004489Z test_reference_numerics_hard_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.243s) 2022-03-17T19:29:45.8030426Z test_reference_numerics_hard_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.303s) 2022-03-17T19:29:46.0700514Z test_reference_numerics_hard_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.267s) 2022-03-17T19:29:46.3053083Z test_reference_numerics_hard_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.235s) 2022-03-17T19:29:46.5647566Z test_reference_numerics_hard_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.259s) 2022-03-17T19:29:47.6959256Z test_reference_numerics_hard_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.131s) 2022-03-17T19:29:48.6266116Z test_reference_numerics_hard_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.931s) 2022-03-17T19:29:49.0151164Z test_reference_numerics_hard_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.388s) 2022-03-17T19:29:49.0159170Z test_reference_numerics_hard_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:29:49.0166710Z test_reference_numerics_hard_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:29:49.0174991Z test_reference_numerics_hard_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:30:08.6876437Z test_reference_numerics_hard_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (19.670s) 2022-03-17T19:30:27.9269775Z test_reference_numerics_hard_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (19.239s) 2022-03-17T19:30:28.6336441Z test_reference_numerics_hard_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.707s) 2022-03-17T19:30:30.6352183Z test_reference_numerics_hard_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (2.001s) 2022-03-17T19:30:32.4832604Z test_reference_numerics_hard_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.848s) 2022-03-17T19:30:33.1895236Z test_reference_numerics_hard_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.706s) 2022-03-17T19:30:35.1986019Z test_reference_numerics_hard_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (2.009s) 2022-03-17T19:30:37.0503724Z test_reference_numerics_hard_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.852s) 2022-03-17T19:30:37.7577396Z test_reference_numerics_hard_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.707s) 2022-03-17T19:30:37.9196032Z test_reference_numerics_hard_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.162s) 2022-03-17T19:30:38.0895314Z test_reference_numerics_hard_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.170s) 2022-03-17T19:30:38.2470570Z test_reference_numerics_hard_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.157s) 2022-03-17T19:30:38.4062097Z test_reference_numerics_hard_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.159s) 2022-03-17T19:30:38.5584875Z test_reference_numerics_hard_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.152s) 2022-03-17T19:30:38.5592706Z test_reference_numerics_hard_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:30:38.7596349Z test_reference_numerics_hard_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.200s) 2022-03-17T19:30:38.9559039Z test_reference_numerics_hard_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.196s) 2022-03-17T19:30:39.1571223Z test_reference_numerics_hard_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.201s) 2022-03-17T19:30:39.4417656Z test_reference_numerics_hard_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.284s) 2022-03-17T19:30:39.7363135Z test_reference_numerics_hard_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.294s) 2022-03-17T19:30:40.0132215Z test_reference_numerics_hard_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.277s) 2022-03-17T19:30:40.2919524Z test_reference_numerics_hard_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.279s) 2022-03-17T19:30:40.5027671Z test_reference_numerics_hard_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.211s) 2022-03-17T19:30:40.5035153Z test_reference_numerics_hard_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:30:40.7190393Z test_reference_numerics_hard_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.215s) 2022-03-17T19:30:40.9171652Z test_reference_numerics_hard_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.198s) 2022-03-17T19:30:41.1075612Z test_reference_numerics_hard_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.190s) 2022-03-17T19:30:41.3010465Z test_reference_numerics_hard_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.193s) 2022-03-17T19:30:41.4948434Z test_reference_numerics_hard_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.194s) 2022-03-17T19:30:41.6953349Z test_reference_numerics_hard_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.200s) 2022-03-17T19:30:41.8854619Z test_reference_numerics_hard_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.190s) 2022-03-17T19:30:42.0792275Z test_reference_numerics_hard_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.194s) 2022-03-17T19:30:42.2808414Z test_reference_numerics_hard_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.202s) 2022-03-17T19:30:42.4729228Z test_reference_numerics_hard_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.192s) 2022-03-17T19:30:42.6913807Z test_reference_numerics_hard_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.218s) 2022-03-17T19:30:42.9417323Z test_reference_numerics_hard_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.250s) 2022-03-17T19:30:43.1564057Z test_reference_numerics_hard_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.215s) 2022-03-17T19:30:43.3707364Z test_reference_numerics_hard_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.214s) 2022-03-17T19:30:43.6223198Z test_reference_numerics_hard_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.251s) 2022-03-17T19:30:43.8351079Z test_reference_numerics_hard_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.213s) 2022-03-17T19:30:44.0325847Z test_reference_numerics_hard_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.197s) 2022-03-17T19:30:45.6740165Z test_reference_numerics_hard_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.641s) 2022-03-17T19:30:45.8860448Z test_reference_numerics_hard_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.212s) 2022-03-17T19:30:46.0764218Z test_reference_numerics_hard_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.190s) 2022-03-17T19:30:46.2787695Z test_reference_numerics_hard_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.202s) 2022-03-17T19:30:46.4688927Z test_reference_numerics_hard_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.190s) 2022-03-17T19:30:46.7075079Z test_reference_numerics_hard_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.239s) 2022-03-17T19:30:46.8965952Z test_reference_numerics_hard_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.189s) 2022-03-17T19:30:47.0836700Z test_reference_numerics_hard_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.187s) 2022-03-17T19:30:47.2681895Z test_reference_numerics_hard_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.184s) 2022-03-17T19:30:47.4746423Z test_reference_numerics_hard_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.206s) 2022-03-17T19:30:47.4753937Z test_reference_numerics_hard_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:30:47.6820165Z test_reference_numerics_hard_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.206s) 2022-03-17T19:30:47.8825231Z test_reference_numerics_hard_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.200s) 2022-03-17T19:30:48.0976684Z test_reference_numerics_hard_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.215s) 2022-03-17T19:30:48.2863149Z test_reference_numerics_hard_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.188s) 2022-03-17T19:30:48.4728635Z test_reference_numerics_hard_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.186s) 2022-03-17T19:30:48.6590052Z test_reference_numerics_hard_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.186s) 2022-03-17T19:30:48.8403202Z test_reference_numerics_hard_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.181s) 2022-03-17T19:30:49.0154270Z test_reference_numerics_hard_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.175s) 2022-03-17T19:30:49.1823607Z test_reference_numerics_hard_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.167s) 2022-03-17T19:30:49.3474971Z test_reference_numerics_hard_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.165s) 2022-03-17T19:30:49.5132454Z test_reference_numerics_hard_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.166s) 2022-03-17T19:30:49.5148008Z test_reference_numerics_hard_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:30:49.5164601Z test_reference_numerics_hard_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:30:49.5180000Z test_reference_numerics_hard_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:30:49.5197552Z test_reference_numerics_hard_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:30:49.5212903Z test_reference_numerics_hard_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:30:49.5228213Z test_reference_numerics_hard_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:30:49.5243754Z test_reference_numerics_hard_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:30:49.5258945Z test_reference_numerics_hard_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:30:49.5273846Z test_reference_numerics_hard_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:30:49.5289262Z test_reference_numerics_hard_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:30:49.7532964Z test_reference_numerics_hard_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.224s) 2022-03-17T19:30:50.0422598Z test_reference_numerics_hard_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.289s) 2022-03-17T19:30:50.2722022Z test_reference_numerics_hard_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.230s) 2022-03-17T19:30:50.4912800Z test_reference_numerics_hard_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.219s) 2022-03-17T19:30:50.7147890Z test_reference_numerics_hard_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.223s) 2022-03-17T19:30:50.7155984Z test_reference_numerics_hard_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:30:50.7166258Z test_reference_numerics_hard_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:30:50.9235059Z test_reference_numerics_hard_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.207s) 2022-03-17T19:30:51.1365595Z test_reference_numerics_hard_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.213s) 2022-03-17T19:30:51.3622771Z test_reference_numerics_hard_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.226s) 2022-03-17T19:30:51.5875054Z test_reference_numerics_hard_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.225s) 2022-03-17T19:30:51.8421935Z test_reference_numerics_hard_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.255s) 2022-03-17T19:30:52.0973553Z test_reference_numerics_hard_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.255s) 2022-03-17T19:30:52.3483636Z test_reference_numerics_hard_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.251s) 2022-03-17T19:30:52.6011075Z test_reference_numerics_hard_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.253s) 2022-03-17T19:30:52.8860708Z test_reference_numerics_hard_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.285s) 2022-03-17T19:30:53.1787612Z test_reference_numerics_hard_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.293s) 2022-03-17T19:30:53.4296472Z test_reference_numerics_hard_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.251s) 2022-03-17T19:30:53.6825243Z test_reference_numerics_hard_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.253s) 2022-03-17T19:30:53.9507055Z test_reference_numerics_hard_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.268s) 2022-03-17T19:30:54.2165744Z test_reference_numerics_hard_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.266s) 2022-03-17T19:30:54.4780718Z test_reference_numerics_hard_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.261s) 2022-03-17T19:30:54.7446296Z test_reference_numerics_hard_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.266s) 2022-03-17T19:30:54.9633203Z test_reference_numerics_hard_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.219s) 2022-03-17T19:30:55.1583588Z test_reference_numerics_hard_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.195s) 2022-03-17T19:30:56.3028563Z test_reference_numerics_hard_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.144s) 2022-03-17T19:30:57.2464050Z test_reference_numerics_hard_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.943s) 2022-03-17T19:30:57.6529292Z test_reference_numerics_hard_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.406s) 2022-03-17T19:30:57.6536239Z test_reference_numerics_hard_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:30:58.9253588Z test_reference_numerics_hard_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.271s) 2022-03-17T19:30:59.1273887Z test_reference_numerics_hard_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.202s) 2022-03-17T19:30:59.3183554Z test_reference_numerics_hard_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.191s) 2022-03-17T19:30:59.5223171Z test_reference_numerics_hard_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.204s) 2022-03-17T19:30:59.5230325Z test_reference_numerics_hard_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:30:59.5237855Z test_reference_numerics_hard_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:30:59.7312208Z test_reference_numerics_hard_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.207s) 2022-03-17T19:30:59.9269251Z test_reference_numerics_hard_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.196s) 2022-03-17T19:31:00.1166943Z test_reference_numerics_hard_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.190s) 2022-03-17T19:31:00.3430791Z test_reference_numerics_hard_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.226s) 2022-03-17T19:31:00.6313874Z test_reference_numerics_hard_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.288s) 2022-03-17T19:31:00.8626009Z test_reference_numerics_hard_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.231s) 2022-03-17T19:31:01.0815816Z test_reference_numerics_hard_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.219s) 2022-03-17T19:31:01.3339674Z test_reference_numerics_hard_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.252s) 2022-03-17T19:31:01.5629253Z test_reference_numerics_hard_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.229s) 2022-03-17T19:31:01.8515044Z test_reference_numerics_hard_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.288s) 2022-03-17T19:31:02.0816019Z test_reference_numerics_hard_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.230s) 2022-03-17T19:31:02.2981768Z test_reference_numerics_hard_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.216s) 2022-03-17T19:31:02.5265930Z test_reference_numerics_hard_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.228s) 2022-03-17T19:31:02.7271254Z test_reference_numerics_hard_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.200s) 2022-03-17T19:31:02.9294265Z test_reference_numerics_hard_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.202s) 2022-03-17T19:31:03.1199803Z test_reference_numerics_hard_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.190s) 2022-03-17T19:31:03.3179686Z test_reference_numerics_normal_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.198s) 2022-03-17T19:31:03.5466350Z test_reference_numerics_normal_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.229s) 2022-03-17T19:31:03.7414267Z test_reference_numerics_normal_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.195s) 2022-03-17T19:31:03.9371745Z test_reference_numerics_normal_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.196s) 2022-03-17T19:31:04.1257574Z test_reference_numerics_normal_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.188s) 2022-03-17T19:31:04.3081401Z test_reference_numerics_normal_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.182s) 2022-03-17T19:31:04.5185998Z test_reference_numerics_normal_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.210s) 2022-03-17T19:31:04.8228597Z test_reference_numerics_normal_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.304s) 2022-03-17T19:31:05.0376466Z test_reference_numerics_normal_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.215s) 2022-03-17T19:31:05.2432858Z test_reference_numerics_normal_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.205s) 2022-03-17T19:31:05.4572030Z test_reference_numerics_normal_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.214s) 2022-03-17T19:31:05.6771488Z test_reference_numerics_normal_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.220s) 2022-03-17T19:31:05.8980839Z test_reference_numerics_normal_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.221s) 2022-03-17T19:31:06.2175752Z test_reference_numerics_normal_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.319s) 2022-03-17T19:31:06.4420210Z test_reference_numerics_normal_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.224s) 2022-03-17T19:31:06.6546686Z test_reference_numerics_normal_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.212s) 2022-03-17T19:31:06.8949939Z test_reference_numerics_normal_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.240s) 2022-03-17T19:31:07.1279938Z test_reference_numerics_normal_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.233s) 2022-03-17T19:31:07.3941466Z test_reference_numerics_normal_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.266s) 2022-03-17T19:31:07.6104128Z test_reference_numerics_normal_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.216s) 2022-03-17T19:31:07.8340047Z test_reference_numerics_normal_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.223s) 2022-03-17T19:31:08.0645940Z test_reference_numerics_normal_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.230s) 2022-03-17T19:31:08.2771499Z test_reference_numerics_normal_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.212s) 2022-03-17T19:31:08.5817995Z test_reference_numerics_normal_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.305s) 2022-03-17T19:31:08.7963571Z test_reference_numerics_normal_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.214s) 2022-03-17T19:31:09.0005422Z test_reference_numerics_normal_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.204s) 2022-03-17T19:31:09.2119347Z test_reference_numerics_normal_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.211s) 2022-03-17T19:31:09.4262740Z test_reference_numerics_normal_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.214s) 2022-03-17T19:31:09.6482298Z test_reference_numerics_normal_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.222s) 2022-03-17T19:31:09.9583810Z test_reference_numerics_normal_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.310s) 2022-03-17T19:31:10.1847051Z test_reference_numerics_normal_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.226s) 2022-03-17T19:31:10.4002133Z test_reference_numerics_normal_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.215s) 2022-03-17T19:31:10.6391923Z test_reference_numerics_normal_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.239s) 2022-03-17T19:31:10.8723217Z test_reference_numerics_normal_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.233s) 2022-03-17T19:31:11.0852997Z test_reference_numerics_normal_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.213s) 2022-03-17T19:31:11.3650514Z test_reference_numerics_normal_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.280s) 2022-03-17T19:31:11.5827448Z test_reference_numerics_normal_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.217s) 2022-03-17T19:31:11.7897583Z test_reference_numerics_normal_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.207s) 2022-03-17T19:31:12.0209436Z test_reference_numerics_normal_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.231s) 2022-03-17T19:31:12.2449943Z test_reference_numerics_normal_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.224s) 2022-03-17T19:31:12.4685274Z test_reference_numerics_normal_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.223s) 2022-03-17T19:31:12.7445738Z test_reference_numerics_normal_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.276s) 2022-03-17T19:31:12.9725380Z test_reference_numerics_normal_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.228s) 2022-03-17T19:31:13.1901875Z test_reference_numerics_normal_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.217s) 2022-03-17T19:31:13.4001983Z test_reference_numerics_normal_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.210s) 2022-03-17T19:31:13.6117310Z test_reference_numerics_normal_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.211s) 2022-03-17T19:31:13.7972989Z test_reference_numerics_normal_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.186s) 2022-03-17T19:31:13.9773986Z test_reference_numerics_normal_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.180s) 2022-03-17T19:31:14.1716072Z test_reference_numerics_normal_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.194s) 2022-03-17T19:31:14.3707771Z test_reference_numerics_normal_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.199s) 2022-03-17T19:31:14.5621256Z test_reference_numerics_normal_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.191s) 2022-03-17T19:31:14.8138457Z test_reference_numerics_normal_clamp_scalar_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.252s) 2022-03-17T19:31:15.1253896Z test_reference_numerics_normal_clamp_scalar_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.311s) 2022-03-17T19:31:15.3718838Z test_reference_numerics_normal_clamp_scalar_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.246s) 2022-03-17T19:31:15.6131518Z test_reference_numerics_normal_clamp_scalar_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.241s) 2022-03-17T19:31:15.8471617Z test_reference_numerics_normal_clamp_scalar_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.234s) 2022-03-17T19:31:16.0126909Z test_reference_numerics_normal_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.165s) 2022-03-17T19:31:16.2547505Z test_reference_numerics_normal_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.242s) 2022-03-17T19:31:16.4180874Z test_reference_numerics_normal_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.163s) 2022-03-17T19:31:16.5805983Z test_reference_numerics_normal_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.162s) 2022-03-17T19:31:16.7385159Z test_reference_numerics_normal_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.158s) 2022-03-17T19:31:16.8881875Z test_reference_numerics_normal_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.149s) 2022-03-17T19:31:17.0547159Z test_reference_numerics_normal_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.166s) 2022-03-17T19:31:17.2680592Z test_reference_numerics_normal_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.213s) 2022-03-17T19:31:17.4320375Z test_reference_numerics_normal_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.164s) 2022-03-17T19:31:17.5955551Z test_reference_numerics_normal_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.163s) 2022-03-17T19:31:17.7535168Z test_reference_numerics_normal_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.158s) 2022-03-17T19:31:17.9053352Z test_reference_numerics_normal_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.152s) 2022-03-17T19:31:18.1057964Z test_reference_numerics_normal_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.200s) 2022-03-17T19:31:18.4205289Z test_reference_numerics_normal_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.315s) 2022-03-17T19:31:18.6320914Z test_reference_numerics_normal_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.211s) 2022-03-17T19:31:18.8263400Z test_reference_numerics_normal_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.194s) 2022-03-17T19:31:19.0540379Z test_reference_numerics_normal_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.228s) 2022-03-17T19:31:19.2776942Z test_reference_numerics_normal_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.223s) 2022-03-17T19:31:19.4909092Z test_reference_numerics_normal_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.213s) 2022-03-17T19:31:19.7822298Z test_reference_numerics_normal_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.291s) 2022-03-17T19:31:19.9966312Z test_reference_numerics_normal_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.214s) 2022-03-17T19:31:20.2029547Z test_reference_numerics_normal_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.206s) 2022-03-17T19:31:20.4166967Z test_reference_numerics_normal_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.214s) 2022-03-17T19:31:20.6244157Z test_reference_numerics_normal_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.207s) 2022-03-17T19:31:20.8303958Z test_reference_numerics_normal_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.206s) 2022-03-17T19:31:21.0375704Z test_reference_numerics_normal_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.207s) 2022-03-17T19:31:21.2372944Z test_reference_numerics_normal_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.200s) 2022-03-17T19:31:21.4477228Z test_reference_numerics_normal_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.210s) 2022-03-17T19:31:21.6678274Z test_reference_numerics_normal_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.220s) 2022-03-17T19:31:22.6104993Z test_reference_numerics_normal_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.942s) 2022-03-17T19:31:23.3695528Z test_reference_numerics_normal_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.759s) 2022-03-17T19:31:23.5896634Z test_reference_numerics_normal_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.220s) 2022-03-17T19:31:23.8033021Z test_reference_numerics_normal_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.213s) 2022-03-17T19:31:24.0318601Z test_reference_numerics_normal_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.228s) 2022-03-17T19:31:24.2610329Z test_reference_numerics_normal_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.229s) 2022-03-17T19:31:24.4845453Z test_reference_numerics_normal_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.223s) 2022-03-17T19:31:24.7161738Z test_reference_numerics_normal_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.231s) 2022-03-17T19:31:24.9352211Z test_reference_numerics_normal_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.219s) 2022-03-17T19:31:25.1646294Z test_reference_numerics_normal_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.229s) 2022-03-17T19:31:25.3947630Z test_reference_numerics_normal_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.230s) 2022-03-17T19:31:25.6199788Z test_reference_numerics_normal_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.225s) 2022-03-17T19:31:25.8540174Z test_reference_numerics_normal_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.234s) 2022-03-17T19:31:26.0782016Z test_reference_numerics_normal_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.224s) 2022-03-17T19:31:26.3102810Z test_reference_numerics_normal_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.232s) 2022-03-17T19:31:26.5355363Z test_reference_numerics_normal_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.225s) 2022-03-17T19:31:26.7409479Z test_reference_numerics_normal_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.205s) 2022-03-17T19:31:26.9440134Z test_reference_numerics_normal_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.203s) 2022-03-17T19:31:27.1562624Z test_reference_numerics_normal_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.212s) 2022-03-17T19:31:27.3666526Z test_reference_numerics_normal_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.210s) 2022-03-17T19:31:27.5744209Z test_reference_numerics_normal_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.208s) 2022-03-17T19:31:27.7862875Z test_reference_numerics_normal_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.212s) 2022-03-17T19:31:27.9949164Z test_reference_numerics_normal_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.208s) 2022-03-17T19:31:27.9954725Z test_reference_numerics_normal_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:31:28.2480184Z test_reference_numerics_normal_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.252s) 2022-03-17T19:31:28.4603231Z test_reference_numerics_normal_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.212s) 2022-03-17T19:31:28.6611588Z test_reference_numerics_normal_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.201s) 2022-03-17T19:31:28.8726015Z test_reference_numerics_normal_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.211s) 2022-03-17T19:31:29.0766907Z test_reference_numerics_normal_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.204s) 2022-03-17T19:31:29.2944545Z test_reference_numerics_normal_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.218s) 2022-03-17T19:31:29.5148468Z test_reference_numerics_normal_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.220s) 2022-03-17T19:31:29.7248113Z test_reference_numerics_normal_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.210s) 2022-03-17T19:31:29.9428647Z test_reference_numerics_normal_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.218s) 2022-03-17T19:31:30.1570830Z test_reference_numerics_normal_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.214s) 2022-03-17T19:31:30.3477154Z test_reference_numerics_normal_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.190s) 2022-03-17T19:31:30.5470760Z test_reference_numerics_normal_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.199s) 2022-03-17T19:31:30.7348979Z test_reference_numerics_normal_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.188s) 2022-03-17T19:31:30.9358755Z test_reference_numerics_normal_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.201s) 2022-03-17T19:31:31.1483600Z test_reference_numerics_normal_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.212s) 2022-03-17T19:31:31.3459970Z test_reference_numerics_normal_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.197s) 2022-03-17T19:31:32.3155267Z test_reference_numerics_normal_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.969s) 2022-03-17T19:31:33.2515989Z test_reference_numerics_normal_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.936s) 2022-03-17T19:31:33.5516431Z test_reference_numerics_normal_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.300s) 2022-03-17T19:31:33.8470124Z test_reference_numerics_normal_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.295s) 2022-03-17T19:31:34.1395084Z test_reference_numerics_normal_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.292s) 2022-03-17T19:31:34.4381248Z test_reference_numerics_normal_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.299s) 2022-03-17T19:31:34.7302493Z test_reference_numerics_normal_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.292s) 2022-03-17T19:31:35.0363875Z test_reference_numerics_normal_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.306s) 2022-03-17T19:31:35.2554889Z test_reference_numerics_normal_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.219s) 2022-03-17T19:31:35.5008457Z test_reference_numerics_normal_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.245s) 2022-03-17T19:31:35.7111385Z test_reference_numerics_normal_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.210s) 2022-03-17T19:31:35.9199675Z test_reference_numerics_normal_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.209s) 2022-03-17T19:31:36.0910150Z test_reference_numerics_normal_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.171s) 2022-03-17T19:31:36.2633384Z test_reference_numerics_normal_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.172s) 2022-03-17T19:31:36.4634822Z test_reference_numerics_normal_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.200s) 2022-03-17T19:31:36.6914537Z test_reference_numerics_normal_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.228s) 2022-03-17T19:31:36.8831818Z test_reference_numerics_normal_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.192s) 2022-03-17T19:31:37.0738627Z test_reference_numerics_normal_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.191s) 2022-03-17T19:31:37.2458552Z test_reference_numerics_normal_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.172s) 2022-03-17T19:31:37.4170466Z test_reference_numerics_normal_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.171s) 2022-03-17T19:31:37.5978255Z test_reference_numerics_normal_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.181s) 2022-03-17T19:31:37.7728705Z test_reference_numerics_normal_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.175s) 2022-03-17T19:31:37.9453389Z test_reference_numerics_normal_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.172s) 2022-03-17T19:31:38.1160384Z test_reference_numerics_normal_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.171s) 2022-03-17T19:31:38.2838561Z test_reference_numerics_normal_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.168s) 2022-03-17T19:31:38.4514136Z test_reference_numerics_normal_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.167s) 2022-03-17T19:31:38.6434978Z test_reference_numerics_normal_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.192s) 2022-03-17T19:31:38.8291894Z test_reference_numerics_normal_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.186s) 2022-03-17T19:31:39.0115917Z test_reference_numerics_normal_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.182s) 2022-03-17T19:31:39.1956778Z test_reference_numerics_normal_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.184s) 2022-03-17T19:31:39.3878289Z test_reference_numerics_normal_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.192s) 2022-03-17T19:31:39.5830897Z test_reference_numerics_normal_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.195s) 2022-03-17T19:31:39.7717043Z test_reference_numerics_normal_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.189s) 2022-03-17T19:31:39.9572638Z test_reference_numerics_normal_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.185s) 2022-03-17T19:31:40.1449202Z test_reference_numerics_normal_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.188s) 2022-03-17T19:31:40.3382905Z test_reference_numerics_normal_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.193s) 2022-03-17T19:31:40.5308530Z test_reference_numerics_normal_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.192s) 2022-03-17T19:31:40.7298580Z test_reference_numerics_normal_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.199s) 2022-03-17T19:31:40.9203413Z test_reference_numerics_normal_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.190s) 2022-03-17T19:31:41.1027119Z test_reference_numerics_normal_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.182s) 2022-03-17T19:31:41.2811201Z test_reference_numerics_normal_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.178s) 2022-03-17T19:31:41.4624887Z test_reference_numerics_normal_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.181s) 2022-03-17T19:31:41.7349181Z test_reference_numerics_normal_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.272s) 2022-03-17T19:31:41.9884031Z test_reference_numerics_normal_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.253s) 2022-03-17T19:31:42.2148239Z test_reference_numerics_normal_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.226s) 2022-03-17T19:31:42.4423774Z test_reference_numerics_normal_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.227s) 2022-03-17T19:31:42.6546531Z test_reference_numerics_normal_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.212s) 2022-03-17T19:31:42.9297538Z test_reference_numerics_normal_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.275s) 2022-03-17T19:31:43.1489024Z test_reference_numerics_normal_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.219s) 2022-03-17T19:31:43.3580992Z test_reference_numerics_normal_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.209s) 2022-03-17T19:31:43.5840784Z test_reference_numerics_normal_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.226s) 2022-03-17T19:31:43.8158504Z test_reference_numerics_normal_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.231s) 2022-03-17T19:31:44.0285684Z test_reference_numerics_normal_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.212s) 2022-03-17T19:31:44.2416379Z test_reference_numerics_normal_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.213s) 2022-03-17T19:31:44.4459091Z test_reference_numerics_normal_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.204s) 2022-03-17T19:31:44.6611414Z test_reference_numerics_normal_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.215s) 2022-03-17T19:31:44.8859939Z test_reference_numerics_normal_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.225s) 2022-03-17T19:31:45.0930926Z test_reference_numerics_normal_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.207s) 2022-03-17T19:31:45.3643622Z test_reference_numerics_normal_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.271s) 2022-03-17T19:31:45.5754925Z test_reference_numerics_normal_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.211s) 2022-03-17T19:31:45.7756896Z test_reference_numerics_normal_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.200s) 2022-03-17T19:31:45.9862110Z test_reference_numerics_normal_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.210s) 2022-03-17T19:31:46.2075541Z test_reference_numerics_normal_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.221s) 2022-03-17T19:31:46.4109942Z test_reference_numerics_normal_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.203s) 2022-03-17T19:31:46.6796631Z test_reference_numerics_normal_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.269s) 2022-03-17T19:31:46.8900837Z test_reference_numerics_normal_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.210s) 2022-03-17T19:31:47.0866121Z test_reference_numerics_normal_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.196s) 2022-03-17T19:31:47.3107238Z test_reference_numerics_normal_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.224s) 2022-03-17T19:31:47.5347326Z test_reference_numerics_normal_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.224s) 2022-03-17T19:31:47.7204658Z test_reference_numerics_normal_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.186s) 2022-03-17T19:31:47.8997921Z test_reference_numerics_normal_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.179s) 2022-03-17T19:31:48.0776771Z test_reference_numerics_normal_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.178s) 2022-03-17T19:31:48.2526676Z test_reference_numerics_normal_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.175s) 2022-03-17T19:31:48.4246398Z test_reference_numerics_normal_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.172s) 2022-03-17T19:31:48.5971133Z test_reference_numerics_normal_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.172s) 2022-03-17T19:31:48.8093555Z test_reference_numerics_normal_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.212s) 2022-03-17T19:31:49.0238280Z test_reference_numerics_normal_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.214s) 2022-03-17T19:31:49.2300909Z test_reference_numerics_normal_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.206s) 2022-03-17T19:31:49.4358102Z test_reference_numerics_normal_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.206s) 2022-03-17T19:31:49.6360259Z test_reference_numerics_normal_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.200s) 2022-03-17T19:31:50.0898834Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.454s) 2022-03-17T19:31:50.5159698Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.426s) 2022-03-17T19:31:50.9424793Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.426s) 2022-03-17T19:31:51.3660397Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.423s) 2022-03-17T19:31:51.9486265Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.582s) 2022-03-17T19:31:52.4719327Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.523s) 2022-03-17T19:31:53.0060392Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.534s) 2022-03-17T19:31:53.5361122Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.530s) 2022-03-17T19:31:54.2406224Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.704s) 2022-03-17T19:31:54.8620103Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.621s) 2022-03-17T19:31:55.4908752Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.629s) 2022-03-17T19:31:56.1214038Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.630s) 2022-03-17T19:31:56.3775364Z test_reference_numerics_normal_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.256s) 2022-03-17T19:31:56.6376529Z test_reference_numerics_normal_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.260s) 2022-03-17T19:31:56.8896856Z test_reference_numerics_normal_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.252s) 2022-03-17T19:31:57.0834207Z test_reference_numerics_normal_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.194s) 2022-03-17T19:31:57.2693318Z test_reference_numerics_normal_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.186s) 2022-03-17T19:31:57.4598646Z test_reference_numerics_normal_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.190s) 2022-03-17T19:31:57.6676505Z test_reference_numerics_normal_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.208s) 2022-03-17T19:31:57.8571403Z test_reference_numerics_normal_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.189s) 2022-03-17T19:31:58.0468898Z test_reference_numerics_normal_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.190s) 2022-03-17T19:31:58.2307000Z test_reference_numerics_normal_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.184s) 2022-03-17T19:31:58.4074417Z test_reference_numerics_normal_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.177s) 2022-03-17T19:31:58.6391942Z test_reference_numerics_normal_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.232s) 2022-03-17T19:31:58.9703927Z test_reference_numerics_normal_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.331s) 2022-03-17T19:31:59.2009569Z test_reference_numerics_normal_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.230s) 2022-03-17T19:31:59.4398250Z test_reference_numerics_normal_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.239s) 2022-03-17T19:31:59.7484480Z test_reference_numerics_normal_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.308s) 2022-03-17T19:31:59.9839252Z test_reference_numerics_normal_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.235s) 2022-03-17T19:32:00.4024046Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.418s) 2022-03-17T19:32:00.8605188Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.458s) 2022-03-17T19:32:01.2677904Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.407s) 2022-03-17T19:32:01.7499351Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.482s) 2022-03-17T19:32:02.1590151Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.409s) 2022-03-17T19:32:02.4303497Z test_reference_numerics_normal_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.271s) 2022-03-17T19:32:02.8172710Z test_reference_numerics_normal_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.387s) 2022-03-17T19:32:03.0821602Z test_reference_numerics_normal_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.265s) 2022-03-17T19:32:03.3208491Z test_reference_numerics_normal_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.239s) 2022-03-17T19:32:03.6431468Z test_reference_numerics_normal_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.322s) 2022-03-17T19:32:03.8800395Z test_reference_numerics_normal_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.237s) 2022-03-17T19:32:04.1069404Z test_reference_numerics_normal_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.227s) 2022-03-17T19:32:04.3675906Z test_reference_numerics_normal_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.260s) 2022-03-17T19:32:04.5905555Z test_reference_numerics_normal_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.223s) 2022-03-17T19:32:04.8489294Z test_reference_numerics_normal_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.258s) 2022-03-17T19:32:05.1612641Z test_reference_numerics_normal_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.312s) 2022-03-17T19:32:05.4457334Z test_reference_numerics_normal_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.284s) 2022-03-17T19:32:05.7010421Z test_reference_numerics_normal_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.255s) 2022-03-17T19:32:05.9497062Z test_reference_numerics_normal_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.249s) 2022-03-17T19:32:06.1974091Z test_reference_numerics_normal_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.247s) 2022-03-17T19:32:06.4349928Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.237s) 2022-03-17T19:32:06.7354348Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.300s) 2022-03-17T19:32:06.9939104Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.258s) 2022-03-17T19:32:07.2266691Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.233s) 2022-03-17T19:32:07.4765503Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.250s) 2022-03-17T19:32:07.7487823Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.272s) 2022-03-17T19:32:08.8739392Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.125s) 2022-03-17T19:32:09.8048040Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.931s) 2022-03-17T19:32:10.1965141Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.391s) 2022-03-17T19:32:10.5804401Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.384s) 2022-03-17T19:32:12.3470924Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.766s) 2022-03-17T19:32:14.0953018Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.748s) 2022-03-17T19:32:15.1237713Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.028s) 2022-03-17T19:32:16.1573321Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (1.033s) 2022-03-17T19:32:17.2192767Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.062s) 2022-03-17T19:32:18.2692063Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.050s) 2022-03-17T19:32:19.2981319Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.029s) 2022-03-17T19:32:20.3356307Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (1.037s) 2022-03-17T19:32:21.3970771Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.061s) 2022-03-17T19:32:22.4483929Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.051s) 2022-03-17T19:32:23.4777979Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.029s) 2022-03-17T19:32:24.5174406Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (1.039s) 2022-03-17T19:32:25.5794290Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.062s) 2022-03-17T19:32:26.6326623Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.053s) 2022-03-17T19:32:27.6615254Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.029s) 2022-03-17T19:32:28.7009128Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (1.039s) 2022-03-17T19:32:28.8607101Z test_reference_numerics_normal_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.160s) 2022-03-17T19:32:29.0378453Z test_reference_numerics_normal_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.177s) 2022-03-17T19:32:29.1976747Z test_reference_numerics_normal_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.160s) 2022-03-17T19:32:29.3558135Z test_reference_numerics_normal_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.158s) 2022-03-17T19:32:29.5084048Z test_reference_numerics_normal_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.153s) 2022-03-17T19:32:29.6544769Z test_reference_numerics_normal_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.146s) 2022-03-17T19:32:29.6550173Z test_reference_numerics_normal_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:32:29.8587278Z test_reference_numerics_normal_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.203s) 2022-03-17T19:32:30.0568688Z test_reference_numerics_normal_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.198s) 2022-03-17T19:32:30.2663396Z test_reference_numerics_normal_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.209s) 2022-03-17T19:32:30.4836420Z test_reference_numerics_normal_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.217s) 2022-03-17T19:32:30.7713180Z test_reference_numerics_normal_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.287s) 2022-03-17T19:32:31.0713322Z test_reference_numerics_normal_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.300s) 2022-03-17T19:32:31.3491801Z test_reference_numerics_normal_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.278s) 2022-03-17T19:32:31.6295823Z test_reference_numerics_normal_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.280s) 2022-03-17T19:32:31.8444235Z test_reference_numerics_normal_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.215s) 2022-03-17T19:32:32.1154126Z test_reference_numerics_normal_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.271s) 2022-03-17T19:32:32.1160726Z test_reference_numerics_normal_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:32:32.3382844Z test_reference_numerics_normal_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.222s) 2022-03-17T19:32:32.5389116Z test_reference_numerics_normal_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.200s) 2022-03-17T19:32:32.7327841Z test_reference_numerics_normal_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.194s) 2022-03-17T19:32:32.9310348Z test_reference_numerics_normal_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.198s) 2022-03-17T19:32:33.1233963Z test_reference_numerics_normal_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.192s) 2022-03-17T19:32:33.3193128Z test_reference_numerics_normal_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.196s) 2022-03-17T19:32:33.5224144Z test_reference_numerics_normal_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.203s) 2022-03-17T19:32:33.7142414Z test_reference_numerics_normal_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.192s) 2022-03-17T19:32:33.9083312Z test_reference_numerics_normal_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.194s) 2022-03-17T19:32:34.1104422Z test_reference_numerics_normal_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.202s) 2022-03-17T19:32:34.3024944Z test_reference_numerics_normal_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.192s) 2022-03-17T19:32:34.5203067Z test_reference_numerics_normal_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.218s) 2022-03-17T19:32:34.7685157Z test_reference_numerics_normal_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.248s) 2022-03-17T19:32:34.9811079Z test_reference_numerics_normal_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.212s) 2022-03-17T19:32:35.1945404Z test_reference_numerics_normal_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.213s) 2022-03-17T19:32:35.4441049Z test_reference_numerics_normal_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.249s) 2022-03-17T19:32:35.6560492Z test_reference_numerics_normal_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.212s) 2022-03-17T19:32:35.8527311Z test_reference_numerics_normal_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.197s) 2022-03-17T19:32:36.0928294Z test_reference_numerics_normal_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.240s) 2022-03-17T19:32:36.3042842Z test_reference_numerics_normal_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.211s) 2022-03-17T19:32:36.4964221Z test_reference_numerics_normal_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.192s) 2022-03-17T19:32:36.7015142Z test_reference_numerics_normal_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.205s) 2022-03-17T19:32:36.9245573Z test_reference_numerics_normal_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.223s) 2022-03-17T19:32:37.1136801Z test_reference_numerics_normal_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.189s) 2022-03-17T19:32:37.3474719Z test_reference_numerics_normal_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.234s) 2022-03-17T19:32:37.5385483Z test_reference_numerics_normal_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.191s) 2022-03-17T19:32:37.7245136Z test_reference_numerics_normal_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.186s) 2022-03-17T19:32:37.9098106Z test_reference_numerics_normal_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.185s) 2022-03-17T19:32:38.0822477Z test_reference_numerics_normal_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.172s) 2022-03-17T19:32:38.2873849Z test_reference_numerics_normal_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.205s) 2022-03-17T19:32:39.7619405Z test_reference_numerics_normal_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.474s) 2022-03-17T19:32:39.9694054Z test_reference_numerics_normal_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.207s) 2022-03-17T19:32:40.1697847Z test_reference_numerics_normal_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.200s) 2022-03-17T19:32:40.3886807Z test_reference_numerics_normal_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.219s) 2022-03-17T19:32:40.5883837Z test_reference_numerics_normal_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.199s) 2022-03-17T19:32:40.7760482Z test_reference_numerics_normal_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.187s) 2022-03-17T19:32:40.9612280Z test_reference_numerics_normal_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.185s) 2022-03-17T19:32:41.1470953Z test_reference_numerics_normal_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.186s) 2022-03-17T19:32:41.3304173Z test_reference_numerics_normal_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.183s) 2022-03-17T19:32:41.5029052Z test_reference_numerics_normal_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.172s) 2022-03-17T19:32:41.6801195Z test_reference_numerics_normal_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.177s) 2022-03-17T19:32:41.8472931Z test_reference_numerics_normal_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.167s) 2022-03-17T19:32:42.0136898Z test_reference_numerics_normal_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.166s) 2022-03-17T19:32:42.1806883Z test_reference_numerics_normal_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.167s) 2022-03-17T19:32:42.3565145Z test_reference_numerics_normal_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.176s) 2022-03-17T19:32:42.5546991Z test_reference_numerics_normal_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.198s) 2022-03-17T19:32:42.8416226Z test_reference_numerics_normal_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.287s) 2022-03-17T19:32:43.0510127Z test_reference_numerics_normal_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.209s) 2022-03-17T19:32:43.2430508Z test_reference_numerics_normal_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.192s) 2022-03-17T19:32:43.4716457Z test_reference_numerics_normal_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.229s) 2022-03-17T19:32:43.6930215Z test_reference_numerics_normal_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.221s) 2022-03-17T19:32:43.9260806Z test_reference_numerics_normal_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.233s) 2022-03-17T19:32:43.9266561Z test_reference_numerics_normal_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:32:44.1576631Z test_reference_numerics_normal_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.231s) 2022-03-17T19:32:44.3846932Z test_reference_numerics_normal_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.227s) 2022-03-17T19:32:44.9522150Z test_reference_numerics_normal_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.567s) 2022-03-17T19:32:45.4943898Z test_reference_numerics_normal_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.542s) 2022-03-17T19:32:45.7187628Z test_reference_numerics_normal_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.224s) 2022-03-17T19:32:46.0084008Z test_reference_numerics_normal_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.289s) 2022-03-17T19:32:46.2401702Z test_reference_numerics_normal_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.231s) 2022-03-17T19:32:46.4609691Z test_reference_numerics_normal_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.221s) 2022-03-17T19:32:46.6839675Z test_reference_numerics_normal_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.223s) 2022-03-17T19:32:46.8974903Z test_reference_numerics_normal_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.213s) 2022-03-17T19:32:47.1105705Z test_reference_numerics_normal_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.213s) 2022-03-17T19:32:47.3249152Z test_reference_numerics_normal_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.214s) 2022-03-17T19:32:47.5340956Z test_reference_numerics_normal_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.209s) 2022-03-17T19:32:47.7487026Z test_reference_numerics_normal_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.214s) 2022-03-17T19:32:47.9636471Z test_reference_numerics_normal_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.215s) 2022-03-17T19:32:48.1907849Z test_reference_numerics_normal_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.227s) 2022-03-17T19:32:48.4210080Z test_reference_numerics_normal_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.230s) 2022-03-17T19:32:48.6287407Z test_reference_numerics_normal_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.207s) 2022-03-17T19:32:48.8821317Z test_reference_numerics_normal_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.253s) 2022-03-17T19:32:49.1358259Z test_reference_numerics_normal_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.253s) 2022-03-17T19:32:49.3847951Z test_reference_numerics_normal_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.249s) 2022-03-17T19:32:49.6407239Z test_reference_numerics_normal_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.256s) 2022-03-17T19:32:49.8880155Z test_reference_numerics_normal_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.247s) 2022-03-17T19:32:50.1702891Z test_reference_numerics_normal_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.282s) 2022-03-17T19:32:50.4562575Z test_reference_numerics_normal_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.286s) 2022-03-17T19:32:50.7338049Z test_reference_numerics_normal_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.277s) 2022-03-17T19:32:50.9827101Z test_reference_numerics_normal_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.249s) 2022-03-17T19:32:51.2369697Z test_reference_numerics_normal_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.254s) 2022-03-17T19:32:51.4826247Z test_reference_numerics_normal_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.245s) 2022-03-17T19:32:51.7465360Z test_reference_numerics_normal_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.264s) 2022-03-17T19:32:52.0107218Z test_reference_numerics_normal_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.264s) 2022-03-17T19:32:52.2699570Z test_reference_numerics_normal_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.259s) 2022-03-17T19:32:52.5383976Z test_reference_numerics_normal_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.268s) 2022-03-17T19:32:52.7915240Z test_reference_numerics_normal_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.253s) 2022-03-17T19:32:53.0092173Z test_reference_numerics_normal_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.218s) 2022-03-17T19:32:53.2000395Z test_reference_numerics_normal_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.191s) 2022-03-17T19:32:53.3834180Z test_reference_numerics_normal_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.183s) 2022-03-17T19:32:53.7857109Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.402s) 2022-03-17T19:32:54.1770112Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.391s) 2022-03-17T19:32:54.5664345Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.389s) 2022-03-17T19:32:54.9505090Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.384s) 2022-03-17T19:32:55.1396501Z test_reference_numerics_normal_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.189s) 2022-03-17T19:32:55.3683407Z test_reference_numerics_normal_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.229s) 2022-03-17T19:32:55.5623408Z test_reference_numerics_normal_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.194s) 2022-03-17T19:32:55.7446548Z test_reference_numerics_normal_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.182s) 2022-03-17T19:32:55.9400818Z test_reference_numerics_normal_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.195s) 2022-03-17T19:32:56.1479684Z test_reference_numerics_normal_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.208s) 2022-03-17T19:32:56.3410885Z test_reference_numerics_normal_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.193s) 2022-03-17T19:32:56.5532237Z test_reference_numerics_normal_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.212s) 2022-03-17T19:32:56.7501414Z test_reference_numerics_normal_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.197s) 2022-03-17T19:32:56.9379146Z test_reference_numerics_normal_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.188s) 2022-03-17T19:32:57.1191569Z test_reference_numerics_normal_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.181s) 2022-03-17T19:32:57.2951629Z test_reference_numerics_normal_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.176s) 2022-03-17T19:32:57.5131724Z test_reference_numerics_normal_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.218s) 2022-03-17T19:32:57.7837429Z test_reference_numerics_normal_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.270s) 2022-03-17T19:32:58.0091946Z test_reference_numerics_normal_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.225s) 2022-03-17T19:32:58.2237465Z test_reference_numerics_normal_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.214s) 2022-03-17T19:32:58.4704839Z test_reference_numerics_normal_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.247s) 2022-03-17T19:32:58.7031929Z test_reference_numerics_normal_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.232s) 2022-03-17T19:32:58.9209381Z test_reference_numerics_normal_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.217s) 2022-03-17T19:32:59.1796948Z test_reference_numerics_normal_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.259s) 2022-03-17T19:32:59.4036920Z test_reference_numerics_normal_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.224s) 2022-03-17T19:32:59.6116493Z test_reference_numerics_normal_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.208s) 2022-03-17T19:32:59.8314176Z test_reference_numerics_normal_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.220s) 2022-03-17T19:33:00.0588668Z test_reference_numerics_normal_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.227s) 2022-03-17T19:33:00.2442887Z test_reference_numerics_normal_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.185s) 2022-03-17T19:33:00.4384170Z test_reference_numerics_normal_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.194s) 2022-03-17T19:33:00.6207275Z test_reference_numerics_normal_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.182s) 2022-03-17T19:33:00.6258328Z test_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:33:00.6304917Z test_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:33:00.8848926Z test_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.254s) 2022-03-17T19:33:00.8928879Z test_special_i0_i1_vs_scipy_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T19:33:00.9005035Z test_special_i0_i1_vs_scipy_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T19:33:00.9125986Z test_special_i0_i1_vs_scipy_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-03-17T19:33:01.2828740Z test_special_i0_i1_vs_scipy_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.370s) 2022-03-17T19:33:01.2866822Z test_special_ndtr_vs_scipy_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:33:01.2904168Z test_special_ndtr_vs_scipy_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:33:01.2920872Z test_threshold_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:33:01.2937309Z test_threshold_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:33:01.2953506Z test_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:33:01.2970135Z test_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:33:01.2986072Z test_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:33:01.3002203Z test_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:33:01.3024256Z test_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:33:01.3039933Z test_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:33:01.3055956Z test_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:33:01.3124964Z test_unary_out_op_mem_overlap_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:33:01.3127349Z 2022-03-17T19:33:01.3128054Z ---------------------------------------------------------------------- 2022-03-17T19:33:01.3128385Z Ran 5390 tests in 1084.114s 2022-03-17T19:33:01.3132477Z 2022-03-17T19:33:01.3132967Z OK (skipped=244, expected failures=1) 2022-03-17T19:33:01.3133400Z 2022-03-17T19:33:01.3133627Z Generating XML reports... 2022-03-17T19:33:01.9608820Z Generated XML report: test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCUDA-20220317191457.xml 2022-03-17T19:33:02.3667347Z Running test_quantization ... [2022-03-17 19:33:02.366176] 2022-03-17T19:33:02.3668037Z Executing ['/opt/conda/bin/python', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 19:33:02.366286] 2022-03-17T19:33:05.1057636Z Test results will be stored in test-reports/python-unittest/test_quantization 2022-03-17T19:33:05.1187326Z 2022-03-17T19:33:05.1187719Z Running tests... 2022-03-17T19:33:05.1188215Z ---------------------------------------------------------------------- 2022-03-17T19:33:05.1604865Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.041s) 2022-03-17T19:33:05.1611997Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-03-17T19:33:05.1620040Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-03-17T19:33:05.1630021Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-03-17T19:33:05.1639282Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-03-17T19:33:05.1646346Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-03-17T19:33:05.1656087Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-03-17T19:33:05.1664984Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-03-17T19:33:05.1673523Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-03-17T19:33:05.1680105Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-03-17T19:33:05.1690835Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-03-17T19:33:05.1697195Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-03-17T19:33:05.1703288Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-03-17T19:33:05.1709521Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-03-17T19:33:05.1716026Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-03-17T19:33:05.1722087Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-03-17T19:33:05.1728239Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-03-17T19:33:05.1734167Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-03-17T19:33:05.1740488Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-03-17T19:33:05.1746276Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-03-17T19:33:05.1752406Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-03-17T19:33:05.1758197Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-03-17T19:33:05.1768733Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.1777890Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.1789587Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.1797460Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.1806390Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.1814885Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.1823455Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.1832889Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.1840884Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.1850894Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.1859130Z test_function_import_fx_quantization_types (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.1869705Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.1878053Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.1884430Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-03-17T19:33:05.1890418Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.1896414Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.1902267Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.1908111Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-03-17T19:33:05.1914296Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.1920303Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.1926724Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.1932891Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.1941090Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.1948998Z test_package_import_fx_quantization_types (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.1957937Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.1959166Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-03-17T19:33:05.8995239Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.703s) 2022-03-17T19:33:06.0605916Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.161s) 2022-03-17T19:33:06.8341303Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.773s) 2022-03-17T19:33:07.1794626Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.345s) 2022-03-17T19:33:07.1957632Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.016s) 2022-03-17T19:33:07.3334129Z test_quantization_modules (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.137s) 2022-03-17T19:33:07.3386183Z test_rnn_cell_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:510: UserWarning: quantize_rnn_cell_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-03-17T19:33:07.3387015Z warnings.warn("quantize_rnn_cell_modules function has been deprecated. " 2022-03-17T19:33:07.3387891Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:101: UserWarning: torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.nn.quantized.dynamic.RNNCell instead. 2022-03-17T19:33:07.3388557Z "torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming " 2022-03-17T19:33:07.3389953Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:214: UserWarning: torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.nn.quantized.dynamic.LSTMCell instead. 2022-03-17T19:33:07.3390646Z "torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming " 2022-03-17T19:33:07.3938505Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:237: UserWarning: torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.nn.quantized.dynamic.GRUCell instead. 2022-03-17T19:33:07.3939187Z "torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming " 2022-03-17T19:33:07.4440673Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:179: UserWarning: torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.nn.quantized.dynamic.RNNCell instead. 2022-03-17T19:33:07.4441569Z "torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming " 2022-03-17T19:33:07.4957372Z ok (0.162s) 2022-03-17T19:33:07.5019915Z test_rnn_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:556: UserWarning: quantize_rnn_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-03-17T19:33:07.5021155Z warnings.warn("quantize_rnn_modules function has been deprecated. " 2022-03-17T19:33:07.5022214Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:265: UserWarning: torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.nn.quantized.dynamic instead. 2022-03-17T19:33:07.5022843Z "torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming " 2022-03-17T19:33:07.5023693Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:370: UserWarning: torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.nn.quantized.dynamic.LSTM instead. 2022-03-17T19:33:07.5024465Z "torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming " 2022-03-17T19:33:07.5684026Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:450: UserWarning: torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.nn.quantized.dynamic.GRU instead. 2022-03-17T19:33:07.5684692Z "torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming " 2022-03-17T19:33:07.6053397Z ok (0.110s) 2022-03-17T19:33:07.6059421Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip (0.001s) 2022-03-17T19:33:07.6074652Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-03-17T19:33:07.6103366Z Tests that fake quant only modifies buffers in place. Note: this is important ... ok (0.004s) 2022-03-17T19:33:07.6117565Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-03-17T19:33:07.6203129Z Tests that observers only modify buffers in place. Note: this is important ... ok (0.010s) 2022-03-17T19:33:07.6217675Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2022-03-17T19:33:07.6241694Z Tests that SyncBatchNorm replacement works for fused ConvBN. ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:179: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-03-17T19:33:07.6242395Z reduce_range will be deprecated in a future release of PyTorch." 2022-03-17T19:33:07.6281230Z ok (0.008s) 2022-03-17T19:33:07.6305650Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2022-03-17T19:33:07.6306194Z Tests that doing QAT in nn.DataParallel does not crash. ... skip (0.002s) 2022-03-17T19:33:07.6312967Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2022-03-17T19:33:07.6322865Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... ok (0.002s) 2022-03-17T19:33:07.6352684Z test_cell_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W TensorImpl.h:1483] 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()) 2022-03-17T19:33:08.0090489Z ok (0.377s) 2022-03-17T19:33:08.0109041Z test_dynamic_conv1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/nn/quantized/dynamic/modules/conv.py:58: UserWarning: The current implementation of the DynamicQuantizedConv1d module has poor numerical accuracy and its use is not recommended 2022-03-17T19:33:08.0110430Z self._get_name() 2022-03-17T19:33:09.3811754Z ok (1.372s) 2022-03-17T19:33:09.3825329Z test_dynamic_conv2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/nn/quantized/dynamic/modules/conv.py:122: UserWarning: The current implementation of the DynamicQuantizedConv2d module has poor numerical accuracy and its use is not recommended 2022-03-17T19:33:09.3826205Z self._get_name() 2022-03-17T19:33:10.6690030Z ok (1.288s) 2022-03-17T19:33:10.6706427Z test_dynamic_conv3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/nn/quantized/dynamic/modules/conv.py:186: UserWarning: The current implementation of the DynamicQuantizedConv3d module has poor numerical accuracy and its use is not recommended 2022-03-17T19:33:10.6707251Z self._get_name() 2022-03-17T19:33:11.3904994Z ok (0.721s) 2022-03-17T19:33:11.3944345Z test_dynamic_convtranspose1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/nn/quantized/dynamic/modules/conv.py:255: UserWarning: The current implementation of the DynamicQuantizedConvTranpose1d module has poor numerical accuracy and its use is not recommended 2022-03-17T19:33:11.3946768Z self._get_name() 2022-03-17T19:33:12.0302998Z ok (0.640s) 2022-03-17T19:33:12.0318857Z test_dynamic_convtranspose2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/nn/quantized/dynamic/modules/conv.py:315: UserWarning: The current implementation of the DynamicQuantizedConvTranpose2d module has poor numerical accuracy and its use is not recommended 2022-03-17T19:33:12.0320311Z self._get_name() 2022-03-17T19:33:12.6719371Z ok (0.641s) 2022-03-17T19:33:12.6737914Z test_dynamic_convtranspose3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/nn/quantized/dynamic/modules/conv.py:375: UserWarning: The current implementation of the DynamicQuantizedConvTranpose3d module has poor numerical accuracy and its use is not recommended 2022-03-17T19:33:12.6739393Z self._get_name() 2022-03-17T19:33:12.9207707Z ok (0.249s) 2022-03-17T19:33:13.0806453Z test_gru_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.160s) 2022-03-17T19:33:13.0860142Z test_linear_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T19:33:13.0861088Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T19:33:25.3871764Z ok (12.306s) 2022-03-17T19:33:27.3969434Z test_lstm_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (2.010s) 2022-03-17T19:33:27.4196808Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.023s) 2022-03-17T19:33:27.4392477Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.019s) 2022-03-17T19:33:27.4586669Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.019s) 2022-03-17T19:33:27.4791089Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.020s) 2022-03-17T19:33:27.4976403Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.018s) 2022-03-17T19:33:27.5013052Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.004s) 2022-03-17T19:33:27.5086898Z test_linear_prepack_fp16_numerics (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-03-17T19:33:27.5095721Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-03-17T19:33:27.5168084Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-03-17T19:33:27.5177707Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-03-17T19:33:27.5187839Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-03-17T19:33:27.5207017Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-03-17T19:33:27.5330681Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-03-17T19:33:27.5339193Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-03-17T19:33:27.5348364Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-03-17T19:33:27.5356501Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-03-17T19:33:27.5397547Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-03-17T19:33:27.5406147Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-03-17T19:33:27.5415981Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-03-17T19:33:27.5425989Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-03-17T19:33:27.5435384Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-03-17T19:33:27.5474223Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-03-17T19:33:27.5492138Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-03-17T19:33:27.5500156Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-03-17T19:33:27.5504731Z ok (0.049s) 2022-03-17T19:33:28.6104204Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (1.060s) 2022-03-17T19:33:28.6428674Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.032s) 2022-03-17T19:33:28.8969473Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.254s) 2022-03-17T19:33:31.8490674Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (2.952s) 2022-03-17T19:33:36.0465379Z test_qrnncell (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (4.197s) 2022-03-17T19:33:36.0481454Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-03-17T19:33:36.0492320Z Sanity checks on _equalize.converged working ... ok (0.003s) 2022-03-17T19:33:36.0499022Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-03-17T19:33:36.0519934Z applies _equalize.cross_layer_equalization on two modules and checks ... ok (0.003s) 2022-03-17T19:33:36.0542349Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-03-17T19:33:36.0747084Z First checks to see if _equalize.equalize can handle multiple ... ok (0.023s) 2022-03-17T19:33:36.0772389Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-03-17T19:33:36.1080237Z Checks to see if eager mode equalization supports fused ... ok (0.033s) 2022-03-17T19:33:36.1104414Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-03-17T19:33:36.1352341Z Checks to see if eager mode equalization supports fused ... ok (0.027s) 2022-03-17T19:33:36.4435590Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... ok (0.308s) 2022-03-17T19:33:36.4458052Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-03-17T19:33:36.4923834Z After applying the equalization functions check if the input ... ok (0.049s) 2022-03-17T19:33:36.4944078Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-03-17T19:33:36.5020954Z Tests that graphs containing branches are prepared correctly. ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:650: UserWarning: Cannot equalize linear1 because it is part of a branch. 2022-03-17T19:33:36.5021536Z f"Cannot equalize {node} because it is part of a branch." 2022-03-17T19:33:36.5032187Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:650: UserWarning: Cannot equalize linear2 because it is part of a branch. 2022-03-17T19:33:36.5032691Z f"Cannot equalize {node} because it is part of a branch." 2022-03-17T19:33:36.5124977Z ok (0.020s) 2022-03-17T19:33:36.5142540Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-03-17T19:33:36.5335072Z Tests that the modified model for equalization (before quantization) ... /opt/conda/lib/python3.7/site-packages/torch/nn/quantized/_reference/modules/utils.py:25: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-03-17T19:33:36.5335936Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-03-17T19:33:36.5336836Z /opt/conda/lib/python3.7/site-packages/torch/nn/quantized/_reference/modules/utils.py:28: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-03-17T19:33:36.5337529Z torch.tensor(weight_qparams["zero_point"], dtype=zero_point_dtype, device=device)) 2022-03-17T19:33:36.6451454Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1255: UserWarning: Node linear1_packed_weight_0 target linear1_packed_weight_0 linear1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-03-17T19:33:36.6452308Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-03-17T19:33:36.6942155Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1255: UserWarning: Node linear2_packed_weight_0 target linear2_packed_weight_0 linear2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-03-17T19:33:36.6942922Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-03-17T19:33:36.8807539Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1255: UserWarning: Node linear_packed_weight_0 target linear_packed_weight_0 linear_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-03-17T19:33:36.8808344Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-03-17T19:33:37.2491973Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1255: UserWarning: Node conv1_packed_weight_0 target conv1_packed_weight_0 conv1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-03-17T19:33:37.2492746Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-03-17T19:33:37.3734881Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1255: UserWarning: Node conv2_packed_weight_0 target conv2_packed_weight_0 conv2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-03-17T19:33:37.3735672Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-03-17T19:33:37.8445688Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1255: UserWarning: Node conv_packed_weight_0 target conv_packed_weight_0 conv_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-03-17T19:33:37.8449755Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-03-17T19:33:37.9737654Z ok (1.461s) 2022-03-17T19:33:37.9749475Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-03-17T19:33:38.0237260Z After applying the equalization functions, check if the equalization ... ok (0.050s) 2022-03-17T19:33:38.0302182Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-03-17T19:33:38.0383407Z Tests that the modified model for equalization has the same graph ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-03-17T19:33:38.0384969Z "must run observer before calling calculate_qparams. " + 2022-03-17T19:33:38.0386499Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_equalize.py:184: UserWarning: Must run observer before calling calculate_equalization_scale. Returning default equalization scale torch.tensor(1). 2022-03-17T19:33:38.0387690Z "Must run observer before calling calculate_equalization_scale. " + 2022-03-17T19:33:38.0389247Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_equalize.py:99: UserWarning: Must call calculate_equalization_scale before calling calculate_scaled_minmax. Will not scale the next quantization observer. 2022-03-17T19:33:38.0390448Z "Must call calculate_equalization_scale before calling calculate_scaled_minmax. " + 2022-03-17T19:33:38.0391835Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-03-17T19:33:38.0392812Z "must run observer before calling calculate_qparams. " + 2022-03-17T19:33:38.4430735Z ok (0.419s) 2022-03-17T19:33:38.4450562Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-03-17T19:33:38.5937066Z Tests that graphs created after prepare_fx is as expected ... ok (0.150s) 2022-03-17T19:33:38.5948198Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-03-17T19:33:38.8188758Z Tests that for small models, the results of quantized models that ... ok (0.225s) 2022-03-17T19:33:38.8203199Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-03-17T19:33:38.8682073Z After applying the equalization functions check if the weights and ... ok (0.049s) 2022-03-17T19:33:38.8707540Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-03-17T19:33:38.9656090Z Tests that we are able to run numeric suite on the equalized model ... ok (0.097s) 2022-03-17T19:33:39.0003138Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.035s) 2022-03-17T19:33:39.0221941Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.022s) 2022-03-17T19:33:39.0415653Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.019s) 2022-03-17T19:33:39.0427791Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-03-17T19:33:39.0428185Z Verify that graph matching works on methods ... skip (0.001s) 2022-03-17T19:33:39.0757549Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.033s) 2022-03-17T19:33:39.0784244Z test_nodes_with_equal_types_get_matched (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip (0.003s) 2022-03-17T19:33:39.0819408Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-03-17T19:33:39.0836249Z Tests that the mapping of op relationships is complete. ... ok (0.005s) 2022-03-17T19:33:39.1202349Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.036s) 2022-03-17T19:33:39.1407915Z test_simple_fun (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1255: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-03-17T19:33:39.1409277Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-03-17T19:33:39.1540624Z ok (0.034s) 2022-03-17T19:33:39.1876415Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.033s) 2022-03-17T19:33:39.2136898Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.026s) 2022-03-17T19:33:39.2485271Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.035s) 2022-03-17T19:33:39.2777668Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.029s) 2022-03-17T19:33:39.2792349Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-03-17T19:33:39.2950548Z Verify that graph matching works on user defined functions ... ok (0.017s) 2022-03-17T19:33:41.3414335Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... ok (2.046s) 2022-03-17T19:33:44.5237386Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... ok (3.182s) 2022-03-17T19:33:45.1329369Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.609s) 2022-03-17T19:33:45.5509554Z test_add_mul_inputs_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.418s) 2022-03-17T19:33:45.5655695Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.015s) 2022-03-17T19:33:45.5936610Z test_add_shadow_loggers_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1255: UserWarning: Node _packed_weight_1 target _packed_weight_1 _packed_weight_1 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-03-17T19:33:45.5937499Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-03-17T19:33:45.8102686Z ok (0.244s) 2022-03-17T19:33:45.8366254Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:376: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-03-17T19:33:45.8367167Z module.register_buffer(attr_name, torch.tensor(value, device=device)) 2022-03-17T19:33:46.1310605Z ok (0.321s) 2022-03-17T19:33:46.1320341Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-03-17T19:33:46.1321112Z Verify that add_loggers works on methods ... skip (0.001s) 2022-03-17T19:33:46.1325516Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip (0.001s) 2022-03-17T19:33:46.6569942Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.524s) 2022-03-17T19:33:46.6581323Z test_add_shadow_loggers_multiple_dtype_casts (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-03-17T19:33:46.7228807Z Verifies that for nodes where the first input arg is a list, ... ok (0.066s) 2022-03-17T19:33:46.7660879Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.043s) 2022-03-17T19:33:46.8354104Z test_extract_weights_conv_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1255: UserWarning: Node _packed_weight_2 target _packed_weight_2 _packed_weight_2 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-03-17T19:33:46.8355034Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-03-17T19:33:46.8355865Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1255: UserWarning: Node _packed_weight_3 target _packed_weight_3 _packed_weight_3 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-03-17T19:33:46.8356576Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-03-17T19:33:46.8357405Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1255: UserWarning: Node _packed_weight_4 target _packed_weight_4 _packed_weight_4 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-03-17T19:33:46.8358202Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-03-17T19:33:46.8359033Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1255: UserWarning: Node _packed_weight_5 target _packed_weight_5 _packed_weight_5 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-03-17T19:33:46.8359727Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-03-17T19:33:46.9700553Z ok (0.204s) 2022-03-17T19:33:47.1994056Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.229s) 2022-03-17T19:33:47.2123482Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.013s) 2022-03-17T19:33:47.2710038Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.058s) 2022-03-17T19:33:47.3158637Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.045s) 2022-03-17T19:33:47.4162865Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.100s) 2022-03-17T19:33:47.5214052Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.105s) 2022-03-17T19:33:47.8836831Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.362s) 2022-03-17T19:33:48.3418363Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.458s) 2022-03-17T19:33:48.3687337Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.027s) 2022-03-17T19:33:48.4707745Z test_int8_shadows_fp32_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: _VariableFunctionsClass.mul, start_node_a: torch._ops.quantized.PyCapsule.mul, unknown dtype cast 2022-03-17T19:33:48.4708735Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.mul, unknown dtype cast 2022-03-17T19:33:48.4717622Z skipping shadow loggers for node_b: _VariableFunctionsClass.add, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unknown dtype cast 2022-03-17T19:33:48.4718820Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unknown dtype cast 2022-03-17T19:33:48.4778262Z ok (0.109s) 2022-03-17T19:33:48.5413438Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.063s) 2022-03-17T19:33:48.5916071Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.050s) 2022-03-17T19:33:48.6364565Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.045s) 2022-03-17T19:33:48.6386880Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip (0.002s) 2022-03-17T19:33:48.9199366Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.281s) 2022-03-17T19:33:49.2017449Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.282s) 2022-03-17T19:33:49.2429004Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.041s) 2022-03-17T19:33:49.3242723Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.081s) 2022-03-17T19:33:49.3846658Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.060s) 2022-03-17T19:33:49.3856156Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-03-17T19:33:49.6957765Z Verifies that logging inputs works correctly ... ok (0.311s) 2022-03-17T19:33:49.7426913Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.047s) 2022-03-17T19:33:49.9530096Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.210s) 2022-03-17T19:33:50.2042788Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.251s) 2022-03-17T19:33:50.2051128Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-03-17T19:33:50.3253831Z Verify that add_loggers works on methods ... ok (0.121s) 2022-03-17T19:33:50.6272915Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.302s) 2022-03-17T19:33:51.0210532Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.393s) 2022-03-17T19:33:51.0246614Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-03-17T19:33:51.0263548Z Tests that all the ops quantization cares about have input and output ... ok (0.005s) 2022-03-17T19:33:51.0273880Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-03-17T19:33:51.0274479Z Verify that shadowing works with ops which accept either fp32 or ... skip (0.001s) 2022-03-17T19:33:51.0283908Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-03-17T19:33:51.1889447Z Verifies that we can match pairs of ops which have the same aten ... ok (0.161s) 2022-03-17T19:33:51.2364551Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.047s) 2022-03-17T19:33:51.2970371Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.060s) 2022-03-17T19:33:51.3005975Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-03-17T19:33:51.3630323Z Verify that NS APIs work on user defined functions ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1909: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-03-17T19:33:51.3630923Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-03-17T19:33:51.3749363Z skipping shadow loggers for node_b: torch._C._nn.linear, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-03-17T19:33:51.3750578Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-03-17T19:33:51.3767393Z ok (0.080s) 2022-03-17T19:33:51.3788107Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-03-17T19:33:51.4565321Z For user defined modules, ... ok (0.080s) 2022-03-17T19:33:51.5097626Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.053s) 2022-03-17T19:33:52.1609353Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.651s) 2022-03-17T19:33:52.4341711Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.273s) 2022-03-17T19:33:52.4480586Z test_compare_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... /opt/conda/lib/python3.7/site-packages/torch/nn/quantized/_reference/modules/rnn.py:302: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-03-17T19:33:52.4482324Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-03-17T19:33:52.4483285Z /opt/conda/lib/python3.7/site-packages/torch/nn/quantized/_reference/modules/rnn.py:305: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-03-17T19:33:52.4483946Z torch.tensor(weight_qparams["zero_point"], dtype=torch.int, device=device)) 2022-03-17T19:33:52.4949874Z ok (0.061s) 2022-03-17T19:33:53.2661209Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.771s) 2022-03-17T19:33:53.5417197Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.275s) 2022-03-17T19:33:53.5997031Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.058s) 2022-03-17T19:33:53.7941821Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.194s) 2022-03-17T19:33:53.9234955Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.129s) 2022-03-17T19:33:53.9991496Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.076s) 2022-03-17T19:33:53.9999544Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip (0.001s) 2022-03-17T19:33:54.0008373Z test_resnet18 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip (0.001s) 2022-03-17T19:33:54.9332773Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.932s) 2022-03-17T19:33:55.0277059Z test_sparsenn_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-03-17T19:33:55.0278771Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-03-17T19:33:55.0785350Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-03-17T19:33:55.5453726Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-03-17T19:33:55.5454481Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-03-17T19:33:55.5942256Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-03-17T19:33:55.8812489Z ok (0.948s) 2022-03-17T19:33:56.1982411Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.317s) 2022-03-17T19:33:56.2038403Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.005s) 2022-03-17T19:33:56.2058994Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-03-17T19:33:56.4654898Z Tests the backward method. ... ok (0.262s) 2022-03-17T19:33:56.4854360Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.020s) 2022-03-17T19:33:56.5214939Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.036s) 2022-03-17T19:33:56.5218809Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-03-17T19:33:56.6180665Z Tests the backward method. ... skip (0.096s) 2022-03-17T19:33:56.6330061Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.015s) 2022-03-17T19:33:56.6633108Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.030s) 2022-03-17T19:33:56.6751897Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.012s) 2022-03-17T19:33:57.4822085Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.807s) 2022-03-17T19:33:57.4897598Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.007s) 2022-03-17T19:33:57.7525521Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.263s) 2022-03-17T19:33:57.7627694Z test_forward_backward_per_tensor_with_amp (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.010s) 2022-03-17T19:33:57.7642620Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-03-17T19:33:57.9113718Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.149s) 2022-03-17T19:33:57.9280533Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.017s) 2022-03-17T19:33:57.9543568Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.026s) 2022-03-17T19:33:57.9703306Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-03-17T19:33:57.9715769Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-03-17T19:33:58.1009523Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.130s) 2022-03-17T19:33:58.1177025Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.017s) 2022-03-17T19:33:58.1503614Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.033s) 2022-03-17T19:33:58.1582114Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.008s) 2022-03-17T19:33:58.3433686Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.185s) 2022-03-17T19:33:58.3562661Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.013s) 2022-03-17T19:34:04.8850967Z test_learnable_backward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (6.529s) 2022-03-17T19:34:38.1104153Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (33.225s) 2022-03-17T19:34:38.4982060Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.388s) 2022-03-17T19:34:39.3969428Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.899s) 2022-03-17T19:34:39.5596373Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.163s) 2022-03-17T19:34:39.9853203Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.426s) 2022-03-17T19:34:40.2601117Z test_learnable_forward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.275s) 2022-03-17T19:34:40.4629992Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.203s) 2022-03-17T19:34:40.9189568Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.456s) 2022-03-17T19:34:41.0673382Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.148s) 2022-03-17T19:34:41.0702078Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2022-03-17T19:34:41.0925623Z Test case that checks whether forward pre hooks of the first module and ... ok (0.025s) 2022-03-17T19:34:41.1631104Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.070s) 2022-03-17T19:34:41.6246538Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.461s) 2022-03-17T19:34:41.6997015Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.075s) 2022-03-17T19:34:41.7075754Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.008s) 2022-03-17T19:34:41.7112793Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.004s) 2022-03-17T19:34:42.7244522Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (1.013s) 2022-03-17T19:34:42.9671100Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.242s) 2022-03-17T19:34:42.9694894Z test_fuse_addtional_fuser_method (quantization.fx.test_quantize_fx.TestFuseFx) ... skip (0.002s) 2022-03-17T19:34:42.9960732Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.026s) 2022-03-17T19:34:43.0039966Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.008s) 2022-03-17T19:34:43.0048178Z test_fuse_custom_config_dict_validity (quantization.fx.test_quantize_fx.TestFuseFx) 2022-03-17T19:34:43.0056047Z Verifies that if a user passes an invalid key or makes a typo when ... ok (0.001s) 2022-03-17T19:34:43.0166582Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.011s) 2022-03-17T19:34:43.0221386Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.005s) 2022-03-17T19:34:43.0309943Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.009s) 2022-03-17T19:34:43.0336852Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2022-03-17T19:34:43.0383871Z This test tests two keys in backend_config_dict: root_node_getter and ... ok (0.007s) 2022-03-17T19:34:43.0511550Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.013s) 2022-03-17T19:34:43.0525620Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2022-03-17T19:34:43.0912502Z TODO: add test for all fused modules ... ok (0.040s) 2022-03-17T19:34:43.0988258Z test_fused_backward_op_fake_quant_off (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-03-17T19:34:43.0989058Z warnings.warn(msg, FutureWarning) 2022-03-17T19:34:43.1006959Z /var/lib/jenkins/workspace/test/quantization/core/test_workflow_ops.py:1255: UserWarning: _aminmax is deprecated as of PyTorch 1.11 and will be removed in a future release. Use aminmax instead. This warning will only appear once per process. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/ReduceAllOps.cpp:31.) 2022-03-17T19:34:43.1007629Z False, 2022-03-17T19:34:43.1024450Z ok (0.011s) 2022-03-17T19:34:43.1138134Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.011s) 2022-03-17T19:34:43.1167719Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-03-17T19:34:43.1564977Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.043s) 2022-03-17T19:34:43.1595279Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-03-17T19:34:43.1904285Z Tests the case where we call the fused_obs_fake_quant op multiple times ... /var/lib/jenkins/workspace/test/quantization/core/test_workflow_ops.py:1143: UserWarning: _aminmax is deprecated as of PyTorch 1.11 and will be removed in a future release. Use aminmax instead. This warning will only appear once per process. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorCompare.cpp:475.) 2022-03-17T19:34:43.1905192Z symmetric_quant, 2022-03-17T19:34:43.3153658Z ok (0.159s) 2022-03-17T19:34:43.3555002Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.040s) 2022-03-17T19:34:43.3798021Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.024s) 2022-03-17T19:34:43.4094254Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.029s) 2022-03-17T19:34:43.4736569Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.064s) 2022-03-17T19:34:43.5632814Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.090s) 2022-03-17T19:34:43.5647934Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.001s) 2022-03-17T19:34:43.5760891Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.011s) 2022-03-17T19:34:43.6044548Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.028s) 2022-03-17T19:34:43.6323599Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... ok (0.028s) 2022-03-17T19:34:43.6446843Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:1117: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-03-17T19:34:43.6447531Z Returning default scale and zero point " 2022-03-17T19:35:08.5672510Z ok (24.935s) 2022-03-17T19:35:16.0585326Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (7.491s) 2022-03-17T19:35:16.4824714Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.424s) 2022-03-17T19:35:17.2720078Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.789s) 2022-03-17T19:35:17.8091242Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.537s) 2022-03-17T19:35:17.9634342Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.154s) 2022-03-17T19:35:17.9926264Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.029s) 2022-03-17T19:35:18.0927827Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.100s) 2022-03-17T19:35:18.2634213Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.170s) 2022-03-17T19:35:18.4229938Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.159s) 2022-03-17T19:35:18.6081648Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.185s) 2022-03-17T19:35:18.6242548Z test_compare_model_outputs_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.016s) 2022-03-17T19:35:19.1987259Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.574s) 2022-03-17T19:35:19.2294497Z test_compare_model_outputs_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.030s) 2022-03-17T19:35:19.4437584Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.214s) 2022-03-17T19:35:19.6300928Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.186s) 2022-03-17T19:35:19.6466138Z test_compare_model_stub_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.016s) 2022-03-17T19:35:20.2155907Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.569s) 2022-03-17T19:35:20.2442491Z test_compare_model_stub_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.028s) 2022-03-17T19:35:20.7366271Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.492s) 2022-03-17T19:35:20.7659810Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.029s) 2022-03-17T19:35:20.9007704Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.135s) 2022-03-17T19:35:20.9081176Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.007s) 2022-03-17T19:35:21.4645808Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.556s) 2022-03-17T19:35:21.4761241Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.011s) 2022-03-17T19:35:21.4785309Z test_output_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.002s) 2022-03-17T19:35:21.4802480Z test_shadow_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.002s) 2022-03-17T19:35:21.4810939Z test_histogram_observer_consistent_buffer_shape (quantization.core.test_workflow_module.TestObserver) 2022-03-17T19:35:21.4835610Z Ensures that the buffer shapes do not change from uninitialized to ... ok (0.003s) 2022-03-17T19:35:21.4843785Z test_histogram_observer_save_load_state_dict (quantization.core.test_workflow_module.TestObserver) 2022-03-17T19:35:21.4857509Z Smoke test on saving/loading state_dict ... ok (0.002s) 2022-03-17T19:35:21.5182271Z test_memoryless_minmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.032s) 2022-03-17T19:35:21.5527662Z test_memoryless_perchannelminmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.034s) 2022-03-17T19:35:21.5539016Z test_observer_qparams_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) 2022-03-17T19:35:21.5539508Z Ensure that the scale and zero_point returned by the observer ... skip (0.001s) 2022-03-17T19:35:21.6501158Z test_observer_scriptable (quantization.core.test_workflow_module.TestObserver) ... ok (0.096s) 2022-03-17T19:35:22.1400853Z test_per_channel_observers (quantization.core.test_workflow_module.TestObserver) ... ok (0.490s) 2022-03-17T19:35:22.2642628Z test_per_tensor_observers (quantization.core.test_workflow_module.TestObserver) ... ok (0.124s) 2022-03-17T19:35:22.2654253Z test_save_load_state_dict_script (quantization.core.test_workflow_module.TestObserver) 2022-03-17T19:35:22.5444298Z Tests that we can save and load state_dict for observers that are scripted ... ok (0.280s) 2022-03-17T19:35:22.5449247Z test_state_dict_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) ... skip (0.000s) 2022-03-17T19:35:22.5472847Z test_zero_numel (quantization.core.test_workflow_module.TestObserver) ... ok (0.002s) 2022-03-17T19:35:22.5547012Z test_constant_padNd (quantization.core.test_quantized_op.TestPadding) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:585: UserWarning: non-inplace resize is deprecated 2022-03-17T19:35:22.5547826Z warnings.warn("non-inplace resize is deprecated") 2022-03-17T19:35:29.7007066Z ok (7.153s) 2022-03-17T19:35:29.8342808Z test_reflection_pad1d (quantization.core.test_quantized_op.TestPadding) ... ok (0.133s) 2022-03-17T19:35:46.8929389Z test_reflection_pad2d (quantization.core.test_quantized_op.TestPadding) ... ok (17.058s) 2022-03-17T19:35:47.0867683Z test_adaptive_avg_pool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.194s) 2022-03-17T19:35:47.5443482Z test_avg_pool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.457s) 2022-03-17T19:35:47.6539623Z test_hardtanh (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.110s) 2022-03-17T19:35:47.9081247Z test_mean (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.254s) 2022-03-17T19:35:48.1008203Z test_qnnpack_add (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.192s) 2022-03-17T19:35:48.1037161Z test_qnnpack_add_broadcast (quantization.core.test_quantized_op.TestQNNPackOps) ... [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 1, 1, 1], which does not match the required output shape [1, 3, 4, 4]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-03-17T19:35:48.1040450Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 1, 1, 1, 1], which does not match the required output shape [1, 3, 4, 4, 4]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-03-17T19:35:48.1044367Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 1, 1, 1], which does not match the required output shape [1, 3, 4, 4]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-03-17T19:35:48.1049062Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 1, 1, 1, 1], which does not match the required output shape [1, 3, 4, 4, 4]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-03-17T19:35:48.1051273Z ok (0.004s) 2022-03-17T19:35:48.6397034Z test_qnnpack_maxpool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.534s) 2022-03-17T19:35:48.8047551Z test_qnnpack_relu (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.165s) 2022-03-17T19:35:48.8098322Z test_qnnpack_sigmoid (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.005s) 2022-03-17T19:35:48.8122593Z test_qnnpack_sigmoid_sweep (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.002s) 2022-03-17T19:35:48.8173189Z test_qnnpack_tanh (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.005s) 2022-03-17T19:35:48.8242471Z test_child_module_does_not_return_tensor (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.007s) 2022-03-17T19:35:48.9918866Z test_child_modules (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.167s) 2022-03-17T19:35:49.0017897Z test_conv_functional_dynamic_weights (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.010s) 2022-03-17T19:35:49.0755542Z test_conv_functional_qat (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.074s) 2022-03-17T19:35:49.1187624Z test_conv_int32_reference_model (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.043s) 2022-03-17T19:35:49.2658817Z test_conv_mod_qat (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.147s) 2022-03-17T19:35:49.2671004Z test_conv_unsupported_inplace_conv (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-03-17T19:35:49.2671488Z Verifies that having an quantizeable op which is inplace ... skip (0.001s) 2022-03-17T19:35:49.2822838Z test_fusion (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.015s) 2022-03-17T19:35:49.4477615Z test_fusion2 (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.165s) 2022-03-17T19:35:49.4489213Z test_fusion_called_multiple_times (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-03-17T19:35:49.6286876Z Tests that fusion works if the modules to fuse get called multiple ... ok (0.181s) 2022-03-17T19:35:49.6596024Z test_fusion_functions (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.031s) 2022-03-17T19:35:49.9024913Z test_inplace_unquantizeable_op (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.243s) 2022-03-17T19:35:50.0022561Z test_jit_tracing_removes_aliases (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.100s) 2022-03-17T19:35:50.0580163Z test_method (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.056s) 2022-03-17T19:35:50.2633578Z test_module_calls_items (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.205s) 2022-03-17T19:35:50.2641900Z test_module_created_during_forward (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-03-17T19:35:50.2689234Z Some BERT models have this pattern ... ok (0.006s) 2022-03-17T19:35:50.2702639Z test_module_input_types (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip (0.001s) 2022-03-17T19:35:50.2946652Z test_module_list (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.024s) 2022-03-17T19:35:50.3475130Z test_module_return_types (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.053s) 2022-03-17T19:35:50.3540996Z test_module_returns_namedtuple (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.006s) 2022-03-17T19:35:50.6374125Z test_multiple_modules (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.283s) 2022-03-17T19:35:50.6618743Z test_numeric_suite (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.024s) 2022-03-17T19:35:50.6631306Z test_observers_not_touched_by_tracing (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-03-17T19:35:50.6680775Z Verifies that running dynamic tracing does not change any data ... ok (0.006s) 2022-03-17T19:35:50.7533140Z test_prepare_custom_config_dict_non_traceable_module_class_child_leaf (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.085s) 2022-03-17T19:35:50.8072882Z test_prepare_custom_config_dict_non_traceable_module_class_mid_leaf (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.054s) 2022-03-17T19:35:50.8087320Z test_qconfig_dict_global (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-03-17T19:35:50.8222257Z Verifies that the '' option of qconfig_dict works ... ok (0.015s) 2022-03-17T19:35:50.8238908Z test_qconfig_dict_module_name (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-03-17T19:35:50.8413488Z Verifies that the 'module_name' option of qconfig_dict works ... ok (0.019s) 2022-03-17T19:35:50.8426908Z test_qconfig_dict_object_type_function (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-03-17T19:35:50.8534655Z Verifies that the 'object_type' option of qconfig_dict works ... ok (0.012s) 2022-03-17T19:35:50.8547105Z test_qconfig_dict_object_type_function_global_none (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-03-17T19:35:50.8647331Z Verifies that the 'object_type' option of qconfig_dict works ... ok (0.011s) 2022-03-17T19:35:50.8661831Z test_qconfig_dict_object_type_method (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-03-17T19:35:50.8772256Z Verifies that the 'object_type' option of qconfig_dict works ... ok (0.012s) 2022-03-17T19:35:50.8785776Z test_qconfig_dict_object_type_module (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-03-17T19:35:50.8927170Z Verifies that the 'object_type' option of qconfig_dict works ... ok (0.015s) 2022-03-17T19:35:50.8936086Z test_qconfig_dict_unsupported_does_not_crash_when_empty (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-03-17T19:35:50.9055522Z Verifies that the yet unimplemented keys of qconfig_dict only ... ok (0.013s) 2022-03-17T19:35:50.9359067Z test_serialization (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.030s) 2022-03-17T19:35:50.9568201Z test_serialization_functional (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.021s) 2022-03-17T19:35:50.9582059Z test_subclass_of_quantizeable_module (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-03-17T19:35:51.1874016Z If a user creates a subclass of nn.BatchNorm2d, that subclass ... ok (0.230s) 2022-03-17T19:35:51.2407958Z test_unknown_op_after_quantized (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.053s) 2022-03-17T19:35:51.3003418Z test_unsupported_ops (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.059s) 2022-03-17T19:35:51.3079104Z test_unsupported_ops_recorded (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.008s) 2022-03-17T19:35:51.4793059Z test_vovnet_sequential (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... ok (0.171s) 2022-03-17T19:35:51.5449464Z test_add (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... ok (0.065s) 2022-03-17T19:35:51.5785125Z test_add_int32 (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... ok (0.034s) 2022-03-17T19:35:51.6848463Z test_cat_fp32 (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... ok (0.106s) 2022-03-17T19:35:51.7514861Z test_cat_int (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... ok (0.067s) 2022-03-17T19:35:52.1852287Z test_conv (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... ok (0.433s) 2022-03-17T19:35:52.3717593Z test_conv_functional (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... ok (0.186s) 2022-03-17T19:35:52.4153437Z test_div (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... ok (0.044s) 2022-03-17T19:35:52.5246173Z test_embedding (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... ok (0.109s) 2022-03-17T19:35:52.6050078Z test_linear_dynamic (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... ok (0.080s) 2022-03-17T19:35:52.6662485Z test_linear_functional (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... ok (0.061s) 2022-03-17T19:35:52.7259460Z test_linear_functional_nobias (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... ok (0.060s) 2022-03-17T19:35:52.7859713Z test_mul (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... ok (0.060s) 2022-03-17T19:35:52.8525165Z test_mul_int (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... ok (0.067s) 2022-03-17T19:35:52.8970640Z test_sub (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... ok (0.044s) 2022-03-17T19:35:54.9576246Z test_mobilenet_v2 (quantization.dbr.test_quantize_dbr.TestQuantizeDBRModels) ... ok (2.060s) 2022-03-17T19:35:58.6159383Z test_mobilenet_v2_removes_aliases (quantization.dbr.test_quantize_dbr.TestQuantizeDBRModels) ... ok (3.658s) 2022-03-17T19:35:58.7127280Z test_add_linear (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... ok (0.097s) 2022-03-17T19:35:58.8603878Z test_conv_add (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... ok (0.148s) 2022-03-17T19:35:59.0540543Z test_conv_flatten_linear (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... ok (0.194s) 2022-03-17T19:35:59.2697015Z test_conv_relu_add (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... ok (0.215s) 2022-03-17T19:35:59.4157537Z test_conv_scalar_add (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... ok (0.146s) 2022-03-17T19:35:59.5521138Z test_dropout (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... ok (0.136s) 2022-03-17T19:35:59.6999341Z test_dropout_conv (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... ok (0.148s) 2022-03-17T19:35:59.7997930Z test_gelu_linear (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... ok (0.100s) 2022-03-17T19:35:59.8916369Z test_inplace_add (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... ok (0.092s) 2022-03-17T19:36:00.1645424Z test_linear_torch_relu (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... ok (0.273s) 2022-03-17T19:36:00.3819853Z test_lstm (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... ok (0.217s) 2022-03-17T19:36:00.4821955Z test_module_then_add (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... ok (0.100s) 2022-03-17T19:36:00.5287206Z test_embedding_bag (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:1127: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:479.) 2022-03-17T19:36:00.5288282Z return self._grad 2022-03-17T19:36:00.5804804Z ok (0.098s) 2022-03-17T19:36:00.6851882Z test_embedding_bag_padding_idx_error (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (0.105s) 2022-03-17T19:36:02.0526009Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (1.367s) 2022-03-17T19:36:02.0740586Z test_convert_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.021s) 2022-03-17T19:36:02.1221415Z test_dynamic_multi_op (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... [W insert_quant_dequant.cpp:1328] Warning: debug option for add_scalar and mul_scalar is not supported, please don't use debug option for models that uses these ops. (function operator()) 2022-03-17T19:36:02.5957295Z ok (0.521s) 2022-03-17T19:36:03.1283308Z test_dynamic_quant_multi_uses (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.532s) 2022-03-17T19:36:03.9555526Z test_dynamic_shared_weights (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.827s) 2022-03-17T19:36:04.1427878Z test_dynamic_weight_observer (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.187s) 2022-03-17T19:36:05.6389446Z test_dynamic_with_if (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (1.496s) 2022-03-17T19:36:05.8428212Z test_insert_quant_dequant_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.204s) 2022-03-17T19:36:05.8872279Z test_prepare_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.044s) 2022-03-17T19:36:05.9307853Z test_prepare_dynamic_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.043s) 2022-03-17T19:36:05.9533464Z test_quantize_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.022s) 2022-03-17T19:36:06.0548524Z test_lower_graph_conv2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport) ... /opt/conda/lib/python3.7/site-packages/torch/onnx/utils.py:284: UserWarning: `add_node_names' can be set to True only when 'operator_export_type' is `ONNX`. Since 'operator_export_type' is not set to 'ONNX', `add_node_names` argument will be ignored. 2022-03-17T19:36:06.0549302Z "`{}` argument will be ignored.".format(arg_name, arg_name)) 2022-03-17T19:36:06.0550370Z /opt/conda/lib/python3.7/site-packages/torch/onnx/utils.py:284: UserWarning: `do_constant_folding' can be set to True only when 'operator_export_type' is `ONNX`. Since 'operator_export_type' is not set to 'ONNX', `do_constant_folding` argument will be ignored. 2022-03-17T19:36:06.0550951Z "`{}` argument will be ignored.".format(arg_name, arg_name)) 2022-03-17T19:36:06.0842188Z WARNING: The shape inference of _caffe2::Int8Quantize type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.0931830Z WARNING: The shape inference of _caffe2::Int8Transpose type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.0951562Z WARNING: The shape inference of _caffe2::Int8Conv type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.0969985Z WARNING: The shape inference of _caffe2::Int8Transpose type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.0988490Z WARNING: The shape inference of _caffe2::Int8Dequantize type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.0992514Z WARNING: The shape inference of _caffe2::Int8Quantize type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.0993823Z WARNING: The shape inference of _caffe2::Int8GivenTensorFill type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.0994515Z WARNING: The shape inference of _caffe2::Int8GivenIntTensorFill type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.0995219Z WARNING: The shape inference of _caffe2::Int8Transpose type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.0995874Z WARNING: The shape inference of _caffe2::Int8Conv type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.0996572Z WARNING: The shape inference of _caffe2::Int8Transpose type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.0997228Z WARNING: The shape inference of _caffe2::Int8Dequantize type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.1011154Z WARNING: The shape inference of _caffe2::Int8Quantize type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.1012874Z WARNING: The shape inference of _caffe2::Int8GivenTensorFill type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.1014354Z WARNING: The shape inference of _caffe2::Int8GivenIntTensorFill type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.1015802Z WARNING: The shape inference of _caffe2::Int8Transpose type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.1017186Z WARNING: The shape inference of _caffe2::Int8Conv type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.1018650Z WARNING: The shape inference of _caffe2::Int8Transpose type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.1020075Z WARNING: The shape inference of _caffe2::Int8Dequantize type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.5078379Z ok (0.554s) 2022-03-17T19:36:06.5134888Z test_lower_graph_conv3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport) ... skip (0.006s) 2022-03-17T19:36:06.6116441Z test_lower_graph_linear (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport) ... WARNING: The shape inference of _caffe2::Int8Quantize type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.6134763Z WARNING: The shape inference of _caffe2::Int8FC type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.6152947Z WARNING: The shape inference of _caffe2::Int8Dequantize type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.6156073Z WARNING: The shape inference of _caffe2::Int8Quantize type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.6156778Z WARNING: The shape inference of _caffe2::Int8GivenTensorFill type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.6157481Z WARNING: The shape inference of _caffe2::Int8GivenIntTensorFill type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.6158161Z WARNING: The shape inference of _caffe2::Int8FC type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.6158822Z WARNING: The shape inference of _caffe2::Int8Dequantize type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.6174885Z WARNING: The shape inference of _caffe2::Int8Quantize type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.6176322Z WARNING: The shape inference of _caffe2::Int8GivenTensorFill type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.6177768Z WARNING: The shape inference of _caffe2::Int8GivenIntTensorFill type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.6179187Z WARNING: The shape inference of _caffe2::Int8FC type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.6180820Z WARNING: The shape inference of _caffe2::Int8Dequantize type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. 2022-03-17T19:36:06.6186369Z ok (0.105s) 2022-03-17T19:36:06.6533345Z test_conv_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.034s) 2022-03-17T19:36:06.6876017Z test_conv_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.034s) 2022-03-17T19:36:06.7241552Z test_conv_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.036s) 2022-03-17T19:36:06.7575344Z test_conv_transpose_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.033s) 2022-03-17T19:36:06.7910192Z test_conv_transpose_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.033s) 2022-03-17T19:36:06.8279877Z test_conv_transpose_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.037s) 2022-03-17T19:36:07.5695068Z test_functional_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.741s) 2022-03-17T19:36:07.5751902Z test_leaky_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.006s) 2022-03-17T19:36:07.6068217Z test_linear (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.031s) 2022-03-17T19:36:07.6114280Z test_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.005s) 2022-03-17T19:36:07.6175732Z test_embedding_ops_dynamic (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.006s) 2022-03-17T19:36:07.6191725Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-03-17T19:36:07.6225809Z Test post-training dynamic quantization on preserving ... ok (0.005s) 2022-03-17T19:36:07.7548245Z test_linear_relu_fusion (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.132s) 2022-03-17T19:36:07.7563391Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-03-17T19:36:08.7561819Z Test quantization for nested model, top level 'fc3' and ... ok (1.001s) 2022-03-17T19:36:08.7580417Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-03-17T19:36:09.9165581Z Another test case for quantized, we will quantize all submodules ... ok (1.160s) 2022-03-17T19:36:09.9182111Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-03-17T19:36:11.0462811Z More complicated nested test case with child qconfig overrides ... ok (1.130s) 2022-03-17T19:36:11.0478451Z test_per_channel_linear_quantize (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-03-17T19:36:11.6214158Z Test quantization for per_channel dynamic quantization ... ok (0.575s) 2022-03-17T19:36:11.6246199Z test_quantized_rnn (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-03-17T19:36:13.1701407Z Test dynamic quantization, scriptability and serialization for dynamic quantized lstm modules on int8 and fp16 ... ok (1.549s) 2022-03-17T19:36:13.1724695Z test_quantized_rnn_cell (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-03-17T19:36:13.9375883Z Test dynamic quantization, scriptability and serialization for dynamic quantized rnn cell modules on int8 and fp16 ... ok (0.767s) 2022-03-17T19:36:13.9391780Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-03-17T19:36:14.4253103Z Dynamic Quantize SingleLayerLinearDynamicModel which has one Linear module, ... ok (0.488s) 2022-03-17T19:36:14.4267105Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-03-17T19:36:14.8758229Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (0.450s) 2022-03-17T19:36:14.8773982Z test_type_match_rule (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-03-17T19:36:15.6721290Z Test quantization for nested model, top level 'fc3' and ... ok (0.796s) 2022-03-17T19:36:15.6736594Z test_activations (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-03-17T19:36:16.4549464Z Test quantization of activations ... ok (0.783s) 2022-03-17T19:36:16.4557562Z test_convtranspose_per_channel_fails_early (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-03-17T19:36:16.4575809Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.002s) 2022-03-17T19:36:16.4582610Z test_convtranspose_per_channel_qconfig_none (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-03-17T19:36:16.4597491Z Verifies that having qconfig==None for conv transpose does not crash ... ok (0.002s) 2022-03-17T19:36:16.4858273Z test_custom_module_class (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.026s) 2022-03-17T19:36:16.4951225Z test_dequant_stub (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.009s) 2022-03-17T19:36:17.0631592Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.568s) 2022-03-17T19:36:17.0641952Z test_manual (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-03-17T19:36:17.5479612Z User inserts QuantStub and DeQuantStub in model code ... ok (0.485s) 2022-03-17T19:36:17.5497480Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-03-17T19:36:19.1570300Z Test quantization for nested model, top level 'fc3' and ... ok (1.609s) 2022-03-17T19:36:19.6077016Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.450s) 2022-03-17T19:36:19.6094730Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-03-17T19:36:21.7732251Z More complicated nested test case with child qconfig overrides ... ok (2.165s) 2022-03-17T19:36:21.7750283Z test_normalization (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-03-17T19:36:24.3539112Z Test quantization of normalization layers ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize.py:265: UserWarning: None of the submodule got qconfig applied. Make sure you passed correct configuration through `qconfig_dict` or by assigning the `.qconfig` attribute directly on submodules 2022-03-17T19:36:24.3540604Z warnings.warn("None of the submodule got qconfig applied. Make sure you " 2022-03-17T19:36:24.4760226Z ok (2.703s) 2022-03-17T19:36:24.4781194Z test_quantized_embedding (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-03-17T19:36:24.5896487Z Test the post-training quantization flow, serialization and scripting ... ok (0.113s) 2022-03-17T19:36:24.5923944Z test_quantized_embedding_bag (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-03-17T19:36:24.7025102Z Test the post-training quantization flow, serialization and scripting ... ok (0.113s) 2022-03-17T19:36:24.7094396Z test_quantwrapper_attaches_qconfig_to_dequant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.007s) 2022-03-17T19:36:24.7108425Z test_resnet_base (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-03-17T19:36:25.0260063Z Test quantization for bottleneck topology used in resnet/resnext ... ok (0.316s) 2022-03-17T19:36:25.0276573Z test_save_load_state_dict (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-03-17T19:36:26.1339018Z Test PTQ flow of creating a model and quantizing it and saving the quantized state_dict ... ok (1.108s) 2022-03-17T19:36:26.1357819Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-03-17T19:36:29.1463769Z Quantize SingleLayerLinearModel which has one Linear module, make sure it is swapped ... ok (3.012s) 2022-03-17T19:36:29.1477989Z test_skip_quant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-03-17T19:36:32.3038020Z The case when we want to skip quantizing some layers ... ok (3.157s) 2022-03-17T19:36:32.3052702Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-03-17T19:36:32.7955129Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (0.492s) 2022-03-17T19:36:32.8034161Z test_add_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.008s) 2022-03-17T19:36:34.6202057Z test_conv_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (1.817s) 2022-03-17T19:36:35.1482616Z test_defused_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.528s) 2022-03-17T19:36:35.7863981Z test_dropout (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.638s) 2022-03-17T19:36:36.3144999Z test_dynamic_qat_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.528s) 2022-03-17T19:36:36.8504608Z test_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.536s) 2022-03-17T19:36:36.8610110Z test_embedding_qat_qconfig_equal (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.011s) 2022-03-17T19:36:36.8616385Z test_eval_only_fake_quant (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-03-17T19:36:36.9023704Z Using FakeQuant in evaluation only mode, ... ok (0.041s) 2022-03-17T19:36:36.9368735Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.034s) 2022-03-17T19:36:38.0177378Z test_manual (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (1.081s) 2022-03-17T19:36:38.0252050Z test_mul_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.007s) 2022-03-17T19:36:38.0294644Z test_qat_embedding_bag_errors (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.004s) 2022-03-17T19:36:38.0318865Z test_train_save_load_eval (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-03-17T19:36:38.3040005Z Test QAT flow of creating a model, doing QAT and saving the quantized state_dict ... ok (0.274s) 2022-03-17T19:36:39.5863025Z test_conv_bn_folded_vs_unfolded (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (1.282s) 2022-03-17T19:36:40.0621371Z test_conv_bn_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.476s) 2022-03-17T19:36:40.0845750Z test_fixed_qparam_ops (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.022s) 2022-03-17T19:36:40.0960913Z test_leaky_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.011s) 2022-03-17T19:36:40.1078369Z test_linear_bn_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.012s) 2022-03-17T19:36:40.1697944Z test_linear_bn_workflow (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.062s) 2022-03-17T19:36:40.1729180Z test_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.003s) 2022-03-17T19:36:40.1742809Z test_assert_on_size_after_quant_layer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:40.2010201Z Verifies that calculating a size of a quantized tensor works ... ok (0.028s) 2022-03-17T19:36:40.3180812Z test_attention (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.117s) 2022-03-17T19:36:41.3455729Z test_conv_bn_relu (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (1.027s) 2022-03-17T19:36:41.3464679Z test_conv_linear_not_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:42.6896629Z Test quantizing conv and linear ... ok (1.344s) 2022-03-17T19:36:42.6922935Z test_conv_linear_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:44.0445331Z Test quantizing functional conv and linear with reference option ... ok (1.355s) 2022-03-17T19:36:44.1205135Z test_conv_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.076s) 2022-03-17T19:36:44.1214301Z test_convert_custom_config_dict_validity (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:44.1312586Z Verifies that if a user passes an invalid key or makes a typo when ... ok (0.011s) 2022-03-17T19:36:44.2106268Z test_convert_qconfig_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1255: UserWarning: Node mods1_1_packed_weight_0 target mods1_1_packed_weight_0 mods1_1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-03-17T19:36:44.2107509Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-03-17T19:36:44.2865202Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1255: UserWarning: Node mods1_0_packed_weight_0 target mods1_0_packed_weight_0 mods1_0_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-03-17T19:36:44.2865969Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-03-17T19:36:44.2905877Z ok (0.159s) 2022-03-17T19:36:44.2916776Z test_convtranspose_per_channel_fails_early (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:44.2992970Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.009s) 2022-03-17T19:36:44.3023106Z test_copy_node_has_shared_actpp_instance (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:44.3452308Z Test the output of CopyNode to have the same ... ok (0.046s) 2022-03-17T19:36:44.4327314Z test_custom_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.087s) 2022-03-17T19:36:44.4454749Z test_deepcopy_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.013s) 2022-03-17T19:36:44.4466365Z test_default_quant_after_none_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:44.4653315Z Make sure default quant is inserted properly ... ok (0.020s) 2022-03-17T19:36:44.4666049Z test_dequantize (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:44.7575361Z Test to make sure dequantize node are placed before ... ok (0.292s) 2022-03-17T19:36:44.7586577Z test_dict_output (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:44.7813797Z Make sure quantization runs for models with dictionary output ... ok (0.024s) 2022-03-17T19:36:44.8276054Z test_dynamic_quant_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.046s) 2022-03-17T19:36:44.8290114Z test_dynamic_quant_weight_observer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:44.8420890Z Test that weight observer is run in convert step ... ok (0.014s) 2022-03-17T19:36:44.8445497Z test_dynamic_with_fusion (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:44.8667366Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1255: UserWarning: Node mods2_packed_weight_0 target mods2_packed_weight_0 mods2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-03-17T19:36:44.8668189Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-03-17T19:36:44.8985604Z ok (0.056s) 2022-03-17T19:36:44.9092683Z test_fixed_qparams_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.011s) 2022-03-17T19:36:44.9112114Z test_fold_quant_dequant (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:44.9345491Z Test that the sequence of quant-dequant nodes in the ... ok (0.025s) 2022-03-17T19:36:44.9590290Z test_fp32_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-03-17T19:36:44.9822719Z test_fp32_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-03-17T19:36:44.9842707Z test_fp32_sum (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:45.0379484Z Verifies that fp32 sum works correctly if it's before or after ... ok (0.055s) 2022-03-17T19:36:45.0639387Z test_fused_module_qat_swap (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-03-17T19:36:45.0656044Z test_fusion_pattern_unquantized (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:45.0848868Z Ensure that leaving a possible fusion pattern of multiple nodes ... ok (0.021s) 2022-03-17T19:36:45.0868622Z test_getattr_with_nontensor_result (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:45.1404129Z Verifies that binary ops get quantized correctly if some ... ok (0.055s) 2022-03-17T19:36:46.2662472Z test_linear_bn (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (1.125s) 2022-03-17T19:36:46.2676960Z test_linear_qint8_activation (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:46.2923003Z Test support for qint8 activation in reference pattern ... ok (0.026s) 2022-03-17T19:36:46.3150431Z test_masked_fill_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-03-17T19:36:46.3451460Z test_mul_add_fp16_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-03-17T19:36:46.3463658Z test_no_obs_between_unmatched_node_and_copy_node (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:46.3667872Z Verifies that an observer is not inserted between an unmatched ... ok (0.022s) 2022-03-17T19:36:46.3774300Z test_non_traceable_module (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.011s) 2022-03-17T19:36:46.3782932Z test_not_used (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:46.3917741Z Test quantizing a not used value ... ok (0.014s) 2022-03-17T19:36:46.3938954Z test_observer_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:46.4203488Z Test to make sure the observer FQN is based on the quantizable op/module that it is observing ... ok (0.028s) 2022-03-17T19:36:46.4214035Z test_output_lists_and_dicts (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:46.4388300Z Verify that specifying complicated output types does not crash. ... ok (0.018s) 2022-03-17T19:36:46.4802302Z test_packed_weight_fused_op (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.041s) 2022-03-17T19:36:46.4818085Z test_pattern_match (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:46.4872639Z test MatchAllNode with ... ok (0.007s) 2022-03-17T19:36:46.5104507Z test_permute_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-03-17T19:36:46.5114202Z test_prepare_custom_config_dict_validity (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:46.5122802Z Verifies that if a user passes an invalid key or makes a typo when ... ok (0.002s) 2022-03-17T19:36:46.5134854Z test_prepared_model_deepcopy (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:46.5339892Z Ensures that copy.deepcopy works correctly on a prepared model. ... ok (0.022s) 2022-03-17T19:36:46.5540209Z test_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.020s) 2022-03-17T19:36:46.5557545Z test_preserve_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:46.5773432Z Test to make sure the temporary config option to preserve qconfig attributes ... ok (0.023s) 2022-03-17T19:36:46.5785323Z test_preserve_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:46.5904011Z Test tuple input type is preserved ... ok (0.013s) 2022-03-17T19:36:46.6159327Z test_propagate_dtypes_for_known_nodes_dict_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.025s) 2022-03-17T19:36:46.6404062Z test_propagate_dtypes_for_known_nodes_dict_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-03-17T19:36:46.6640371Z test_propagate_dtypes_for_known_nodes_dict_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-03-17T19:36:46.6867157Z test_propagate_dtypes_for_known_nodes_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-03-17T19:36:46.7106740Z test_propagate_dtypes_for_known_nodes_split_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-03-17T19:36:46.7345735Z test_propagate_dtypes_for_known_nodes_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-03-17T19:36:46.7572940Z test_propagate_dtypes_for_known_nodes_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-03-17T19:36:47.0294578Z test_qat_and_script (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.272s) 2022-03-17T19:36:47.0300078Z test_qat_prepare_device_affinity (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip (0.001s) 2022-03-17T19:36:47.2246687Z test_qconfig_dict_setup (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.194s) 2022-03-17T19:36:47.2254571Z test_qconfig_dict_validity (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:47.2262745Z Verifies that if a user passes an invalid key or makes a typo when ... ok (0.002s) 2022-03-17T19:36:47.2634060Z test_qconfig_for_call_func (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.037s) 2022-03-17T19:36:47.3283587Z test_qconfig_for_call_method (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.065s) 2022-03-17T19:36:47.3479785Z test_qconfig_function (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.019s) 2022-03-17T19:36:47.4430049Z test_qconfig_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.095s) 2022-03-17T19:36:47.4672869Z test_qconfig_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-03-17T19:36:47.4921383Z test_qconfig_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.025s) 2022-03-17T19:36:47.5124790Z test_qconfig_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.020s) 2022-03-17T19:36:47.5504152Z test_qconfig_precedence (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.038s) 2022-03-17T19:36:47.5857690Z test_qconfig_qat_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.035s) 2022-03-17T19:36:47.6427126Z test_qparams_buffers (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.057s) 2022-03-17T19:36:47.6448501Z test_qparams_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:47.6801434Z Test that the FQN of input_scale/zero_point is set ... ok (0.037s) 2022-03-17T19:36:47.6828799Z test_quant_output_always_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:47.8129198Z If the output is hardcoded to be quantized, ensure that ... ok (0.133s) 2022-03-17T19:36:47.8344997Z test_quantized_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.021s) 2022-03-17T19:36:47.8574562Z test_quantized_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-03-17T19:36:47.8588071Z test_quantized_model_type (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:47.8951340Z Test state_dict and deepcopy works properly in the quantized model ... ok (0.037s) 2022-03-17T19:36:47.8970256Z test_ref_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:48.0454514Z Make sure the numerics for models with ref conv module ... ok (0.150s) 2022-03-17T19:36:48.0470214Z test_ref_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:48.0949321Z Make sure the numerics for models with ref linear module ... ok (0.049s) 2022-03-17T19:36:48.0984720Z test_register_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-03-17T19:36:48.1186341Z test_relu_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.020s) 2022-03-17T19:36:48.1352196Z test_remove_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-03-17T19:36:48.1583065Z test_repeat_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-03-17T19:36:48.1810781Z test_reshape_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-03-17T19:36:48.1919997Z test_return_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.011s) 2022-03-17T19:36:48.3114453Z test_reuse_input_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.119s) 2022-03-17T19:36:48.9402385Z test_save_observer_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.628s) 2022-03-17T19:36:49.3573643Z test_sequential (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.417s) 2022-03-17T19:36:49.3588911Z test_shape_followed_by_quantized_op (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:49.3856806Z Make sure that shape does not dequantize ... ok (0.028s) 2022-03-17T19:36:49.4090263Z test_size_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-03-17T19:36:49.4371257Z test_stack_trace_preserved_linear (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.028s) 2022-03-17T19:36:49.4546151Z test_stack_trace_preserved_subgraph_rewriter (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.017s) 2022-03-17T19:36:49.5760755Z test_standalone_module_float_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.121s) 2022-03-17T19:36:49.6946299Z test_standalone_module_quantized_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.118s) 2022-03-17T19:36:49.6981359Z test_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-03-17T19:36:49.7828016Z Make sure packed params appear in state_dict ... ok (0.088s) 2022-03-17T19:36:49.8062703Z test_sub_scalar (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-03-17T19:36:49.8295719Z test_torch_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-03-17T19:36:49.8531529Z test_torch_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-03-17T19:36:49.8725959Z test_trace_quantize_per_tensor (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.019s) 2022-03-17T19:36:49.8955756Z test_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-03-17T19:36:49.9188786Z test_unsqueeze__nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-03-17T19:36:49.9419887Z test_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-03-17T19:36:49.9646149Z test_view_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-03-17T19:36:52.6375442Z test_model_dropout (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (2.673s) 2022-03-17T19:36:53.8529776Z test_prepare_serialize_switch_device_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.215s) 2022-03-17T19:36:54.9211159Z test_qat_embedding_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.068s) 2022-03-17T19:36:56.0201069Z test_qat_embeddingbag_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.099s) 2022-03-17T19:36:56.3450780Z test_qat_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.325s) 2022-03-17T19:36:56.3458138Z test_resnet18_ddp (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip (0.001s) 2022-03-17T19:36:57.4000847Z test_resnet_base (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.054s) 2022-03-17T19:36:57.7657197Z test_static_gpu_convert_basic (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.366s) 2022-03-17T19:36:58.2414116Z test_switch_device_prepare_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.475s) 2022-03-17T19:36:58.2440164Z test_torchvision (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip (0.003s) 2022-03-17T19:37:05.9380004Z test_add (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (7.694s) 2022-03-17T19:37:13.8470996Z test_add_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (7.909s) 2022-03-17T19:37:13.8884808Z test_add_relu_multiple_uses_of_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.041s) 2022-03-17T19:37:13.8898179Z test_ave_pool_with_custom_cfg (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-03-17T19:37:13.9031682Z A test that checks correct patterns are produced for ... ok (0.015s) 2022-03-17T19:37:13.9293850Z test_bmm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.026s) 2022-03-17T19:37:13.9307837Z test_bmm_int_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-03-17T19:37:13.9405931Z int8 is not supported for bmm so we won't produce reference ... ok (0.011s) 2022-03-17T19:37:13.9416664Z test_boolean_tensor (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-03-17T19:37:13.9565226Z Make sure we don't insert observer for boolean Tensors ... ok (0.016s) 2022-03-17T19:37:13.9591474Z test_cat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-03-17T19:37:14.5318080Z quantization of the output of cat will depend on the ... ok (0.575s) 2022-03-17T19:37:14.5528534Z test_chunk (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.021s) 2022-03-17T19:37:16.0979866Z test_clamp (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.545s) 2022-03-17T19:37:16.6321712Z test_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.534s) 2022-03-17T19:37:17.2099078Z test_conv_transpose_1d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.577s) 2022-03-17T19:37:17.4075369Z test_conv_transpose_2d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.197s) 2022-03-17T19:37:17.4086530Z test_copy_node_fp32_input (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-03-17T19:37:17.4190826Z CopyNode works for both fp32 and int8 inputs, this is a test to make ... ok (0.012s) 2022-03-17T19:37:17.9312383Z test_div (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.512s) 2022-03-17T19:37:18.7534448Z test_elu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.822s) 2022-03-17T19:37:18.8194336Z test_embedding (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.066s) 2022-03-17T19:37:18.8896134Z test_embedding_bag (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.070s) 2022-03-17T19:37:19.0679193Z test_fixed_qparams_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.178s) 2022-03-17T19:37:19.1106546Z test_fixed_qparams_ops_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.043s) 2022-03-17T19:37:21.1117498Z test_fixed_qparams_ops_qint8 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.001s) 2022-03-17T19:37:21.2495054Z test_float_functional (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.138s) 2022-03-17T19:37:21.2545133Z test_functional_conv (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-03-17T19:37:31.6530405Z Test for function conv and functional conv + relu ... ok (10.403s) 2022-03-17T19:37:45.7361005Z test_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (14.083s) 2022-03-17T19:37:45.7502596Z test_gelu_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.014s) 2022-03-17T19:37:47.1244957Z test_gelu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.374s) 2022-03-17T19:37:47.1292433Z test_general_shape_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-03-17T19:37:47.4345796Z A test that checks dequantize will be swapped for ... ok (0.310s) 2022-03-17T19:37:47.4376942Z test_general_value_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-03-17T19:37:47.5284659Z A test that checks correct patterns are produced for ... ok (0.094s) 2022-03-17T19:37:47.5309763Z test_getitem (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-03-17T19:37:47.5721764Z Make sure we only insert observer for getitem if the following node is matched ... ok (0.043s) 2022-03-17T19:37:48.4843071Z test_hardswish (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.912s) 2022-03-17T19:37:50.2478230Z test_instance_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.763s) 2022-03-17T19:37:50.2491372Z test_int8_input_no_unnecessary_fq (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-03-17T19:37:50.2600408Z If the inputs to the graph are quantized and the only node ... ok (0.012s) 2022-03-17T19:37:50.9945895Z test_layer_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.734s) 2022-03-17T19:37:51.8230997Z test_leaky_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.828s) 2022-03-17T19:37:52.2742786Z test_linear_dynamic_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.451s) 2022-03-17T19:37:56.7999291Z test_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (4.526s) 2022-03-17T19:37:57.3002710Z test_linear_static_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.500s) 2022-03-17T19:37:57.3470481Z test_mish_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.047s) 2022-03-17T19:38:05.1495961Z test_mul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (7.802s) 2022-03-17T19:38:13.2075129Z test_mul_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (8.058s) 2022-03-17T19:38:13.2092468Z test_multiple_qconfigs_for_single_value (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-03-17T19:38:13.2304770Z Test multiple qconfigs for a single value ... ok (0.023s) 2022-03-17T19:38:13.4626966Z test_norm_weight_bias (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1255: UserWarning: Node mods1_packed_weight_0 target mods1_packed_weight_0 mods1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-03-17T19:38:13.4627860Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-03-17T19:38:13.6778726Z ok (0.447s) 2022-03-17T19:38:14.1558302Z test_qbatch_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.478s) 2022-03-17T19:38:16.2132774Z test_qbatch_norm_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.057s) 2022-03-17T19:38:16.2328472Z test_qmatmul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.019s) 2022-03-17T19:38:16.2611168Z test_quantized_add_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.028s) 2022-03-17T19:38:16.2635777Z test_quantized_conv_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-03-17T19:38:18.5667506Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (2.305s) 2022-03-17T19:38:18.5947824Z test_quantized_mul_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.028s) 2022-03-17T19:38:18.6249080Z test_ref_pattern_multi_use (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.030s) 2022-03-17T19:38:18.6586438Z test_reshape_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.033s) 2022-03-17T19:38:19.1490605Z test_rnn (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.490s) 2022-03-17T19:38:19.1626600Z test_rnn_cell (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... /opt/conda/lib/python3.7/site-packages/torch/nn/quantized/_reference/modules/rnn.py:69: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-03-17T19:38:19.1628198Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-03-17T19:38:19.1630057Z /opt/conda/lib/python3.7/site-packages/torch/nn/quantized/_reference/modules/rnn.py:72: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-03-17T19:38:19.1631383Z torch.tensor(weight_qparams["zero_point"], dtype=torch.int, device=device)) 2022-03-17T19:38:19.9344172Z ok (0.785s) 2022-03-17T19:38:20.5756261Z test_silu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.641s) 2022-03-17T19:38:20.5864203Z test_softmax_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... :5: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-03-17T19:38:20.5865509Z :6: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-03-17T19:38:20.5900660Z :5: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-03-17T19:38:20.5901765Z :6: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-03-17T19:38:20.5904258Z ok (0.015s) 2022-03-17T19:38:20.6035078Z test_softmax_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... :6: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-03-17T19:38:20.6038237Z :8: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-03-17T19:38:21.0371818Z :9: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-03-17T19:38:21.0372996Z :14: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-03-17T19:38:21.0494144Z :6: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-03-17T19:38:21.0497417Z :8: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-03-17T19:38:21.3241970Z :9: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-03-17T19:38:21.3243168Z :14: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-03-17T19:38:21.3245994Z ok (0.734s) 2022-03-17T19:38:21.7556967Z test_sub (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.431s) 2022-03-17T19:38:21.7821066Z test_sum (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.026s) 2022-03-17T19:38:24.2398649Z test_conv (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (2.457s) 2022-03-17T19:38:24.6325477Z test_conv_bn (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.392s) 2022-03-17T19:38:25.1090020Z test_conv_transpose (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W insert_observers.cpp:1498] Warning: prim::Loop is not yet supported in quantization, please make sure nothing needs to be quantized in the loop (function operator()) 2022-03-17T19:38:25.4526714Z ok (0.819s) 2022-03-17T19:38:25.4552588Z test_linear_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-03-17T19:38:25.4969918Z [W quant_utils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-03-17T19:38:25.4994228Z ok (0.047s) 2022-03-17T19:38:25.7391529Z test_nested (quantization.jit.test_quantize_jit.TestQuantizeJit) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:1127: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:479.) 2022-03-17T19:38:25.7394055Z return self._grad 2022-03-17T19:38:26.8037824Z ok (1.304s) 2022-03-17T19:38:26.8057738Z test_observer_with_ignored_function (quantization.jit.test_quantize_jit.TestQuantizeJit) 2022-03-17T19:38:28.4097842Z Test observers with ignored function and make sure it works in ... ok (1.606s) 2022-03-17T19:38:30.9325053Z test_single_linear (quantization.jit.test_quantize_jit.TestQuantizeJit) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:179: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-03-17T19:38:30.9325792Z reduce_range will be deprecated in a future release of PyTorch." 2022-03-17T19:38:32.3139110Z ok (3.904s) 2022-03-17T19:38:32.5000844Z test_single_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.186s) 2022-03-17T19:38:38.1224712Z test_skip_quant (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (5.622s) 2022-03-17T19:38:38.2368860Z test_cat_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.114s) 2022-03-17T19:38:44.1595687Z test_clamp (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.922s) 2022-03-17T19:38:44.5719159Z test_conv_with_benchmark_flag (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.412s) 2022-03-17T19:38:44.5732312Z test_dequantize_tuple (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-03-17T19:38:46.4922632Z Make sure dequantize can support Tuple of tensor ... ok (1.920s) 2022-03-17T19:38:52.1180194Z test_elu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.626s) 2022-03-17T19:38:52.1226959Z test_general_shape_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-03-17T19:38:52.3035365Z A test that checks dequantize will be swapped for ... ok (0.185s) 2022-03-17T19:38:52.3083339Z test_general_value_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-03-17T19:38:52.8142783Z A test that checks correct patterns are produced for ... ok (0.511s) 2022-03-17T19:38:52.8185412Z test_group_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2463: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T19:38:52.8187245Z _verify_batch_size([input.size(0) * input.size(1) // num_groups, num_groups] + list(input.size()[2:])) 2022-03-17T19:38:57.0002234Z ok (4.186s) 2022-03-17T19:39:01.1583256Z test_hardswish (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (4.158s) 2022-03-17T19:39:02.1251365Z test_instance_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... [W observer.py:1115] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-03-17T19:39:02.3361695Z [W observer.py:1115] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-03-17T19:39:03.3689695Z [W observer.py:1115] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-03-17T19:39:03.5803499Z [W observer.py:1115] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-03-17T19:39:04.7313397Z [W observer.py:1115] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-03-17T19:39:05.0030103Z [W observer.py:1115] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-03-17T19:39:05.1474040Z ok (3.989s) 2022-03-17T19:39:09.4615979Z test_layer_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (4.314s) 2022-03-17T19:39:28.5531589Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (19.091s) 2022-03-17T19:39:40.6122142Z test_qbatch_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (12.059s) 2022-03-17T19:39:48.5559111Z test_qbatch_norm_relu_BNFuncInplaceRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (7.944s) 2022-03-17T19:39:56.5130692Z test_qbatch_norm_relu_BNFuncRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (7.957s) 2022-03-17T19:40:12.4985188Z test_qbatch_norm_relu_BNRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (15.985s) 2022-03-17T19:40:18.3589622Z test_quantized_add (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.860s) 2022-03-17T19:40:18.3606427Z test_quantized_add_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-03-17T19:40:20.6486827Z Test quant fusion for multiple aten::add using same ... ok (2.289s) 2022-03-17T19:40:32.4359683Z test_quantized_add_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (11.787s) 2022-03-17T19:40:32.4415245Z test_quantized_add_relu_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-03-17T19:40:56.6261348Z Test quant fusion for multiple aten::add using same ... ok (24.190s) 2022-03-17T19:41:00.2386808Z test_quantized_add_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.612s) 2022-03-17T19:41:08.3506145Z test_quantized_add_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (8.112s) 2022-03-17T19:41:08.3524849Z test_quantized_cat (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-03-17T19:41:10.5772594Z quantization of the output of cat will be depend on the ... ok (2.227s) 2022-03-17T19:41:15.3432230Z test_quantized_conv (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (4.766s) 2022-03-17T19:41:15.3458209Z test_quantized_conv_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-03-17T19:41:34.6689474Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (19.326s) 2022-03-17T19:41:37.2101944Z test_quantized_mul (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.541s) 2022-03-17T19:41:49.0107335Z test_quantized_mul_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (11.800s) 2022-03-17T19:41:51.4028141Z test_quantized_mul_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.392s) 2022-03-17T19:41:59.1259299Z test_quantized_mul_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (7.723s) 2022-03-17T19:41:59.2040934Z test_conv_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.078s) 2022-03-17T19:41:59.2140182Z test_dedup_module_uses (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.010s) 2022-03-17T19:41:59.3247243Z test_finalize_debug (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.110s) 2022-03-17T19:41:59.4318766Z test_finalize_for_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.107s) 2022-03-17T19:42:00.5717698Z test_foldbn_complex_cases (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (1.140s) 2022-03-17T19:42:00.6788350Z test_foldbn_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.107s) 2022-03-17T19:42:00.6802039Z test_foldbn_no_fusion (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-03-17T19:42:00.6897448Z Test that we don't fuse the cases when module type does not match ... ok (0.011s) 2022-03-17T19:42:01.4440628Z test_foldbn_shared_classtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.754s) 2022-03-17T19:42:01.5364504Z test_foldbn_trivial (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.092s) 2022-03-17T19:42:01.6329461Z test_foldbn_trivial_nobias (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.096s) 2022-03-17T19:42:01.6941839Z test_fuse_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.061s) 2022-03-17T19:42:01.9358773Z test_inplace_option (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.241s) 2022-03-17T19:42:01.9817578Z test_insert_observers (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.046s) 2022-03-17T19:42:02.0378930Z test_insert_observers_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.056s) 2022-03-17T19:42:02.0392998Z test_insert_observers_for_general_ops (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-03-17T19:42:02.0844852Z Make sure we skip observers for ops that doesn't require ... ok (0.046s) 2022-03-17T19:42:02.2409618Z test_insert_observers_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.156s) 2022-03-17T19:42:02.2436978Z test_insert_observers_for_if_consistent_observation (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-03-17T19:42:02.6572519Z check quantization for if works as long as ... ok (0.416s) 2022-03-17T19:42:02.8137772Z test_insert_observers_for_nested_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.156s) 2022-03-17T19:42:02.8536876Z test_insert_observers_for_reused_weight (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.040s) 2022-03-17T19:42:02.9152700Z test_insert_observers_interface (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.061s) 2022-03-17T19:42:03.1052124Z test_insert_observers_interface_unshare_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.190s) 2022-03-17T19:42:03.1068728Z test_insert_observers_propagate_observed (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-03-17T19:42:03.1593679Z Make sure we propagate observed property through general ops ... ok (0.054s) 2022-03-17T19:42:03.2200200Z test_insert_observers_propagate_observed_for_function (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.061s) 2022-03-17T19:42:03.2218188Z test_insert_observers_propagate_observed_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-03-17T19:42:03.2795759Z Make sure we propagate observed property through general ops ... ok (0.059s) 2022-03-17T19:42:03.3332405Z test_insert_observers_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.054s) 2022-03-17T19:42:03.5244322Z test_insert_observers_skip_values (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.191s) 2022-03-17T19:42:03.5706262Z test_insert_observers_weight_dtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.046s) 2022-03-17T19:42:03.7918793Z test_insert_quant_dequant (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.221s) 2022-03-17T19:42:04.0457449Z test_insert_quant_dequant_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.254s) 2022-03-17T19:42:04.1138947Z test_interface_with_fork (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.068s) 2022-03-17T19:42:04.2478295Z test_module_list (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.134s) 2022-03-17T19:42:04.2499949Z test_quantize_fork_wait (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-03-17T19:42:04.3526404Z Tests the case where fork and wait calls are in different subgraphs ... [W utils.py:279] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-03-17T19:42:04.3572119Z ok (0.109s) 2022-03-17T19:42:04.4688913Z test_replicate_dequant_same_value (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.112s) 2022-03-17T19:42:04.4810916Z test_replicate_dequantize (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.012s) 2022-03-17T19:42:04.4942724Z test_replicate_dequantize_in_block (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.013s) 2022-03-17T19:42:04.4962847Z test_replicate_quantize_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-03-17T19:42:04.5932145Z We want to move quantize nodes for output of prim::If ... [W utils.py:279] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-03-17T19:42:04.6031639Z [W utils.py:279] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-03-17T19:42:04.6035460Z [W utils.py:279] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-03-17T19:42:04.6037705Z [W utils.py:279] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-03-17T19:42:04.6283037Z ok (0.134s) 2022-03-17T19:42:04.7530496Z test_skip_dequant_constant_prop (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.125s) 2022-03-17T19:42:04.7640915Z test_swap_functional_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.011s) 2022-03-17T19:42:04.7677912Z test_benchmark (quantization.core.test_quantized_op.TestQuantizedConv) ... skip (0.004s) 2022-03-17T19:42:06.2508456Z test_qconv1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.483s) 2022-03-17T19:42:06.9987944Z test_qconv1d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.748s) 2022-03-17T19:42:09.1467931Z test_qconv2d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (2.148s) 2022-03-17T19:42:09.1568482Z test_qconv2d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip (0.010s) 2022-03-17T19:42:10.4276172Z test_qconv2d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.271s) 2022-03-17T19:42:12.2558629Z test_qconv3d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.828s) 2022-03-17T19:42:12.8941191Z test_qconv3d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.638s) 2022-03-17T19:42:13.5136030Z test_qconv_transpose1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.619s) 2022-03-17T19:42:16.6070508Z test_qconv_transpose2d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (3.094s) 2022-03-17T19:42:19.6381260Z test_qconv_transpose3d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (3.031s) 2022-03-17T19:42:19.8241534Z test_embedding (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.186s) 2022-03-17T19:42:19.8258187Z test_embedding_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-03-17T19:42:19.8274470Z Tests the case where 2D indices are passed into the operator ... ok (0.003s) 2022-03-17T19:42:19.9952059Z test_embedding_bag_2bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.167s) 2022-03-17T19:42:19.9958802Z test_embedding_bag_2bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip (0.001s) 2022-03-17T19:42:19.9979699Z test_embedding_bag_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-03-17T19:42:20.0005271Z Tests the case where 2D indices are passed into the operator ... ok (0.004s) 2022-03-17T19:42:20.1942110Z test_embedding_bag_4bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.193s) 2022-03-17T19:42:20.1948771Z test_embedding_bag_4bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip (0.001s) 2022-03-17T19:42:20.3886628Z test_embedding_bag_byte (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.193s) 2022-03-17T19:42:20.3894738Z test_embedding_bag_byte_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip (0.001s) 2022-03-17T19:42:20.6983575Z test_conv1d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.308s) 2022-03-17T19:42:20.9996481Z test_conv2d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.301s) 2022-03-17T19:42:21.2452792Z test_conv3d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.245s) 2022-03-17T19:42:21.2517395Z test_grid_sample (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4159: UserWarning: 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. 2022-03-17T19:42:21.2518250Z "Default grid_sample and affine_grid behavior has changed " 2022-03-17T19:42:21.3311945Z ok (0.086s) 2022-03-17T19:42:21.3332746Z test_relu_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.002s) 2022-03-17T19:42:22.4604262Z test_qlinear (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (1.127s) 2022-03-17T19:42:22.6603415Z test_qlinear_unpack (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.200s) 2022-03-17T19:42:23.3149958Z test_adaptive_avg_pool (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.654s) 2022-03-17T19:42:23.4011468Z test_adaptive_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.086s) 2022-03-17T19:42:23.4825485Z test_adaptive_avg_pool3d_ndhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.081s) 2022-03-17T19:42:23.8496075Z test_add_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.367s) 2022-03-17T19:42:23.8516196Z test_advanced_indexing (quantization.core.test_quantized_op.TestQuantizedOps) 2022-03-17T19:42:23.8632912Z Verifies that the x[:, [0], :, :] syntax works for quantized tensors. ... ok (0.014s) 2022-03-17T19:42:23.8665328Z test_avg_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-03-17T19:42:25.2116402Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (1.348s) 2022-03-17T19:42:25.2154288Z test_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-03-17T19:42:26.7633040Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (1.551s) 2022-03-17T19:42:26.7666229Z test_avg_pool3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-03-17T19:42:31.5578131Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (4.794s) 2022-03-17T19:42:31.5616441Z test_avg_pool3d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-03-17T19:42:37.2577147Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (5.700s) 2022-03-17T19:42:38.1503906Z test_batch_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.893s) 2022-03-17T19:42:38.9859885Z test_batch_norm_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.835s) 2022-03-17T19:42:39.6425080Z test_cat (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.656s) 2022-03-17T19:42:39.9466209Z test_cat_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.304s) 2022-03-17T19:42:43.8620782Z test_channel_shuffle (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (3.915s) 2022-03-17T19:43:16.8713786Z test_custom_module_lstm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (33.009s) 2022-03-17T19:43:16.9635367Z test_custom_module_multi_head_attention (quantization.core.test_quantized_op.TestQuantizedOps) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:1117: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-03-17T19:43:16.9636503Z Returning default scale and zero point " 2022-03-17T19:43:27.2819911Z ok (10.410s) 2022-03-17T19:43:27.2830272Z test_empty_batch (quantization.core.test_quantized_op.TestQuantizedOps) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3947: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-03-17T19:43:27.2831315Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-03-17T19:43:27.2954970Z ok (0.014s) 2022-03-17T19:43:27.5569919Z test_equal (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.261s) 2022-03-17T19:43:28.1328195Z test_group_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.576s) 2022-03-17T19:43:28.5797220Z test_hardswish (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.447s) 2022-03-17T19:43:29.5231686Z test_hardtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.943s) 2022-03-17T19:43:31.2842015Z test_instance_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.761s) 2022-03-17T19:43:31.2947843Z test_interpolate (quantization.core.test_quantized_op.TestQuantizedOps) 2022-03-17T19:43:33.8719911Z This test cover upsample_nearest2d and upsample_bilinear2d ... ok (2.588s) 2022-03-17T19:43:33.8751460Z test_interpolate3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-03-17T19:43:46.5653068Z This test cover upsample_nearest3d ... ok (12.693s) 2022-03-17T19:43:46.5985998Z test_leaky_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.033s) 2022-03-17T19:43:47.7793588Z test_leaky_relu_observed_output (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.181s) 2022-03-17T19:43:47.7832070Z test_linear_bias_unpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.004s) 2022-03-17T19:43:48.4427828Z test_max_pool1d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.659s) 2022-03-17T19:43:49.1511821Z test_max_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.708s) 2022-03-17T19:43:49.9182160Z test_max_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.767s) 2022-03-17T19:43:50.2403887Z test_mean (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.322s) 2022-03-17T19:43:50.6409483Z test_mul_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.400s) 2022-03-17T19:43:50.6433862Z test_qadd_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 1, 4, 4], which does not match the required output shape [2, 1, 4, 4]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-03-17T19:43:50.6440843Z ok (0.003s) 2022-03-17T19:43:50.6535410Z test_qadd_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.009s) 2022-03-17T19:43:50.6625353Z test_qadd_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.009s) 2022-03-17T19:43:50.9314861Z test_qcelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.269s) 2022-03-17T19:43:51.8289852Z test_qclamp (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.897s) 2022-03-17T19:43:52.1784467Z test_qelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.349s) 2022-03-17T19:43:52.2535903Z test_qgelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.075s) 2022-03-17T19:43:52.4904419Z test_qhardsigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.237s) 2022-03-17T19:43:52.6624678Z test_qlayer_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.172s) 2022-03-17T19:43:52.9469347Z test_qmatmul (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.284s) 2022-03-17T19:43:52.9496345Z test_qmul_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.003s) 2022-03-17T19:43:52.9589287Z test_qmul_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.009s) 2022-03-17T19:43:53.7172236Z test_qmul_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.758s) 2022-03-17T19:43:57.1645052Z test_qrelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (3.447s) 2022-03-17T19:43:57.5650496Z test_qrelu6 (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.400s) 2022-03-17T19:43:57.8265624Z test_qtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.261s) 2022-03-17T19:43:58.1493837Z test_qthreshold (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.323s) 2022-03-17T19:43:58.1527198Z test_qtopk (quantization.core.test_quantized_op.TestQuantizedOps) ... /var/lib/jenkins/workspace/test/quantization/core/test_quantized_op.py:1763: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-03-17T19:43:58.1528667Z indices = torch.tensor(X).long() 2022-03-17T19:43:58.3360972Z ok (0.187s) 2022-03-17T19:43:58.3498821Z test_quantized_mean_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.014s) 2022-03-17T19:43:58.6586346Z test_sigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.309s) 2022-03-17T19:43:59.9694488Z test_sigmoid_non_observed (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.311s) 2022-03-17T19:43:59.9712002Z test_bfp16_quantize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-03-17T19:43:59.9713743Z warnings.warn(msg, FutureWarning) 2022-03-17T19:43:59.9714285Z ok (0.002s) 2022-03-17T19:44:00.1432143Z test_choose_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.172s) 2022-03-17T19:44:00.1605635Z test_choose_qparams_optimized (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.017s) 2022-03-17T19:44:00.1686865Z test_clone (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-03-17T19:44:00.2551771Z test_compare_per_channel_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.086s) 2022-03-17T19:44:00.2596381Z test_compare_per_tensor_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-03-17T19:44:00.2613001Z test_cuda_quantization_does_not_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-03-17T19:44:00.2622025Z test_dequantize_fp16_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-03-17T19:44:00.2634647Z test_dequantize_fp16_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-03-17T19:44:00.2648515Z test_fp16_saturate_op (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /var/lib/jenkins/workspace/test/quantization/core/test_quantized_tensor.py:1133: UserWarning: FOUND weight out of range (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/quant_utils.h:204.) 2022-03-17T19:44:00.2649893Z y = torch._saturate_weight_to_fp16(x) 2022-03-17T19:44:00.2651028Z ok (0.002s) 2022-03-17T19:44:00.2791638Z test_jit_serialization (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.014s) 2022-03-17T19:44:00.2830022Z test_per_channel_qtensor_creation_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-03-17T19:44:00.2891651Z test_per_channel_qtensor_creation_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-03-17T19:44:00.2959732Z test_per_channel_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-03-17T19:44:00.2998289Z test_per_tensor_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-03-17T19:44:00.3067361Z test_pickle_checkpoint_qtensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-03-17T19:44:00.3083852Z test_qscheme_pickle (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-03-17T19:44:00.4168143Z test_qtensor_channel_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.108s) 2022-03-17T19:44:00.4557682Z test_qtensor_copy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.039s) 2022-03-17T19:44:00.4699048Z test_qtensor_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.014s) 2022-03-17T19:44:00.4789937Z test_qtensor_creation (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.009s) 2022-03-17T19:44:00.4989643Z test_qtensor_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.020s) 2022-03-17T19:44:00.5014910Z test_qtensor_dtypes (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-03-17T19:44:00.5114834Z test_qtensor_fill (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-03-17T19:44:00.5178363Z test_qtensor_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-03-17T19:44:00.5202906Z test_qtensor_index_select_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-03-17T19:44:00.5225250Z test_qtensor_index_select_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-03-17T19:44:00.5239717Z test_qtensor_int_repr (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-03-17T19:44:00.5337286Z test_qtensor_legacy_new_failure (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-03-17T19:44:00.5426173Z test_qtensor_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.009s) 2022-03-17T19:44:00.5497794Z test_qtensor_per_channel_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-03-17T19:44:00.5701963Z test_qtensor_per_channel_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.020s) 2022-03-17T19:44:00.5938699Z test_qtensor_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.024s) 2022-03-17T19:44:00.6013196Z test_qtensor_quant_dequant (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-03-17T19:44:01.8297269Z test_qtensor_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (1.228s) 2022-03-17T19:44:01.8369357Z test_qtensor_reshape (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-03-17T19:44:01.8407560Z test_qtensor_resize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:585: UserWarning: non-inplace resize is deprecated 2022-03-17T19:44:01.8408850Z warnings.warn("non-inplace resize is deprecated") 2022-03-17T19:44:01.8438889Z ok (0.007s) 2022-03-17T19:44:01.8486035Z test_qtensor_sub_byte_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-03-17T19:44:01.8532218Z test_qtensor_sub_byte_not_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-03-17T19:44:01.8857289Z test_qtensor_unsqueeze (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.032s) 2022-03-17T19:44:01.9058866Z test_qtensor_view (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.020s) 2022-03-17T19:44:01.9159364Z test_quant_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-03-17T19:44:03.1193846Z test_quantize_per_channel_float_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (1.203s) 2022-03-17T19:44:03.1229482Z test_quantize_per_channel_sub_byte (quantization.core.test_quantized_tensor.TestQuantizedTensor) 2022-03-17T19:44:03.1682768Z Tests the per channel quantization scheme for 4-bit qtensors. ... ok (0.049s) 2022-03-17T19:44:03.1709730Z test_repeat (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-03-17T19:44:03.1729776Z test_torch_qtensor_deepcopy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-03-17T19:44:03.3745332Z test_observer_scriptable (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.201s) 2022-03-17T19:44:03.3863676Z test_record_observer (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.012s) 2022-03-17T19:44:03.3892199Z test_rnn (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-03-17T19:44:03.4047427Z Checks the rnn reference quantized modules has correct numerics ... ok (0.018s) 2022-03-17T19:44:03.4074984Z test_rnn_cell (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-03-17T19:44:03.4171930Z Checks the rnn cell reference quantized modules has correct numerics ... ok (0.012s) 2022-03-17T19:44:03.4197763Z test_sparse (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-03-17T19:44:03.4219072Z Embedding and EmbeddingBag ... /opt/conda/lib/python3.7/site-packages/torch/nn/quantized/_reference/modules/utils.py:25: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-03-17T19:44:03.4220515Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-03-17T19:44:03.4222424Z /opt/conda/lib/python3.7/site-packages/torch/nn/quantized/_reference/modules/utils.py:28: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-03-17T19:44:03.4223823Z torch.tensor(weight_qparams["zero_point"], dtype=zero_point_dtype, device=device)) 2022-03-17T19:44:03.4253385Z ok (0.008s) 2022-03-17T19:44:03.4890423Z test_conv2d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.063s) 2022-03-17T19:44:03.5194588Z test_conv2d_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.030s) 2022-03-17T19:44:03.5506472Z test_conv2d_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.031s) 2022-03-17T19:44:03.5821931Z test_conv2d_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.031s) 2022-03-17T19:44:03.6369519Z test_conv2d_nobias (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.055s) 2022-03-17T19:44:03.6671600Z test_conv2d_nobias_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.030s) 2022-03-17T19:44:03.6982246Z test_conv2d_nobias_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.031s) 2022-03-17T19:44:03.7267855Z test_conv2d_nobias_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.028s) 2022-03-17T19:44:03.7827278Z test_conv2d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.056s) 2022-03-17T19:44:03.7979971Z test_conv3d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.015s) 2022-03-17T19:44:03.8132002Z test_conv3d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.015s) 2022-03-17T19:44:03.8292998Z test_default_qat_qconfig (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.016s) 2022-03-17T19:44:03.8691580Z test_linear (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.040s) 2022-03-17T19:44:03.9259505Z test_linear_dynamic (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.057s) 2022-03-17T19:44:03.9663447Z test_linear_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.040s) 2022-03-17T19:44:04.0017793Z test_linear_relu_package_quantization_transforms (quantization.bc.test_backward_compatibility.TestSerialization) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:376: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-03-17T19:44:04.0018630Z module.register_buffer(attr_name, torch.tensor(value, device=device)) 2022-03-17T19:44:04.3164252Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1255: UserWarning: Node child_packed_weight_0 target child_packed_weight_0 child_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-03-17T19:44:04.3165094Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-03-17T19:44:04.3165920Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1255: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-03-17T19:44:04.3166623Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-03-17T19:44:04.3198622Z ok (0.353s) 2022-03-17T19:44:04.3616499Z test_lstm (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.042s) 2022-03-17T19:44:04.3651161Z test_per_channel_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.003s) 2022-03-17T19:44:04.3677774Z test_per_tensor_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.003s) 2022-03-17T19:44:04.3690420Z test_batch_norm2d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-03-17T19:44:04.3708899Z Tests the correctness of the batchnorm2d module. ... ok (0.003s) 2022-03-17T19:44:04.3844108Z test_batch_norm2d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-03-17T19:44:04.3844765Z "must run observer before calling calculate_qparams. " + 2022-03-17T19:44:04.3853043Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T19:44:04.3853884Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T19:44:04.3863074Z ok (0.015s) 2022-03-17T19:44:04.3875056Z test_batch_norm3d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-03-17T19:44:04.3893977Z Tests the correctness of the batchnorm3d module. ... ok (0.003s) 2022-03-17T19:44:04.4046350Z test_batch_norm3d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.015s) 2022-03-17T19:44:12.3580228Z test_conv1d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (7.953s) 2022-03-17T19:44:20.4121745Z test_conv2d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (8.054s) 2022-03-17T19:44:21.9170696Z test_conv3d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (1.505s) 2022-03-17T19:44:21.9182086Z test_dropout (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-03-17T19:44:21.9195544Z Tests the correctness of the dropout module. ... ok (0.002s) 2022-03-17T19:44:21.9293944Z test_dropout_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.010s) 2022-03-17T19:44:21.9299153Z test_elu (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-03-17T19:44:21.9327515Z Tests the correctness of the ELU module. ... ok (0.003s) 2022-03-17T19:44:27.2963121Z test_embedding_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (5.363s) 2022-03-17T19:44:27.2968648Z test_embedding_bag_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-03-17T19:44:32.9002731Z Test execution and serialization for dynamic quantized embedding_bag modules on int8 ... ok (5.604s) 2022-03-17T19:44:32.9017535Z test_group_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-03-17T19:44:32.9053086Z Tests the correctness of the groupnorm module. ... ok (0.005s) 2022-03-17T19:44:32.9072901Z test_instance_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-03-17T19:44:32.9184285Z Tests the correctness of the instancenorm{n}d modules. ... ok (0.013s) 2022-03-17T19:44:32.9201006Z test_layer_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-03-17T19:44:32.9233407Z Tests the correctness of the layernorm module. ... ok (0.005s) 2022-03-17T19:44:32.9270361Z test_leaky_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.004s) 2022-03-17T19:45:05.0594220Z test_linear_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (32.132s) 2022-03-17T19:45:05.0605767Z test_pool_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-03-17T19:45:05.0806105Z Tests the correctness of the pool module. ... ok (0.021s) 2022-03-17T19:45:05.0834121Z test_quant_dequant_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-03-17T19:45:05.0859356Z test_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.002s) 2022-03-17T19:45:05.0890389Z test_sigmoid (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-03-17T19:45:09.0429198Z test_subgraph_rewriter_annotations_int (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (3.953s) 2022-03-17T19:45:09.2582367Z test_subgraph_rewriter_correct_output_replacement (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.215s) 2022-03-17T19:45:09.2978007Z test_subgraph_rewriter_graph_argument_order (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.040s) 2022-03-17T19:45:09.3307683Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.033s) 2022-03-17T19:45:09.3738071Z test_subgraph_rewriter_multiple_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.043s) 2022-03-17T19:45:09.4144346Z test_subgraph_rewriter_pattern_is_entire_graph (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.040s) 2022-03-17T19:45:09.4544326Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.040s) 2022-03-17T19:45:09.4561477Z test_subgraph_rewriter_placeholder_matching (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-03-17T19:45:09.4968965Z This tests that a placeholder Node can be matched to a Node with ... ok (0.042s) 2022-03-17T19:45:09.5388015Z test_subgraph_rewriter_preserves_logic (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.042s) 2022-03-17T19:45:09.5735234Z test_subgraph_rewriter_replaces_referenced_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.035s) 2022-03-17T19:45:09.6140053Z test_subgraph_rewriter_single_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.040s) 2022-03-17T19:45:09.6750039Z test_subgraph_rewriter_traced_as_callable (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.061s) 2022-03-17T19:45:09.7164080Z test_subgraph_rewriter_with_oneliner_pattern (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.041s) 2022-03-17T19:45:09.7580722Z test_subgraph_writer_replace_consecutive_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.041s) 2022-03-17T19:45:09.7581109Z 2022-03-17T19:45:09.7581501Z ---------------------------------------------------------------------- 2022-03-17T19:45:09.7581812Z Ran 856 tests in 724.639s 2022-03-17T19:45:09.7581973Z 2022-03-17T19:45:09.7582081Z OK (skipped=25) 2022-03-17T19:45:09.7585105Z 2022-03-17T19:45:09.7585507Z Generating XML reports... 2022-03-17T19:45:09.7655046Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20220317193305.xml 2022-03-17T19:45:09.7684009Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20220317193305.xml 2022-03-17T19:45:09.7689929Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20220317193305.xml 2022-03-17T19:45:09.7694671Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20220317193305.xml 2022-03-17T19:45:09.7703376Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20220317193305.xml 2022-03-17T19:45:09.7714339Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20220317193305.xml 2022-03-17T19:45:09.7731371Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20220317193305.xml 2022-03-17T19:45:09.7746274Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20220317193305.xml 2022-03-17T19:45:09.7769926Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20220317193305.xml 2022-03-17T19:45:09.7786857Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20220317193305.xml 2022-03-17T19:45:09.7806680Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20220317193305.xml 2022-03-17T19:45:09.7811671Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20220317193305.xml 2022-03-17T19:45:09.7873978Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20220317193305.xml 2022-03-17T19:45:09.7893731Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20220317193305.xml 2022-03-17T19:45:09.7899404Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20220317193305.xml 2022-03-17T19:45:09.7940028Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20220317193305.xml 2022-03-17T19:45:09.7952466Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20220317193305.xml 2022-03-17T19:45:09.7968466Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20220317193305.xml 2022-03-17T19:45:09.7976456Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20220317193305.xml 2022-03-17T19:45:09.7988396Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20220317193305.xml 2022-03-17T19:45:09.7991228Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20220317193305.xml 2022-03-17T19:45:09.8000794Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20220317193305.xml 2022-03-17T19:45:09.8007964Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20220317193305.xml 2022-03-17T19:45:09.8029833Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20220317193305.xml 2022-03-17T19:45:09.8045576Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20220317193305.xml 2022-03-17T19:45:09.8051651Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20220317193305.xml 2022-03-17T19:45:09.8066730Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20220317193305.xml 2022-03-17T19:45:09.8116041Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.dbr.test_quantize_dbr.TestQuantizeDBR-20220317193305.xml 2022-03-17T19:45:09.8135840Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps-20220317193305.xml 2022-03-17T19:45:09.8140715Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.dbr.test_quantize_dbr.TestQuantizeDBRModels-20220317193305.xml 2022-03-17T19:45:09.8158497Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps-20220317193305.xml 2022-03-17T19:45:09.8165286Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20220317193305.xml 2022-03-17T19:45:09.8179462Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20220317193305.xml 2022-03-17T19:45:09.8186679Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20220317193305.xml 2022-03-17T19:45:09.8221892Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20220317193305.xml 2022-03-17T19:45:09.8238806Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20220317193305.xml 2022-03-17T19:45:09.8265764Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20220317193305.xml 2022-03-17T19:45:09.8283896Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20220317193305.xml 2022-03-17T19:45:09.8294673Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20220317193305.xml 2022-03-17T19:45:09.8416468Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20220317193305.xml 2022-03-17T19:45:09.8429963Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20220317193305.xml 2022-03-17T19:45:09.8503872Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20220317193305.xml 2022-03-17T19:45:09.8517832Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20220317193305.xml 2022-03-17T19:45:09.8557213Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20220317193305.xml 2022-03-17T19:45:09.8605883Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20220317193305.xml 2022-03-17T19:45:09.8621761Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20220317193305.xml 2022-03-17T19:45:09.8637035Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20220317193305.xml 2022-03-17T19:45:09.8646519Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20220317193305.xml 2022-03-17T19:45:09.8651282Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20220317193305.xml 2022-03-17T19:45:09.8739675Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20220317193305.xml 2022-03-17T19:45:09.8793723Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20220317193305.xml 2022-03-17T19:45:09.8798021Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20220317193305.xml 2022-03-17T19:45:09.8806103Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20220317193305.xml 2022-03-17T19:45:09.8829763Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20220317193305.xml 2022-03-17T19:45:09.8858173Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20220317193305.xml 2022-03-17T19:45:09.8877645Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20220317193305.xml 2022-03-17T19:45:10.9146211Z Running test_jit_fuser_te ... [2022-03-17 19:45:10.914080] 2022-03-17T19:45:10.9146887Z Executing ['/opt/conda/bin/python', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 19:45:10.914190] 2022-03-17T19:45:14.1869133Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-03-17T19:45:14.5444092Z Test results will be stored in test-reports/python-unittest/test_jit_fuser_te 2022-03-17T19:45:14.7522658Z 2022-03-17T19:45:14.7523030Z Running tests... 2022-03-17T19:45:14.7523776Z ---------------------------------------------------------------------- 2022-03-17T19:45:14.7749328Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.023s) 2022-03-17T19:45:14.7785502Z test_failures___rmatmul___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.003s) 2022-03-17T19:45:14.7799229Z test_failures_frac_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:14.7813690Z test_failures_matmul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:14.7832157Z test_nnc_correctness_H_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.7849824Z test_nnc_correctness_H_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.7867354Z test_nnc_correctness_H_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.7885629Z test_nnc_correctness_H_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.7903470Z test_nnc_correctness_H_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.7922810Z test_nnc_correctness_H_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.7940592Z test_nnc_correctness_H_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.7958162Z test_nnc_correctness_H_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.7976123Z test_nnc_correctness_H_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.7993520Z test_nnc_correctness_H_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8011851Z test_nnc_correctness_H_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8029465Z test_nnc_correctness_H_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8047482Z test_nnc_correctness_T_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8067966Z test_nnc_correctness_T_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8085847Z test_nnc_correctness_T_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8103287Z test_nnc_correctness_T_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8122302Z test_nnc_correctness_T_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8141918Z test_nnc_correctness_T_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8159782Z test_nnc_correctness_T_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8177285Z test_nnc_correctness_T_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8195051Z test_nnc_correctness_T_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8213272Z test_nnc_correctness_T_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8231072Z test_nnc_correctness_T_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8253081Z test_nnc_correctness_T_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8270632Z test_nnc_correctness___getitem___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8288517Z test_nnc_correctness___getitem___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8306092Z test_nnc_correctness___getitem___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8323748Z test_nnc_correctness___getitem___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8341734Z test_nnc_correctness___getitem___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8359014Z test_nnc_correctness___getitem___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8376934Z test_nnc_correctness___getitem___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8394517Z test_nnc_correctness___getitem___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8412604Z test_nnc_correctness___getitem___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8430537Z test_nnc_correctness___getitem___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8448764Z test_nnc_correctness___getitem___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8471783Z test_nnc_correctness___getitem___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8489776Z test_nnc_correctness___radd___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8507275Z test_nnc_correctness___radd___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8525221Z test_nnc_correctness___radd___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8542783Z test_nnc_correctness___radd___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8560427Z test_nnc_correctness___radd___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8578553Z test_nnc_correctness___radd___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8596355Z test_nnc_correctness___radd___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8614758Z test_nnc_correctness___radd___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8632427Z test_nnc_correctness___radd___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8650348Z test_nnc_correctness___radd___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8667981Z test_nnc_correctness___radd___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8690900Z test_nnc_correctness___radd___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8708759Z test_nnc_correctness___rand___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8726465Z test_nnc_correctness___rand___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8744156Z test_nnc_correctness___rand___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8761904Z test_nnc_correctness___rand___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8779989Z test_nnc_correctness___rand___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8797697Z test_nnc_correctness___rand___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8815379Z test_nnc_correctness___rdiv___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8833311Z test_nnc_correctness___rdiv___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8850731Z test_nnc_correctness___rdiv___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8868584Z test_nnc_correctness___rdiv___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8886589Z test_nnc_correctness___rdiv___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8909417Z test_nnc_correctness___rdiv___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8927343Z test_nnc_correctness___rdiv___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8944633Z test_nnc_correctness___rdiv___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8962595Z test_nnc_correctness___rdiv___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8980272Z test_nnc_correctness___rdiv___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.8998134Z test_nnc_correctness___rdiv___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9016154Z test_nnc_correctness___rdiv___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9033777Z test_nnc_correctness___rmatmul___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9051427Z test_nnc_correctness___rmatmul___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9069265Z test_nnc_correctness___rmatmul___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9087849Z test_nnc_correctness___rmatmul___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9110901Z test_nnc_correctness___rmatmul___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9128708Z test_nnc_correctness___rmod___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9146688Z test_nnc_correctness___rmod___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9164914Z test_nnc_correctness___rmod___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9182477Z test_nnc_correctness___rmod___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9199993Z test_nnc_correctness___rmod___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9218146Z test_nnc_correctness___rmod___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9235923Z test_nnc_correctness___rmod___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9254694Z test_nnc_correctness___rmod___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9272500Z test_nnc_correctness___rmod___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9290434Z test_nnc_correctness___rmod___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9308036Z test_nnc_correctness___rmul___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9331684Z test_nnc_correctness___rmul___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9349212Z test_nnc_correctness___rmul___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9367193Z test_nnc_correctness___rmul___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9384776Z test_nnc_correctness___rmul___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9402346Z test_nnc_correctness___rmul___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9420280Z test_nnc_correctness___rmul___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9438480Z test_nnc_correctness___rmul___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9456473Z test_nnc_correctness___rmul___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9474118Z test_nnc_correctness___rmul___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9491891Z test_nnc_correctness___rmul___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9509486Z test_nnc_correctness___rmul___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9527339Z test_nnc_correctness___ror___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9550203Z test_nnc_correctness___ror___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9568076Z test_nnc_correctness___ror___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9586000Z test_nnc_correctness___ror___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9603299Z test_nnc_correctness___ror___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9621116Z test_nnc_correctness___ror___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9638871Z test_nnc_correctness___rpow___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9656677Z test_nnc_correctness___rpow___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9674346Z test_nnc_correctness___rpow___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9692092Z test_nnc_correctness___rpow___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9709729Z test_nnc_correctness___rpow___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9727628Z test_nnc_correctness___rpow___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9745516Z test_nnc_correctness___rpow___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9768157Z test_nnc_correctness___rpow___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9785923Z test_nnc_correctness___rpow___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9803499Z test_nnc_correctness___rpow___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9821195Z test_nnc_correctness___rpow___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9838814Z test_nnc_correctness___rpow___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9856803Z test_nnc_correctness___rsub___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9874472Z test_nnc_correctness___rsub___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9892341Z test_nnc_correctness___rsub___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9910032Z test_nnc_correctness___rsub___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9927810Z test_nnc_correctness___rsub___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9945473Z test_nnc_correctness___rsub___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9963442Z test_nnc_correctness___rsub___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:14.9988753Z test_nnc_correctness___rsub___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0007002Z test_nnc_correctness___rsub___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0025131Z test_nnc_correctness___rsub___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0042317Z test_nnc_correctness___rsub___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0060218Z test_nnc_correctness___rxor___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0077972Z test_nnc_correctness___rxor___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0095820Z test_nnc_correctness___rxor___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0113533Z test_nnc_correctness___rxor___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0131460Z test_nnc_correctness___rxor___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0149351Z test_nnc_correctness___rxor___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0168099Z test_nnc_correctness__masked_amax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0191073Z test_nnc_correctness__masked_amax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0209998Z test_nnc_correctness__masked_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0227091Z test_nnc_correctness__masked_amax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0244923Z test_nnc_correctness__masked_amax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0262523Z test_nnc_correctness__masked_amax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0280280Z test_nnc_correctness__masked_amax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0298272Z test_nnc_correctness__masked_amax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0316095Z test_nnc_correctness__masked_amax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0334082Z test_nnc_correctness__masked_amin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0351242Z test_nnc_correctness__masked_amin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0369030Z test_nnc_correctness__masked_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0386348Z test_nnc_correctness__masked_amin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0410459Z test_nnc_correctness__masked_amin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0427898Z test_nnc_correctness__masked_amin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0445688Z test_nnc_correctness__masked_amin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0463254Z test_nnc_correctness__masked_amin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0480927Z test_nnc_correctness__masked_amin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0498797Z test_nnc_correctness__masked_log_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0533423Z test_nnc_correctness__masked_log_softmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0534486Z test_nnc_correctness__masked_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0551998Z test_nnc_correctness__masked_log_softmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0570806Z test_nnc_correctness__masked_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0588240Z test_nnc_correctness__masked_mean_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0606348Z test_nnc_correctness__masked_mean_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0629268Z test_nnc_correctness__masked_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0647156Z test_nnc_correctness__masked_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0664692Z test_nnc_correctness__masked_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0682534Z test_nnc_correctness__masked_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0700433Z test_nnc_correctness__masked_mean_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0717801Z test_nnc_correctness__masked_mean_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0735783Z test_nnc_correctness__masked_mean_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0753325Z test_nnc_correctness__masked_mean_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0771181Z test_nnc_correctness__masked_mean_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0788794Z test_nnc_correctness__masked_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0806958Z test_nnc_correctness__masked_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0824291Z test_nnc_correctness__masked_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0847749Z test_nnc_correctness__masked_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0865387Z test_nnc_correctness__masked_normalize_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0883276Z test_nnc_correctness__masked_normalize_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0900972Z test_nnc_correctness__masked_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0919769Z test_nnc_correctness__masked_normalize_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0937461Z test_nnc_correctness__masked_prod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0955139Z test_nnc_correctness__masked_prod_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0973190Z test_nnc_correctness__masked_prod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.0990708Z test_nnc_correctness__masked_prod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1008629Z test_nnc_correctness__masked_prod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1026015Z test_nnc_correctness__masked_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1043824Z test_nnc_correctness__masked_prod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1068104Z test_nnc_correctness__masked_prod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1086711Z test_nnc_correctness__masked_prod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1104151Z test_nnc_correctness__masked_prod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1121888Z test_nnc_correctness__masked_prod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1139707Z test_nnc_correctness__masked_prod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1158519Z test_nnc_correctness__masked_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1177404Z test_nnc_correctness__masked_softmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1194956Z test_nnc_correctness__masked_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1212594Z test_nnc_correctness__masked_softmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1230049Z test_nnc_correctness__masked_softmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1248231Z test_nnc_correctness__masked_softmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1271272Z test_nnc_correctness__masked_softmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1289342Z test_nnc_correctness__masked_softmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1306895Z test_nnc_correctness__masked_sum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1324695Z test_nnc_correctness__masked_sum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1342396Z test_nnc_correctness__masked_sum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1359881Z test_nnc_correctness__masked_sum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1377830Z test_nnc_correctness__masked_sum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1395499Z test_nnc_correctness__masked_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1413573Z test_nnc_correctness__masked_sum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1430775Z test_nnc_correctness__masked_sum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1448956Z test_nnc_correctness__masked_sum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1466817Z test_nnc_correctness__masked_sum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1490614Z test_nnc_correctness__masked_sum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1508407Z test_nnc_correctness__masked_sum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1526552Z test_nnc_correctness__masked_var_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1544061Z test_nnc_correctness__masked_var_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1561679Z test_nnc_correctness__masked_var_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1579980Z test_nnc_correctness__masked_var_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1597375Z test_nnc_correctness__masked_var_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1615924Z test_nnc_correctness__masked_var_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1633580Z test_nnc_correctness__masked_var_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1651356Z test_nnc_correctness__masked_var_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1668967Z test_nnc_correctness__masked_var_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1686962Z test_nnc_correctness__masked_var_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1710684Z test_nnc_correctness__masked_var_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1728643Z test_nnc_correctness_abs_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1746307Z test_nnc_correctness_abs_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1763680Z test_nnc_correctness_abs_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1781555Z test_nnc_correctness_abs_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1799224Z test_nnc_correctness_abs_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1817476Z test_nnc_correctness_abs_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1835082Z test_nnc_correctness_abs_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1852756Z test_nnc_correctness_abs_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1870467Z test_nnc_correctness_abs_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1888415Z test_nnc_correctness_abs_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1905870Z test_nnc_correctness_abs_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1929532Z test_nnc_correctness_abs_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1947176Z test_nnc_correctness_acos_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1965015Z test_nnc_correctness_acos_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.1982611Z test_nnc_correctness_acos_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2000293Z test_nnc_correctness_acos_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2018481Z test_nnc_correctness_acos_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2036671Z test_nnc_correctness_acos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2053881Z test_nnc_correctness_acos_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2071371Z test_nnc_correctness_acos_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2089586Z test_nnc_correctness_acos_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2107358Z test_nnc_correctness_acos_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2125450Z test_nnc_correctness_acos_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2149028Z test_nnc_correctness_acos_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2168227Z test_nnc_correctness_acosh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2185810Z test_nnc_correctness_acosh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2203379Z test_nnc_correctness_acosh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2221079Z test_nnc_correctness_acosh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2238665Z test_nnc_correctness_acosh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2256582Z test_nnc_correctness_acosh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2274203Z test_nnc_correctness_acosh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2292002Z test_nnc_correctness_acosh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2309798Z test_nnc_correctness_acosh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2327538Z test_nnc_correctness_acosh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2351164Z test_nnc_correctness_acosh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2369712Z test_nnc_correctness_acosh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2387344Z test_nnc_correctness_add_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2405387Z test_nnc_correctness_add_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2422920Z test_nnc_correctness_add_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2440508Z test_nnc_correctness_add_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2458599Z test_nnc_correctness_add_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2476055Z test_nnc_correctness_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2493960Z test_nnc_correctness_add_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2511585Z test_nnc_correctness_add_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2529260Z test_nnc_correctness_add_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2546885Z test_nnc_correctness_add_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2573520Z test_nnc_correctness_add_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.003s) 2022-03-17T19:45:15.2591083Z test_nnc_correctness_add_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2609105Z test_nnc_correctness_addbmm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2626712Z test_nnc_correctness_addbmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2644584Z test_nnc_correctness_addbmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2662263Z test_nnc_correctness_addbmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2680287Z test_nnc_correctness_addbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2697909Z test_nnc_correctness_addbmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2715788Z test_nnc_correctness_addcdiv_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2733905Z test_nnc_correctness_addcdiv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2751553Z test_nnc_correctness_addcdiv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2769659Z test_nnc_correctness_addcdiv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2793361Z test_nnc_correctness_addcdiv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2811382Z test_nnc_correctness_addcdiv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2828928Z test_nnc_correctness_addcmul_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2846891Z test_nnc_correctness_addcmul_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2864441Z test_nnc_correctness_addcmul_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2882291Z test_nnc_correctness_addcmul_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2900090Z test_nnc_correctness_addcmul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2917597Z test_nnc_correctness_addcmul_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2935406Z test_nnc_correctness_addcmul_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2953036Z test_nnc_correctness_addcmul_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2970888Z test_nnc_correctness_addcmul_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.2988669Z test_nnc_correctness_addcmul_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3012461Z test_nnc_correctness_addcmul_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3029981Z test_nnc_correctness_addmm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3047930Z test_nnc_correctness_addmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3065452Z test_nnc_correctness_addmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3083143Z test_nnc_correctness_addmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3101009Z test_nnc_correctness_addmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3118534Z test_nnc_correctness_addmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3136495Z test_nnc_correctness_addmm_decomposed_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3154345Z test_nnc_correctness_addmm_decomposed_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3172527Z test_nnc_correctness_addmm_decomposed_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3190151Z test_nnc_correctness_addmm_decomposed_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3208009Z test_nnc_correctness_addmm_decomposed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3231590Z test_nnc_correctness_addmm_decomposed_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3249466Z test_nnc_correctness_addmv_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3266922Z test_nnc_correctness_addmv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3285072Z test_nnc_correctness_addmv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3303016Z test_nnc_correctness_addmv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3320147Z test_nnc_correctness_addmv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3338053Z test_nnc_correctness_addmv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3355608Z test_nnc_correctness_addr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3373551Z test_nnc_correctness_addr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3391304Z test_nnc_correctness_addr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3409242Z test_nnc_correctness_addr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3434540Z test_nnc_correctness_addr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3453711Z test_nnc_correctness_addr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3472746Z test_nnc_correctness_addr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3492332Z test_nnc_correctness_addr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3510029Z test_nnc_correctness_addr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3527809Z test_nnc_correctness_addr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3545496Z test_nnc_correctness_addr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3563231Z test_nnc_correctness_addr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3581146Z test_nnc_correctness_all_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3598823Z test_nnc_correctness_all_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3617175Z test_nnc_correctness_all_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3634828Z test_nnc_correctness_all_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3658733Z test_nnc_correctness_all_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3676393Z test_nnc_correctness_all_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3694380Z test_nnc_correctness_all_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3712049Z test_nnc_correctness_all_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3730206Z test_nnc_correctness_all_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3747860Z test_nnc_correctness_all_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3765606Z test_nnc_correctness_all_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3783315Z test_nnc_correctness_all_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3793655Z test_nnc_correctness_allclose_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.3804690Z test_nnc_correctness_allclose_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.3815089Z test_nnc_correctness_allclose_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.3825780Z test_nnc_correctness_allclose_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.3836273Z test_nnc_correctness_allclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.3847046Z test_nnc_correctness_allclose_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.3865413Z test_nnc_correctness_amax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3883208Z test_nnc_correctness_amax_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3901751Z test_nnc_correctness_amax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3919134Z test_nnc_correctness_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3943459Z test_nnc_correctness_amax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3960998Z test_nnc_correctness_amax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3978781Z test_nnc_correctness_amax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.3996413Z test_nnc_correctness_amax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4014544Z test_nnc_correctness_amax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4032287Z test_nnc_correctness_amax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4050041Z test_nnc_correctness_amin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4067689Z test_nnc_correctness_amin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4086954Z test_nnc_correctness_amin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4104117Z test_nnc_correctness_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4121734Z test_nnc_correctness_amin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4139912Z test_nnc_correctness_amin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4163716Z test_nnc_correctness_amin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4181512Z test_nnc_correctness_amin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4199170Z test_nnc_correctness_amin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4217107Z test_nnc_correctness_amin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4235970Z test_nnc_correctness_aminmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4253828Z test_nnc_correctness_aminmax_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4271603Z test_nnc_correctness_aminmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4289696Z test_nnc_correctness_aminmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4307377Z test_nnc_correctness_aminmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4325422Z test_nnc_correctness_aminmax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4344348Z test_nnc_correctness_aminmax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4362503Z test_nnc_correctness_aminmax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4386654Z test_nnc_correctness_aminmax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4404334Z test_nnc_correctness_aminmax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4421873Z test_nnc_correctness_angle_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4439463Z test_nnc_correctness_angle_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4457383Z test_nnc_correctness_angle_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4475127Z test_nnc_correctness_angle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4493121Z test_nnc_correctness_angle_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4512194Z test_nnc_correctness_angle_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4531598Z test_nnc_correctness_angle_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4549629Z test_nnc_correctness_angle_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4567410Z test_nnc_correctness_angle_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4591200Z test_nnc_correctness_angle_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4609002Z test_nnc_correctness_any_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4626773Z test_nnc_correctness_any_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4644639Z test_nnc_correctness_any_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4662530Z test_nnc_correctness_any_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4680034Z test_nnc_correctness_any_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4698087Z test_nnc_correctness_any_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4715842Z test_nnc_correctness_any_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4733924Z test_nnc_correctness_any_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4751532Z test_nnc_correctness_any_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4769583Z test_nnc_correctness_any_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4787454Z test_nnc_correctness_any_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4812100Z test_nnc_correctness_any_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4829730Z test_nnc_correctness_argmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4847531Z test_nnc_correctness_argmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4865369Z test_nnc_correctness_argmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4883739Z test_nnc_correctness_argmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4901196Z test_nnc_correctness_argmax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4918887Z test_nnc_correctness_argmax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4936751Z test_nnc_correctness_argmax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4954572Z test_nnc_correctness_argmax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4972527Z test_nnc_correctness_argmax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.4990343Z test_nnc_correctness_argmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5008301Z test_nnc_correctness_argmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5032417Z test_nnc_correctness_argmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5050262Z test_nnc_correctness_argmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5067803Z test_nnc_correctness_argmin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5085987Z test_nnc_correctness_argmin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5103357Z test_nnc_correctness_argmin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5121171Z test_nnc_correctness_argmin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5139122Z test_nnc_correctness_argmin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5157072Z test_nnc_correctness_argsort_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5175068Z test_nnc_correctness_argsort_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5193169Z test_nnc_correctness_argsort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5210757Z test_nnc_correctness_argsort_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5228743Z test_nnc_correctness_argsort_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5254564Z test_nnc_correctness_argsort_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.003s) 2022-03-17T19:45:15.5272290Z test_nnc_correctness_argsort_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5290302Z test_nnc_correctness_argsort_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5307803Z test_nnc_correctness_argsort_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5326212Z test_nnc_correctness_argwhere_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5344120Z test_nnc_correctness_argwhere_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5361543Z test_nnc_correctness_argwhere_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5379460Z test_nnc_correctness_argwhere_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5397336Z test_nnc_correctness_argwhere_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5415184Z test_nnc_correctness_argwhere_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5432857Z test_nnc_correctness_argwhere_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5450857Z test_nnc_correctness_argwhere_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5474376Z test_nnc_correctness_argwhere_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5492412Z test_nnc_correctness_argwhere_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5510049Z test_nnc_correctness_argwhere_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5528025Z test_nnc_correctness_argwhere_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5545798Z test_nnc_correctness_as_strided_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5563451Z test_nnc_correctness_as_strided_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5581466Z test_nnc_correctness_as_strided_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5599045Z test_nnc_correctness_as_strided_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5616959Z test_nnc_correctness_as_strided_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5634673Z test_nnc_correctness_as_strided_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5652561Z test_nnc_correctness_as_strided_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5676124Z test_nnc_correctness_as_strided_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5695421Z test_nnc_correctness_as_strided_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5714392Z test_nnc_correctness_as_strided_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5732433Z test_nnc_correctness_as_strided_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5749958Z test_nnc_correctness_as_strided_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5767975Z test_nnc_correctness_asin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5785527Z test_nnc_correctness_asin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5803248Z test_nnc_correctness_asin_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5821205Z test_nnc_correctness_asin_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5838527Z test_nnc_correctness_asin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5856471Z test_nnc_correctness_asin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5874441Z test_nnc_correctness_asin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5899229Z test_nnc_correctness_asin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5916581Z test_nnc_correctness_asin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5934441Z test_nnc_correctness_asin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5952063Z test_nnc_correctness_asin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5969971Z test_nnc_correctness_asin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.5987684Z test_nnc_correctness_asinh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6005728Z test_nnc_correctness_asinh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6023566Z test_nnc_correctness_asinh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6041212Z test_nnc_correctness_asinh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6060680Z test_nnc_correctness_asinh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6080011Z test_nnc_correctness_asinh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6099603Z test_nnc_correctness_asinh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6125195Z test_nnc_correctness_asinh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6144301Z test_nnc_correctness_asinh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6163478Z test_nnc_correctness_asinh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6183324Z test_nnc_correctness_asinh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6200710Z test_nnc_correctness_asinh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6218726Z test_nnc_correctness_atan2_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6236523Z test_nnc_correctness_atan2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6254503Z test_nnc_correctness_atan2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6272122Z test_nnc_correctness_atan2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6290131Z test_nnc_correctness_atan2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6307845Z test_nnc_correctness_atan2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6325929Z test_nnc_correctness_atan2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6349460Z test_nnc_correctness_atan2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6367460Z test_nnc_correctness_atan2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6385153Z test_nnc_correctness_atan2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6402771Z test_nnc_correctness_atan_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6420640Z test_nnc_correctness_atan_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6438352Z test_nnc_correctness_atan_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6456163Z test_nnc_correctness_atan_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6474249Z test_nnc_correctness_atan_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6491839Z test_nnc_correctness_atan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6509318Z test_nnc_correctness_atan_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6527320Z test_nnc_correctness_atan_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6545013Z test_nnc_correctness_atan_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6569896Z test_nnc_correctness_atan_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6587910Z test_nnc_correctness_atan_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6605888Z test_nnc_correctness_atan_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6623460Z test_nnc_correctness_atanh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6640975Z test_nnc_correctness_atanh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6658896Z test_nnc_correctness_atanh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6676584Z test_nnc_correctness_atanh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6694955Z test_nnc_correctness_atanh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6712533Z test_nnc_correctness_atanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6730403Z test_nnc_correctness_atanh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6748153Z test_nnc_correctness_atanh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6772258Z test_nnc_correctness_atanh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6789825Z test_nnc_correctness_atanh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6807654Z test_nnc_correctness_atanh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6825358Z test_nnc_correctness_atanh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6843077Z test_nnc_correctness_atleast_1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6862861Z test_nnc_correctness_atleast_1d_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6880421Z test_nnc_correctness_atleast_1d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6898316Z test_nnc_correctness_atleast_1d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6916032Z test_nnc_correctness_atleast_1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6933860Z test_nnc_correctness_atleast_1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6951411Z test_nnc_correctness_atleast_1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6969577Z test_nnc_correctness_atleast_1d_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.6993494Z test_nnc_correctness_atleast_1d_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7011209Z test_nnc_correctness_atleast_1d_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7028845Z test_nnc_correctness_atleast_1d_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7046810Z test_nnc_correctness_atleast_1d_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7064505Z test_nnc_correctness_atleast_2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7082216Z test_nnc_correctness_atleast_2d_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7100388Z test_nnc_correctness_atleast_2d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7117924Z test_nnc_correctness_atleast_2d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7135824Z test_nnc_correctness_atleast_2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7153663Z test_nnc_correctness_atleast_2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7172754Z test_nnc_correctness_atleast_2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7190357Z test_nnc_correctness_atleast_2d_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7214653Z test_nnc_correctness_atleast_2d_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7231946Z test_nnc_correctness_atleast_2d_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7250002Z test_nnc_correctness_atleast_2d_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7267439Z test_nnc_correctness_atleast_2d_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7285461Z test_nnc_correctness_atleast_3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7303079Z test_nnc_correctness_atleast_3d_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7320676Z test_nnc_correctness_atleast_3d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7338615Z test_nnc_correctness_atleast_3d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7356163Z test_nnc_correctness_atleast_3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7374053Z test_nnc_correctness_atleast_3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7391938Z test_nnc_correctness_atleast_3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7409973Z test_nnc_correctness_atleast_3d_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7433727Z test_nnc_correctness_atleast_3d_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7451457Z test_nnc_correctness_atleast_3d_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7469058Z test_nnc_correctness_atleast_3d_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7487139Z test_nnc_correctness_atleast_3d_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7504813Z test_nnc_correctness_baddbmm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7522335Z test_nnc_correctness_baddbmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7540255Z test_nnc_correctness_baddbmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7559154Z test_nnc_correctness_baddbmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7577162Z test_nnc_correctness_baddbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7594719Z test_nnc_correctness_baddbmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7612904Z test_nnc_correctness_bernoulli_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7630786Z test_nnc_correctness_bernoulli_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7654727Z test_nnc_correctness_bernoulli_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7672488Z test_nnc_correctness_bernoulli_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7683331Z test_nnc_correctness_bfloat16_channels_last_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7693810Z test_nnc_correctness_bfloat16_channels_last_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7704479Z test_nnc_correctness_bfloat16_channels_last_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7715298Z test_nnc_correctness_bfloat16_channels_last_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7725878Z test_nnc_correctness_bfloat16_channels_last_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7736364Z test_nnc_correctness_bfloat16_channels_last_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7747306Z test_nnc_correctness_bfloat16_channels_last_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7757644Z test_nnc_correctness_bfloat16_channels_last_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7768423Z test_nnc_correctness_bfloat16_channels_last_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7779594Z test_nnc_correctness_bfloat16_channels_last_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7790237Z test_nnc_correctness_bfloat16_channels_last_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7800687Z test_nnc_correctness_bfloat16_channels_last_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7811867Z test_nnc_correctness_bfloat16_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7822343Z test_nnc_correctness_bfloat16_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7833315Z test_nnc_correctness_bfloat16_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7845170Z test_nnc_correctness_bfloat16_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7856901Z test_nnc_correctness_bfloat16_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7869224Z test_nnc_correctness_bfloat16_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7880691Z test_nnc_correctness_bfloat16_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7892782Z test_nnc_correctness_bfloat16_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7903524Z test_nnc_correctness_bfloat16_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7914003Z test_nnc_correctness_bfloat16_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7924897Z test_nnc_correctness_bfloat16_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7935429Z test_nnc_correctness_bfloat16_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:15.7955236Z test_nnc_correctness_bincount_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7973497Z test_nnc_correctness_bincount_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.7991681Z test_nnc_correctness_bincount_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8010052Z test_nnc_correctness_bincount_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8028266Z test_nnc_correctness_bincount_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8046341Z test_nnc_correctness_bitwise_and_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8064340Z test_nnc_correctness_bitwise_and_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8082140Z test_nnc_correctness_bitwise_and_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8100598Z test_nnc_correctness_bitwise_and_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8127493Z test_nnc_correctness_bitwise_and_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.003s) 2022-03-17T19:45:15.8145521Z test_nnc_correctness_bitwise_and_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8163333Z test_nnc_correctness_bitwise_left_shift_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8181595Z test_nnc_correctness_bitwise_left_shift_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8199342Z test_nnc_correctness_bitwise_left_shift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8217537Z test_nnc_correctness_bitwise_left_shift_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8235182Z test_nnc_correctness_bitwise_left_shift_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8253367Z test_nnc_correctness_bitwise_left_shift_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8271148Z test_nnc_correctness_bitwise_left_shift_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8289407Z test_nnc_correctness_bitwise_left_shift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8307001Z test_nnc_correctness_bitwise_left_shift_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8325176Z test_nnc_correctness_bitwise_not_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8348757Z test_nnc_correctness_bitwise_not_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8366982Z test_nnc_correctness_bitwise_not_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8385000Z test_nnc_correctness_bitwise_not_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8403858Z test_nnc_correctness_bitwise_not_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8423358Z test_nnc_correctness_bitwise_not_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8442418Z test_nnc_correctness_bitwise_or_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8460360Z test_nnc_correctness_bitwise_or_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8478218Z test_nnc_correctness_bitwise_or_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8496051Z test_nnc_correctness_bitwise_or_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8513804Z test_nnc_correctness_bitwise_or_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8531587Z test_nnc_correctness_bitwise_or_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8549531Z test_nnc_correctness_bitwise_right_shift_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8573624Z test_nnc_correctness_bitwise_right_shift_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8591291Z test_nnc_correctness_bitwise_right_shift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8609293Z test_nnc_correctness_bitwise_right_shift_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8626833Z test_nnc_correctness_bitwise_right_shift_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8644832Z test_nnc_correctness_bitwise_right_shift_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8662391Z test_nnc_correctness_bitwise_right_shift_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8680064Z test_nnc_correctness_bitwise_right_shift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8697902Z test_nnc_correctness_bitwise_right_shift_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8715714Z test_nnc_correctness_bitwise_xor_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8733689Z test_nnc_correctness_bitwise_xor_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8751655Z test_nnc_correctness_bitwise_xor_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8769435Z test_nnc_correctness_bitwise_xor_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8793146Z test_nnc_correctness_bitwise_xor_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8811384Z test_nnc_correctness_bitwise_xor_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8828717Z test_nnc_correctness_block_diag_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8846689Z test_nnc_correctness_block_diag_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8864252Z test_nnc_correctness_block_diag_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8881937Z test_nnc_correctness_block_diag_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8899918Z test_nnc_correctness_block_diag_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8917427Z test_nnc_correctness_block_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8935690Z test_nnc_correctness_block_diag_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8953149Z test_nnc_correctness_block_diag_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8971301Z test_nnc_correctness_block_diag_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.8994804Z test_nnc_correctness_block_diag_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9012713Z test_nnc_correctness_block_diag_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9030297Z test_nnc_correctness_block_diag_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9048148Z test_nnc_correctness_bmm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9065663Z test_nnc_correctness_bmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9084402Z test_nnc_correctness_bmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9101955Z test_nnc_correctness_bmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9119552Z test_nnc_correctness_bmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9137545Z test_nnc_correctness_bmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9156717Z test_nnc_correctness_bool_channels_last_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9176139Z test_nnc_correctness_bool_channels_last_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9193836Z test_nnc_correctness_bool_channels_last_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9219018Z test_nnc_correctness_bool_channels_last_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9236572Z test_nnc_correctness_bool_channels_last_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9254644Z test_nnc_correctness_bool_channels_last_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9272327Z test_nnc_correctness_bool_channels_last_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9290069Z test_nnc_correctness_bool_channels_last_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9307691Z test_nnc_correctness_bool_channels_last_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9325906Z test_nnc_correctness_bool_channels_last_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9343368Z test_nnc_correctness_bool_channels_last_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9361363Z test_nnc_correctness_bool_channels_last_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9379305Z test_nnc_correctness_bool_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9397019Z test_nnc_correctness_bool_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9414950Z test_nnc_correctness_bool_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9438469Z test_nnc_correctness_bool_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9456378Z test_nnc_correctness_bool_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9473909Z test_nnc_correctness_bool_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9491835Z test_nnc_correctness_bool_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9509597Z test_nnc_correctness_bool_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9527552Z test_nnc_correctness_bool_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9545184Z test_nnc_correctness_bool_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9564572Z test_nnc_correctness_bool_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9582358Z test_nnc_correctness_bool_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9600401Z test_nnc_correctness_broadcast_tensors_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9618226Z test_nnc_correctness_broadcast_tensors_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9635917Z test_nnc_correctness_broadcast_tensors_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9660350Z test_nnc_correctness_broadcast_tensors_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9678016Z test_nnc_correctness_broadcast_tensors_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9696077Z test_nnc_correctness_broadcast_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9713649Z test_nnc_correctness_broadcast_tensors_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9731628Z test_nnc_correctness_broadcast_tensors_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9749358Z test_nnc_correctness_broadcast_tensors_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9767450Z test_nnc_correctness_broadcast_tensors_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9785277Z test_nnc_correctness_broadcast_tensors_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9803109Z test_nnc_correctness_broadcast_tensors_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9820970Z test_nnc_correctness_broadcast_to_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9838823Z test_nnc_correctness_broadcast_to_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9857114Z test_nnc_correctness_broadcast_to_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9881035Z test_nnc_correctness_broadcast_to_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9898981Z test_nnc_correctness_broadcast_to_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9916473Z test_nnc_correctness_broadcast_to_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9936078Z test_nnc_correctness_broadcast_to_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9955089Z test_nnc_correctness_broadcast_to_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9974751Z test_nnc_correctness_broadcast_to_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:15.9993687Z test_nnc_correctness_broadcast_to_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0013177Z test_nnc_correctness_broadcast_to_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0033289Z test_nnc_correctness_broadcast_to_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0051301Z test_nnc_correctness_bucketize_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0069326Z test_nnc_correctness_bucketize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0093514Z test_nnc_correctness_bucketize_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0111058Z test_nnc_correctness_bucketize_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0128942Z test_nnc_correctness_bucketize_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0146559Z test_nnc_correctness_bucketize_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0164742Z test_nnc_correctness_bucketize_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0182485Z test_nnc_correctness_bucketize_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0200274Z test_nnc_correctness_byte_channels_last_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0218348Z test_nnc_correctness_byte_channels_last_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0236029Z test_nnc_correctness_byte_channels_last_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0254161Z test_nnc_correctness_byte_channels_last_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0272203Z test_nnc_correctness_byte_channels_last_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0290198Z test_nnc_correctness_byte_channels_last_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0314030Z test_nnc_correctness_byte_channels_last_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0332056Z test_nnc_correctness_byte_channels_last_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0349827Z test_nnc_correctness_byte_channels_last_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0368204Z test_nnc_correctness_byte_channels_last_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0385713Z test_nnc_correctness_byte_channels_last_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0403542Z test_nnc_correctness_byte_channels_last_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0421359Z test_nnc_correctness_byte_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0438952Z test_nnc_correctness_byte_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0456783Z test_nnc_correctness_byte_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0474661Z test_nnc_correctness_byte_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0492832Z test_nnc_correctness_byte_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0510528Z test_nnc_correctness_byte_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0534898Z test_nnc_correctness_byte_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0552556Z test_nnc_correctness_byte_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0571332Z test_nnc_correctness_byte_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0589238Z test_nnc_correctness_byte_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0606847Z test_nnc_correctness_byte_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0624520Z test_nnc_correctness_byte_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0642337Z test_nnc_correctness_cartesian_prod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0660152Z test_nnc_correctness_cartesian_prod_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0677916Z test_nnc_correctness_cartesian_prod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0695918Z test_nnc_correctness_cartesian_prod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0713840Z test_nnc_correctness_cartesian_prod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0731760Z test_nnc_correctness_cartesian_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0757972Z test_nnc_correctness_cartesian_prod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.003s) 2022-03-17T19:45:16.0775791Z test_nnc_correctness_cartesian_prod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0793482Z test_nnc_correctness_cartesian_prod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0811465Z test_nnc_correctness_cartesian_prod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0829083Z test_nnc_correctness_cartesian_prod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0847139Z test_nnc_correctness_cartesian_prod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0864873Z test_nnc_correctness_cat_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0883579Z test_nnc_correctness_cat_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0901623Z test_nnc_correctness_cat_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0919414Z test_nnc_correctness_cat_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0937697Z test_nnc_correctness_cat_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0955305Z test_nnc_correctness_cat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0979783Z test_nnc_correctness_cat_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.0997475Z test_nnc_correctness_cat_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1015099Z test_nnc_correctness_cat_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1032725Z test_nnc_correctness_cat_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1050997Z test_nnc_correctness_cat_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1068369Z test_nnc_correctness_cat_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1086377Z test_nnc_correctness_cdist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1104399Z test_nnc_correctness_cdist_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1121946Z test_nnc_correctness_ceil_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1139876Z test_nnc_correctness_ceil_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1157741Z test_nnc_correctness_ceil_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1182103Z test_nnc_correctness_ceil_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1199631Z test_nnc_correctness_char_channels_last_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1217831Z test_nnc_correctness_char_channels_last_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1235392Z test_nnc_correctness_char_channels_last_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1253158Z test_nnc_correctness_char_channels_last_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1271012Z test_nnc_correctness_char_channels_last_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1289006Z test_nnc_correctness_char_channels_last_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1306603Z test_nnc_correctness_char_channels_last_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1324535Z test_nnc_correctness_char_channels_last_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1342296Z test_nnc_correctness_char_channels_last_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1360040Z test_nnc_correctness_char_channels_last_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1378281Z test_nnc_correctness_char_channels_last_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1401959Z test_nnc_correctness_char_channels_last_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1419926Z test_nnc_correctness_char_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1437340Z test_nnc_correctness_char_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1455315Z test_nnc_correctness_char_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1473030Z test_nnc_correctness_char_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1491143Z test_nnc_correctness_char_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1508890Z test_nnc_correctness_char_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1526659Z test_nnc_correctness_char_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1544296Z test_nnc_correctness_char_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1562127Z test_nnc_correctness_char_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1580276Z test_nnc_correctness_char_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1598314Z test_nnc_correctness_char_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1622711Z test_nnc_correctness_char_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1640037Z test_nnc_correctness_cholesky_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1657740Z test_nnc_correctness_cholesky_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1675033Z test_nnc_correctness_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1692515Z test_nnc_correctness_cholesky_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1709919Z test_nnc_correctness_cholesky_inverse_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1727469Z test_nnc_correctness_cholesky_inverse_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1744804Z test_nnc_correctness_cholesky_inverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1762275Z test_nnc_correctness_cholesky_inverse_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1780270Z test_nnc_correctness_cholesky_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1797866Z test_nnc_correctness_cholesky_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1816184Z test_nnc_correctness_cholesky_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1839278Z test_nnc_correctness_cholesky_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1857408Z test_nnc_correctness_chunk_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1875138Z test_nnc_correctness_chunk_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1893077Z test_nnc_correctness_chunk_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1910720Z test_nnc_correctness_chunk_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1928881Z test_nnc_correctness_chunk_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1946342Z test_nnc_correctness_chunk_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1964548Z test_nnc_correctness_chunk_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.1983350Z test_nnc_correctness_chunk_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2000855Z test_nnc_correctness_chunk_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2018962Z test_nnc_correctness_chunk_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2036971Z test_nnc_correctness_chunk_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2061217Z test_nnc_correctness_chunk_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2079112Z test_nnc_correctness_clamp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2097273Z test_nnc_correctness_clamp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2115161Z test_nnc_correctness_clamp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2132690Z test_nnc_correctness_clamp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2150398Z test_nnc_correctness_clamp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2169497Z test_nnc_correctness_clamp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2186670Z test_nnc_correctness_clamp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2204923Z test_nnc_correctness_clamp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2222761Z test_nnc_correctness_clamp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2241324Z test_nnc_correctness_clamp_scalar_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2265794Z test_nnc_correctness_clamp_scalar_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2283496Z test_nnc_correctness_clamp_scalar_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2301370Z test_nnc_correctness_clamp_scalar_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2318922Z test_nnc_correctness_clamp_scalar_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2336885Z test_nnc_correctness_clamp_scalar_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2354806Z test_nnc_correctness_clamp_scalar_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2372799Z test_nnc_correctness_clamp_scalar_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2390663Z test_nnc_correctness_clamp_scalar_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2408514Z test_nnc_correctness_clone_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2426007Z test_nnc_correctness_clone_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2443742Z test_nnc_correctness_clone_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2461774Z test_nnc_correctness_clone_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2486028Z test_nnc_correctness_clone_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2503593Z test_nnc_correctness_clone_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2521422Z test_nnc_correctness_clone_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2540267Z test_nnc_correctness_clone_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2557501Z test_nnc_correctness_clone_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2575494Z test_nnc_correctness_clone_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2593149Z test_nnc_correctness_clone_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2610971Z test_nnc_correctness_clone_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2628708Z test_nnc_correctness_column_stack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2646833Z test_nnc_correctness_column_stack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2664641Z test_nnc_correctness_column_stack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2682558Z test_nnc_correctness_column_stack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2706453Z test_nnc_correctness_column_stack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2724583Z test_nnc_correctness_column_stack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2742054Z test_nnc_correctness_column_stack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2759649Z test_nnc_correctness_column_stack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2777611Z test_nnc_correctness_column_stack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2795394Z test_nnc_correctness_column_stack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2813675Z test_nnc_correctness_column_stack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2831424Z test_nnc_correctness_column_stack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2849329Z test_nnc_correctness_combinations_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2867240Z test_nnc_correctness_combinations_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2885350Z test_nnc_correctness_combinations_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2903116Z test_nnc_correctness_combinations_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2927491Z test_nnc_correctness_combinations_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2945006Z test_nnc_correctness_combinations_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2962568Z test_nnc_correctness_combinations_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2980627Z test_nnc_correctness_combinations_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.2998080Z test_nnc_correctness_combinations_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3015870Z test_nnc_correctness_combinations_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3033700Z test_nnc_correctness_combinations_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3051586Z test_nnc_correctness_combinations_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3069770Z test_nnc_correctness_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3087585Z test_nnc_correctness_complex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3105245Z test_nnc_correctness_conj_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3123108Z test_nnc_correctness_conj_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3147569Z test_nnc_correctness_conj_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3165853Z test_nnc_correctness_conj_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3183238Z test_nnc_correctness_conj_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3200861Z test_nnc_correctness_conj_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3218847Z test_nnc_correctness_conj_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3236414Z test_nnc_correctness_conj_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3254547Z test_nnc_correctness_conj_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3272377Z test_nnc_correctness_conj_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3290487Z test_nnc_correctness_conj_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3307977Z test_nnc_correctness_conj_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3326018Z test_nnc_correctness_conj_physical_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3352737Z test_nnc_correctness_conj_physical_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.003s) 2022-03-17T19:45:16.3370448Z test_nnc_correctness_conj_physical_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3388006Z test_nnc_correctness_conj_physical_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3405846Z test_nnc_correctness_conj_physical_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3423418Z test_nnc_correctness_conj_physical_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3441133Z test_nnc_correctness_conj_physical_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3458983Z test_nnc_correctness_conj_physical_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3476783Z test_nnc_correctness_conj_physical_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3495131Z test_nnc_correctness_conj_physical_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3512772Z test_nnc_correctness_conj_physical_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3530844Z test_nnc_correctness_conj_physical_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3548629Z test_nnc_correctness_contiguous_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3572950Z test_nnc_correctness_contiguous_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3590378Z test_nnc_correctness_contiguous_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3608488Z test_nnc_correctness_contiguous_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3625754Z test_nnc_correctness_contiguous_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3643492Z test_nnc_correctness_contiguous_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3661317Z test_nnc_correctness_contiguous_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3679126Z test_nnc_correctness_contiguous_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3697390Z test_nnc_correctness_contiguous_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3715045Z test_nnc_correctness_contiguous_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3733177Z test_nnc_correctness_contiguous_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3750959Z test_nnc_correctness_contiguous_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3769071Z test_nnc_correctness_copysign_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3793142Z test_nnc_correctness_copysign_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3810804Z test_nnc_correctness_copysign_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3828262Z test_nnc_correctness_copysign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3846429Z test_nnc_correctness_copysign_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3863925Z test_nnc_correctness_copysign_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3881525Z test_nnc_correctness_copysign_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3899453Z test_nnc_correctness_copysign_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3917055Z test_nnc_correctness_copysign_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3934961Z test_nnc_correctness_copysign_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3952857Z test_nnc_correctness_corrcoef_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3970699Z test_nnc_correctness_corrcoef_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.3988401Z test_nnc_correctness_corrcoef_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4012404Z test_nnc_correctness_corrcoef_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4029896Z test_nnc_correctness_corrcoef_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4047828Z test_nnc_correctness_corrcoef_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4065239Z test_nnc_correctness_corrcoef_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4083535Z test_nnc_correctness_corrcoef_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4101158Z test_nnc_correctness_corrcoef_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4118712Z test_nnc_correctness_corrcoef_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4136561Z test_nnc_correctness_corrcoef_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4154411Z test_nnc_correctness_cos_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4173348Z test_nnc_correctness_cos_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4191436Z test_nnc_correctness_cos_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4210204Z test_nnc_correctness_cos_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4234082Z test_nnc_correctness_cos_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4251875Z test_nnc_correctness_cos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4269500Z test_nnc_correctness_cos_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4287472Z test_nnc_correctness_cos_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4305084Z test_nnc_correctness_cos_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4323212Z test_nnc_correctness_cos_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4340695Z test_nnc_correctness_cos_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4358285Z test_nnc_correctness_cos_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4376215Z test_nnc_correctness_cosh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4393653Z test_nnc_correctness_cosh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4411753Z test_nnc_correctness_cosh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4435757Z test_nnc_correctness_cosh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4453444Z test_nnc_correctness_cosh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4471136Z test_nnc_correctness_cosh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4489136Z test_nnc_correctness_cosh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4506703Z test_nnc_correctness_cosh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4524566Z test_nnc_correctness_cosh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4542259Z test_nnc_correctness_cosh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4559784Z test_nnc_correctness_cosh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4577676Z test_nnc_correctness_cosh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4595445Z test_nnc_correctness_count_nonzero_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4613577Z test_nnc_correctness_count_nonzero_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4631131Z test_nnc_correctness_count_nonzero_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4655534Z test_nnc_correctness_count_nonzero_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4672969Z test_nnc_correctness_count_nonzero_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4690847Z test_nnc_correctness_count_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4708481Z test_nnc_correctness_count_nonzero_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4726328Z test_nnc_correctness_count_nonzero_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4743866Z test_nnc_correctness_count_nonzero_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4761592Z test_nnc_correctness_count_nonzero_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4779570Z test_nnc_correctness_count_nonzero_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4797170Z test_nnc_correctness_count_nonzero_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4816805Z test_nnc_correctness_cov_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4834645Z test_nnc_correctness_cov_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4852603Z test_nnc_correctness_cov_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4876792Z test_nnc_correctness_cov_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4894552Z test_nnc_correctness_cov_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4912127Z test_nnc_correctness_cov_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4930169Z test_nnc_correctness_cov_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4947458Z test_nnc_correctness_cov_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4965806Z test_nnc_correctness_cov_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.4983112Z test_nnc_correctness_cov_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5000849Z test_nnc_correctness_cov_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5018630Z test_nnc_correctness_cross_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5036296Z test_nnc_correctness_cross_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5054347Z test_nnc_correctness_cross_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5072265Z test_nnc_correctness_cross_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5096068Z test_nnc_correctness_cross_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5113573Z test_nnc_correctness_cross_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5131432Z test_nnc_correctness_cross_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5149128Z test_nnc_correctness_cross_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5168060Z test_nnc_correctness_cross_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5185845Z test_nnc_correctness_cross_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5203695Z test_nnc_correctness_cummax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5221635Z test_nnc_correctness_cummax_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5239288Z test_nnc_correctness_cummax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5257820Z test_nnc_correctness_cummax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5275742Z test_nnc_correctness_cummax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5293867Z test_nnc_correctness_cummax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5317853Z test_nnc_correctness_cummax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5335624Z test_nnc_correctness_cummax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5353196Z test_nnc_correctness_cummax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5371024Z test_nnc_correctness_cummax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5388605Z test_nnc_correctness_cummin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5406446Z test_nnc_correctness_cummin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5424102Z test_nnc_correctness_cummin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5441869Z test_nnc_correctness_cummin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5459971Z test_nnc_correctness_cummin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5478076Z test_nnc_correctness_cummin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5496190Z test_nnc_correctness_cummin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5521009Z test_nnc_correctness_cummin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5538991Z test_nnc_correctness_cummin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5556587Z test_nnc_correctness_cummin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5574552Z test_nnc_correctness_cumprod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5592401Z test_nnc_correctness_cumprod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5610206Z test_nnc_correctness_cumprod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5627867Z test_nnc_correctness_cumprod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5645723Z test_nnc_correctness_cumprod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5663543Z test_nnc_correctness_cumprod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5681268Z test_nnc_correctness_cumprod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5699279Z test_nnc_correctness_cumprod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5716976Z test_nnc_correctness_cumprod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5741376Z test_nnc_correctness_cumprod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5758963Z test_nnc_correctness_cumprod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5776916Z test_nnc_correctness_cumsum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5794452Z test_nnc_correctness_cumsum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5812463Z test_nnc_correctness_cumsum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5830204Z test_nnc_correctness_cumsum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5848519Z test_nnc_correctness_cumsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5867474Z test_nnc_correctness_cumsum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5885782Z test_nnc_correctness_cumsum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5903716Z test_nnc_correctness_cumsum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5921579Z test_nnc_correctness_cumsum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5939805Z test_nnc_correctness_cumsum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.5967046Z test_nnc_correctness_cumsum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.003s) 2022-03-17T19:45:16.5984714Z test_nnc_correctness_cumulative_trapezoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6002177Z test_nnc_correctness_cumulative_trapezoid_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6020016Z test_nnc_correctness_cumulative_trapezoid_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6038115Z test_nnc_correctness_cumulative_trapezoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6055782Z test_nnc_correctness_cumulative_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6073517Z test_nnc_correctness_cumulative_trapezoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6092102Z test_nnc_correctness_cumulative_trapezoid_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6109740Z test_nnc_correctness_cumulative_trapezoid_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6127846Z test_nnc_correctness_cumulative_trapezoid_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6145508Z test_nnc_correctness_cumulative_trapezoid_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6164324Z test_nnc_correctness_cumulative_trapezoid_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6188779Z test_nnc_correctness_deg2rad_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6206498Z test_nnc_correctness_deg2rad_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6224264Z test_nnc_correctness_deg2rad_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6241724Z test_nnc_correctness_deg2rad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6259565Z test_nnc_correctness_deg2rad_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6277335Z test_nnc_correctness_deg2rad_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6295274Z test_nnc_correctness_deg2rad_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6312993Z test_nnc_correctness_deg2rad_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6330862Z test_nnc_correctness_deg2rad_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6348932Z test_nnc_correctness_deg2rad_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6367120Z test_nnc_correctness_diag_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6384680Z test_nnc_correctness_diag_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6409542Z test_nnc_correctness_diag_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6426928Z test_nnc_correctness_diag_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6444849Z test_nnc_correctness_diag_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6462523Z test_nnc_correctness_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6480361Z test_nnc_correctness_diag_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6498358Z test_nnc_correctness_diag_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6516073Z test_nnc_correctness_diag_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6534045Z test_nnc_correctness_diag_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6552209Z test_nnc_correctness_diag_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6570222Z test_nnc_correctness_diag_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6588819Z test_nnc_correctness_diag_embed_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6613864Z test_nnc_correctness_diag_embed_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6631366Z test_nnc_correctness_diag_embed_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6649210Z test_nnc_correctness_diag_embed_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6666987Z test_nnc_correctness_diag_embed_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6685016Z test_nnc_correctness_diag_embed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6702798Z test_nnc_correctness_diag_embed_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6720411Z test_nnc_correctness_diag_embed_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6738402Z test_nnc_correctness_diag_embed_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6756058Z test_nnc_correctness_diag_embed_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6774166Z test_nnc_correctness_diag_embed_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6792016Z test_nnc_correctness_diag_embed_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6810061Z test_nnc_correctness_diagflat_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6834506Z test_nnc_correctness_diagflat_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6852277Z test_nnc_correctness_diagflat_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6869823Z test_nnc_correctness_diagflat_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6887719Z test_nnc_correctness_diagflat_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6905307Z test_nnc_correctness_diagflat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6923053Z test_nnc_correctness_diagflat_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6940907Z test_nnc_correctness_diagflat_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6958826Z test_nnc_correctness_diagflat_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6977087Z test_nnc_correctness_diagflat_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.6994815Z test_nnc_correctness_diagflat_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7013103Z test_nnc_correctness_diagflat_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7030842Z test_nnc_correctness_diagonal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7055369Z test_nnc_correctness_diagonal_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7072943Z test_nnc_correctness_diagonal_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7090963Z test_nnc_correctness_diagonal_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7108499Z test_nnc_correctness_diagonal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7126397Z test_nnc_correctness_diagonal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7143945Z test_nnc_correctness_diagonal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7162591Z test_nnc_correctness_diagonal_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7180611Z test_nnc_correctness_diagonal_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7198416Z test_nnc_correctness_diagonal_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7216585Z test_nnc_correctness_diagonal_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7234477Z test_nnc_correctness_diagonal_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7252506Z test_nnc_correctness_diagonal_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7277663Z test_nnc_correctness_diagonal_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7295525Z test_nnc_correctness_diagonal_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7313185Z test_nnc_correctness_diagonal_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7331181Z test_nnc_correctness_diagonal_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7348907Z test_nnc_correctness_diagonal_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7367124Z test_nnc_correctness_diagonal_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7385397Z test_nnc_correctness_diagonal_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7403385Z test_nnc_correctness_diagonal_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7421414Z test_nnc_correctness_diagonal_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7439484Z test_nnc_correctness_diff_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7457485Z test_nnc_correctness_diff_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7475945Z test_nnc_correctness_diff_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7500702Z test_nnc_correctness_diff_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7519005Z test_nnc_correctness_diff_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7537994Z test_nnc_correctness_diff_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7555757Z test_nnc_correctness_diff_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7573878Z test_nnc_correctness_diff_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7591841Z test_nnc_correctness_diff_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7610074Z test_nnc_correctness_diff_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7627923Z test_nnc_correctness_diff_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7646260Z test_nnc_correctness_diff_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7664287Z test_nnc_correctness_digamma_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7682968Z test_nnc_correctness_digamma_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7709758Z test_nnc_correctness_digamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.003s) 2022-03-17T19:45:16.7727794Z test_nnc_correctness_digamma_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7745344Z test_nnc_correctness_digamma_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7763361Z test_nnc_correctness_digamma_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7781359Z test_nnc_correctness_digamma_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7799291Z test_nnc_correctness_digamma_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7817621Z test_nnc_correctness_digamma_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7836523Z test_nnc_correctness_dist_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7854084Z test_nnc_correctness_dist_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7872177Z test_nnc_correctness_dist_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7890581Z test_nnc_correctness_dist_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7908356Z test_nnc_correctness_dist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7933016Z test_nnc_correctness_dist_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7950738Z test_nnc_correctness_div_floor_rounding_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7968970Z test_nnc_correctness_div_floor_rounding_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.7987214Z test_nnc_correctness_div_floor_rounding_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8004634Z test_nnc_correctness_div_floor_rounding_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8022733Z test_nnc_correctness_div_floor_rounding_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8040592Z test_nnc_correctness_div_floor_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8058710Z test_nnc_correctness_div_floor_rounding_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8077209Z test_nnc_correctness_div_floor_rounding_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8095189Z test_nnc_correctness_div_floor_rounding_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8112781Z test_nnc_correctness_div_floor_rounding_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8130868Z test_nnc_correctness_div_floor_rounding_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8156595Z test_nnc_correctness_div_floor_rounding_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8174661Z test_nnc_correctness_div_no_rounding_mode_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8192708Z test_nnc_correctness_div_no_rounding_mode_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8210504Z test_nnc_correctness_div_no_rounding_mode_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8228175Z test_nnc_correctness_div_no_rounding_mode_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8246273Z test_nnc_correctness_div_no_rounding_mode_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8264521Z test_nnc_correctness_div_no_rounding_mode_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8282811Z test_nnc_correctness_div_no_rounding_mode_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8300655Z test_nnc_correctness_div_no_rounding_mode_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8320071Z test_nnc_correctness_div_no_rounding_mode_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8338728Z test_nnc_correctness_div_no_rounding_mode_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8356419Z test_nnc_correctness_div_no_rounding_mode_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8381271Z test_nnc_correctness_div_no_rounding_mode_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8398884Z test_nnc_correctness_div_trunc_rounding_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8417174Z test_nnc_correctness_div_trunc_rounding_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8435185Z test_nnc_correctness_div_trunc_rounding_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8453496Z test_nnc_correctness_div_trunc_rounding_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8471054Z test_nnc_correctness_div_trunc_rounding_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8489288Z test_nnc_correctness_div_trunc_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8507083Z test_nnc_correctness_div_trunc_rounding_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8525304Z test_nnc_correctness_div_trunc_rounding_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8543484Z test_nnc_correctness_div_trunc_rounding_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8561799Z test_nnc_correctness_div_trunc_rounding_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8580320Z test_nnc_correctness_div_trunc_rounding_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8607493Z test_nnc_correctness_div_trunc_rounding_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.003s) 2022-03-17T19:45:16.8625513Z test_nnc_correctness_dot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8643126Z test_nnc_correctness_dot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8661173Z test_nnc_correctness_dot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8679123Z test_nnc_correctness_dot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8697482Z test_nnc_correctness_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8714873Z test_nnc_correctness_dot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8732841Z test_nnc_correctness_double_channels_last_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8750822Z test_nnc_correctness_double_channels_last_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8768833Z test_nnc_correctness_double_channels_last_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8786880Z test_nnc_correctness_double_channels_last_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8811942Z test_nnc_correctness_double_channels_last_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8829649Z test_nnc_correctness_double_channels_last_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8848910Z test_nnc_correctness_double_channels_last_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8866104Z test_nnc_correctness_double_channels_last_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8885054Z test_nnc_correctness_double_channels_last_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8902855Z test_nnc_correctness_double_channels_last_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8921143Z test_nnc_correctness_double_channels_last_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8939464Z test_nnc_correctness_double_channels_last_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8957560Z test_nnc_correctness_double_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8976161Z test_nnc_correctness_double_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.8994363Z test_nnc_correctness_double_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9012589Z test_nnc_correctness_double_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9037482Z test_nnc_correctness_double_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9055261Z test_nnc_correctness_double_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9073455Z test_nnc_correctness_double_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9091853Z test_nnc_correctness_double_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9109772Z test_nnc_correctness_double_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9127672Z test_nnc_correctness_double_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9145562Z test_nnc_correctness_double_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9163495Z test_nnc_correctness_double_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9183168Z test_nnc_correctness_dsplit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9201037Z test_nnc_correctness_dsplit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9219264Z test_nnc_correctness_dsplit_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9237401Z test_nnc_correctness_dsplit_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9261777Z test_nnc_correctness_dsplit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9280043Z test_nnc_correctness_dsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9297932Z test_nnc_correctness_dsplit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9315902Z test_nnc_correctness_dsplit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9333801Z test_nnc_correctness_dsplit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9351602Z test_nnc_correctness_dsplit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9369747Z test_nnc_correctness_dsplit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9387389Z test_nnc_correctness_dsplit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9405709Z test_nnc_correctness_dstack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9423723Z test_nnc_correctness_dstack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9441951Z test_nnc_correctness_dstack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9460375Z test_nnc_correctness_dstack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9485628Z test_nnc_correctness_dstack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9503417Z test_nnc_correctness_dstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9520987Z test_nnc_correctness_dstack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9539393Z test_nnc_correctness_dstack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9557290Z test_nnc_correctness_dstack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9575795Z test_nnc_correctness_dstack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9593588Z test_nnc_correctness_dstack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9611774Z test_nnc_correctness_dstack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9629303Z test_nnc_correctness_eig_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9647441Z test_nnc_correctness_eig_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9665055Z test_nnc_correctness_eig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9682547Z test_nnc_correctness_eig_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9707104Z test_nnc_correctness_einsum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9725718Z test_nnc_correctness_einsum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9743315Z test_nnc_correctness_einsum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9761023Z test_nnc_correctness_einsum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9779294Z test_nnc_correctness_einsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9797012Z test_nnc_correctness_einsum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9807532Z test_nnc_correctness_empty_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:16.9818730Z test_nnc_correctness_empty_like_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:16.9830504Z test_nnc_correctness_empty_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:16.9842259Z test_nnc_correctness_empty_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:16.9854343Z test_nnc_correctness_empty_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:16.9866173Z test_nnc_correctness_empty_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:16.9876898Z test_nnc_correctness_empty_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:16.9887948Z test_nnc_correctness_empty_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:16.9899174Z test_nnc_correctness_empty_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:16.9909352Z test_nnc_correctness_empty_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:16.9920044Z test_nnc_correctness_empty_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:16.9930994Z test_nnc_correctness_empty_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:16.9949871Z test_nnc_correctness_eq_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9968083Z test_nnc_correctness_eq_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:16.9985794Z test_nnc_correctness_eq_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0004334Z test_nnc_correctness_eq_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0021946Z test_nnc_correctness_eq_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0048313Z test_nnc_correctness_eq_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.003s) 2022-03-17T19:45:17.0066330Z test_nnc_correctness_eq_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0084417Z test_nnc_correctness_eq_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0102741Z test_nnc_correctness_eq_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0119722Z test_nnc_correctness_eq_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0137751Z test_nnc_correctness_eq_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0155445Z test_nnc_correctness_eq_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0173630Z test_nnc_correctness_erf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0191198Z test_nnc_correctness_erf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0209117Z test_nnc_correctness_erf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0226883Z test_nnc_correctness_erf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0245176Z test_nnc_correctness_erf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0269360Z test_nnc_correctness_erf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0287306Z test_nnc_correctness_erf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0304762Z test_nnc_correctness_erf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0322669Z test_nnc_correctness_erf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0341015Z test_nnc_correctness_erf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0358749Z test_nnc_correctness_erfc_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0376755Z test_nnc_correctness_erfc_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0394392Z test_nnc_correctness_erfc_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0412355Z test_nnc_correctness_erfc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0429968Z test_nnc_correctness_erfc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0447856Z test_nnc_correctness_erfc_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0466138Z test_nnc_correctness_erfc_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0490303Z test_nnc_correctness_erfc_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0507925Z test_nnc_correctness_erfc_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0526145Z test_nnc_correctness_erfc_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0543840Z test_nnc_correctness_erfinv_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0562047Z test_nnc_correctness_erfinv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0580131Z test_nnc_correctness_erfinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0597865Z test_nnc_correctness_erfinv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0616208Z test_nnc_correctness_erfinv_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0634225Z test_nnc_correctness_erfinv_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0652248Z test_nnc_correctness_erfinv_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0670022Z test_nnc_correctness_erfinv_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0688366Z test_nnc_correctness_erfinv_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0712106Z test_nnc_correctness_exp2_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0729994Z test_nnc_correctness_exp2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0747855Z test_nnc_correctness_exp2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0765742Z test_nnc_correctness_exp2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0783452Z test_nnc_correctness_exp2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0801258Z test_nnc_correctness_exp2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0819513Z test_nnc_correctness_exp2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0838041Z test_nnc_correctness_exp2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0856419Z test_nnc_correctness_exp2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0874121Z test_nnc_correctness_exp2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0891931Z test_nnc_correctness_exp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0910064Z test_nnc_correctness_exp_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0934268Z test_nnc_correctness_exp_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0951837Z test_nnc_correctness_exp_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0969944Z test_nnc_correctness_exp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.0987694Z test_nnc_correctness_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1005687Z test_nnc_correctness_exp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1024083Z test_nnc_correctness_exp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1041934Z test_nnc_correctness_exp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1059734Z test_nnc_correctness_exp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1077395Z test_nnc_correctness_exp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1095308Z test_nnc_correctness_exp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1112873Z test_nnc_correctness_expand_as_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1137024Z test_nnc_correctness_expand_as_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1155440Z test_nnc_correctness_expand_as_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1173339Z test_nnc_correctness_expand_as_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1190606Z test_nnc_correctness_expand_as_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1208670Z test_nnc_correctness_expand_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1226658Z test_nnc_correctness_expand_as_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1244566Z test_nnc_correctness_expand_as_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1262286Z test_nnc_correctness_expand_as_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1279993Z test_nnc_correctness_expand_as_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1298355Z test_nnc_correctness_expand_as_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1316049Z test_nnc_correctness_expand_as_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1334107Z test_nnc_correctness_expand_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1360606Z test_nnc_correctness_expand_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.003s) 2022-03-17T19:45:17.1378645Z test_nnc_correctness_expand_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1396453Z test_nnc_correctness_expand_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1414273Z test_nnc_correctness_expand_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1431893Z test_nnc_correctness_expand_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1449756Z test_nnc_correctness_expand_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1467363Z test_nnc_correctness_expand_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1486780Z test_nnc_correctness_expand_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1505902Z test_nnc_correctness_expand_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1523586Z test_nnc_correctness_expand_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1541405Z test_nnc_correctness_expand_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1559220Z test_nnc_correctness_expm1_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1583778Z test_nnc_correctness_expm1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1602015Z test_nnc_correctness_expm1_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1620025Z test_nnc_correctness_expm1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1637601Z test_nnc_correctness_expm1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1655519Z test_nnc_correctness_expm1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1673463Z test_nnc_correctness_expm1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1691514Z test_nnc_correctness_expm1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1709101Z test_nnc_correctness_expm1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1727294Z test_nnc_correctness_expm1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1745205Z test_nnc_correctness_fft_fft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1763331Z test_nnc_correctness_fft_fft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1781471Z test_nnc_correctness_fft_fft2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1805720Z test_nnc_correctness_fft_fft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1823851Z test_nnc_correctness_fft_fft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1841343Z test_nnc_correctness_fft_fft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1859308Z test_nnc_correctness_fft_fft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1877513Z test_nnc_correctness_fft_fft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1895507Z test_nnc_correctness_fft_fft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1913510Z test_nnc_correctness_fft_fft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1931329Z test_nnc_correctness_fft_fft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1948939Z test_nnc_correctness_fft_fft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1967337Z test_nnc_correctness_fft_fft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.1984896Z test_nnc_correctness_fft_fft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2002876Z test_nnc_correctness_fft_fft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2026619Z test_nnc_correctness_fft_fft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2044665Z test_nnc_correctness_fft_fft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2062184Z test_nnc_correctness_fft_fft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2080533Z test_nnc_correctness_fft_fft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2098757Z test_nnc_correctness_fft_fft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2117051Z test_nnc_correctness_fft_fftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2134462Z test_nnc_correctness_fft_fftn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2151991Z test_nnc_correctness_fft_fftn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2171191Z test_nnc_correctness_fft_fftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2188834Z test_nnc_correctness_fft_fftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2207118Z test_nnc_correctness_fft_fftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2230577Z test_nnc_correctness_fft_fftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2248542Z test_nnc_correctness_fft_fftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2266273Z test_nnc_correctness_fft_fftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2284367Z test_nnc_correctness_fft_fftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2302090Z test_nnc_correctness_fft_fftshift_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2319527Z test_nnc_correctness_fft_fftshift_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2337577Z test_nnc_correctness_fft_fftshift_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2355212Z test_nnc_correctness_fft_fftshift_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2373021Z test_nnc_correctness_fft_fftshift_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2390792Z test_nnc_correctness_fft_fftshift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2408679Z test_nnc_correctness_fft_fftshift_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2426306Z test_nnc_correctness_fft_fftshift_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2450723Z test_nnc_correctness_fft_fftshift_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2467905Z test_nnc_correctness_fft_fftshift_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2486087Z test_nnc_correctness_fft_fftshift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2504276Z test_nnc_correctness_fft_fftshift_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2522038Z test_nnc_correctness_fft_hfft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2540012Z test_nnc_correctness_fft_hfft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2557834Z test_nnc_correctness_fft_hfft2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2575809Z test_nnc_correctness_fft_hfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2593548Z test_nnc_correctness_fft_hfft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2611400Z test_nnc_correctness_fft_hfft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2629118Z test_nnc_correctness_fft_hfft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2647130Z test_nnc_correctness_fft_hfft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2670748Z test_nnc_correctness_fft_hfft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2688903Z test_nnc_correctness_fft_hfft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2706475Z test_nnc_correctness_fft_hfft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2724447Z test_nnc_correctness_fft_hfft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2742139Z test_nnc_correctness_fft_hfft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2759978Z test_nnc_correctness_fft_hfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2778122Z test_nnc_correctness_fft_hfft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2795811Z test_nnc_correctness_fft_hfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2813597Z test_nnc_correctness_fft_hfft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2831335Z test_nnc_correctness_fft_hfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2849423Z test_nnc_correctness_fft_hfft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2867347Z test_nnc_correctness_fft_hfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2892338Z test_nnc_correctness_fft_hfftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2910001Z test_nnc_correctness_fft_hfftn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2927993Z test_nnc_correctness_fft_hfftn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2945778Z test_nnc_correctness_fft_hfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2963716Z test_nnc_correctness_fft_hfftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2981519Z test_nnc_correctness_fft_hfftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.2999577Z test_nnc_correctness_fft_hfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3018192Z test_nnc_correctness_fft_hfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3036846Z test_nnc_correctness_fft_hfftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3054987Z test_nnc_correctness_fft_hfftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3072603Z test_nnc_correctness_fft_ifft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3090870Z test_nnc_correctness_fft_ifft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3115599Z test_nnc_correctness_fft_ifft2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3133331Z test_nnc_correctness_fft_ifft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3151179Z test_nnc_correctness_fft_ifft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3169966Z test_nnc_correctness_fft_ifft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3187654Z test_nnc_correctness_fft_ifft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3205648Z test_nnc_correctness_fft_ifft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3224881Z test_nnc_correctness_fft_ifft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3244392Z test_nnc_correctness_fft_ifft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3263759Z test_nnc_correctness_fft_ifft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3281310Z test_nnc_correctness_fft_ifft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3299355Z test_nnc_correctness_fft_ifft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3323036Z test_nnc_correctness_fft_ifft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3340840Z test_nnc_correctness_fft_ifft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3358540Z test_nnc_correctness_fft_ifft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3376593Z test_nnc_correctness_fft_ifft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3394166Z test_nnc_correctness_fft_ifft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3412251Z test_nnc_correctness_fft_ifft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3429774Z test_nnc_correctness_fft_ifft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3447773Z test_nnc_correctness_fft_ifftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3465491Z test_nnc_correctness_fft_ifftn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3483274Z test_nnc_correctness_fft_ifftn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3501467Z test_nnc_correctness_fft_ifftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3520032Z test_nnc_correctness_fft_ifftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3544723Z test_nnc_correctness_fft_ifftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3562223Z test_nnc_correctness_fft_ifftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3580269Z test_nnc_correctness_fft_ifftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3597920Z test_nnc_correctness_fft_ifftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3615589Z test_nnc_correctness_fft_ifftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3634005Z test_nnc_correctness_fft_ifftshift_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3651607Z test_nnc_correctness_fft_ifftshift_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3669333Z test_nnc_correctness_fft_ifftshift_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3687318Z test_nnc_correctness_fft_ifftshift_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3705180Z test_nnc_correctness_fft_ifftshift_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3722418Z test_nnc_correctness_fft_ifftshift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3740369Z test_nnc_correctness_fft_ifftshift_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3764914Z test_nnc_correctness_fft_ifftshift_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3782225Z test_nnc_correctness_fft_ifftshift_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3799853Z test_nnc_correctness_fft_ifftshift_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3817838Z test_nnc_correctness_fft_ifftshift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3835405Z test_nnc_correctness_fft_ifftshift_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3853085Z test_nnc_correctness_fft_ihfft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3870856Z test_nnc_correctness_fft_ihfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3889060Z test_nnc_correctness_fft_ihfft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3906419Z test_nnc_correctness_fft_ihfft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3924604Z test_nnc_correctness_fft_ihfft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3942079Z test_nnc_correctness_fft_ihfft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3959923Z test_nnc_correctness_fft_ihfft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.3986570Z test_nnc_correctness_fft_ihfft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.003s) 2022-03-17T19:45:17.4004439Z test_nnc_correctness_fft_ihfft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4022185Z test_nnc_correctness_fft_ihfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4041179Z test_nnc_correctness_fft_ihfft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4059496Z test_nnc_correctness_fft_ihfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4077134Z test_nnc_correctness_fft_ihfft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4095581Z test_nnc_correctness_fft_ihfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4113225Z test_nnc_correctness_fft_ihfft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4131196Z test_nnc_correctness_fft_ihfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4148758Z test_nnc_correctness_fft_ihfftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4168380Z test_nnc_correctness_fft_ihfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4185866Z test_nnc_correctness_fft_ihfftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4209789Z test_nnc_correctness_fft_ihfftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4227466Z test_nnc_correctness_fft_ihfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4245403Z test_nnc_correctness_fft_ihfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4263100Z test_nnc_correctness_fft_ihfftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4280930Z test_nnc_correctness_fft_ihfftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4299970Z test_nnc_correctness_fft_irfft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4317660Z test_nnc_correctness_fft_irfft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4335345Z test_nnc_correctness_fft_irfft2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4352963Z test_nnc_correctness_fft_irfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4371148Z test_nnc_correctness_fft_irfft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4388810Z test_nnc_correctness_fft_irfft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4412542Z test_nnc_correctness_fft_irfft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4430203Z test_nnc_correctness_fft_irfft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4448134Z test_nnc_correctness_fft_irfft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4465765Z test_nnc_correctness_fft_irfft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4483593Z test_nnc_correctness_fft_irfft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4501593Z test_nnc_correctness_fft_irfft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4519373Z test_nnc_correctness_fft_irfft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4537649Z test_nnc_correctness_fft_irfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4554857Z test_nnc_correctness_fft_irfft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4572719Z test_nnc_correctness_fft_irfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4590572Z test_nnc_correctness_fft_irfft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4608704Z test_nnc_correctness_fft_irfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4632666Z test_nnc_correctness_fft_irfft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4650508Z test_nnc_correctness_fft_irfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4668162Z test_nnc_correctness_fft_irfftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4686491Z test_nnc_correctness_fft_irfftn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4704102Z test_nnc_correctness_fft_irfftn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4721837Z test_nnc_correctness_fft_irfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4739746Z test_nnc_correctness_fft_irfftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4757304Z test_nnc_correctness_fft_irfftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4775306Z test_nnc_correctness_fft_irfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4792934Z test_nnc_correctness_fft_irfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4810865Z test_nnc_correctness_fft_irfftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4828582Z test_nnc_correctness_fft_irfftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4852732Z test_nnc_correctness_fft_rfft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4870325Z test_nnc_correctness_fft_rfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4888803Z test_nnc_correctness_fft_rfft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4906096Z test_nnc_correctness_fft_rfft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4924175Z test_nnc_correctness_fft_rfft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4941894Z test_nnc_correctness_fft_rfft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4959432Z test_nnc_correctness_fft_rfft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4978030Z test_nnc_correctness_fft_rfft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.4995923Z test_nnc_correctness_fft_rfft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5013872Z test_nnc_correctness_fft_rfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5031528Z test_nnc_correctness_fft_rfft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5049553Z test_nnc_correctness_fft_rfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5073181Z test_nnc_correctness_fft_rfft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5091042Z test_nnc_correctness_fft_rfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5108795Z test_nnc_correctness_fft_rfft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5126748Z test_nnc_correctness_fft_rfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5144446Z test_nnc_correctness_fft_rfftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5162934Z test_nnc_correctness_fft_rfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5181032Z test_nnc_correctness_fft_rfftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5198831Z test_nnc_correctness_fft_rfftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5216773Z test_nnc_correctness_fft_rfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5234505Z test_nnc_correctness_fft_rfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5252385Z test_nnc_correctness_fft_rfftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5270424Z test_nnc_correctness_fft_rfftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5294296Z test_nnc_correctness_fill__cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5311863Z test_nnc_correctness_fill__cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5329771Z test_nnc_correctness_fill__cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5347565Z test_nnc_correctness_fill__cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5365259Z test_nnc_correctness_fill__cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5383071Z test_nnc_correctness_fill__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5400507Z test_nnc_correctness_fill__cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5418379Z test_nnc_correctness_fill__cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5435749Z test_nnc_correctness_fill__cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5453620Z test_nnc_correctness_fill__cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5471186Z test_nnc_correctness_fill__cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5494924Z test_nnc_correctness_fill__cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5512500Z test_nnc_correctness_flatten_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5530314Z test_nnc_correctness_flatten_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5548058Z test_nnc_correctness_flatten_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5565928Z test_nnc_correctness_flatten_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5583490Z test_nnc_correctness_flatten_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5601109Z test_nnc_correctness_flatten_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5618819Z test_nnc_correctness_flatten_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5636332Z test_nnc_correctness_flatten_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5654186Z test_nnc_correctness_flatten_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5672036Z test_nnc_correctness_flatten_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5689985Z test_nnc_correctness_flatten_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5713618Z test_nnc_correctness_flatten_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5731454Z test_nnc_correctness_flip_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5748957Z test_nnc_correctness_flip_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5766962Z test_nnc_correctness_flip_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5784555Z test_nnc_correctness_flip_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5802067Z test_nnc_correctness_flip_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5819907Z test_nnc_correctness_flip_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5837308Z test_nnc_correctness_flip_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5855096Z test_nnc_correctness_flip_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5872783Z test_nnc_correctness_flip_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5890524Z test_nnc_correctness_flip_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5908152Z test_nnc_correctness_flip_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5932171Z test_nnc_correctness_flip_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5949675Z test_nnc_correctness_fliplr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5967614Z test_nnc_correctness_fliplr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.5985393Z test_nnc_correctness_fliplr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6002948Z test_nnc_correctness_fliplr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6020758Z test_nnc_correctness_fliplr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6039345Z test_nnc_correctness_fliplr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6056164Z test_nnc_correctness_fliplr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6073838Z test_nnc_correctness_fliplr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6091671Z test_nnc_correctness_fliplr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6109419Z test_nnc_correctness_fliplr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6127334Z test_nnc_correctness_fliplr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6151081Z test_nnc_correctness_fliplr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6169965Z test_nnc_correctness_flipud_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6187898Z test_nnc_correctness_flipud_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6206082Z test_nnc_correctness_flipud_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6223717Z test_nnc_correctness_flipud_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6241058Z test_nnc_correctness_flipud_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6258991Z test_nnc_correctness_flipud_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6276763Z test_nnc_correctness_flipud_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6294371Z test_nnc_correctness_flipud_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6312185Z test_nnc_correctness_flipud_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6329942Z test_nnc_correctness_flipud_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6347633Z test_nnc_correctness_flipud_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6371532Z test_nnc_correctness_flipud_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6389101Z test_nnc_correctness_float_channels_last_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6407373Z test_nnc_correctness_float_channels_last_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6424524Z test_nnc_correctness_float_channels_last_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6442299Z test_nnc_correctness_float_channels_last_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6459992Z test_nnc_correctness_float_channels_last_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6477704Z test_nnc_correctness_float_channels_last_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6495667Z test_nnc_correctness_float_channels_last_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6513205Z test_nnc_correctness_float_channels_last_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6530940Z test_nnc_correctness_float_channels_last_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6548555Z test_nnc_correctness_float_channels_last_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6574814Z test_nnc_correctness_float_channels_last_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.003s) 2022-03-17T19:45:17.6592874Z test_nnc_correctness_float_channels_last_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6610633Z test_nnc_correctness_float_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6628050Z test_nnc_correctness_float_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6645904Z test_nnc_correctness_float_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6663501Z test_nnc_correctness_float_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6681254Z test_nnc_correctness_float_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6699061Z test_nnc_correctness_float_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6716727Z test_nnc_correctness_float_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6734660Z test_nnc_correctness_float_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6752367Z test_nnc_correctness_float_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6770247Z test_nnc_correctness_float_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6793836Z test_nnc_correctness_float_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6811938Z test_nnc_correctness_float_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6829198Z test_nnc_correctness_float_power_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6847141Z test_nnc_correctness_float_power_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6864651Z test_nnc_correctness_float_power_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6882322Z test_nnc_correctness_float_power_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6900459Z test_nnc_correctness_float_power_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6917801Z test_nnc_correctness_float_power_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6935675Z test_nnc_correctness_float_power_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6953191Z test_nnc_correctness_float_power_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6971075Z test_nnc_correctness_float_power_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.6988539Z test_nnc_correctness_float_power_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7012525Z test_nnc_correctness_float_power_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7030026Z test_nnc_correctness_float_power_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7047970Z test_nnc_correctness_floor_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7065583Z test_nnc_correctness_floor_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7083478Z test_nnc_correctness_floor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7101087Z test_nnc_correctness_floor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7118775Z test_nnc_correctness_floor_divide_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7136811Z test_nnc_correctness_floor_divide_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7154479Z test_nnc_correctness_floor_divide_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7173086Z test_nnc_correctness_floor_divide_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7190619Z test_nnc_correctness_floor_divide_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7208552Z test_nnc_correctness_floor_divide_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7232014Z test_nnc_correctness_floor_divide_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7249863Z test_nnc_correctness_floor_divide_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7267467Z test_nnc_correctness_floor_divide_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7285439Z test_nnc_correctness_fmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7303064Z test_nnc_correctness_fmax_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7320718Z test_nnc_correctness_fmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7338599Z test_nnc_correctness_fmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7356227Z test_nnc_correctness_fmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7374181Z test_nnc_correctness_fmax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7391882Z test_nnc_correctness_fmax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7410260Z test_nnc_correctness_fmax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7427880Z test_nnc_correctness_fmax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7451568Z test_nnc_correctness_fmax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7468991Z test_nnc_correctness_fmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7487259Z test_nnc_correctness_fmin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7504777Z test_nnc_correctness_fmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7522338Z test_nnc_correctness_fmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7540221Z test_nnc_correctness_fmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7557746Z test_nnc_correctness_fmin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7575914Z test_nnc_correctness_fmin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7593368Z test_nnc_correctness_fmin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7611327Z test_nnc_correctness_fmin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7628950Z test_nnc_correctness_fmin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7653315Z test_nnc_correctness_fmod_autodiffed_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7670892Z test_nnc_correctness_fmod_autodiffed_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7688884Z test_nnc_correctness_fmod_autodiffed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7706548Z test_nnc_correctness_fmod_autodiffed_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7724159Z test_nnc_correctness_fmod_autodiffed_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7741898Z test_nnc_correctness_fmod_autodiffed_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7762018Z test_nnc_correctness_fmod_autodiffed_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7778036Z test_nnc_correctness_fmod_autodiffed_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7795764Z test_nnc_correctness_fmod_autodiffed_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7813105Z test_nnc_correctness_fmod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7830587Z test_nnc_correctness_fmod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7848775Z test_nnc_correctness_fmod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7872616Z test_nnc_correctness_fmod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7890226Z test_nnc_correctness_fmod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7907859Z test_nnc_correctness_fmod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7925916Z test_nnc_correctness_fmod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7943486Z test_nnc_correctness_fmod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7961141Z test_nnc_correctness_frac_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7980022Z test_nnc_correctness_frac_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.7997598Z test_nnc_correctness_frac_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8015556Z test_nnc_correctness_frac_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8033180Z test_nnc_correctness_frexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8051485Z test_nnc_correctness_frexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8068785Z test_nnc_correctness_frexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8093216Z test_nnc_correctness_full_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8110671Z test_nnc_correctness_full_like_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8128572Z test_nnc_correctness_full_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8146190Z test_nnc_correctness_full_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8164873Z test_nnc_correctness_full_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8182566Z test_nnc_correctness_full_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8200248Z test_nnc_correctness_full_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8218107Z test_nnc_correctness_full_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8235679Z test_nnc_correctness_full_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8253673Z test_nnc_correctness_full_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8271559Z test_nnc_correctness_full_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8289438Z test_nnc_correctness_full_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8312977Z test_nnc_correctness_gather_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8330905Z test_nnc_correctness_gather_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8348417Z test_nnc_correctness_gather_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8366500Z test_nnc_correctness_gather_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8383941Z test_nnc_correctness_gather_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8401736Z test_nnc_correctness_gather_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8420177Z test_nnc_correctness_gather_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8437983Z test_nnc_correctness_gather_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8455722Z test_nnc_correctness_gather_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8473374Z test_nnc_correctness_gather_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8491393Z test_nnc_correctness_gather_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8509222Z test_nnc_correctness_gather_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8533797Z test_nnc_correctness_gcd_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8551551Z test_nnc_correctness_gcd_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8569411Z test_nnc_correctness_gcd_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8587109Z test_nnc_correctness_gcd_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8605118Z test_nnc_correctness_gcd_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8622768Z test_nnc_correctness_ge_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8640114Z test_nnc_correctness_ge_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8657990Z test_nnc_correctness_ge_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8675674Z test_nnc_correctness_ge_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8693907Z test_nnc_correctness_ge_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8711377Z test_nnc_correctness_ge_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8735708Z test_nnc_correctness_ge_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8753170Z test_nnc_correctness_ge_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8770979Z test_nnc_correctness_ge_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8788733Z test_nnc_correctness_ge_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8806336Z test_nnc_correctness_geqrf_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8823421Z test_nnc_correctness_geqrf_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8840788Z test_nnc_correctness_geqrf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8859133Z test_nnc_correctness_geqrf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.8869254Z test_nnc_correctness_gradient_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:17.8880078Z test_nnc_correctness_gradient_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:17.8891239Z test_nnc_correctness_gradient_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:17.8901675Z test_nnc_correctness_gradient_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:17.8913596Z test_nnc_correctness_gradient_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:17.8925403Z test_nnc_correctness_gradient_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:17.8937563Z test_nnc_correctness_gradient_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:17.8949526Z test_nnc_correctness_gradient_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:17.8960984Z test_nnc_correctness_gradient_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:17.8972355Z test_nnc_correctness_gradient_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:17.8990359Z test_nnc_correctness_gt_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9009523Z test_nnc_correctness_gt_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9026781Z test_nnc_correctness_gt_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9044840Z test_nnc_correctness_gt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9068783Z test_nnc_correctness_gt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9086630Z test_nnc_correctness_gt_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9105248Z test_nnc_correctness_gt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9123122Z test_nnc_correctness_gt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9140784Z test_nnc_correctness_gt_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9158750Z test_nnc_correctness_gt_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9177490Z test_nnc_correctness_half_channels_last_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9195178Z test_nnc_correctness_half_channels_last_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9213135Z test_nnc_correctness_half_channels_last_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9230412Z test_nnc_correctness_half_channels_last_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9248423Z test_nnc_correctness_half_channels_last_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9265860Z test_nnc_correctness_half_channels_last_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9291746Z test_nnc_correctness_half_channels_last_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9309844Z test_nnc_correctness_half_channels_last_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9328041Z test_nnc_correctness_half_channels_last_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9345593Z test_nnc_correctness_half_channels_last_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9363113Z test_nnc_correctness_half_channels_last_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9380871Z test_nnc_correctness_half_channels_last_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9398567Z test_nnc_correctness_half_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9416686Z test_nnc_correctness_half_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9434604Z test_nnc_correctness_half_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9452866Z test_nnc_correctness_half_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9470524Z test_nnc_correctness_half_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9488463Z test_nnc_correctness_half_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9512022Z test_nnc_correctness_half_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9529823Z test_nnc_correctness_half_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9547593Z test_nnc_correctness_half_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9565321Z test_nnc_correctness_half_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9582796Z test_nnc_correctness_half_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9600412Z test_nnc_correctness_half_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9618919Z test_nnc_correctness_heaviside_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9636426Z test_nnc_correctness_heaviside_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9654181Z test_nnc_correctness_heaviside_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9671910Z test_nnc_correctness_heaviside_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9689849Z test_nnc_correctness_heaviside_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9707184Z test_nnc_correctness_heaviside_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9731097Z test_nnc_correctness_heaviside_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9748716Z test_nnc_correctness_heaviside_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9766707Z test_nnc_correctness_heaviside_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9784220Z test_nnc_correctness_heaviside_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9801748Z test_nnc_correctness_histc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9820285Z test_nnc_correctness_histc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9837686Z test_nnc_correctness_histc_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9855997Z test_nnc_correctness_histc_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9873917Z test_nnc_correctness_histc_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9891700Z test_nnc_correctness_histc_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9909073Z test_nnc_correctness_hsplit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9932784Z test_nnc_correctness_hsplit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9950109Z test_nnc_correctness_hsplit_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9968103Z test_nnc_correctness_hsplit_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:17.9985789Z test_nnc_correctness_hsplit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0005059Z test_nnc_correctness_hsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0022668Z test_nnc_correctness_hsplit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0040396Z test_nnc_correctness_hsplit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0058790Z test_nnc_correctness_hsplit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0076314Z test_nnc_correctness_hsplit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0094326Z test_nnc_correctness_hsplit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0111746Z test_nnc_correctness_hsplit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0129649Z test_nnc_correctness_hstack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0153473Z test_nnc_correctness_hstack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0171875Z test_nnc_correctness_hstack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0189507Z test_nnc_correctness_hstack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0207470Z test_nnc_correctness_hstack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0224939Z test_nnc_correctness_hstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0242503Z test_nnc_correctness_hstack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0260485Z test_nnc_correctness_hstack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0277964Z test_nnc_correctness_hstack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0295862Z test_nnc_correctness_hstack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0313434Z test_nnc_correctness_hstack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0331214Z test_nnc_correctness_hstack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0348875Z test_nnc_correctness_hypot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0372469Z test_nnc_correctness_hypot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0390155Z test_nnc_correctness_hypot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0407851Z test_nnc_correctness_hypot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0425443Z test_nnc_correctness_i0_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0443046Z test_nnc_correctness_i0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0460727Z test_nnc_correctness_i0_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0478314Z test_nnc_correctness_i0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0496213Z test_nnc_correctness_i0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0514057Z test_nnc_correctness_i0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0531683Z test_nnc_correctness_i0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0549225Z test_nnc_correctness_i0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0567104Z test_nnc_correctness_i0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0590680Z test_nnc_correctness_i0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0608635Z test_nnc_correctness_igamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0626146Z test_nnc_correctness_igamma_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0643918Z test_nnc_correctness_igamma_grad_other_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0661812Z test_nnc_correctness_igamma_grad_other_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0679573Z test_nnc_correctness_igammac_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0697630Z test_nnc_correctness_igammac_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0715265Z test_nnc_correctness_igammac_grad_other_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0732946Z test_nnc_correctness_igammac_grad_other_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0750650Z test_nnc_correctness_imag_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0768402Z test_nnc_correctness_imag_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0786080Z test_nnc_correctness_index_add_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0809857Z test_nnc_correctness_index_add_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0827389Z test_nnc_correctness_index_add_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0845316Z test_nnc_correctness_index_add_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0862665Z test_nnc_correctness_index_add_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0880409Z test_nnc_correctness_index_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0898638Z test_nnc_correctness_index_add_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0916348Z test_nnc_correctness_index_add_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0934495Z test_nnc_correctness_index_add_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0951932Z test_nnc_correctness_index_add_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0969897Z test_nnc_correctness_index_add_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.0987522Z test_nnc_correctness_index_add_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1011351Z test_nnc_correctness_index_copy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1029096Z test_nnc_correctness_index_copy_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1046781Z test_nnc_correctness_index_copy_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1064546Z test_nnc_correctness_index_copy_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1082144Z test_nnc_correctness_index_copy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1100085Z test_nnc_correctness_index_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1117709Z test_nnc_correctness_index_copy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1135753Z test_nnc_correctness_index_copy_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1153716Z test_nnc_correctness_index_copy_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1172584Z test_nnc_correctness_index_copy_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1190019Z test_nnc_correctness_index_copy_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1208257Z test_nnc_correctness_index_copy_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1231905Z test_nnc_correctness_index_fill_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1249723Z test_nnc_correctness_index_fill_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1267270Z test_nnc_correctness_index_fill_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1285249Z test_nnc_correctness_index_fill_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1302870Z test_nnc_correctness_index_fill_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1320544Z test_nnc_correctness_index_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1338971Z test_nnc_correctness_index_fill_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1356586Z test_nnc_correctness_index_fill_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1374589Z test_nnc_correctness_index_fill_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1392212Z test_nnc_correctness_index_fill_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1410292Z test_nnc_correctness_index_fill_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1427730Z test_nnc_correctness_index_fill_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1451735Z test_nnc_correctness_index_put_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1469222Z test_nnc_correctness_index_put_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1487298Z test_nnc_correctness_index_put_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1504859Z test_nnc_correctness_index_put_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1523751Z test_nnc_correctness_index_put_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1543297Z test_nnc_correctness_index_put_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1561044Z test_nnc_correctness_index_put_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1579260Z test_nnc_correctness_index_put_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1597559Z test_nnc_correctness_index_put_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1615532Z test_nnc_correctness_index_put_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1633007Z test_nnc_correctness_index_put_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1650820Z test_nnc_correctness_index_put_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1674456Z test_nnc_correctness_index_select_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1692754Z test_nnc_correctness_index_select_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1710362Z test_nnc_correctness_index_select_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1728351Z test_nnc_correctness_index_select_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1746241Z test_nnc_correctness_index_select_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1763938Z test_nnc_correctness_index_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1781664Z test_nnc_correctness_index_select_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1799092Z test_nnc_correctness_index_select_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1817109Z test_nnc_correctness_index_select_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1834627Z test_nnc_correctness_index_select_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1852475Z test_nnc_correctness_index_select_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1870456Z test_nnc_correctness_index_select_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1895951Z test_nnc_correctness_inner_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1913633Z test_nnc_correctness_inner_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1931410Z test_nnc_correctness_inner_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1949002Z test_nnc_correctness_inner_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1966866Z test_nnc_correctness_inner_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.1984428Z test_nnc_correctness_inner_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2002028Z test_nnc_correctness_int_channels_last_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2019881Z test_nnc_correctness_int_channels_last_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2037490Z test_nnc_correctness_int_channels_last_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2055384Z test_nnc_correctness_int_channels_last_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2072927Z test_nnc_correctness_int_channels_last_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2096585Z test_nnc_correctness_int_channels_last_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2114076Z test_nnc_correctness_int_channels_last_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2131778Z test_nnc_correctness_int_channels_last_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2149932Z test_nnc_correctness_int_channels_last_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2168663Z test_nnc_correctness_int_channels_last_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2186161Z test_nnc_correctness_int_channels_last_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2203892Z test_nnc_correctness_int_channels_last_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2221718Z test_nnc_correctness_int_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2239104Z test_nnc_correctness_int_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2256802Z test_nnc_correctness_int_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2274504Z test_nnc_correctness_int_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2292560Z test_nnc_correctness_int_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2315991Z test_nnc_correctness_int_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2334008Z test_nnc_correctness_int_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2351395Z test_nnc_correctness_int_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2369545Z test_nnc_correctness_int_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2386893Z test_nnc_correctness_int_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2404818Z test_nnc_correctness_int_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2422344Z test_nnc_correctness_int_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2440081Z test_nnc_correctness_inverse_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2457966Z test_nnc_correctness_inverse_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2475535Z test_nnc_correctness_inverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2493470Z test_nnc_correctness_inverse_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2511002Z test_nnc_correctness_isclose_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2534815Z test_nnc_correctness_isclose_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2552143Z test_nnc_correctness_isclose_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2569979Z test_nnc_correctness_isclose_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2587621Z test_nnc_correctness_isclose_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2605599Z test_nnc_correctness_isclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2622942Z test_nnc_correctness_isclose_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2640808Z test_nnc_correctness_isclose_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2658464Z test_nnc_correctness_isclose_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2676156Z test_nnc_correctness_isclose_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2693978Z test_nnc_correctness_isclose_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2711619Z test_nnc_correctness_isclose_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2729532Z test_nnc_correctness_isfinite_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2753021Z test_nnc_correctness_isfinite_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2772287Z test_nnc_correctness_isfinite_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2791313Z test_nnc_correctness_isfinite_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2809374Z test_nnc_correctness_isfinite_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2827205Z test_nnc_correctness_isfinite_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2845180Z test_nnc_correctness_isfinite_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2862554Z test_nnc_correctness_isfinite_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2880440Z test_nnc_correctness_isfinite_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2898029Z test_nnc_correctness_isfinite_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2915696Z test_nnc_correctness_isfinite_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2933648Z test_nnc_correctness_isfinite_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2951200Z test_nnc_correctness_isin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2975106Z test_nnc_correctness_isin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.2992903Z test_nnc_correctness_isin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3010640Z test_nnc_correctness_isin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3028257Z test_nnc_correctness_isin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3046360Z test_nnc_correctness_isin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3063756Z test_nnc_correctness_isin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3081525Z test_nnc_correctness_isin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3099583Z test_nnc_correctness_isinf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3116930Z test_nnc_correctness_isinf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3134816Z test_nnc_correctness_isinf_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3152914Z test_nnc_correctness_isinf_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3177245Z test_nnc_correctness_isinf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3194856Z test_nnc_correctness_isinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3212498Z test_nnc_correctness_isinf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3230223Z test_nnc_correctness_isinf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3248129Z test_nnc_correctness_isinf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3265752Z test_nnc_correctness_isinf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3283463Z test_nnc_correctness_isinf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3301317Z test_nnc_correctness_isinf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3318950Z test_nnc_correctness_isnan_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3336908Z test_nnc_correctness_isnan_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3354548Z test_nnc_correctness_isnan_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3372587Z test_nnc_correctness_isnan_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3396236Z test_nnc_correctness_isnan_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3414052Z test_nnc_correctness_isnan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3431806Z test_nnc_correctness_isnan_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3449659Z test_nnc_correctness_isnan_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3467234Z test_nnc_correctness_isnan_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3485036Z test_nnc_correctness_isnan_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3502806Z test_nnc_correctness_isnan_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3520243Z test_nnc_correctness_isnan_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3538189Z test_nnc_correctness_isneginf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3555745Z test_nnc_correctness_isneginf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3573726Z test_nnc_correctness_isneginf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3591295Z test_nnc_correctness_isneginf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3615526Z test_nnc_correctness_isneginf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3633244Z test_nnc_correctness_isneginf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3650991Z test_nnc_correctness_isneginf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3668647Z test_nnc_correctness_isneginf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3686919Z test_nnc_correctness_isneginf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3704465Z test_nnc_correctness_isneginf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3722259Z test_nnc_correctness_isposinf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3740568Z test_nnc_correctness_isposinf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3757808Z test_nnc_correctness_isposinf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3775469Z test_nnc_correctness_isposinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3793023Z test_nnc_correctness_isposinf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3811107Z test_nnc_correctness_isposinf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3834666Z test_nnc_correctness_isposinf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3852443Z test_nnc_correctness_isposinf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3870075Z test_nnc_correctness_isposinf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3888064Z test_nnc_correctness_isposinf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3905759Z test_nnc_correctness_isreal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3923353Z test_nnc_correctness_isreal_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3941514Z test_nnc_correctness_isreal_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3959133Z test_nnc_correctness_isreal_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3976974Z test_nnc_correctness_isreal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.3994555Z test_nnc_correctness_isreal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4012826Z test_nnc_correctness_isreal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4030545Z test_nnc_correctness_isreal_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4054497Z test_nnc_correctness_isreal_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4071977Z test_nnc_correctness_isreal_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4089930Z test_nnc_correctness_isreal_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4108506Z test_nnc_correctness_isreal_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4126679Z test_nnc_correctness_istft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4144434Z test_nnc_correctness_istft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4162883Z test_nnc_correctness_istft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4181247Z test_nnc_correctness_istft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4199012Z test_nnc_correctness_kron_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4216999Z test_nnc_correctness_kron_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4234600Z test_nnc_correctness_kron_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4258837Z test_nnc_correctness_kron_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4276628Z test_nnc_correctness_kron_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4294432Z test_nnc_correctness_kron_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4311943Z test_nnc_correctness_kron_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4329817Z test_nnc_correctness_kron_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4347350Z test_nnc_correctness_kron_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4365305Z test_nnc_correctness_kron_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4383304Z test_nnc_correctness_kron_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4400972Z test_nnc_correctness_kron_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4418725Z test_nnc_correctness_kthvalue_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4437100Z test_nnc_correctness_kthvalue_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4455102Z test_nnc_correctness_kthvalue_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4480743Z test_nnc_correctness_kthvalue_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4498730Z test_nnc_correctness_kthvalue_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4516382Z test_nnc_correctness_kthvalue_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4534462Z test_nnc_correctness_kthvalue_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4552253Z test_nnc_correctness_kthvalue_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4570727Z test_nnc_correctness_lcm_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4588543Z test_nnc_correctness_lcm_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4606239Z test_nnc_correctness_lcm_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4623805Z test_nnc_correctness_lcm_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4641360Z test_nnc_correctness_lcm_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4659283Z test_nnc_correctness_ldexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4676932Z test_nnc_correctness_ldexp_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4701485Z test_nnc_correctness_ldexp_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4718933Z test_nnc_correctness_ldexp_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4736872Z test_nnc_correctness_ldexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4754566Z test_nnc_correctness_ldexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4772590Z test_nnc_correctness_ldexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4790168Z test_nnc_correctness_ldexp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4808773Z test_nnc_correctness_ldexp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4826176Z test_nnc_correctness_ldexp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4844026Z test_nnc_correctness_ldexp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4861781Z test_nnc_correctness_ldexp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4879540Z test_nnc_correctness_le_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4897315Z test_nnc_correctness_le_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4920799Z test_nnc_correctness_le_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4938832Z test_nnc_correctness_le_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4956500Z test_nnc_correctness_le_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4974435Z test_nnc_correctness_le_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.4992031Z test_nnc_correctness_le_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5010107Z test_nnc_correctness_le_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5027763Z test_nnc_correctness_le_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5045717Z test_nnc_correctness_le_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5063153Z test_nnc_correctness_lerp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5080722Z test_nnc_correctness_lerp_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5099154Z test_nnc_correctness_lerp_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5116632Z test_nnc_correctness_lerp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5140540Z test_nnc_correctness_lerp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5158617Z test_nnc_correctness_lerp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5177024Z test_nnc_correctness_lgamma_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5194421Z test_nnc_correctness_lgamma_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5212172Z test_nnc_correctness_lgamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5229741Z test_nnc_correctness_lgamma_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5247519Z test_nnc_correctness_lgamma_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5265164Z test_nnc_correctness_lgamma_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5282915Z test_nnc_correctness_lgamma_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5300910Z test_nnc_correctness_lgamma_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5318369Z test_nnc_correctness_lgamma_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5342216Z test_nnc_correctness_linalg_cholesky_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5360078Z test_nnc_correctness_linalg_cholesky_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5378388Z test_nnc_correctness_linalg_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5396275Z test_nnc_correctness_linalg_cholesky_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5414143Z test_nnc_correctness_linalg_cholesky_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5431838Z test_nnc_correctness_linalg_cholesky_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5449835Z test_nnc_correctness_linalg_cholesky_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5467431Z test_nnc_correctness_linalg_cholesky_ex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5486031Z test_nnc_correctness_linalg_cond_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5503964Z test_nnc_correctness_linalg_cond_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5521989Z test_nnc_correctness_linalg_cond_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5540505Z test_nnc_correctness_linalg_cond_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5564553Z test_nnc_correctness_linalg_cross_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5582084Z test_nnc_correctness_linalg_cross_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5599662Z test_nnc_correctness_linalg_cross_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5617472Z test_nnc_correctness_linalg_cross_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5635069Z test_nnc_correctness_linalg_cross_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5653029Z test_nnc_correctness_linalg_cross_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5670555Z test_nnc_correctness_linalg_cross_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5688635Z test_nnc_correctness_linalg_cross_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5706237Z test_nnc_correctness_linalg_cross_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5724391Z test_nnc_correctness_linalg_cross_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5741727Z test_nnc_correctness_linalg_det_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5758970Z test_nnc_correctness_linalg_det_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5782823Z test_nnc_correctness_linalg_det_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5799909Z test_nnc_correctness_linalg_det_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5817555Z test_nnc_correctness_linalg_det_singular_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5834784Z test_nnc_correctness_linalg_det_singular_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5852549Z test_nnc_correctness_linalg_eig_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5870485Z test_nnc_correctness_linalg_eig_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5888411Z test_nnc_correctness_linalg_eig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5905903Z test_nnc_correctness_linalg_eig_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5923445Z test_nnc_correctness_linalg_eigh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5941222Z test_nnc_correctness_linalg_eigh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5958586Z test_nnc_correctness_linalg_eigh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5976442Z test_nnc_correctness_linalg_eigh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.5999491Z test_nnc_correctness_linalg_eigvals_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6017147Z test_nnc_correctness_linalg_eigvals_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6034254Z test_nnc_correctness_linalg_eigvals_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6051939Z test_nnc_correctness_linalg_eigvals_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6069281Z test_nnc_correctness_linalg_eigvalsh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6086836Z test_nnc_correctness_linalg_eigvalsh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6104082Z test_nnc_correctness_linalg_eigvalsh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6121265Z test_nnc_correctness_linalg_eigvalsh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6139189Z test_nnc_correctness_linalg_householder_product_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6157339Z test_nnc_correctness_linalg_householder_product_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6175895Z test_nnc_correctness_linalg_householder_product_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6193798Z test_nnc_correctness_linalg_householder_product_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6217624Z test_nnc_correctness_linalg_inv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6235531Z test_nnc_correctness_linalg_inv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6253110Z test_nnc_correctness_linalg_inv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6270819Z test_nnc_correctness_linalg_inv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6289066Z test_nnc_correctness_linalg_inv_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6306783Z test_nnc_correctness_linalg_inv_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6324785Z test_nnc_correctness_linalg_inv_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6342518Z test_nnc_correctness_linalg_inv_ex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6359696Z test_nnc_correctness_linalg_lstsq_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6377307Z test_nnc_correctness_linalg_lstsq_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6394482Z test_nnc_correctness_linalg_lstsq_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6418093Z test_nnc_correctness_linalg_lstsq_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6435391Z test_nnc_correctness_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6453146Z test_nnc_correctness_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6469975Z test_nnc_correctness_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6487482Z test_nnc_correctness_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6505188Z test_nnc_correctness_linalg_lu_factor_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6523131Z test_nnc_correctness_linalg_lu_factor_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6540640Z test_nnc_correctness_linalg_lu_factor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6558251Z test_nnc_correctness_linalg_lu_factor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6576470Z test_nnc_correctness_linalg_lu_factor_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6594160Z test_nnc_correctness_linalg_lu_factor_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6612346Z test_nnc_correctness_linalg_lu_factor_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6636153Z test_nnc_correctness_linalg_lu_factor_ex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6654651Z test_nnc_correctness_linalg_matrix_norm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6672641Z test_nnc_correctness_linalg_matrix_norm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6691021Z test_nnc_correctness_linalg_matrix_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6709112Z test_nnc_correctness_linalg_matrix_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6727295Z test_nnc_correctness_linalg_matrix_power_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6745118Z test_nnc_correctness_linalg_matrix_power_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6763127Z test_nnc_correctness_linalg_matrix_power_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6781357Z test_nnc_correctness_linalg_matrix_power_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6798846Z test_nnc_correctness_linalg_matrix_rank_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6816912Z test_nnc_correctness_linalg_matrix_rank_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6834476Z test_nnc_correctness_linalg_matrix_rank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6858424Z test_nnc_correctness_linalg_matrix_rank_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6876579Z test_nnc_correctness_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6894233Z test_nnc_correctness_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6911953Z test_nnc_correctness_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6929956Z test_nnc_correctness_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6947614Z test_nnc_correctness_linalg_multi_dot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6965546Z test_nnc_correctness_linalg_multi_dot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.6983196Z test_nnc_correctness_linalg_multi_dot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7000672Z test_nnc_correctness_linalg_multi_dot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7018682Z test_nnc_correctness_linalg_multi_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7036090Z test_nnc_correctness_linalg_multi_dot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7054098Z test_nnc_correctness_linalg_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7079345Z test_nnc_correctness_linalg_norm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7097516Z test_nnc_correctness_linalg_norm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7115318Z test_nnc_correctness_linalg_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7133084Z test_nnc_correctness_linalg_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7150703Z test_nnc_correctness_linalg_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7170176Z test_nnc_correctness_linalg_pinv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7188867Z test_nnc_correctness_linalg_pinv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7206735Z test_nnc_correctness_linalg_pinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7224412Z test_nnc_correctness_linalg_pinv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7241729Z test_nnc_correctness_linalg_pinv_hermitian_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7259210Z test_nnc_correctness_linalg_pinv_hermitian_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7276275Z test_nnc_correctness_linalg_pinv_hermitian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7299614Z test_nnc_correctness_linalg_pinv_hermitian_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7317170Z test_nnc_correctness_linalg_pinv_singular_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7335245Z test_nnc_correctness_linalg_pinv_singular_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7352950Z test_nnc_correctness_linalg_pinv_singular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7371097Z test_nnc_correctness_linalg_pinv_singular_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7388323Z test_nnc_correctness_linalg_qr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7406028Z test_nnc_correctness_linalg_qr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7423228Z test_nnc_correctness_linalg_qr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7440285Z test_nnc_correctness_linalg_qr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7457712Z test_nnc_correctness_linalg_slogdet_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7474840Z test_nnc_correctness_linalg_slogdet_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7498290Z test_nnc_correctness_linalg_slogdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7515520Z test_nnc_correctness_linalg_slogdet_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7533090Z test_nnc_correctness_linalg_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7550205Z test_nnc_correctness_linalg_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7567816Z test_nnc_correctness_linalg_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7584924Z test_nnc_correctness_linalg_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7602626Z test_nnc_correctness_linalg_solve_triangular_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7620350Z test_nnc_correctness_linalg_solve_triangular_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7637782Z test_nnc_correctness_linalg_solve_triangular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7655796Z test_nnc_correctness_linalg_solve_triangular_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7673578Z test_nnc_correctness_linalg_svd_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7691827Z test_nnc_correctness_linalg_svd_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7715705Z test_nnc_correctness_linalg_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7733978Z test_nnc_correctness_linalg_svd_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7751994Z test_nnc_correctness_linalg_svdvals_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7770233Z test_nnc_correctness_linalg_svdvals_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7788372Z test_nnc_correctness_linalg_svdvals_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7806805Z test_nnc_correctness_linalg_svdvals_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7824389Z test_nnc_correctness_linalg_tensorinv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7842338Z test_nnc_correctness_linalg_tensorinv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7860192Z test_nnc_correctness_linalg_tensorinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7877807Z test_nnc_correctness_linalg_tensorinv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7895847Z test_nnc_correctness_linalg_tensorsolve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7913448Z test_nnc_correctness_linalg_tensorsolve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7937288Z test_nnc_correctness_linalg_tensorsolve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7954761Z test_nnc_correctness_linalg_tensorsolve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7972480Z test_nnc_correctness_linalg_vector_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.7989805Z test_nnc_correctness_linalg_vector_norm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8007321Z test_nnc_correctness_linalg_vector_norm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8024505Z test_nnc_correctness_linalg_vector_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8042196Z test_nnc_correctness_linalg_vector_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8059103Z test_nnc_correctness_linalg_vector_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8076814Z test_nnc_correctness_log10_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8094944Z test_nnc_correctness_log10_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8112451Z test_nnc_correctness_log10_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8130195Z test_nnc_correctness_log10_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8153940Z test_nnc_correctness_log10_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8171451Z test_nnc_correctness_log10_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8189186Z test_nnc_correctness_log10_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8206941Z test_nnc_correctness_log10_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8224554Z test_nnc_correctness_log10_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8242057Z test_nnc_correctness_log10_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8259780Z test_nnc_correctness_log10_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8277509Z test_nnc_correctness_log10_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8295732Z test_nnc_correctness_log1p_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8313378Z test_nnc_correctness_log1p_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8331303Z test_nnc_correctness_log1p_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8348854Z test_nnc_correctness_log1p_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8372742Z test_nnc_correctness_log1p_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8390390Z test_nnc_correctness_log1p_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8408342Z test_nnc_correctness_log1p_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8425963Z test_nnc_correctness_log1p_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8443599Z test_nnc_correctness_log1p_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8461689Z test_nnc_correctness_log1p_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8479427Z test_nnc_correctness_log2_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8497130Z test_nnc_correctness_log2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8514857Z test_nnc_correctness_log2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8532752Z test_nnc_correctness_log2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8550495Z test_nnc_correctness_log2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8574747Z test_nnc_correctness_log2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8592187Z test_nnc_correctness_log2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8610232Z test_nnc_correctness_log2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8627812Z test_nnc_correctness_log2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8645729Z test_nnc_correctness_log2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8663326Z test_nnc_correctness_log2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8681072Z test_nnc_correctness_log2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8698895Z test_nnc_correctness_log_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8716547Z test_nnc_correctness_log_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8734300Z test_nnc_correctness_log_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8752079Z test_nnc_correctness_log_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8769919Z test_nnc_correctness_log_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8793833Z test_nnc_correctness_log_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8811595Z test_nnc_correctness_log_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8829354Z test_nnc_correctness_log_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8847421Z test_nnc_correctness_log_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8864841Z test_nnc_correctness_log_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8882683Z test_nnc_correctness_log_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8900383Z test_nnc_correctness_log_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8917936Z test_nnc_correctness_log_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8935690Z test_nnc_correctness_log_softmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8953274Z test_nnc_correctness_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8971197Z test_nnc_correctness_log_softmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.8988742Z test_nnc_correctness_log_softmax_dtype_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9012980Z test_nnc_correctness_log_softmax_dtype_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9030320Z test_nnc_correctness_log_softmax_dtype_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9048467Z test_nnc_correctness_log_softmax_dtype_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9066127Z test_nnc_correctness_log_softmax_dtype_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9083890Z test_nnc_correctness_log_softmax_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9101845Z test_nnc_correctness_log_softmax_dtype_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9119381Z test_nnc_correctness_log_softmax_dtype_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9137195Z test_nnc_correctness_log_softmax_dtype_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9155113Z test_nnc_correctness_log_softmax_dtype_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9173856Z test_nnc_correctness_log_softmax_dtype_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9190974Z test_nnc_correctness_log_softmax_dtype_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9208986Z test_nnc_correctness_logaddexp2_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9232446Z test_nnc_correctness_logaddexp2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9250320Z test_nnc_correctness_logaddexp2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9267904Z test_nnc_correctness_logaddexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9285865Z test_nnc_correctness_logaddexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9303355Z test_nnc_correctness_logaddexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9320934Z test_nnc_correctness_logcumsumexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9338842Z test_nnc_correctness_logcumsumexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9356597Z test_nnc_correctness_logcumsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9374470Z test_nnc_correctness_logcumsumexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9391468Z test_nnc_correctness_logdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9409071Z test_nnc_correctness_logdet_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9426725Z test_nnc_correctness_logical_and_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9451057Z test_nnc_correctness_logical_and_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9468732Z test_nnc_correctness_logical_and_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9486732Z test_nnc_correctness_logical_and_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9504255Z test_nnc_correctness_logical_and_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9521904Z test_nnc_correctness_logical_and_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9539770Z test_nnc_correctness_logical_and_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9557383Z test_nnc_correctness_logical_and_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9575118Z test_nnc_correctness_logical_and_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9592724Z test_nnc_correctness_logical_and_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9610746Z test_nnc_correctness_logical_and_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9628206Z test_nnc_correctness_logical_and_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9654113Z test_nnc_correctness_logical_not_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9671809Z test_nnc_correctness_logical_not_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9689852Z test_nnc_correctness_logical_not_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9707839Z test_nnc_correctness_logical_not_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9725356Z test_nnc_correctness_logical_not_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9742859Z test_nnc_correctness_logical_not_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9760432Z test_nnc_correctness_logical_not_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9778354Z test_nnc_correctness_logical_not_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9795904Z test_nnc_correctness_logical_not_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9813855Z test_nnc_correctness_logical_not_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9831385Z test_nnc_correctness_logical_not_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9849087Z test_nnc_correctness_logical_not_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9872636Z test_nnc_correctness_logical_or_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9890485Z test_nnc_correctness_logical_or_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9908137Z test_nnc_correctness_logical_or_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9926256Z test_nnc_correctness_logical_or_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9944379Z test_nnc_correctness_logical_or_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9961797Z test_nnc_correctness_logical_or_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9979756Z test_nnc_correctness_logical_or_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:18.9997423Z test_nnc_correctness_logical_or_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0015174Z test_nnc_correctness_logical_or_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0032739Z test_nnc_correctness_logical_or_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0050631Z test_nnc_correctness_logical_or_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0068831Z test_nnc_correctness_logical_or_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0092797Z test_nnc_correctness_logical_xor_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0110159Z test_nnc_correctness_logical_xor_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0128147Z test_nnc_correctness_logical_xor_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0145675Z test_nnc_correctness_logical_xor_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0164349Z test_nnc_correctness_logical_xor_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0181748Z test_nnc_correctness_logical_xor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0199680Z test_nnc_correctness_logical_xor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0218049Z test_nnc_correctness_logical_xor_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0235574Z test_nnc_correctness_logical_xor_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0253467Z test_nnc_correctness_logical_xor_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0271062Z test_nnc_correctness_logical_xor_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0289177Z test_nnc_correctness_logical_xor_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0312440Z test_nnc_correctness_logit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0330276Z test_nnc_correctness_logit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0347910Z test_nnc_correctness_logit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0366627Z test_nnc_correctness_logit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0384110Z test_nnc_correctness_logit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0401509Z test_nnc_correctness_logit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0419637Z test_nnc_correctness_logit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0437232Z test_nnc_correctness_logit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0455263Z test_nnc_correctness_logit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0472873Z test_nnc_correctness_logit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0490955Z test_nnc_correctness_logsumexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0508396Z test_nnc_correctness_logsumexp_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0532107Z test_nnc_correctness_logsumexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0549747Z test_nnc_correctness_logsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0567801Z test_nnc_correctness_logsumexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0585408Z test_nnc_correctness_logsumexp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0603010Z test_nnc_correctness_logsumexp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0620805Z test_nnc_correctness_logsumexp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0638306Z test_nnc_correctness_logsumexp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0655979Z test_nnc_correctness_logsumexp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0673694Z test_nnc_correctness_long_channels_last_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0691453Z test_nnc_correctness_long_channels_last_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0708936Z test_nnc_correctness_long_channels_last_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0732906Z test_nnc_correctness_long_channels_last_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0750493Z test_nnc_correctness_long_channels_last_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0768485Z test_nnc_correctness_long_channels_last_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0786343Z test_nnc_correctness_long_channels_last_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0803898Z test_nnc_correctness_long_channels_last_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0821639Z test_nnc_correctness_long_channels_last_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0839098Z test_nnc_correctness_long_channels_last_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0857044Z test_nnc_correctness_long_channels_last_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0874595Z test_nnc_correctness_long_channels_last_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0892637Z test_nnc_correctness_long_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0910621Z test_nnc_correctness_long_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0928312Z test_nnc_correctness_long_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0951798Z test_nnc_correctness_long_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0969637Z test_nnc_correctness_long_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.0987248Z test_nnc_correctness_long_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1005127Z test_nnc_correctness_long_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1024175Z test_nnc_correctness_long_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1043178Z test_nnc_correctness_long_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1062437Z test_nnc_correctness_long_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1081735Z test_nnc_correctness_long_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1099536Z test_nnc_correctness_long_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1117540Z test_nnc_correctness_lt_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1135677Z test_nnc_correctness_lt_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1153120Z test_nnc_correctness_lt_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1178012Z test_nnc_correctness_lt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1195476Z test_nnc_correctness_lt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1213378Z test_nnc_correctness_lt_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1231056Z test_nnc_correctness_lt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1249174Z test_nnc_correctness_lt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1266565Z test_nnc_correctness_lt_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1284814Z test_nnc_correctness_lt_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1302264Z test_nnc_correctness_lu_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1320118Z test_nnc_correctness_lu_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1337795Z test_nnc_correctness_lu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1356002Z test_nnc_correctness_lu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1373133Z test_nnc_correctness_lu_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1396237Z test_nnc_correctness_lu_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1413770Z test_nnc_correctness_lu_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1430923Z test_nnc_correctness_lu_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1449172Z test_nnc_correctness_lu_unpack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1466881Z test_nnc_correctness_lu_unpack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1485024Z test_nnc_correctness_lu_unpack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1502622Z test_nnc_correctness_lu_unpack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1521173Z test_nnc_correctness_mH_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1539039Z test_nnc_correctness_mH_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1557441Z test_nnc_correctness_mH_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1575106Z test_nnc_correctness_mH_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1593112Z test_nnc_correctness_mH_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1617905Z test_nnc_correctness_mH_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1635561Z test_nnc_correctness_mH_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1653740Z test_nnc_correctness_mH_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1671312Z test_nnc_correctness_mH_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1689368Z test_nnc_correctness_mH_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1707017Z test_nnc_correctness_mH_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1725020Z test_nnc_correctness_mH_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1742876Z test_nnc_correctness_mT_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1760592Z test_nnc_correctness_mT_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1778824Z test_nnc_correctness_mT_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1796413Z test_nnc_correctness_mT_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1820778Z test_nnc_correctness_mT_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1838096Z test_nnc_correctness_mT_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1856129Z test_nnc_correctness_mT_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1873748Z test_nnc_correctness_mT_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1891610Z test_nnc_correctness_mT_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1909240Z test_nnc_correctness_mT_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1927202Z test_nnc_correctness_mT_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1944618Z test_nnc_correctness_mT_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1962317Z test_nnc_correctness_masked_fill_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1980094Z test_nnc_correctness_masked_fill_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.1997731Z test_nnc_correctness_masked_fill_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2015547Z test_nnc_correctness_masked_fill_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2039695Z test_nnc_correctness_masked_fill_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2057655Z test_nnc_correctness_masked_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2075165Z test_nnc_correctness_masked_fill_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2093026Z test_nnc_correctness_masked_fill_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2110644Z test_nnc_correctness_masked_fill_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2128612Z test_nnc_correctness_masked_fill_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2146014Z test_nnc_correctness_masked_fill_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2164788Z test_nnc_correctness_masked_fill_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2182839Z test_nnc_correctness_masked_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2200060Z test_nnc_correctness_masked_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2217844Z test_nnc_correctness_masked_scatter_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2235465Z test_nnc_correctness_masked_scatter_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2261591Z test_nnc_correctness_masked_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.003s) 2022-03-17T19:45:19.2279143Z test_nnc_correctness_masked_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2297147Z test_nnc_correctness_masked_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2314752Z test_nnc_correctness_masked_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2332594Z test_nnc_correctness_masked_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2350415Z test_nnc_correctness_masked_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2368350Z test_nnc_correctness_masked_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2385896Z test_nnc_correctness_masked_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2403652Z test_nnc_correctness_masked_select_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2421900Z test_nnc_correctness_masked_select_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2438966Z test_nnc_correctness_masked_select_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2456899Z test_nnc_correctness_masked_select_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2480487Z test_nnc_correctness_masked_select_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2498327Z test_nnc_correctness_masked_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2515970Z test_nnc_correctness_masked_select_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2533890Z test_nnc_correctness_masked_select_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2551509Z test_nnc_correctness_masked_select_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2569549Z test_nnc_correctness_masked_select_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2587289Z test_nnc_correctness_masked_select_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2605137Z test_nnc_correctness_masked_select_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2622464Z test_nnc_correctness_matmul_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2640122Z test_nnc_correctness_matmul_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2658091Z test_nnc_correctness_matmul_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2675738Z test_nnc_correctness_matmul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2699621Z test_nnc_correctness_matmul_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2717269Z test_nnc_correctness_matrix_exp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2736741Z test_nnc_correctness_matrix_exp_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2755770Z test_nnc_correctness_matrix_exp_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2774995Z test_nnc_correctness_matrix_exp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2795681Z test_nnc_correctness_matrix_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2814556Z test_nnc_correctness_matrix_exp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2832072Z test_nnc_correctness_max_binary_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2849855Z test_nnc_correctness_max_binary_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2867584Z test_nnc_correctness_max_binary_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2885631Z test_nnc_correctness_max_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2909354Z test_nnc_correctness_max_binary_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2927331Z test_nnc_correctness_max_binary_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2945004Z test_nnc_correctness_max_binary_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2962629Z test_nnc_correctness_max_binary_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2980750Z test_nnc_correctness_max_binary_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.2998323Z test_nnc_correctness_max_binary_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3016282Z test_nnc_correctness_max_reduction_no_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3035442Z test_nnc_correctness_max_reduction_no_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3054543Z test_nnc_correctness_max_reduction_no_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3073676Z test_nnc_correctness_max_reduction_no_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3092831Z test_nnc_correctness_max_reduction_no_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3110492Z test_nnc_correctness_max_reduction_no_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3134532Z test_nnc_correctness_max_reduction_no_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3152089Z test_nnc_correctness_max_reduction_no_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3170532Z test_nnc_correctness_max_reduction_no_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3188213Z test_nnc_correctness_max_reduction_no_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3206023Z test_nnc_correctness_max_reduction_with_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3223582Z test_nnc_correctness_max_reduction_with_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3241178Z test_nnc_correctness_max_reduction_with_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3259053Z test_nnc_correctness_max_reduction_with_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3276475Z test_nnc_correctness_max_reduction_with_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3294259Z test_nnc_correctness_max_reduction_with_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3311843Z test_nnc_correctness_max_reduction_with_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3329533Z test_nnc_correctness_max_reduction_with_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3353059Z test_nnc_correctness_max_reduction_with_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3370916Z test_nnc_correctness_max_reduction_with_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3388771Z test_nnc_correctness_maximum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3406403Z test_nnc_correctness_maximum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3423924Z test_nnc_correctness_maximum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3441530Z test_nnc_correctness_maximum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3459339Z test_nnc_correctness_maximum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3476832Z test_nnc_correctness_maximum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3494781Z test_nnc_correctness_maximum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3512342Z test_nnc_correctness_maximum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3530220Z test_nnc_correctness_maximum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3548142Z test_nnc_correctness_maximum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3571881Z test_nnc_correctness_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3589437Z test_nnc_correctness_mean_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3607795Z test_nnc_correctness_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3625291Z test_nnc_correctness_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3642839Z test_nnc_correctness_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3660611Z test_nnc_correctness_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3678422Z test_nnc_correctness_median_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3695924Z test_nnc_correctness_median_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3713479Z test_nnc_correctness_median_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3731496Z test_nnc_correctness_median_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3748943Z test_nnc_correctness_median_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3767030Z test_nnc_correctness_median_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3790784Z test_nnc_correctness_median_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3808643Z test_nnc_correctness_median_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3826174Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3844086Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3861644Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3879291Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3897069Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3914620Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3932341Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3949946Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3968106Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.3991976Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4009611Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4027101Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4045241Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4062595Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4080466Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4098512Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4116142Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4133870Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4151595Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4170740Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4188131Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4212259Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4229708Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4247672Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4265168Z test_nnc_correctness_min_binary_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4282845Z test_nnc_correctness_min_binary_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4300602Z test_nnc_correctness_min_binary_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4318150Z test_nnc_correctness_min_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4335895Z test_nnc_correctness_min_binary_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4353438Z test_nnc_correctness_min_binary_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4371145Z test_nnc_correctness_min_binary_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4388772Z test_nnc_correctness_min_binary_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4406685Z test_nnc_correctness_min_binary_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4430403Z test_nnc_correctness_min_binary_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4448431Z test_nnc_correctness_min_reduction_no_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4465833Z test_nnc_correctness_min_reduction_no_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4483470Z test_nnc_correctness_min_reduction_no_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4501315Z test_nnc_correctness_min_reduction_no_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4518889Z test_nnc_correctness_min_reduction_no_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4536742Z test_nnc_correctness_min_reduction_no_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4554338Z test_nnc_correctness_min_reduction_no_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4572348Z test_nnc_correctness_min_reduction_no_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4589737Z test_nnc_correctness_min_reduction_no_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4607718Z test_nnc_correctness_min_reduction_no_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4625190Z test_nnc_correctness_min_reduction_with_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4648963Z test_nnc_correctness_min_reduction_with_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4666520Z test_nnc_correctness_min_reduction_with_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4684581Z test_nnc_correctness_min_reduction_with_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4702107Z test_nnc_correctness_min_reduction_with_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4719652Z test_nnc_correctness_min_reduction_with_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4737496Z test_nnc_correctness_min_reduction_with_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4755116Z test_nnc_correctness_min_reduction_with_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4773002Z test_nnc_correctness_min_reduction_with_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4790496Z test_nnc_correctness_min_reduction_with_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4808427Z test_nnc_correctness_minimum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4825834Z test_nnc_correctness_minimum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4843648Z test_nnc_correctness_minimum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4869106Z test_nnc_correctness_minimum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4887153Z test_nnc_correctness_minimum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4904698Z test_nnc_correctness_minimum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4922579Z test_nnc_correctness_minimum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4940280Z test_nnc_correctness_minimum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4957772Z test_nnc_correctness_minimum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4975619Z test_nnc_correctness_minimum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.4993241Z test_nnc_correctness_mm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5011167Z test_nnc_correctness_mm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5028521Z test_nnc_correctness_mm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5046492Z test_nnc_correctness_mm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5069929Z test_nnc_correctness_mm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5088052Z test_nnc_correctness_mm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5105597Z test_nnc_correctness_mode_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5123112Z test_nnc_correctness_mode_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5140777Z test_nnc_correctness_mode_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5159375Z test_nnc_correctness_mode_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5177353Z test_nnc_correctness_mode_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5194664Z test_nnc_correctness_mode_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5212334Z test_nnc_correctness_mode_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5229962Z test_nnc_correctness_mode_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5247962Z test_nnc_correctness_mode_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5265452Z test_nnc_correctness_mode_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5289492Z test_nnc_correctness_movedim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5307090Z test_nnc_correctness_movedim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5325095Z test_nnc_correctness_movedim_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5342715Z test_nnc_correctness_movedim_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5360444Z test_nnc_correctness_movedim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5378174Z test_nnc_correctness_movedim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5395819Z test_nnc_correctness_movedim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5413759Z test_nnc_correctness_movedim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5431131Z test_nnc_correctness_movedim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5448922Z test_nnc_correctness_movedim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5466752Z test_nnc_correctness_movedim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5485200Z test_nnc_correctness_movedim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5508438Z test_nnc_correctness_msort_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5526332Z test_nnc_correctness_msort_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5543750Z test_nnc_correctness_msort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5561379Z test_nnc_correctness_msort_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5579485Z test_nnc_correctness_msort_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5597754Z test_nnc_correctness_msort_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5615545Z test_nnc_correctness_msort_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5633136Z test_nnc_correctness_msort_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5651320Z test_nnc_correctness_msort_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5668920Z test_nnc_correctness_mul_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5686879Z test_nnc_correctness_mul_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5704112Z test_nnc_correctness_mul_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5728999Z test_nnc_correctness_mul_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5746531Z test_nnc_correctness_mul_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5764359Z test_nnc_correctness_mul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5782097Z test_nnc_correctness_mul_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5799634Z test_nnc_correctness_mul_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5817730Z test_nnc_correctness_mul_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5835027Z test_nnc_correctness_mul_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5853147Z test_nnc_correctness_mul_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5870851Z test_nnc_correctness_mul_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5888945Z test_nnc_correctness_multinomial_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5906528Z test_nnc_correctness_multinomial_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5924401Z test_nnc_correctness_multinomial_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5948303Z test_nnc_correctness_mv_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5965869Z test_nnc_correctness_mv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.5983476Z test_nnc_correctness_mv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6001097Z test_nnc_correctness_mv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6020480Z test_nnc_correctness_mv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6039456Z test_nnc_correctness_mv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6058955Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6078121Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6097585Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6116395Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6134393Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6158915Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6176775Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6194269Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6212253Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6229974Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6247810Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6265303Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6283032Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6300778Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6318222Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6336092Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6353669Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6377452Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6395020Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6413181Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6430945Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6448643Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6466228Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6484293Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6501992Z test_nnc_correctness_nan_to_num_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6519432Z test_nnc_correctness_nan_to_num_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6537248Z test_nnc_correctness_nan_to_num_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6554924Z test_nnc_correctness_nan_to_num_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6572924Z test_nnc_correctness_nan_to_num_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6596988Z test_nnc_correctness_nan_to_num_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6615364Z test_nnc_correctness_nan_to_num_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6632907Z test_nnc_correctness_nan_to_num_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6650913Z test_nnc_correctness_nan_to_num_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6668525Z test_nnc_correctness_nan_to_num_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6686589Z test_nnc_correctness_nanmean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6704074Z test_nnc_correctness_nanmean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6721707Z test_nnc_correctness_nanmean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6739413Z test_nnc_correctness_nanmean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6756926Z test_nnc_correctness_nanmedian_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6774922Z test_nnc_correctness_nanmedian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6792650Z test_nnc_correctness_nanmedian_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6816184Z test_nnc_correctness_nanmedian_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6833816Z test_nnc_correctness_nanmedian_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6851561Z test_nnc_correctness_nanmedian_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6869262Z test_nnc_correctness_nanmedian_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6887476Z test_nnc_correctness_nanmedian_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6904849Z test_nnc_correctness_nanquantile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6922392Z test_nnc_correctness_nanquantile_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6940253Z test_nnc_correctness_nansum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6957850Z test_nnc_correctness_nansum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6975722Z test_nnc_correctness_nansum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.6993691Z test_nnc_correctness_nansum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7011802Z test_nnc_correctness_nansum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7035177Z test_nnc_correctness_nansum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7053267Z test_nnc_correctness_nansum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7070880Z test_nnc_correctness_nansum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7089088Z test_nnc_correctness_nansum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7106640Z test_nnc_correctness_nansum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7124465Z test_nnc_correctness_narrow_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7142114Z test_nnc_correctness_narrow_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7160627Z test_nnc_correctness_narrow_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7178483Z test_nnc_correctness_narrow_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7196113Z test_nnc_correctness_narrow_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7214325Z test_nnc_correctness_narrow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7237829Z test_nnc_correctness_narrow_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7255757Z test_nnc_correctness_narrow_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7273404Z test_nnc_correctness_narrow_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7291417Z test_nnc_correctness_narrow_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7309092Z test_nnc_correctness_narrow_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7327046Z test_nnc_correctness_narrow_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7344569Z test_nnc_correctness_ne_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7362034Z test_nnc_correctness_ne_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7379978Z test_nnc_correctness_ne_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7397466Z test_nnc_correctness_ne_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7415150Z test_nnc_correctness_ne_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7432751Z test_nnc_correctness_ne_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7458341Z test_nnc_correctness_ne_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7475884Z test_nnc_correctness_ne_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7493935Z test_nnc_correctness_ne_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7511536Z test_nnc_correctness_ne_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7529538Z test_nnc_correctness_ne_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7547161Z test_nnc_correctness_ne_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7565190Z test_nnc_correctness_neg_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7583061Z test_nnc_correctness_neg_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7600427Z test_nnc_correctness_neg_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7618211Z test_nnc_correctness_neg_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7635749Z test_nnc_correctness_neg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7653572Z test_nnc_correctness_neg_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7677277Z test_nnc_correctness_neg_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7695096Z test_nnc_correctness_neg_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7712720Z test_nnc_correctness_neg_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7730388Z test_nnc_correctness_neg_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7747946Z test_nnc_correctness_neg_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7758139Z test_nnc_correctness_new_empty_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:19.7770201Z test_nnc_correctness_new_empty_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:19.7782384Z test_nnc_correctness_new_empty_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:19.7794313Z test_nnc_correctness_new_empty_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:19.7806211Z test_nnc_correctness_new_empty_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:19.7818130Z test_nnc_correctness_new_empty_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:19.7830539Z test_nnc_correctness_new_empty_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:19.7841856Z test_nnc_correctness_new_empty_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:19.7854062Z test_nnc_correctness_new_empty_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:19.7865727Z test_nnc_correctness_new_empty_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:19.7877982Z test_nnc_correctness_new_empty_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:19.7889702Z test_nnc_correctness_new_empty_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:19.7908949Z test_nnc_correctness_new_full_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7927937Z test_nnc_correctness_new_full_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7945475Z test_nnc_correctness_new_full_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7963216Z test_nnc_correctness_new_full_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7981001Z test_nnc_correctness_new_full_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.7998629Z test_nnc_correctness_new_full_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8016554Z test_nnc_correctness_new_full_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8039789Z test_nnc_correctness_new_full_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8057955Z test_nnc_correctness_new_full_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8075446Z test_nnc_correctness_new_full_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8093555Z test_nnc_correctness_new_full_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8111037Z test_nnc_correctness_new_full_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8128753Z test_nnc_correctness_new_ones_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8146061Z test_nnc_correctness_new_ones_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8165036Z test_nnc_correctness_new_ones_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8182459Z test_nnc_correctness_new_ones_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8199969Z test_nnc_correctness_new_ones_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8217819Z test_nnc_correctness_new_ones_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8235134Z test_nnc_correctness_new_ones_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8258830Z test_nnc_correctness_new_ones_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8276407Z test_nnc_correctness_new_ones_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8294291Z test_nnc_correctness_new_ones_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8311945Z test_nnc_correctness_new_ones_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8329799Z test_nnc_correctness_new_ones_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8347517Z test_nnc_correctness_new_zeros_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8365255Z test_nnc_correctness_new_zeros_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8383014Z test_nnc_correctness_new_zeros_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8400373Z test_nnc_correctness_new_zeros_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8418200Z test_nnc_correctness_new_zeros_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8435731Z test_nnc_correctness_new_zeros_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8459577Z test_nnc_correctness_new_zeros_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8477030Z test_nnc_correctness_new_zeros_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8495022Z test_nnc_correctness_new_zeros_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8512497Z test_nnc_correctness_new_zeros_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8530347Z test_nnc_correctness_new_zeros_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8547837Z test_nnc_correctness_new_zeros_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8565861Z test_nnc_correctness_nextafter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8583272Z test_nnc_correctness_nextafter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8600766Z test_nnc_correctness_nextafter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8618694Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8636240Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8654472Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8678098Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8695929Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8713371Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8731117Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8748576Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8766424Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8784032Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8801602Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8819249Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8837358Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8855521Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8872834Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8896433Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8914072Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8932079Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8949555Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8967466Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.8985261Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9002721Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9020640Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9038278Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9056144Z test_nnc_correctness_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9073694Z test_nnc_correctness_nn_functional_avg_pool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9091456Z test_nnc_correctness_nn_functional_avg_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9115319Z test_nnc_correctness_nn_functional_avg_pool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9133510Z test_nnc_correctness_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9150899Z test_nnc_correctness_nn_functional_avg_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9169739Z test_nnc_correctness_nn_functional_avg_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9187288Z test_nnc_correctness_nn_functional_avg_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9205364Z test_nnc_correctness_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9223101Z test_nnc_correctness_nn_functional_avg_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9240646Z test_nnc_correctness_nn_functional_avg_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9258451Z test_nnc_correctness_nn_functional_avg_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9276052Z test_nnc_correctness_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9293874Z test_nnc_correctness_nn_functional_batch_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9311595Z test_nnc_correctness_nn_functional_batch_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9335394Z test_nnc_correctness_nn_functional_batch_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9353608Z test_nnc_correctness_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9371894Z test_nnc_correctness_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9390062Z test_nnc_correctness_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9408353Z test_nnc_correctness_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9425762Z test_nnc_correctness_nn_functional_bilinear_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9444171Z test_nnc_correctness_nn_functional_bilinear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9461758Z test_nnc_correctness_nn_functional_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9479389Z test_nnc_correctness_nn_functional_bilinear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9498653Z test_nnc_correctness_nn_functional_celu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9517514Z test_nnc_correctness_nn_functional_celu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9541244Z test_nnc_correctness_nn_functional_celu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9558868Z test_nnc_correctness_nn_functional_celu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9577003Z test_nnc_correctness_nn_functional_conv1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9594323Z test_nnc_correctness_nn_functional_conv1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9612211Z test_nnc_correctness_nn_functional_conv1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9629819Z test_nnc_correctness_nn_functional_conv1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9647774Z test_nnc_correctness_nn_functional_conv2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9665292Z test_nnc_correctness_nn_functional_conv2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9682840Z test_nnc_correctness_nn_functional_conv2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9700781Z test_nnc_correctness_nn_functional_conv2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9718447Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9736443Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9760276Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9778396Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9795842Z test_nnc_correctness_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9813744Z test_nnc_correctness_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9831410Z test_nnc_correctness_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9849137Z test_nnc_correctness_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9866740Z test_nnc_correctness_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9884541Z test_nnc_correctness_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9902033Z test_nnc_correctness_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9919535Z test_nnc_correctness_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9937433Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9955031Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9978864Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:19.9996473Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0014552Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0031942Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0049863Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0067383Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0085159Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0102887Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0120288Z test_nnc_correctness_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0138074Z test_nnc_correctness_nn_functional_cosine_similarity_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0156024Z test_nnc_correctness_nn_functional_cosine_similarity_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0174605Z test_nnc_correctness_nn_functional_cosine_similarity_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0200294Z test_nnc_correctness_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0218081Z test_nnc_correctness_nn_functional_cross_entropy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0235835Z test_nnc_correctness_nn_functional_cross_entropy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0253730Z test_nnc_correctness_nn_functional_cross_entropy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0271328Z test_nnc_correctness_nn_functional_ctc_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0289393Z test_nnc_correctness_nn_functional_ctc_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0306724Z test_nnc_correctness_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0324636Z test_nnc_correctness_nn_functional_dropout2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0342402Z test_nnc_correctness_nn_functional_dropout2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0359874Z test_nnc_correctness_nn_functional_dropout2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0377661Z test_nnc_correctness_nn_functional_dropout_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0395294Z test_nnc_correctness_nn_functional_dropout_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0418934Z test_nnc_correctness_nn_functional_dropout_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0436539Z test_nnc_correctness_nn_functional_dropout_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0454407Z test_nnc_correctness_nn_functional_elu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0471966Z test_nnc_correctness_nn_functional_elu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0489803Z test_nnc_correctness_nn_functional_elu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0507325Z test_nnc_correctness_nn_functional_elu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0525346Z test_nnc_correctness_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0542943Z test_nnc_correctness_nn_functional_embedding_bag_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0560603Z test_nnc_correctness_nn_functional_embedding_bag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0578203Z test_nnc_correctness_nn_functional_embedding_bag_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0596084Z test_nnc_correctness_nn_functional_embedding_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0619630Z test_nnc_correctness_nn_functional_embedding_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0637084Z test_nnc_correctness_nn_functional_embedding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0654992Z test_nnc_correctness_nn_functional_embedding_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0672630Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0690610Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0708360Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0726215Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0743956Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0761434Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0779348Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0796907Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0814848Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0838267Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0856016Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0873541Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0891358Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0909073Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0926984Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0944588Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0962051Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0980663Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.0998258Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1016131Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1033567Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1057323Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1074802Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1092808Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1110540Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1129207Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1146666Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1166438Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1184374Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1202181Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1220096Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1237091Z test_nnc_correctness_nn_functional_gelu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1255718Z test_nnc_correctness_nn_functional_gelu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1278891Z test_nnc_correctness_nn_functional_gelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1296688Z test_nnc_correctness_nn_functional_gelu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1314253Z test_nnc_correctness_nn_functional_glu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1332127Z test_nnc_correctness_nn_functional_glu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1349684Z test_nnc_correctness_nn_functional_glu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1367552Z test_nnc_correctness_nn_functional_glu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1385028Z test_nnc_correctness_nn_functional_grid_sample_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1402743Z test_nnc_correctness_nn_functional_grid_sample_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1420805Z test_nnc_correctness_nn_functional_grid_sample_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1438161Z test_nnc_correctness_nn_functional_group_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1456735Z test_nnc_correctness_nn_functional_group_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1474142Z test_nnc_correctness_nn_functional_group_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1497964Z test_nnc_correctness_nn_functional_group_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1515547Z test_nnc_correctness_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1533416Z test_nnc_correctness_nn_functional_hardshrink_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1551086Z test_nnc_correctness_nn_functional_hardshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1569095Z test_nnc_correctness_nn_functional_hardshrink_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1586389Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1605149Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1622392Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1639872Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1657889Z test_nnc_correctness_nn_functional_hardswish_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1675494Z test_nnc_correctness_nn_functional_hardswish_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1699269Z test_nnc_correctness_nn_functional_hardswish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1717007Z test_nnc_correctness_nn_functional_hardswish_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1734943Z test_nnc_correctness_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1752417Z test_nnc_correctness_nn_functional_hardtanh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1770361Z test_nnc_correctness_nn_functional_hardtanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1788028Z test_nnc_correctness_nn_functional_hardtanh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1805808Z test_nnc_correctness_nn_functional_hardtanh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1823368Z test_nnc_correctness_nn_functional_hardtanh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1840977Z test_nnc_correctness_nn_functional_hardtanh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1858776Z test_nnc_correctness_nn_functional_hardtanh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1876544Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1894674Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1918560Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1936434Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1954077Z test_nnc_correctness_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1972401Z test_nnc_correctness_nn_functional_huber_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.1989954Z test_nnc_correctness_nn_functional_huber_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2007926Z test_nnc_correctness_nn_functional_huber_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2025609Z test_nnc_correctness_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2043062Z test_nnc_correctness_nn_functional_instance_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2060869Z test_nnc_correctness_nn_functional_instance_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2078430Z test_nnc_correctness_nn_functional_instance_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2096312Z test_nnc_correctness_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2114125Z test_nnc_correctness_nn_functional_interpolate_area_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2138470Z test_nnc_correctness_nn_functional_interpolate_area_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2158129Z test_nnc_correctness_nn_functional_interpolate_area_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2175844Z test_nnc_correctness_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2193687Z test_nnc_correctness_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2211383Z test_nnc_correctness_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2229064Z test_nnc_correctness_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2246959Z test_nnc_correctness_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2264518Z test_nnc_correctness_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2282233Z test_nnc_correctness_nn_functional_interpolate_linear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2300071Z test_nnc_correctness_nn_functional_interpolate_linear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2317490Z test_nnc_correctness_nn_functional_interpolate_linear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2335658Z test_nnc_correctness_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2359002Z test_nnc_correctness_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2376949Z test_nnc_correctness_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2394721Z test_nnc_correctness_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2412536Z test_nnc_correctness_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2430184Z test_nnc_correctness_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2448043Z test_nnc_correctness_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2465620Z test_nnc_correctness_nn_functional_kl_div_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2483471Z test_nnc_correctness_nn_functional_kl_div_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2501338Z test_nnc_correctness_nn_functional_kl_div_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2518702Z test_nnc_correctness_nn_functional_kl_div_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2536567Z test_nnc_correctness_nn_functional_kl_div_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2554474Z test_nnc_correctness_nn_functional_kl_div_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2578176Z test_nnc_correctness_nn_functional_kl_div_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2595958Z test_nnc_correctness_nn_functional_kl_div_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2613785Z test_nnc_correctness_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2631427Z test_nnc_correctness_nn_functional_layer_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2649284Z test_nnc_correctness_nn_functional_layer_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2666781Z test_nnc_correctness_nn_functional_layer_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2684686Z test_nnc_correctness_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2702176Z test_nnc_correctness_nn_functional_leaky_relu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2719761Z test_nnc_correctness_nn_functional_leaky_relu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2737712Z test_nnc_correctness_nn_functional_leaky_relu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2755314Z test_nnc_correctness_nn_functional_linear_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2781327Z test_nnc_correctness_nn_functional_linear_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.003s) 2022-03-17T19:45:20.2798798Z test_nnc_correctness_nn_functional_linear_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2816794Z test_nnc_correctness_nn_functional_linear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2834443Z test_nnc_correctness_nn_functional_linear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2852292Z test_nnc_correctness_nn_functional_linear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2870049Z test_nnc_correctness_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2888084Z test_nnc_correctness_nn_functional_local_response_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2905657Z test_nnc_correctness_nn_functional_local_response_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2923151Z test_nnc_correctness_nn_functional_local_response_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2940806Z test_nnc_correctness_nn_functional_logsigmoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2958410Z test_nnc_correctness_nn_functional_logsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2976301Z test_nnc_correctness_nn_functional_logsigmoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.2986461Z test_nnc_correctness_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:20.3011006Z test_nnc_correctness_nn_functional_max_pool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3028441Z test_nnc_correctness_nn_functional_max_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3046481Z test_nnc_correctness_nn_functional_max_pool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3064076Z test_nnc_correctness_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3081537Z test_nnc_correctness_nn_functional_max_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3099472Z test_nnc_correctness_nn_functional_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3117207Z test_nnc_correctness_nn_functional_max_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3135055Z test_nnc_correctness_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3152756Z test_nnc_correctness_nn_functional_max_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3171317Z test_nnc_correctness_nn_functional_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3189097Z test_nnc_correctness_nn_functional_max_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3207080Z test_nnc_correctness_nn_functional_mish_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3230814Z test_nnc_correctness_nn_functional_mish_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3248616Z test_nnc_correctness_nn_functional_mish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3266306Z test_nnc_correctness_nn_functional_mish_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3284306Z test_nnc_correctness_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3302071Z test_nnc_correctness_nn_functional_mse_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3319522Z test_nnc_correctness_nn_functional_mse_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3337475Z test_nnc_correctness_nn_functional_mse_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3355004Z test_nnc_correctness_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3372907Z test_nnc_correctness_nn_functional_nll_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3390481Z test_nnc_correctness_nn_functional_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3408313Z test_nnc_correctness_nn_functional_nll_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3425882Z test_nnc_correctness_nn_functional_normalize_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3449628Z test_nnc_correctness_nn_functional_normalize_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3467326Z test_nnc_correctness_nn_functional_normalize_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3485326Z test_nnc_correctness_nn_functional_normalize_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3502958Z test_nnc_correctness_nn_functional_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3520524Z test_nnc_correctness_nn_functional_normalize_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3538367Z test_nnc_correctness_nn_functional_one_hot_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3555972Z test_nnc_correctness_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3573854Z test_nnc_correctness_nn_functional_pad_circular_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3591768Z test_nnc_correctness_nn_functional_pad_circular_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3609643Z test_nnc_correctness_nn_functional_pad_circular_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3627095Z test_nnc_correctness_nn_functional_pad_circular_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3644952Z test_nnc_correctness_nn_functional_pad_circular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3668610Z test_nnc_correctness_nn_functional_pad_circular_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3686745Z test_nnc_correctness_nn_functional_pad_circular_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3704407Z test_nnc_correctness_nn_functional_pad_circular_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3722073Z test_nnc_correctness_nn_functional_pad_circular_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3739935Z test_nnc_correctness_nn_functional_pad_circular_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3757845Z test_nnc_correctness_nn_functional_pad_circular_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3775686Z test_nnc_correctness_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3793337Z test_nnc_correctness_nn_functional_pad_constant_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3811115Z test_nnc_correctness_nn_functional_pad_constant_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3828705Z test_nnc_correctness_nn_functional_pad_constant_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3846532Z test_nnc_correctness_nn_functional_pad_constant_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3870097Z test_nnc_correctness_nn_functional_pad_constant_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3888155Z test_nnc_correctness_nn_functional_pad_constant_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3906042Z test_nnc_correctness_nn_functional_pad_constant_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3923456Z test_nnc_correctness_nn_functional_pad_constant_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3941302Z test_nnc_correctness_nn_functional_pad_constant_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3959015Z test_nnc_correctness_nn_functional_pad_constant_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3977401Z test_nnc_correctness_nn_functional_pad_constant_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.3995673Z test_nnc_correctness_nn_functional_pad_reflect_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4013462Z test_nnc_correctness_nn_functional_pad_reflect_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4031026Z test_nnc_correctness_nn_functional_pad_reflect_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4049552Z test_nnc_correctness_nn_functional_pad_reflect_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4066663Z test_nnc_correctness_nn_functional_pad_reflect_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4090900Z test_nnc_correctness_nn_functional_pad_replicate_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4109223Z test_nnc_correctness_nn_functional_pad_replicate_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4127359Z test_nnc_correctness_nn_functional_pad_replicate_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4144805Z test_nnc_correctness_nn_functional_pad_replicate_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4163451Z test_nnc_correctness_nn_functional_pad_replicate_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4181311Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4198890Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4216850Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4234241Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4252067Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4269701Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4287599Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4311673Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4329685Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4347366Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4365234Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4382792Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4400640Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4418440Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4435998Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4453969Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4471582Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4489636Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4507195Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4531349Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4568845Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4569719Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4589001Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4608212Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4625722Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4643837Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4661486Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4678904Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4696940Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4714312Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4732468Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4756260Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4774337Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4791907Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4809821Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4827378Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4845212Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4862946Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4880750Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4898504Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4916116Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4934040Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4957624Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4975482Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.4993209Z test_nnc_correctness_nn_functional_prelu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5011071Z test_nnc_correctness_nn_functional_prelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5028729Z test_nnc_correctness_nn_functional_prelu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5046716Z test_nnc_correctness_nn_functional_relu6_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5064162Z test_nnc_correctness_nn_functional_relu6_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5081901Z test_nnc_correctness_nn_functional_relu6_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5099652Z test_nnc_correctness_nn_functional_relu6_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5117321Z test_nnc_correctness_nn_functional_relu6_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5135141Z test_nnc_correctness_nn_functional_relu6_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5152673Z test_nnc_correctness_nn_functional_relu6_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5177937Z test_nnc_correctness_nn_functional_relu6_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5195488Z test_nnc_correctness_nn_functional_relu6_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5213413Z test_nnc_correctness_nn_functional_relu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5231004Z test_nnc_correctness_nn_functional_relu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5249270Z test_nnc_correctness_nn_functional_relu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5266864Z test_nnc_correctness_nn_functional_relu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5284790Z test_nnc_correctness_nn_functional_relu_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5302305Z test_nnc_correctness_nn_functional_relu_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5319906Z test_nnc_correctness_nn_functional_relu_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5338106Z test_nnc_correctness_nn_functional_relu_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5355384Z test_nnc_correctness_nn_functional_relu_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5373237Z test_nnc_correctness_nn_functional_rrelu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5399321Z test_nnc_correctness_nn_functional_rrelu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5418536Z test_nnc_correctness_nn_functional_rrelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5437607Z test_nnc_correctness_nn_functional_rrelu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5456934Z test_nnc_correctness_nn_functional_selu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5476257Z test_nnc_correctness_nn_functional_selu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5495588Z test_nnc_correctness_nn_functional_selu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5513220Z test_nnc_correctness_nn_functional_selu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5531216Z test_nnc_correctness_nn_functional_silu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5548927Z test_nnc_correctness_nn_functional_silu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5566791Z test_nnc_correctness_nn_functional_silu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5584514Z test_nnc_correctness_nn_functional_silu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5601938Z test_nnc_correctness_nn_functional_softmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5625709Z test_nnc_correctness_nn_functional_softmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5643247Z test_nnc_correctness_nn_functional_softmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5661130Z test_nnc_correctness_nn_functional_softmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5678824Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5696797Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5714343Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5732253Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5749791Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5767921Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5785561Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5803217Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5822362Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5846354Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5863829Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5881490Z test_nnc_correctness_nn_functional_softplus_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5899418Z test_nnc_correctness_nn_functional_softplus_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5917029Z test_nnc_correctness_nn_functional_softplus_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5934873Z test_nnc_correctness_nn_functional_softplus_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5952533Z test_nnc_correctness_nn_functional_softshrink_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5970312Z test_nnc_correctness_nn_functional_softshrink_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.5987789Z test_nnc_correctness_nn_functional_softshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6005712Z test_nnc_correctness_nn_functional_softshrink_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6023102Z test_nnc_correctness_nn_functional_softsign_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6046886Z test_nnc_correctness_nn_functional_softsign_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6064448Z test_nnc_correctness_nn_functional_softsign_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6081945Z test_nnc_correctness_nn_functional_softsign_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6099810Z test_nnc_correctness_nn_functional_softsign_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6117373Z test_nnc_correctness_nn_functional_softsign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6135308Z test_nnc_correctness_nn_functional_softsign_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6152920Z test_nnc_correctness_nn_functional_softsign_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6171827Z test_nnc_correctness_nn_functional_softsign_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6189751Z test_nnc_correctness_nn_functional_softsign_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6207521Z test_nnc_correctness_nn_functional_softsign_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6225010Z test_nnc_correctness_nn_functional_softsign_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6242499Z test_nnc_correctness_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6266542Z test_nnc_correctness_nn_functional_tanhshrink_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6284416Z test_nnc_correctness_nn_functional_tanhshrink_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6301886Z test_nnc_correctness_nn_functional_tanhshrink_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6320972Z test_nnc_correctness_nn_functional_tanhshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6340631Z test_nnc_correctness_nn_functional_tanhshrink_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6359618Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6378806Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6397828Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6417035Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6436006Z test_nnc_correctness_nn_functional_tanhshrink_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6453891Z test_nnc_correctness_nn_functional_threshold_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6471552Z test_nnc_correctness_nn_functional_threshold_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6497352Z test_nnc_correctness_nn_functional_threshold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6516273Z test_nnc_correctness_nn_functional_threshold_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6535947Z test_nnc_correctness_nn_functional_threshold_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6553555Z test_nnc_correctness_nn_functional_threshold_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6571390Z test_nnc_correctness_nn_functional_threshold_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6589057Z test_nnc_correctness_nn_functional_threshold_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6607314Z test_nnc_correctness_nn_functional_threshold_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6625220Z test_nnc_correctness_nn_functional_unfold_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6642831Z test_nnc_correctness_nn_functional_unfold_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6660791Z test_nnc_correctness_nn_functional_unfold_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6678321Z test_nnc_correctness_nn_functional_unfold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6696508Z test_nnc_correctness_nn_functional_unfold_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6720294Z test_nnc_correctness_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6738269Z test_nnc_correctness_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6756500Z test_nnc_correctness_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6773909Z test_nnc_correctness_nn_functional_upsample_nearest_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6792365Z test_nnc_correctness_nn_functional_upsample_nearest_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6810217Z test_nnc_correctness_nn_functional_upsample_nearest_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6827764Z test_nnc_correctness_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6845664Z test_nnc_correctness_nonzero_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6863239Z test_nnc_correctness_nonzero_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6880946Z test_nnc_correctness_nonzero_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6899571Z test_nnc_correctness_nonzero_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6916968Z test_nnc_correctness_nonzero_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6940918Z test_nnc_correctness_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6958462Z test_nnc_correctness_nonzero_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6976205Z test_nnc_correctness_nonzero_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.6993846Z test_nnc_correctness_nonzero_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7011624Z test_nnc_correctness_nonzero_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7030026Z test_nnc_correctness_nonzero_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7047801Z test_nnc_correctness_nonzero_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7065359Z test_nnc_correctness_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7083103Z test_nnc_correctness_norm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7100840Z test_nnc_correctness_norm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7118286Z test_nnc_correctness_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7142934Z test_nnc_correctness_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7161028Z test_nnc_correctness_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7179553Z test_nnc_correctness_norm_fro_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7197076Z test_nnc_correctness_norm_fro_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7215059Z test_nnc_correctness_norm_fro_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7232464Z test_nnc_correctness_norm_fro_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7250543Z test_nnc_correctness_norm_fro_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7267891Z test_nnc_correctness_norm_fro_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7286102Z test_nnc_correctness_norm_inf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7303590Z test_nnc_correctness_norm_inf_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7321489Z test_nnc_correctness_norm_inf_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7339484Z test_nnc_correctness_norm_inf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7363621Z test_nnc_correctness_norm_inf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7383075Z test_nnc_correctness_norm_inf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7401955Z test_nnc_correctness_norm_nuc_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7421393Z test_nnc_correctness_norm_nuc_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7440540Z test_nnc_correctness_norm_nuc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7460069Z test_nnc_correctness_norm_nuc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7479161Z test_nnc_correctness_normal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7498895Z test_nnc_correctness_normal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7517732Z test_nnc_correctness_normal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7537278Z test_nnc_correctness_normal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7554636Z test_nnc_correctness_normal_number_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7572552Z test_nnc_correctness_normal_number_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7596291Z test_nnc_correctness_normal_number_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7614507Z test_nnc_correctness_normal_number_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7631995Z test_nnc_correctness_ones_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7650297Z test_nnc_correctness_ones_like_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7667573Z test_nnc_correctness_ones_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7685477Z test_nnc_correctness_ones_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7703115Z test_nnc_correctness_ones_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7720610Z test_nnc_correctness_ones_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7738514Z test_nnc_correctness_ones_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7756015Z test_nnc_correctness_ones_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7773953Z test_nnc_correctness_ones_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7791838Z test_nnc_correctness_ones_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7815970Z test_nnc_correctness_ones_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7834903Z test_nnc_correctness_ones_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7854162Z test_nnc_correctness_ormqr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7873233Z test_nnc_correctness_ormqr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7892863Z test_nnc_correctness_ormqr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7912049Z test_nnc_correctness_ormqr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7931187Z test_nnc_correctness_outer_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7950184Z test_nnc_correctness_outer_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7969585Z test_nnc_correctness_outer_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.7987078Z test_nnc_correctness_outer_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8005166Z test_nnc_correctness_outer_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8022980Z test_nnc_correctness_outer_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8048911Z test_nnc_correctness_outer_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.003s) 2022-03-17T19:45:20.8066645Z test_nnc_correctness_outer_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8084532Z test_nnc_correctness_outer_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8102354Z test_nnc_correctness_outer_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8119807Z test_nnc_correctness_outer_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8137785Z test_nnc_correctness_outer_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8156509Z test_nnc_correctness_pca_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8175365Z test_nnc_correctness_pca_lowrank_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8192878Z test_nnc_correctness_permute_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8210644Z test_nnc_correctness_permute_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8228216Z test_nnc_correctness_permute_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8252292Z test_nnc_correctness_permute_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8269782Z test_nnc_correctness_permute_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8287647Z test_nnc_correctness_permute_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8305171Z test_nnc_correctness_permute_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8322710Z test_nnc_correctness_permute_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8340787Z test_nnc_correctness_permute_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8358388Z test_nnc_correctness_permute_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8376412Z test_nnc_correctness_permute_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8393890Z test_nnc_correctness_permute_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8411573Z test_nnc_correctness_pinverse_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8430721Z test_nnc_correctness_pinverse_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8448781Z test_nnc_correctness_pinverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8472544Z test_nnc_correctness_pinverse_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8490434Z test_nnc_correctness_polar_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8508032Z test_nnc_correctness_polar_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8526048Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8543597Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8561174Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8578999Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8596577Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8614443Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8631889Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8650105Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8667675Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8691851Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8709212Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8727149Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8744641Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8762506Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8780108Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8797780Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8815716Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8833211Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8851279Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8868809Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8886711Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8910273Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8928554Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8946037Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8963793Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8981572Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.8999271Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9017174Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9034660Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9052521Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9070091Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9088263Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9106308Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9130503Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9148249Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9167023Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9184768Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9202633Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9220247Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9237774Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9255798Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9274945Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9292857Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9310345Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9335017Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9352285Z test_nnc_correctness_positive_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9370331Z test_nnc_correctness_positive_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9387913Z test_nnc_correctness_positive_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9405895Z test_nnc_correctness_positive_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9423339Z test_nnc_correctness_positive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9441061Z test_nnc_correctness_positive_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9458743Z test_nnc_correctness_positive_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9476366Z test_nnc_correctness_positive_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9494279Z test_nnc_correctness_positive_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9512014Z test_nnc_correctness_positive_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9529837Z test_nnc_correctness_positive_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9553543Z test_nnc_correctness_pow_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9571341Z test_nnc_correctness_pow_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9589055Z test_nnc_correctness_pow_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9607155Z test_nnc_correctness_pow_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9624633Z test_nnc_correctness_pow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9643654Z test_nnc_correctness_pow_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9661597Z test_nnc_correctness_pow_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9678934Z test_nnc_correctness_pow_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9696760Z test_nnc_correctness_pow_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9714305Z test_nnc_correctness_pow_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9732195Z test_nnc_correctness_pow_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9749754Z test_nnc_correctness_prod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9773913Z test_nnc_correctness_prod_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9791521Z test_nnc_correctness_prod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9809457Z test_nnc_correctness_prod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9827173Z test_nnc_correctness_prod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9845064Z test_nnc_correctness_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9862629Z test_nnc_correctness_prod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9880349Z test_nnc_correctness_prod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9898512Z test_nnc_correctness_prod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9915904Z test_nnc_correctness_prod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9933683Z test_nnc_correctness_prod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9951254Z test_nnc_correctness_prod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9969331Z test_nnc_correctness_put_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:20.9992883Z test_nnc_correctness_put_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0010825Z test_nnc_correctness_put_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0028234Z test_nnc_correctness_put_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0046224Z test_nnc_correctness_put_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0063730Z test_nnc_correctness_put_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0081389Z test_nnc_correctness_put_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0099347Z test_nnc_correctness_put_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0116954Z test_nnc_correctness_put_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0134855Z test_nnc_correctness_put_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0153782Z test_nnc_correctness_put_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0171872Z test_nnc_correctness_put_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0190509Z test_nnc_correctness_qr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0214154Z test_nnc_correctness_qr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0231306Z test_nnc_correctness_qr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0248829Z test_nnc_correctness_qr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0266388Z test_nnc_correctness_quantile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0284410Z test_nnc_correctness_quantile_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0302056Z test_nnc_correctness_rad2deg_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0319708Z test_nnc_correctness_rad2deg_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0338113Z test_nnc_correctness_rad2deg_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0355169Z test_nnc_correctness_rad2deg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0373154Z test_nnc_correctness_rad2deg_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0390718Z test_nnc_correctness_rad2deg_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0414985Z test_nnc_correctness_rad2deg_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0432506Z test_nnc_correctness_rad2deg_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0450570Z test_nnc_correctness_rad2deg_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0468228Z test_nnc_correctness_rad2deg_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0486124Z test_nnc_correctness_rand_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0503682Z test_nnc_correctness_rand_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0521426Z test_nnc_correctness_rand_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0539222Z test_nnc_correctness_rand_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0556761Z test_nnc_correctness_rand_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0574494Z test_nnc_correctness_rand_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0592468Z test_nnc_correctness_randint_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0610369Z test_nnc_correctness_randint_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0635811Z test_nnc_correctness_randint_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0653674Z test_nnc_correctness_randint_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0671599Z test_nnc_correctness_randint_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0689570Z test_nnc_correctness_randint_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0707007Z test_nnc_correctness_randint_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0724924Z test_nnc_correctness_randint_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0742617Z test_nnc_correctness_randint_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0760026Z test_nnc_correctness_randn_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0777803Z test_nnc_correctness_randn_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0795606Z test_nnc_correctness_randn_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0813391Z test_nnc_correctness_randn_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0830682Z test_nnc_correctness_randn_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0854757Z test_nnc_correctness_randn_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0872185Z test_nnc_correctness_ravel_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0890239Z test_nnc_correctness_ravel_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0907925Z test_nnc_correctness_ravel_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0925906Z test_nnc_correctness_ravel_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0943842Z test_nnc_correctness_ravel_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0961615Z test_nnc_correctness_ravel_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0979606Z test_nnc_correctness_ravel_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.0997349Z test_nnc_correctness_ravel_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1015285Z test_nnc_correctness_ravel_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1032961Z test_nnc_correctness_ravel_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1050684Z test_nnc_correctness_ravel_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1074035Z test_nnc_correctness_ravel_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1091986Z test_nnc_correctness_real_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1109558Z test_nnc_correctness_real_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1127524Z test_nnc_correctness_real_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1144864Z test_nnc_correctness_real_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1163074Z test_nnc_correctness_real_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1181506Z test_nnc_correctness_real_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1199203Z test_nnc_correctness_real_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1217204Z test_nnc_correctness_real_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1234582Z test_nnc_correctness_real_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1252477Z test_nnc_correctness_real_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1270310Z test_nnc_correctness_real_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1294306Z test_nnc_correctness_real_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1311945Z test_nnc_correctness_reciprocal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1329887Z test_nnc_correctness_reciprocal_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1347386Z test_nnc_correctness_reciprocal_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1365170Z test_nnc_correctness_reciprocal_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1383002Z test_nnc_correctness_reciprocal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1400513Z test_nnc_correctness_reciprocal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1418323Z test_nnc_correctness_reciprocal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1435817Z test_nnc_correctness_reciprocal_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1453732Z test_nnc_correctness_reciprocal_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1471397Z test_nnc_correctness_reciprocal_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1495856Z test_nnc_correctness_reciprocal_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1513109Z test_nnc_correctness_reciprocal_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1531086Z test_nnc_correctness_remainder_autodiffed_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1548813Z test_nnc_correctness_remainder_autodiffed_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1566808Z test_nnc_correctness_remainder_autodiffed_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1584476Z test_nnc_correctness_remainder_autodiffed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1602706Z test_nnc_correctness_remainder_autodiffed_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1621258Z test_nnc_correctness_remainder_autodiffed_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1638483Z test_nnc_correctness_remainder_autodiffed_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1656504Z test_nnc_correctness_remainder_autodiffed_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1674016Z test_nnc_correctness_remainder_autodiffed_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1692028Z test_nnc_correctness_remainder_autodiffed_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1715637Z test_nnc_correctness_remainder_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1733560Z test_nnc_correctness_remainder_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1751191Z test_nnc_correctness_remainder_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1769113Z test_nnc_correctness_remainder_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1786773Z test_nnc_correctness_remainder_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1804742Z test_nnc_correctness_remainder_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1822375Z test_nnc_correctness_remainder_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1840078Z test_nnc_correctness_remainder_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1857984Z test_nnc_correctness_remainder_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1875510Z test_nnc_correctness_renorm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1893661Z test_nnc_correctness_renorm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1911192Z test_nnc_correctness_renorm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1935372Z test_nnc_correctness_renorm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1952860Z test_nnc_correctness_renorm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1970670Z test_nnc_correctness_renorm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.1988270Z test_nnc_correctness_repeat_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2006225Z test_nnc_correctness_repeat_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2023874Z test_nnc_correctness_repeat_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2041576Z test_nnc_correctness_repeat_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2059352Z test_nnc_correctness_repeat_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2076950Z test_nnc_correctness_repeat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2095043Z test_nnc_correctness_repeat_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2112851Z test_nnc_correctness_repeat_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2130676Z test_nnc_correctness_repeat_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2154678Z test_nnc_correctness_repeat_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2173286Z test_nnc_correctness_repeat_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2192587Z test_nnc_correctness_repeat_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2210326Z test_nnc_correctness_repeat_interleave_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2227974Z test_nnc_correctness_repeat_interleave_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2245865Z test_nnc_correctness_repeat_interleave_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2263520Z test_nnc_correctness_repeat_interleave_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2281217Z test_nnc_correctness_repeat_interleave_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2299054Z test_nnc_correctness_repeat_interleave_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2317635Z test_nnc_correctness_repeat_interleave_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2335400Z test_nnc_correctness_repeat_interleave_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2353611Z test_nnc_correctness_repeat_interleave_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2377173Z test_nnc_correctness_repeat_interleave_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2394875Z test_nnc_correctness_repeat_interleave_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2412866Z test_nnc_correctness_repeat_interleave_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2430349Z test_nnc_correctness_reshape_as_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2448761Z test_nnc_correctness_reshape_as_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2466133Z test_nnc_correctness_reshape_as_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2484007Z test_nnc_correctness_reshape_as_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2501707Z test_nnc_correctness_reshape_as_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2519244Z test_nnc_correctness_reshape_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2537684Z test_nnc_correctness_reshape_as_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2555159Z test_nnc_correctness_reshape_as_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2579400Z test_nnc_correctness_reshape_as_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2596905Z test_nnc_correctness_reshape_as_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2614849Z test_nnc_correctness_reshape_as_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2632410Z test_nnc_correctness_reshape_as_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2650290Z test_nnc_correctness_reshape_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2667934Z test_nnc_correctness_reshape_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2685999Z test_nnc_correctness_reshape_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2703384Z test_nnc_correctness_reshape_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2720884Z test_nnc_correctness_reshape_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2738808Z test_nnc_correctness_reshape_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2756403Z test_nnc_correctness_reshape_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2774297Z test_nnc_correctness_reshape_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2798291Z test_nnc_correctness_reshape_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2816038Z test_nnc_correctness_reshape_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2834312Z test_nnc_correctness_reshape_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2852160Z test_nnc_correctness_reshape_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2869651Z test_nnc_correctness_resize__cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2887744Z test_nnc_correctness_resize__cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2905190Z test_nnc_correctness_resize__cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2922924Z test_nnc_correctness_resize__cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2940615Z test_nnc_correctness_resize__cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2958381Z test_nnc_correctness_resize__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2976663Z test_nnc_correctness_resize__cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.2994193Z test_nnc_correctness_resize__cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3019055Z test_nnc_correctness_resize__cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3036557Z test_nnc_correctness_resize__cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3054691Z test_nnc_correctness_resize__cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3072327Z test_nnc_correctness_resize__cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3090400Z test_nnc_correctness_resize_as__cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3107937Z test_nnc_correctness_resize_as__cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3125736Z test_nnc_correctness_resize_as__cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3143365Z test_nnc_correctness_resize_as__cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3161322Z test_nnc_correctness_resize_as__cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3179618Z test_nnc_correctness_resize_as__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3197455Z test_nnc_correctness_resize_as__cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3215501Z test_nnc_correctness_resize_as__cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3241284Z test_nnc_correctness_resize_as__cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3259289Z test_nnc_correctness_resize_as__cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3276936Z test_nnc_correctness_resize_as__cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3295054Z test_nnc_correctness_resize_as__cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3312730Z test_nnc_correctness_resolve_conj_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3330644Z test_nnc_correctness_resolve_conj_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3348091Z test_nnc_correctness_resolve_conj_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3366057Z test_nnc_correctness_resolve_conj_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3383556Z test_nnc_correctness_resolve_conj_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3401194Z test_nnc_correctness_resolve_conj_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3419143Z test_nnc_correctness_resolve_conj_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3436846Z test_nnc_correctness_resolve_conj_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3461072Z test_nnc_correctness_resolve_conj_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3478730Z test_nnc_correctness_resolve_conj_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3496668Z test_nnc_correctness_resolve_conj_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3514329Z test_nnc_correctness_resolve_conj_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3532377Z test_nnc_correctness_resolve_neg_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3549925Z test_nnc_correctness_resolve_neg_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3567824Z test_nnc_correctness_resolve_neg_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3585565Z test_nnc_correctness_resolve_neg_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3603189Z test_nnc_correctness_resolve_neg_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3620888Z test_nnc_correctness_resolve_neg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3638357Z test_nnc_correctness_resolve_neg_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3662404Z test_nnc_correctness_resolve_neg_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3680077Z test_nnc_correctness_resolve_neg_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3697816Z test_nnc_correctness_resolve_neg_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3715701Z test_nnc_correctness_resolve_neg_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3733751Z test_nnc_correctness_resolve_neg_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3751359Z test_nnc_correctness_roll_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3769214Z test_nnc_correctness_roll_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3786733Z test_nnc_correctness_roll_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3804542Z test_nnc_correctness_roll_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3822030Z test_nnc_correctness_roll_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3839632Z test_nnc_correctness_roll_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3857347Z test_nnc_correctness_roll_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3881060Z test_nnc_correctness_roll_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3898881Z test_nnc_correctness_roll_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3916367Z test_nnc_correctness_roll_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3934284Z test_nnc_correctness_roll_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3952114Z test_nnc_correctness_roll_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3969853Z test_nnc_correctness_rot90_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.3987679Z test_nnc_correctness_rot90_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4005786Z test_nnc_correctness_rot90_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4023051Z test_nnc_correctness_rot90_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4040550Z test_nnc_correctness_rot90_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4058479Z test_nnc_correctness_rot90_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4076093Z test_nnc_correctness_rot90_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4100165Z test_nnc_correctness_rot90_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4118549Z test_nnc_correctness_rot90_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4136673Z test_nnc_correctness_rot90_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4154867Z test_nnc_correctness_rot90_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4173195Z test_nnc_correctness_rot90_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4191014Z test_nnc_correctness_round_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4209003Z test_nnc_correctness_round_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4226466Z test_nnc_correctness_round_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4244385Z test_nnc_correctness_round_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4262169Z test_nnc_correctness_round_decimals_0_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4279697Z test_nnc_correctness_round_decimals_0_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4297724Z test_nnc_correctness_round_decimals_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4321294Z test_nnc_correctness_round_decimals_0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4339076Z test_nnc_correctness_round_decimals_3_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4356672Z test_nnc_correctness_round_decimals_3_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4374686Z test_nnc_correctness_round_decimals_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4392287Z test_nnc_correctness_round_decimals_3_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4410273Z test_nnc_correctness_round_decimals_neg_3_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4427991Z test_nnc_correctness_round_decimals_neg_3_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4446000Z test_nnc_correctness_round_decimals_neg_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4463804Z test_nnc_correctness_round_decimals_neg_3_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4481263Z test_nnc_correctness_rsqrt_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4499294Z test_nnc_correctness_rsqrt_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4517103Z test_nnc_correctness_rsqrt_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4541150Z test_nnc_correctness_rsqrt_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4560467Z test_nnc_correctness_rsqrt_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4579985Z test_nnc_correctness_rsqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4599091Z test_nnc_correctness_rsqrt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4618605Z test_nnc_correctness_rsqrt_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4637766Z test_nnc_correctness_rsqrt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4657229Z test_nnc_correctness_rsqrt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4676315Z test_nnc_correctness_rsqrt_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4695886Z test_nnc_correctness_rsqrt_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4713557Z test_nnc_correctness_rsub_rsub_scalar_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4731563Z test_nnc_correctness_rsub_rsub_scalar_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4755328Z test_nnc_correctness_rsub_rsub_scalar_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4773134Z test_nnc_correctness_rsub_rsub_scalar_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4791061Z test_nnc_correctness_rsub_rsub_scalar_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4809066Z test_nnc_correctness_rsub_rsub_scalar_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4826574Z test_nnc_correctness_rsub_rsub_scalar_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4844447Z test_nnc_correctness_rsub_rsub_scalar_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4862210Z test_nnc_correctness_rsub_rsub_scalar_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4879653Z test_nnc_correctness_rsub_rsub_scalar_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4897605Z test_nnc_correctness_rsub_rsub_scalar_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4915436Z test_nnc_correctness_rsub_rsub_tensor_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4933217Z test_nnc_correctness_rsub_rsub_tensor_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4950778Z test_nnc_correctness_rsub_rsub_tensor_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4974969Z test_nnc_correctness_rsub_rsub_tensor_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.4992576Z test_nnc_correctness_rsub_rsub_tensor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5012017Z test_nnc_correctness_rsub_rsub_tensor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5031229Z test_nnc_correctness_rsub_rsub_tensor_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5050777Z test_nnc_correctness_rsub_rsub_tensor_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5068430Z test_nnc_correctness_rsub_rsub_tensor_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5086416Z test_nnc_correctness_rsub_rsub_tensor_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5105416Z test_nnc_correctness_rsub_rsub_tensor_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5124849Z test_nnc_correctness_scatter_add_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5144009Z test_nnc_correctness_scatter_add_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5162597Z test_nnc_correctness_scatter_add_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5180717Z test_nnc_correctness_scatter_add_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5205251Z test_nnc_correctness_scatter_add_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5224266Z test_nnc_correctness_scatter_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5243528Z test_nnc_correctness_scatter_add_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5262844Z test_nnc_correctness_scatter_add_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5281956Z test_nnc_correctness_scatter_add_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5301435Z test_nnc_correctness_scatter_add_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5320437Z test_nnc_correctness_scatter_add_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5339685Z test_nnc_correctness_scatter_add_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5357382Z test_nnc_correctness_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5375376Z test_nnc_correctness_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5393096Z test_nnc_correctness_scatter_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5411104Z test_nnc_correctness_scatter_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5434768Z test_nnc_correctness_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5452771Z test_nnc_correctness_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5470528Z test_nnc_correctness_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5488556Z test_nnc_correctness_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5506154Z test_nnc_correctness_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5523926Z test_nnc_correctness_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5541637Z test_nnc_correctness_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5559461Z test_nnc_correctness_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5577385Z test_nnc_correctness_scatter_reduce_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5596851Z test_nnc_correctness_scatter_reduce_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5614665Z test_nnc_correctness_scatter_reduce_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5632517Z test_nnc_correctness_scatter_reduce_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5656710Z test_nnc_correctness_scatter_reduce_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5674135Z test_nnc_correctness_scatter_reduce_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5692156Z test_nnc_correctness_scatter_reduce_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5709906Z test_nnc_correctness_scatter_reduce_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5727921Z test_nnc_correctness_scatter_reduce_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5745562Z test_nnc_correctness_searchsorted_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5763388Z test_nnc_correctness_searchsorted_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5781202Z test_nnc_correctness_searchsorted_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5798879Z test_nnc_correctness_searchsorted_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5816885Z test_nnc_correctness_searchsorted_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5834427Z test_nnc_correctness_searchsorted_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5860660Z test_nnc_correctness_searchsorted_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.003s) 2022-03-17T19:45:21.5879865Z test_nnc_correctness_searchsorted_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5899110Z test_nnc_correctness_select_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5916929Z test_nnc_correctness_select_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5934921Z test_nnc_correctness_select_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5952471Z test_nnc_correctness_select_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5970480Z test_nnc_correctness_select_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.5988147Z test_nnc_correctness_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6006373Z test_nnc_correctness_select_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6023803Z test_nnc_correctness_select_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6041431Z test_nnc_correctness_select_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6059402Z test_nnc_correctness_select_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6083173Z test_nnc_correctness_select_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6100934Z test_nnc_correctness_select_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6120087Z test_nnc_correctness_select_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6139445Z test_nnc_correctness_select_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6157611Z test_nnc_correctness_select_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6175992Z test_nnc_correctness_select_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6193710Z test_nnc_correctness_select_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6211564Z test_nnc_correctness_select_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6229176Z test_nnc_correctness_select_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6247184Z test_nnc_correctness_select_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6264719Z test_nnc_correctness_select_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6282649Z test_nnc_correctness_select_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6306786Z test_nnc_correctness_sgn_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6324738Z test_nnc_correctness_sgn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6344009Z test_nnc_correctness_sgn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6363249Z test_nnc_correctness_sgn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6382336Z test_nnc_correctness_sgn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6401469Z test_nnc_correctness_sgn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6420688Z test_nnc_correctness_sgn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6438302Z test_nnc_correctness_sgn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6456502Z test_nnc_correctness_sgn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6474191Z test_nnc_correctness_sgn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6492234Z test_nnc_correctness_sgn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6509837Z test_nnc_correctness_sgn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6533822Z test_nnc_correctness_short_channels_last_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6551406Z test_nnc_correctness_short_channels_last_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6569588Z test_nnc_correctness_short_channels_last_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6586938Z test_nnc_correctness_short_channels_last_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6604962Z test_nnc_correctness_short_channels_last_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6623508Z test_nnc_correctness_short_channels_last_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6640974Z test_nnc_correctness_short_channels_last_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6659001Z test_nnc_correctness_short_channels_last_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6676634Z test_nnc_correctness_short_channels_last_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6694589Z test_nnc_correctness_short_channels_last_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6712540Z test_nnc_correctness_short_channels_last_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6730258Z test_nnc_correctness_short_channels_last_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6753859Z test_nnc_correctness_short_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6771917Z test_nnc_correctness_short_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6789930Z test_nnc_correctness_short_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6807936Z test_nnc_correctness_short_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6825730Z test_nnc_correctness_short_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6843383Z test_nnc_correctness_short_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6861351Z test_nnc_correctness_short_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6879019Z test_nnc_correctness_short_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6897123Z test_nnc_correctness_short_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6914760Z test_nnc_correctness_short_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6932523Z test_nnc_correctness_short_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6956536Z test_nnc_correctness_short_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6974466Z test_nnc_correctness_sigmoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.6992154Z test_nnc_correctness_sigmoid_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7010246Z test_nnc_correctness_sigmoid_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7027806Z test_nnc_correctness_sigmoid_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7046001Z test_nnc_correctness_sigmoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7063561Z test_nnc_correctness_sigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7081196Z test_nnc_correctness_sigmoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7099420Z test_nnc_correctness_sigmoid_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7116937Z test_nnc_correctness_sigmoid_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7135019Z test_nnc_correctness_sigmoid_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7152969Z test_nnc_correctness_sigmoid_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7177488Z test_nnc_correctness_sigmoid_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7195292Z test_nnc_correctness_sign_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7213245Z test_nnc_correctness_sign_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7230907Z test_nnc_correctness_sign_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7248785Z test_nnc_correctness_sign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7266420Z test_nnc_correctness_sign_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7284345Z test_nnc_correctness_sign_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7301711Z test_nnc_correctness_sign_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7319691Z test_nnc_correctness_sign_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7337427Z test_nnc_correctness_sign_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7355108Z test_nnc_correctness_sign_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7373088Z test_nnc_correctness_signbit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7396811Z test_nnc_correctness_signbit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7415026Z test_nnc_correctness_signbit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7433120Z test_nnc_correctness_signbit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7450863Z test_nnc_correctness_signbit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7468640Z test_nnc_correctness_signbit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7486597Z test_nnc_correctness_signbit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7504185Z test_nnc_correctness_signbit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7521742Z test_nnc_correctness_signbit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7539651Z test_nnc_correctness_signbit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7557282Z test_nnc_correctness_sin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7575235Z test_nnc_correctness_sin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7593389Z test_nnc_correctness_sin_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7617623Z test_nnc_correctness_sin_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7635219Z test_nnc_correctness_sin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7653135Z test_nnc_correctness_sin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7671106Z test_nnc_correctness_sin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7689083Z test_nnc_correctness_sin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7706785Z test_nnc_correctness_sin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7724577Z test_nnc_correctness_sin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7742092Z test_nnc_correctness_sin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7759613Z test_nnc_correctness_sin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7777699Z test_nnc_correctness_sinc_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7795388Z test_nnc_correctness_sinc_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7813582Z test_nnc_correctness_sinc_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7837174Z test_nnc_correctness_sinc_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7855310Z test_nnc_correctness_sinc_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7872812Z test_nnc_correctness_sinc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7891474Z test_nnc_correctness_sinc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7908985Z test_nnc_correctness_sinc_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7926894Z test_nnc_correctness_sinc_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7944460Z test_nnc_correctness_sinc_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7962001Z test_nnc_correctness_sinc_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7980115Z test_nnc_correctness_sinc_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.7997647Z test_nnc_correctness_sinh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8015764Z test_nnc_correctness_sinh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8040335Z test_nnc_correctness_sinh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8058158Z test_nnc_correctness_sinh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8077330Z test_nnc_correctness_sinh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8096124Z test_nnc_correctness_sinh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8113747Z test_nnc_correctness_sinh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8131656Z test_nnc_correctness_sinh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8150029Z test_nnc_correctness_sinh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8168255Z test_nnc_correctness_sinh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8186096Z test_nnc_correctness_sinh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8203330Z test_nnc_correctness_sinh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8221252Z test_nnc_correctness_slice_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8238916Z test_nnc_correctness_slice_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8263292Z test_nnc_correctness_slice_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8281076Z test_nnc_correctness_slice_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8298858Z test_nnc_correctness_slice_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8316384Z test_nnc_correctness_slice_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8334124Z test_nnc_correctness_slice_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8351667Z test_nnc_correctness_slice_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8369813Z test_nnc_correctness_slice_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8386940Z test_nnc_correctness_slice_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8404782Z test_nnc_correctness_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8422369Z test_nnc_correctness_softmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8440035Z test_nnc_correctness_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8458060Z test_nnc_correctness_softmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8483977Z test_nnc_correctness_softmax_with_dtype_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8501560Z test_nnc_correctness_softmax_with_dtype_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8519218Z test_nnc_correctness_softmax_with_dtype_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8537179Z test_nnc_correctness_softmax_with_dtype_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8554847Z test_nnc_correctness_softmax_with_dtype_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8572779Z test_nnc_correctness_softmax_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8590184Z test_nnc_correctness_softmax_with_dtype_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8608079Z test_nnc_correctness_softmax_with_dtype_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8625639Z test_nnc_correctness_softmax_with_dtype_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8643664Z test_nnc_correctness_softmax_with_dtype_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8661157Z test_nnc_correctness_softmax_with_dtype_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8678743Z test_nnc_correctness_softmax_with_dtype_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8702137Z test_nnc_correctness_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8719285Z test_nnc_correctness_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8736796Z test_nnc_correctness_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8754136Z test_nnc_correctness_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8772139Z test_nnc_correctness_sort_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8789884Z test_nnc_correctness_sort_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8807703Z test_nnc_correctness_sort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8824996Z test_nnc_correctness_sort_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8842596Z test_nnc_correctness_sort_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8860321Z test_nnc_correctness_sort_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8878028Z test_nnc_correctness_sort_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8895809Z test_nnc_correctness_sort_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8919324Z test_nnc_correctness_sort_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8937271Z test_nnc_correctness_special_entr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8954832Z test_nnc_correctness_special_entr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8973451Z test_nnc_correctness_special_entr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.8991090Z test_nnc_correctness_special_entr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9008736Z test_nnc_correctness_special_entr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9026337Z test_nnc_correctness_special_entr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9043957Z test_nnc_correctness_special_entr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9061564Z test_nnc_correctness_special_entr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9079044Z test_nnc_correctness_special_entr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9097025Z test_nnc_correctness_special_entr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9121529Z test_nnc_correctness_special_erfcx_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9139311Z test_nnc_correctness_special_erfcx_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9157773Z test_nnc_correctness_special_erfcx_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9175890Z test_nnc_correctness_special_erfcx_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9193490Z test_nnc_correctness_special_erfcx_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9211380Z test_nnc_correctness_special_erfcx_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9228884Z test_nnc_correctness_special_erfcx_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9246696Z test_nnc_correctness_special_erfcx_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9264371Z test_nnc_correctness_special_i0e_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9282073Z test_nnc_correctness_special_i0e_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9300103Z test_nnc_correctness_special_i0e_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9318874Z test_nnc_correctness_special_i0e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9342786Z test_nnc_correctness_special_i0e_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9360472Z test_nnc_correctness_special_i0e_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9378180Z test_nnc_correctness_special_i0e_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9395861Z test_nnc_correctness_special_i0e_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9413746Z test_nnc_correctness_special_i0e_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9431433Z test_nnc_correctness_special_i0e_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9450108Z test_nnc_correctness_special_i1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9467562Z test_nnc_correctness_special_i1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9485348Z test_nnc_correctness_special_i1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9503062Z test_nnc_correctness_special_i1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9520754Z test_nnc_correctness_special_i1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9538537Z test_nnc_correctness_special_i1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9562162Z test_nnc_correctness_special_i1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9580103Z test_nnc_correctness_special_i1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9597757Z test_nnc_correctness_special_i1e_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9615335Z test_nnc_correctness_special_i1e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9632808Z test_nnc_correctness_special_i1e_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9650892Z test_nnc_correctness_special_i1e_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9668441Z test_nnc_correctness_special_i1e_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9686323Z test_nnc_correctness_special_i1e_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9703779Z test_nnc_correctness_special_i1e_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9721223Z test_nnc_correctness_special_i1e_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9739064Z test_nnc_correctness_special_ndtr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9756758Z test_nnc_correctness_special_ndtr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9780376Z test_nnc_correctness_special_ndtr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9798335Z test_nnc_correctness_special_ndtr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9816101Z test_nnc_correctness_special_ndtr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9833738Z test_nnc_correctness_special_ndtr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9851517Z test_nnc_correctness_special_ndtr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9869083Z test_nnc_correctness_special_ndtr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9887069Z test_nnc_correctness_special_ndtr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9904643Z test_nnc_correctness_special_ndtr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9922296Z test_nnc_correctness_special_ndtri_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9940209Z test_nnc_correctness_special_ndtri_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9957744Z test_nnc_correctness_special_ndtri_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9975706Z test_nnc_correctness_special_ndtri_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:21.9999477Z test_nnc_correctness_special_ndtri_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0017406Z test_nnc_correctness_special_ndtri_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0035134Z test_nnc_correctness_special_ndtri_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0052945Z test_nnc_correctness_special_ndtri_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0070716Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0088971Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0106488Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0124175Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0141942Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0160490Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0178112Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0201812Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0219906Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0237663Z test_nnc_correctness_special_xlog1py_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0255527Z test_nnc_correctness_special_xlog1py_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0273122Z test_nnc_correctness_special_xlog1py_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0291046Z test_nnc_correctness_special_xlog1py_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0308579Z test_nnc_correctness_special_xlog1py_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0326351Z test_nnc_correctness_special_xlog1py_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0343701Z test_nnc_correctness_special_xlog1py_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0361433Z test_nnc_correctness_special_xlog1py_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0379170Z test_nnc_correctness_special_xlog1py_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0396739Z test_nnc_correctness_special_xlog1py_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0420812Z test_nnc_correctness_special_zeta_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0438358Z test_nnc_correctness_special_zeta_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0456351Z test_nnc_correctness_special_zeta_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0474174Z test_nnc_correctness_special_zeta_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0491909Z test_nnc_correctness_special_zeta_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0509650Z test_nnc_correctness_special_zeta_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0527652Z test_nnc_correctness_special_zeta_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0544951Z test_nnc_correctness_special_zeta_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0562605Z test_nnc_correctness_special_zeta_grad_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0580497Z test_nnc_correctness_special_zeta_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0598205Z test_nnc_correctness_special_zeta_grad_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0616063Z test_nnc_correctness_special_zeta_grad_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0640008Z test_nnc_correctness_special_zeta_grad_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0658065Z test_nnc_correctness_special_zeta_grad_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0675505Z test_nnc_correctness_special_zeta_grad_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0693541Z test_nnc_correctness_special_zeta_grad_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0711098Z test_nnc_correctness_split_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0729045Z test_nnc_correctness_split_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0746753Z test_nnc_correctness_split_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0764360Z test_nnc_correctness_split_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0783566Z test_nnc_correctness_split_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0800908Z test_nnc_correctness_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0818868Z test_nnc_correctness_split_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0836523Z test_nnc_correctness_split_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0860447Z test_nnc_correctness_split_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0878153Z test_nnc_correctness_split_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0896114Z test_nnc_correctness_split_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0913798Z test_nnc_correctness_split_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0931803Z test_nnc_correctness_split_list_args_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0949089Z test_nnc_correctness_split_list_args_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0967317Z test_nnc_correctness_split_list_args_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.0984652Z test_nnc_correctness_split_list_args_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1002368Z test_nnc_correctness_split_list_args_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1020270Z test_nnc_correctness_split_list_args_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1037843Z test_nnc_correctness_split_list_args_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1055991Z test_nnc_correctness_split_list_args_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1081217Z test_nnc_correctness_split_list_args_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1099092Z test_nnc_correctness_split_list_args_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1116824Z test_nnc_correctness_split_list_args_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1134873Z test_nnc_correctness_split_list_args_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1152816Z test_nnc_correctness_split_with_sizes_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1171534Z test_nnc_correctness_split_with_sizes_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1189103Z test_nnc_correctness_split_with_sizes_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1207189Z test_nnc_correctness_split_with_sizes_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1224794Z test_nnc_correctness_split_with_sizes_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1242505Z test_nnc_correctness_split_with_sizes_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1261597Z test_nnc_correctness_split_with_sizes_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1287311Z test_nnc_correctness_split_with_sizes_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1304814Z test_nnc_correctness_split_with_sizes_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1322443Z test_nnc_correctness_split_with_sizes_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1340258Z test_nnc_correctness_split_with_sizes_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1357902Z test_nnc_correctness_split_with_sizes_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1375795Z test_nnc_correctness_sqrt_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1393474Z test_nnc_correctness_sqrt_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1411358Z test_nnc_correctness_sqrt_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1428973Z test_nnc_correctness_sqrt_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1446796Z test_nnc_correctness_sqrt_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1464326Z test_nnc_correctness_sqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1481946Z test_nnc_correctness_sqrt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1505897Z test_nnc_correctness_sqrt_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1523396Z test_nnc_correctness_sqrt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1541343Z test_nnc_correctness_sqrt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1559013Z test_nnc_correctness_sqrt_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1576908Z test_nnc_correctness_sqrt_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1594546Z test_nnc_correctness_square_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1612623Z test_nnc_correctness_square_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1630351Z test_nnc_correctness_square_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1648158Z test_nnc_correctness_square_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1665683Z test_nnc_correctness_square_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1683384Z test_nnc_correctness_square_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1701239Z test_nnc_correctness_square_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1725075Z test_nnc_correctness_square_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1743883Z test_nnc_correctness_square_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1762909Z test_nnc_correctness_square_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1782123Z test_nnc_correctness_square_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1801331Z test_nnc_correctness_square_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1820535Z test_nnc_correctness_squeeze_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1839500Z test_nnc_correctness_squeeze_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1858653Z test_nnc_correctness_squeeze_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1877538Z test_nnc_correctness_squeeze_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1896828Z test_nnc_correctness_squeeze_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1915732Z test_nnc_correctness_squeeze_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1933671Z test_nnc_correctness_squeeze_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1957027Z test_nnc_correctness_squeeze_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1975003Z test_nnc_correctness_squeeze_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.1992620Z test_nnc_correctness_squeeze_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2010380Z test_nnc_correctness_squeeze_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2028048Z test_nnc_correctness_squeeze_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2046062Z test_nnc_correctness_stack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2063634Z test_nnc_correctness_stack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2081298Z test_nnc_correctness_stack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2099046Z test_nnc_correctness_stack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2116639Z test_nnc_correctness_stack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2134695Z test_nnc_correctness_stack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2152369Z test_nnc_correctness_stack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2177145Z test_nnc_correctness_stack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2194713Z test_nnc_correctness_stack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2212601Z test_nnc_correctness_stack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2230246Z test_nnc_correctness_stack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2248078Z test_nnc_correctness_stack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2265683Z test_nnc_correctness_std_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2283408Z test_nnc_correctness_std_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2301398Z test_nnc_correctness_std_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2318957Z test_nnc_correctness_std_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2336777Z test_nnc_correctness_std_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2354748Z test_nnc_correctness_std_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2378492Z test_nnc_correctness_std_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2396178Z test_nnc_correctness_std_mean_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2414369Z test_nnc_correctness_std_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2431856Z test_nnc_correctness_std_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2449710Z test_nnc_correctness_std_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2467254Z test_nnc_correctness_std_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2485213Z test_nnc_correctness_stft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2502724Z test_nnc_correctness_stft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2520273Z test_nnc_correctness_stft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2538083Z test_nnc_correctness_stft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2555934Z test_nnc_correctness_sub_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2573660Z test_nnc_correctness_sub_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2597544Z test_nnc_correctness_sub_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2615403Z test_nnc_correctness_sub_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2633094Z test_nnc_correctness_sub_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2651052Z test_nnc_correctness_sub_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2668517Z test_nnc_correctness_sub_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2686375Z test_nnc_correctness_sub_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2704282Z test_nnc_correctness_sub_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2722378Z test_nnc_correctness_sub_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2740111Z test_nnc_correctness_sub_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2757602Z test_nnc_correctness_sum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2775482Z test_nnc_correctness_sum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2793187Z test_nnc_correctness_sum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2817073Z test_nnc_correctness_sum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2834646Z test_nnc_correctness_sum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2852454Z test_nnc_correctness_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2871652Z test_nnc_correctness_sum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2891044Z test_nnc_correctness_sum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2910118Z test_nnc_correctness_sum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2929785Z test_nnc_correctness_sum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2948799Z test_nnc_correctness_sum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2968016Z test_nnc_correctness_sum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.2987147Z test_nnc_correctness_sum_to_size_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3005215Z test_nnc_correctness_sum_to_size_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3022546Z test_nnc_correctness_sum_to_size_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3046294Z test_nnc_correctness_sum_to_size_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3063939Z test_nnc_correctness_sum_to_size_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3081408Z test_nnc_correctness_sum_to_size_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3099313Z test_nnc_correctness_sum_to_size_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3116894Z test_nnc_correctness_sum_to_size_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3134748Z test_nnc_correctness_sum_to_size_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3152419Z test_nnc_correctness_sum_to_size_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3171457Z test_nnc_correctness_sum_to_size_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3188956Z test_nnc_correctness_sum_to_size_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3207431Z test_nnc_correctness_svd_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3225654Z test_nnc_correctness_svd_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3243923Z test_nnc_correctness_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3268016Z test_nnc_correctness_svd_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3286333Z test_nnc_correctness_svd_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3304553Z test_nnc_correctness_svd_lowrank_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3322265Z test_nnc_correctness_symeig_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3340043Z test_nnc_correctness_symeig_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3357555Z test_nnc_correctness_symeig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3375429Z test_nnc_correctness_symeig_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3393032Z test_nnc_correctness_t_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3410905Z test_nnc_correctness_t_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3428405Z test_nnc_correctness_t_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3446213Z test_nnc_correctness_t_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3470092Z test_nnc_correctness_t_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3488000Z test_nnc_correctness_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3505693Z test_nnc_correctness_t_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3523212Z test_nnc_correctness_t_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3541782Z test_nnc_correctness_t_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3559223Z test_nnc_correctness_t_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3577189Z test_nnc_correctness_t_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3594762Z test_nnc_correctness_t_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3612647Z test_nnc_correctness_take_along_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3630289Z test_nnc_correctness_take_along_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3648110Z test_nnc_correctness_take_along_dim_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3666580Z test_nnc_correctness_take_along_dim_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3692361Z test_nnc_correctness_take_along_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3709866Z test_nnc_correctness_take_along_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3727795Z test_nnc_correctness_take_along_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3745325Z test_nnc_correctness_take_along_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3763027Z test_nnc_correctness_take_along_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3780876Z test_nnc_correctness_take_along_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3798368Z test_nnc_correctness_take_along_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3817023Z test_nnc_correctness_take_along_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3834438Z test_nnc_correctness_take_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3852339Z test_nnc_correctness_take_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3869851Z test_nnc_correctness_take_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3887837Z test_nnc_correctness_take_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3911253Z test_nnc_correctness_take_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3929043Z test_nnc_correctness_take_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3946414Z test_nnc_correctness_take_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3964360Z test_nnc_correctness_take_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3981860Z test_nnc_correctness_take_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.3999670Z test_nnc_correctness_take_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4017582Z test_nnc_correctness_take_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4035097Z test_nnc_correctness_take_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4052992Z test_nnc_correctness_tan_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4070649Z test_nnc_correctness_tan_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4088665Z test_nnc_correctness_tan_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4106419Z test_nnc_correctness_tan_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4130780Z test_nnc_correctness_tan_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4148695Z test_nnc_correctness_tan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4166297Z test_nnc_correctness_tan_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4183808Z test_nnc_correctness_tan_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4201493Z test_nnc_correctness_tan_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4219546Z test_nnc_correctness_tan_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4237202Z test_nnc_correctness_tan_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4255091Z test_nnc_correctness_tan_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4272747Z test_nnc_correctness_tanh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4290552Z test_nnc_correctness_tanh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4308130Z test_nnc_correctness_tanh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4326044Z test_nnc_correctness_tanh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4349975Z test_nnc_correctness_tanh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4367567Z test_nnc_correctness_tanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4385253Z test_nnc_correctness_tanh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4402985Z test_nnc_correctness_tanh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4420793Z test_nnc_correctness_tanh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4438530Z test_nnc_correctness_tanh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4456953Z test_nnc_correctness_tanh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4474563Z test_nnc_correctness_tanh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4492540Z test_nnc_correctness_tensor_split_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4510368Z test_nnc_correctness_tensor_split_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4528472Z test_nnc_correctness_tensor_split_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4551718Z test_nnc_correctness_tensor_split_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4569683Z test_nnc_correctness_tensor_split_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4587239Z test_nnc_correctness_tensor_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4605201Z test_nnc_correctness_tensor_split_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4623048Z test_nnc_correctness_tensor_split_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4640635Z test_nnc_correctness_tensor_split_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4658467Z test_nnc_correctness_tensor_split_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4675893Z test_nnc_correctness_tensor_split_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4694304Z test_nnc_correctness_tensor_split_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4712192Z test_nnc_correctness_tensordot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4729960Z test_nnc_correctness_tensordot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4747550Z test_nnc_correctness_tensordot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4771522Z test_nnc_correctness_tensordot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4789169Z test_nnc_correctness_tensordot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4807327Z test_nnc_correctness_tensordot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4826208Z test_nnc_correctness_tile_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4845448Z test_nnc_correctness_tile_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4862980Z test_nnc_correctness_tile_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4880904Z test_nnc_correctness_tile_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4898640Z test_nnc_correctness_tile_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4916464Z test_nnc_correctness_tile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4934087Z test_nnc_correctness_tile_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4951623Z test_nnc_correctness_tile_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4969853Z test_nnc_correctness_tile_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.4993692Z test_nnc_correctness_tile_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5011530Z test_nnc_correctness_tile_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5029016Z test_nnc_correctness_tile_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5047035Z test_nnc_correctness_to_sparse_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5064690Z test_nnc_correctness_to_sparse_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5082319Z test_nnc_correctness_to_sparse_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5100487Z test_nnc_correctness_to_sparse_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5118037Z test_nnc_correctness_to_sparse_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5135912Z test_nnc_correctness_to_sparse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5153431Z test_nnc_correctness_to_sparse_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5172370Z test_nnc_correctness_to_sparse_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5190058Z test_nnc_correctness_to_sparse_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5214244Z test_nnc_correctness_to_sparse_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5231837Z test_nnc_correctness_to_sparse_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5249671Z test_nnc_correctness_to_sparse_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5267299Z test_nnc_correctness_topk_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5285031Z test_nnc_correctness_topk_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5302928Z test_nnc_correctness_topk_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5320463Z test_nnc_correctness_topk_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5338333Z test_nnc_correctness_topk_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5356202Z test_nnc_correctness_topk_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5374077Z test_nnc_correctness_topk_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5391714Z test_nnc_correctness_topk_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5409860Z test_nnc_correctness_topk_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5433573Z test_nnc_correctness_trace_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5451510Z test_nnc_correctness_trace_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5469092Z test_nnc_correctness_trace_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5487109Z test_nnc_correctness_trace_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5504853Z test_nnc_correctness_trace_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5522778Z test_nnc_correctness_trace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5540522Z test_nnc_correctness_trace_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5558250Z test_nnc_correctness_trace_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5576137Z test_nnc_correctness_trace_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5593899Z test_nnc_correctness_trace_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5611675Z test_nnc_correctness_trace_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5638874Z test_nnc_correctness_trace_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.003s) 2022-03-17T19:45:22.5656859Z test_nnc_correctness_transpose_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5674707Z test_nnc_correctness_transpose_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5692658Z test_nnc_correctness_transpose_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5710220Z test_nnc_correctness_transpose_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5728453Z test_nnc_correctness_transpose_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5746058Z test_nnc_correctness_transpose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5763688Z test_nnc_correctness_transpose_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5781473Z test_nnc_correctness_transpose_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5799351Z test_nnc_correctness_transpose_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5818841Z test_nnc_correctness_transpose_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5836632Z test_nnc_correctness_transpose_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5860870Z test_nnc_correctness_transpose_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5878317Z test_nnc_correctness_trapezoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5896297Z test_nnc_correctness_trapezoid_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5914059Z test_nnc_correctness_trapezoid_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5931933Z test_nnc_correctness_trapezoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5949676Z test_nnc_correctness_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5967449Z test_nnc_correctness_trapezoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.5985143Z test_nnc_correctness_trapezoid_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6002960Z test_nnc_correctness_trapezoid_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6020699Z test_nnc_correctness_trapezoid_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6038290Z test_nnc_correctness_trapezoid_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6056181Z test_nnc_correctness_trapezoid_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6080184Z test_nnc_correctness_trapz_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6097896Z test_nnc_correctness_trapz_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6115566Z test_nnc_correctness_trapz_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6133242Z test_nnc_correctness_trapz_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6151000Z test_nnc_correctness_trapz_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6169984Z test_nnc_correctness_trapz_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6187686Z test_nnc_correctness_trapz_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6205554Z test_nnc_correctness_trapz_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6223086Z test_nnc_correctness_trapz_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6240722Z test_nnc_correctness_trapz_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6258680Z test_nnc_correctness_trapz_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6275765Z test_nnc_correctness_triangular_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6300875Z test_nnc_correctness_triangular_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6318119Z test_nnc_correctness_triangular_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6335655Z test_nnc_correctness_triangular_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6353281Z test_nnc_correctness_tril_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6371170Z test_nnc_correctness_tril_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6390270Z test_nnc_correctness_tril_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6409599Z test_nnc_correctness_tril_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6428506Z test_nnc_correctness_tril_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6447758Z test_nnc_correctness_tril_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6465474Z test_nnc_correctness_tril_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6483267Z test_nnc_correctness_tril_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6501233Z test_nnc_correctness_tril_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6525039Z test_nnc_correctness_tril_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6542466Z test_nnc_correctness_tril_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6560181Z test_nnc_correctness_triu_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6578151Z test_nnc_correctness_triu_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6595774Z test_nnc_correctness_triu_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6613677Z test_nnc_correctness_triu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6631909Z test_nnc_correctness_triu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6649830Z test_nnc_correctness_triu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6667303Z test_nnc_correctness_triu_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6685303Z test_nnc_correctness_triu_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6702862Z test_nnc_correctness_triu_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6726871Z test_nnc_correctness_triu_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6744397Z test_nnc_correctness_triu_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6762065Z test_nnc_correctness_true_divide_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6780087Z test_nnc_correctness_true_divide_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6798370Z test_nnc_correctness_true_divide_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6816189Z test_nnc_correctness_true_divide_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6833727Z test_nnc_correctness_true_divide_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6851549Z test_nnc_correctness_true_divide_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6869554Z test_nnc_correctness_true_divide_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6887451Z test_nnc_correctness_true_divide_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6905085Z test_nnc_correctness_true_divide_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6922910Z test_nnc_correctness_true_divide_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6946881Z test_nnc_correctness_true_divide_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6964684Z test_nnc_correctness_true_divide_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.6982346Z test_nnc_correctness_trunc_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7000077Z test_nnc_correctness_trunc_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7017953Z test_nnc_correctness_trunc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7035526Z test_nnc_correctness_trunc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7053367Z test_nnc_correctness_unfold_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7071079Z test_nnc_correctness_unfold_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7089282Z test_nnc_correctness_unfold_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7106663Z test_nnc_correctness_unfold_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7124691Z test_nnc_correctness_unfold_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7142063Z test_nnc_correctness_unfold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7166486Z test_nnc_correctness_unfold_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7183905Z test_nnc_correctness_unfold_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7201502Z test_nnc_correctness_unfold_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7219994Z test_nnc_correctness_unfold_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7238881Z test_nnc_correctness_unfold_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7256687Z test_nnc_correctness_unfold_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7274697Z test_nnc_correctness_unique_consecutive_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7292406Z test_nnc_correctness_unique_consecutive_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7310050Z test_nnc_correctness_unique_consecutive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7328244Z test_nnc_correctness_unique_consecutive_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7345815Z test_nnc_correctness_unique_consecutive_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7363630Z test_nnc_correctness_unique_consecutive_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7387510Z test_nnc_correctness_unique_consecutive_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7405476Z test_nnc_correctness_unique_consecutive_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7423011Z test_nnc_correctness_unique_consecutive_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7440637Z test_nnc_correctness_unique_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7458662Z test_nnc_correctness_unique_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7476361Z test_nnc_correctness_unique_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7494335Z test_nnc_correctness_unique_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7512123Z test_nnc_correctness_unique_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7530238Z test_nnc_correctness_unique_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7547717Z test_nnc_correctness_unique_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7566003Z test_nnc_correctness_unique_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7583644Z test_nnc_correctness_unique_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7607760Z test_nnc_correctness_unsqueeze_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7625503Z test_nnc_correctness_unsqueeze_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7643219Z test_nnc_correctness_unsqueeze_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7661186Z test_nnc_correctness_unsqueeze_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7679125Z test_nnc_correctness_unsqueeze_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7696968Z test_nnc_correctness_unsqueeze_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7714897Z test_nnc_correctness_unsqueeze_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7732748Z test_nnc_correctness_unsqueeze_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7750452Z test_nnc_correctness_unsqueeze_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7768488Z test_nnc_correctness_unsqueeze_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7786424Z test_nnc_correctness_unsqueeze_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7810594Z test_nnc_correctness_unsqueeze_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7828591Z test_nnc_correctness_var_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7846482Z test_nnc_correctness_var_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7864263Z test_nnc_correctness_var_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7882045Z test_nnc_correctness_var_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7899851Z test_nnc_correctness_var_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7917622Z test_nnc_correctness_var_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7935520Z test_nnc_correctness_var_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7953164Z test_nnc_correctness_var_mean_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7971181Z test_nnc_correctness_var_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.7989029Z test_nnc_correctness_var_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8006904Z test_nnc_correctness_var_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8030806Z test_nnc_correctness_var_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8048676Z test_nnc_correctness_vdot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8066089Z test_nnc_correctness_vdot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8084027Z test_nnc_correctness_vdot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8101867Z test_nnc_correctness_vdot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8119580Z test_nnc_correctness_vdot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8137376Z test_nnc_correctness_vdot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8147947Z test_nnc_correctness_view_as_complex_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:22.8165979Z test_nnc_correctness_view_as_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8183419Z test_nnc_correctness_view_as_complex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8201128Z test_nnc_correctness_view_as_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8219040Z test_nnc_correctness_view_as_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8236738Z test_nnc_correctness_view_as_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8260787Z test_nnc_correctness_view_as_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8278398Z test_nnc_correctness_view_as_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8296373Z test_nnc_correctness_view_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8314071Z test_nnc_correctness_view_as_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8332118Z test_nnc_correctness_view_as_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8349596Z test_nnc_correctness_view_as_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8367691Z test_nnc_correctness_view_as_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8385274Z test_nnc_correctness_view_as_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8403195Z test_nnc_correctness_view_as_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8420848Z test_nnc_correctness_view_as_real_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8438674Z test_nnc_correctness_view_as_real_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8456432Z test_nnc_correctness_view_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8480089Z test_nnc_correctness_view_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8497985Z test_nnc_correctness_view_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8515686Z test_nnc_correctness_view_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8533557Z test_nnc_correctness_view_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8551062Z test_nnc_correctness_view_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8568897Z test_nnc_correctness_view_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8586134Z test_nnc_correctness_view_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8604090Z test_nnc_correctness_view_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8621744Z test_nnc_correctness_view_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8639375Z test_nnc_correctness_view_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8657272Z test_nnc_correctness_view_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8674926Z test_nnc_correctness_vsplit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8698880Z test_nnc_correctness_vsplit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8716511Z test_nnc_correctness_vsplit_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8734325Z test_nnc_correctness_vsplit_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8751893Z test_nnc_correctness_vsplit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8770026Z test_nnc_correctness_vsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8787325Z test_nnc_correctness_vsplit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8805355Z test_nnc_correctness_vsplit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8822974Z test_nnc_correctness_vsplit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8840421Z test_nnc_correctness_vsplit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8858485Z test_nnc_correctness_vsplit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8875881Z test_nnc_correctness_vsplit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8901622Z test_nnc_correctness_vstack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8919044Z test_nnc_correctness_vstack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8937130Z test_nnc_correctness_vstack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8954738Z test_nnc_correctness_vstack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8972541Z test_nnc_correctness_vstack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.8990099Z test_nnc_correctness_vstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9008047Z test_nnc_correctness_vstack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9026047Z test_nnc_correctness_vstack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9043995Z test_nnc_correctness_vstack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9061737Z test_nnc_correctness_vstack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9079272Z test_nnc_correctness_vstack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9097126Z test_nnc_correctness_vstack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9121281Z test_nnc_correctness_where_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9138815Z test_nnc_correctness_where_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9156712Z test_nnc_correctness_where_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9175081Z test_nnc_correctness_where_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9192784Z test_nnc_correctness_where_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9211015Z test_nnc_correctness_where_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9228572Z test_nnc_correctness_where_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9246527Z test_nnc_correctness_where_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9263939Z test_nnc_correctness_where_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9281531Z test_nnc_correctness_where_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9299339Z test_nnc_correctness_where_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9317105Z test_nnc_correctness_where_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9340969Z test_nnc_correctness_xlogy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9358513Z test_nnc_correctness_xlogy_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9376401Z test_nnc_correctness_xlogy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9394144Z test_nnc_correctness_xlogy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9411819Z test_nnc_correctness_xlogy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9429411Z test_nnc_correctness_xlogy_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9447913Z test_nnc_correctness_xlogy_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9465085Z test_nnc_correctness_xlogy_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9482661Z test_nnc_correctness_xlogy_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9500571Z test_nnc_correctness_xlogy_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9518226Z test_nnc_correctness_zero__cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9535943Z test_nnc_correctness_zero__cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9559856Z test_nnc_correctness_zero__cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9577871Z test_nnc_correctness_zero__cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9595239Z test_nnc_correctness_zero__cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9613034Z test_nnc_correctness_zero__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9630597Z test_nnc_correctness_zero__cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9648731Z test_nnc_correctness_zero__cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9666261Z test_nnc_correctness_zero__cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9684026Z test_nnc_correctness_zero__cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9702144Z test_nnc_correctness_zero__cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9719390Z test_nnc_correctness_zero__cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9737311Z test_nnc_correctness_zeros_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9754907Z test_nnc_correctness_zeros_like_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9778733Z test_nnc_correctness_zeros_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9796414Z test_nnc_correctness_zeros_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9814293Z test_nnc_correctness_zeros_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9832069Z test_nnc_correctness_zeros_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9849850Z test_nnc_correctness_zeros_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9867193Z test_nnc_correctness_zeros_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9885277Z test_nnc_correctness_zeros_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9902756Z test_nnc_correctness_zeros_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9920463Z test_nnc_correctness_zeros_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9938125Z test_nnc_correctness_zeros_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9953863Z test_unsupported_H_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:22.9975881Z test_unsupported_T_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:22.9991639Z test_unsupported___getitem___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0007689Z test_unsupported___rpow___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.0023318Z test_unsupported___rsub___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0039255Z test_unsupported__masked_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0055037Z test_unsupported__masked_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.0070865Z test_unsupported__masked_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0087238Z test_unsupported__masked_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.0102761Z test_unsupported__masked_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0118453Z test_unsupported__masked_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0134566Z test_unsupported__masked_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.0150444Z test_unsupported__masked_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0173747Z test_unsupported__masked_softmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.0189412Z test_unsupported__masked_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0205476Z test_unsupported__masked_var_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.0220883Z test_unsupported_acosh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0236676Z test_unsupported_addbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0252986Z test_unsupported_addcdiv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.0268851Z test_unsupported_addmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0284859Z test_unsupported_addmv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.0300505Z test_unsupported_addr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0316466Z test_unsupported_all_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0332377Z test_unsupported_allclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.0348345Z test_unsupported_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0370506Z test_unsupported_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.0386123Z test_unsupported_aminmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0401961Z test_unsupported_angle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0417736Z test_unsupported_any_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0433553Z test_unsupported_argmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0449907Z test_unsupported_argmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.0465455Z test_unsupported_argsort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0481121Z test_unsupported_argwhere_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0497248Z test_unsupported_as_strided_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.0512743Z test_unsupported_asinh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0528870Z test_unsupported_atanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.0544637Z test_unsupported_atleast_1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0566577Z test_unsupported_atleast_2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.0582231Z test_unsupported_atleast_3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0598181Z test_unsupported_baddbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0614101Z test_unsupported_bernoulli_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.0630006Z test_unsupported_bfloat16_channels_last_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0646183Z test_unsupported_bfloat16_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.0662032Z test_unsupported_bitwise_left_shift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0677595Z test_unsupported_bitwise_right_shift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0693723Z test_unsupported_block_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.0709338Z test_unsupported_bmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0725419Z test_unsupported_broadcast_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.0741272Z test_unsupported_broadcast_to_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0763145Z test_unsupported_bucketize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.0779018Z test_unsupported_cartesian_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0794793Z test_unsupported_cat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0810785Z test_unsupported_cdist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0825839Z test_unsupported_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0841236Z test_unsupported_cholesky_inverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0856797Z test_unsupported_cholesky_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0872507Z test_unsupported_chunk_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0888740Z test_unsupported_clone_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.0904615Z test_unsupported_column_stack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0920209Z test_unsupported_combinations_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0942619Z test_unsupported_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.0958318Z test_unsupported_conj_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.0974379Z test_unsupported_conj_physical_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.0990177Z test_unsupported_copysign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1006395Z test_unsupported_corrcoef_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1021874Z test_unsupported_count_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1037557Z test_unsupported_cov_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1053706Z test_unsupported_cross_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1069274Z test_unsupported_cummax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1085301Z test_unsupported_cummin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1101042Z test_unsupported_cumprod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1116643Z test_unsupported_cumsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1138951Z test_unsupported_cumulative_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1155112Z test_unsupported_deg2rad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1171766Z test_unsupported_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1187473Z test_unsupported_diag_embed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1203176Z test_unsupported_diagflat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1219118Z test_unsupported_diagonal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1235013Z test_unsupported_diagonal_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1250826Z test_unsupported_diff_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1266468Z test_unsupported_digamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1283480Z test_unsupported_dist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1299413Z test_unsupported_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1315212Z test_unsupported_dsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1338871Z test_unsupported_dstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1354209Z test_unsupported_eig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1370325Z test_unsupported_einsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1385907Z test_unsupported_empty_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1401751Z test_unsupported_erfinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1417801Z test_unsupported_exp2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1433606Z test_unsupported_fft_fft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1449792Z test_unsupported_fft_fft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1465723Z test_unsupported_fft_fftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1481687Z test_unsupported_fft_fftshift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1497794Z test_unsupported_fft_hfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1513315Z test_unsupported_fft_hfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1535384Z test_unsupported_fft_hfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1551171Z test_unsupported_fft_ifft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1567310Z test_unsupported_fft_ifft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1584159Z test_unsupported_fft_ifftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1601122Z test_unsupported_fft_ifftshift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1618499Z test_unsupported_fft_ihfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1634535Z test_unsupported_fft_ihfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1650605Z test_unsupported_fft_ihfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1668007Z test_unsupported_fft_irfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1683096Z test_unsupported_fft_irfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1698966Z test_unsupported_fft_irfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1714824Z test_unsupported_fft_rfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1737130Z test_unsupported_fft_rfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1752863Z test_unsupported_fft_rfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1769016Z test_unsupported_fill__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1784854Z test_unsupported_flatten_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1800697Z test_unsupported_flip_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1816533Z test_unsupported_fliplr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1832360Z test_unsupported_flipud_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1848364Z test_unsupported_float_power_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1864115Z test_unsupported_floor_divide_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1879656Z test_unsupported_fmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1895959Z test_unsupported_fmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1917704Z test_unsupported_frexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.1933634Z test_unsupported_full_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1949382Z test_unsupported_gather_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1965106Z test_unsupported_geqrf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1980879Z test_unsupported_gradient_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.1996654Z test_unsupported_heaviside_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2012579Z test_unsupported_histc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2028434Z test_unsupported_hsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2044237Z test_unsupported_hstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2060179Z test_unsupported_hypot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2075799Z test_unsupported_i0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2091552Z test_unsupported_igamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2113508Z test_unsupported_igamma_grad_other_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2130485Z test_unsupported_igammac_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2147410Z test_unsupported_igammac_grad_other_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2164975Z test_unsupported_index_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2180583Z test_unsupported_index_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2196380Z test_unsupported_index_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2212349Z test_unsupported_index_put_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2228284Z test_unsupported_index_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2243978Z test_unsupported_inner_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2259886Z test_unsupported_inverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2275449Z test_unsupported_isclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2291616Z test_unsupported_isfinite_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2313309Z test_unsupported_isin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2329305Z test_unsupported_isinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2344877Z test_unsupported_isneginf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2360563Z test_unsupported_isposinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2376611Z test_unsupported_isreal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2392412Z test_unsupported_istft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2408512Z test_unsupported_kron_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2424051Z test_unsupported_kthvalue_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2439816Z test_unsupported_ldexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2455905Z test_unsupported_linalg_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2471777Z test_unsupported_linalg_cholesky_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2488517Z test_unsupported_linalg_cond_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2510003Z test_unsupported_linalg_cross_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2525745Z test_unsupported_linalg_det_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2541384Z test_unsupported_linalg_eig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2557232Z test_unsupported_linalg_eigh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2572933Z test_unsupported_linalg_eigvals_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2588204Z test_unsupported_linalg_eigvalsh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2604651Z test_unsupported_linalg_householder_product_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2620273Z test_unsupported_linalg_inv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2636035Z test_unsupported_linalg_inv_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2651667Z test_unsupported_linalg_lstsq_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2667095Z test_unsupported_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2683053Z test_unsupported_linalg_lu_factor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2706183Z test_unsupported_linalg_lu_factor_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2723599Z test_unsupported_linalg_matrix_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2741021Z test_unsupported_linalg_matrix_power_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2758065Z test_unsupported_linalg_matrix_rank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2775409Z test_unsupported_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2792399Z test_unsupported_linalg_multi_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2809510Z test_unsupported_linalg_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2826308Z test_unsupported_linalg_pinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2842813Z test_unsupported_linalg_pinv_hermitian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2858855Z test_unsupported_linalg_pinv_singular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2874349Z test_unsupported_linalg_qr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2896458Z test_unsupported_linalg_slogdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2911589Z test_unsupported_linalg_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.2927724Z test_unsupported_linalg_solve_triangular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2943931Z test_unsupported_linalg_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2960033Z test_unsupported_linalg_svdvals_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2976065Z test_unsupported_linalg_tensorinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.2991999Z test_unsupported_linalg_tensorsolve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3007568Z test_unsupported_linalg_vector_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3023162Z test_unsupported_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3038802Z test_unsupported_log_softmax_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3054888Z test_unsupported_logaddexp2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.3070486Z test_unsupported_logaddexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3092836Z test_unsupported_logcumsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.3108005Z test_unsupported_logdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3123642Z test_unsupported_logical_and_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3139526Z test_unsupported_logical_not_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3155433Z test_unsupported_logical_or_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3172538Z test_unsupported_logical_xor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.3187961Z test_unsupported_logit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3203824Z test_unsupported_logsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3219807Z test_unsupported_lu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3235083Z test_unsupported_lu_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3251021Z test_unsupported_lu_unpack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.3266922Z test_unsupported_mH_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3289230Z test_unsupported_mT_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.3305051Z test_unsupported_masked_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3320818Z test_unsupported_masked_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3337040Z test_unsupported_matrix_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.3352662Z test_unsupported_max_reduction_no_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3368718Z test_unsupported_max_reduction_with_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.3384374Z test_unsupported_maximum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3400056Z test_unsupported_median_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3416194Z test_unsupported_meshgrid_list_of_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.3431764Z test_unsupported_meshgrid_variadic_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3448011Z test_unsupported_min_reduction_no_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.3463776Z test_unsupported_min_reduction_with_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3485603Z test_unsupported_minimum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.3501322Z test_unsupported_mode_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3517173Z test_unsupported_movedim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3533124Z test_unsupported_msort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.3548903Z test_unsupported_multinomial_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3564924Z test_unsupported_mv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.3580758Z test_unsupported_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3596623Z test_unsupported_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3613093Z test_unsupported_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.3628854Z test_unsupported_nan_to_num_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3645135Z test_unsupported_nanmean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3660794Z test_unsupported_nanmedian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.3684527Z test_unsupported_nanquantile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.3700238Z test_unsupported_nansum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3716085Z test_unsupported_narrow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3732193Z test_unsupported_new_empty_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.3747948Z test_unsupported_new_full_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3763637Z test_unsupported_new_ones_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3779497Z test_unsupported_new_zeros_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3795258Z test_unsupported_nextafter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3811361Z test_unsupported_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.3827046Z test_unsupported_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3842658Z test_unsupported_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3864502Z test_unsupported_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.3880431Z test_unsupported_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3896356Z test_unsupported_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.3912068Z test_unsupported_nn_functional_avg_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3928357Z test_unsupported_nn_functional_avg_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.3943949Z test_unsupported_nn_functional_avg_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3959572Z test_unsupported_nn_functional_batch_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.3976130Z test_unsupported_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.3992032Z test_unsupported_nn_functional_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4008148Z test_unsupported_nn_functional_celu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4023827Z test_unsupported_nn_functional_conv1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4039419Z test_unsupported_nn_functional_conv2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4062243Z test_unsupported_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4077618Z test_unsupported_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4093801Z test_unsupported_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4109529Z test_unsupported_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4126226Z test_unsupported_nn_functional_cosine_similarity_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4141922Z test_unsupported_nn_functional_cross_entropy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4158141Z test_unsupported_nn_functional_ctc_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4174238Z test_unsupported_nn_functional_dropout2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4190035Z test_unsupported_nn_functional_dropout_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4206297Z test_unsupported_nn_functional_elu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4221938Z test_unsupported_nn_functional_embedding_bag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4237659Z test_unsupported_nn_functional_embedding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4259655Z test_unsupported_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4275384Z test_unsupported_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4291449Z test_unsupported_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4307192Z test_unsupported_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4323115Z test_unsupported_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4339005Z test_unsupported_nn_functional_gelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4354762Z test_unsupported_nn_functional_glu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4370894Z test_unsupported_nn_functional_grid_sample_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4387653Z test_unsupported_nn_functional_group_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4403389Z test_unsupported_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4419449Z test_unsupported_nn_functional_huber_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4435232Z test_unsupported_nn_functional_instance_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4457125Z test_unsupported_nn_functional_interpolate_area_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4472895Z test_unsupported_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4488956Z test_unsupported_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4505050Z test_unsupported_nn_functional_interpolate_linear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4520973Z test_unsupported_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4536938Z test_unsupported_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4552652Z test_unsupported_nn_functional_kl_div_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4568726Z test_unsupported_nn_functional_layer_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4584302Z test_unsupported_nn_functional_linear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4600115Z test_unsupported_nn_functional_local_response_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4616050Z test_unsupported_nn_functional_logsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4631945Z test_unsupported_nn_functional_max_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4654539Z test_unsupported_nn_functional_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4670038Z test_unsupported_nn_functional_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4686048Z test_unsupported_nn_functional_mish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4701809Z test_unsupported_nn_functional_mse_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4717582Z test_unsupported_nn_functional_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4733665Z test_unsupported_nn_functional_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4749425Z test_unsupported_nn_functional_pad_circular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4765503Z test_unsupported_nn_functional_pad_constant_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4781231Z test_unsupported_nn_functional_pad_reflect_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4797017Z test_unsupported_nn_functional_pad_replicate_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4813422Z test_unsupported_nn_functional_pairwise_distance_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4835487Z test_unsupported_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4851890Z test_unsupported_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4867533Z test_unsupported_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4883199Z test_unsupported_nn_functional_prelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4899083Z test_unsupported_nn_functional_rrelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4914849Z test_unsupported_nn_functional_selu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4931046Z test_unsupported_nn_functional_silu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4946712Z test_unsupported_nn_functional_softmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.4963590Z test_unsupported_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4978977Z test_unsupported_nn_functional_softshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.4994716Z test_unsupported_nn_functional_unfold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5010816Z test_unsupported_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5033123Z test_unsupported_nn_functional_upsample_nearest_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5050171Z test_unsupported_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5066928Z test_unsupported_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5084142Z test_unsupported_norm_fro_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5100189Z test_unsupported_norm_inf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5115920Z test_unsupported_norm_nuc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5131812Z test_unsupported_normal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5147636Z test_unsupported_normal_number_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5164698Z test_unsupported_ones_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5180384Z test_unsupported_ormqr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5196328Z test_unsupported_outer_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5213103Z test_unsupported_pca_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5235753Z test_unsupported_pinverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5251625Z test_unsupported_polar_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5267411Z test_unsupported_polygamma_polygamma_n_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5283274Z test_unsupported_polygamma_polygamma_n_1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5299300Z test_unsupported_polygamma_polygamma_n_2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5314875Z test_unsupported_polygamma_polygamma_n_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5331302Z test_unsupported_polygamma_polygamma_n_4_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5346960Z test_unsupported_positive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5362754Z test_unsupported_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5378631Z test_unsupported_put_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5393995Z test_unsupported_qr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5410174Z test_unsupported_quantile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5431890Z test_unsupported_rad2deg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5447847Z test_unsupported_rand_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5463430Z test_unsupported_randint_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5479265Z test_unsupported_randn_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5495484Z test_unsupported_ravel_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5511218Z test_unsupported_real_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5527372Z test_unsupported_renorm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5543047Z test_unsupported_repeat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5559163Z test_unsupported_repeat_interleave_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5575492Z test_unsupported_resize__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5591429Z test_unsupported_resize_as__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5607824Z test_unsupported_resolve_conj_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5630432Z test_unsupported_resolve_neg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5646283Z test_unsupported_roll_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5661886Z test_unsupported_rot90_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5677724Z test_unsupported_round_decimals_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5693778Z test_unsupported_round_decimals_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5709538Z test_unsupported_round_decimals_neg_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5725545Z test_unsupported_rsub_rsub_scalar_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5741418Z test_unsupported_scatter_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5757113Z test_unsupported_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5773882Z test_unsupported_scatter_reduce_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5789869Z test_unsupported_searchsorted_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5812299Z test_unsupported_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5827910Z test_unsupported_select_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5843828Z test_unsupported_sgn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5859741Z test_unsupported_signbit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5875683Z test_unsupported_sinc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5891597Z test_unsupported_slice_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5907225Z test_unsupported_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5923041Z test_unsupported_softmax_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5938579Z test_unsupported_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5954271Z test_unsupported_sort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.5970457Z test_unsupported_special_entr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.5986302Z test_unsupported_special_erfcx_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6010580Z test_unsupported_special_i0e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.6026208Z test_unsupported_special_i1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6042212Z test_unsupported_special_i1e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6058204Z test_unsupported_special_ndtr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.6073875Z test_unsupported_special_ndtri_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6089911Z test_unsupported_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.6105648Z test_unsupported_special_xlog1py_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6121604Z test_unsupported_special_zeta_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6137533Z test_unsupported_special_zeta_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.6153089Z test_unsupported_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6170115Z test_unsupported_split_list_args_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.6185747Z test_unsupported_split_with_sizes_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6208072Z test_unsupported_square_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.6223576Z test_unsupported_squeeze_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6239257Z test_unsupported_stack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6255370Z test_unsupported_std_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.6271054Z test_unsupported_std_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6287358Z test_unsupported_stft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.6303001Z test_unsupported_sum_to_size_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6319214Z test_unsupported_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.6336007Z test_unsupported_svd_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.6351613Z test_unsupported_symeig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6367650Z test_unsupported_take_along_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.6383460Z test_unsupported_take_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6405554Z test_unsupported_tensor_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.6421235Z test_unsupported_tensordot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6436886Z test_unsupported_tile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6452950Z test_unsupported_to_sparse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.6468817Z test_unsupported_topk_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6484870Z test_unsupported_trace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.6500571Z test_unsupported_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6516504Z test_unsupported_trapz_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6531964Z test_unsupported_triangular_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6547681Z test_unsupported_tril_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6563666Z test_unsupported_triu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6579414Z test_unsupported_unfold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6601163Z test_unsupported_unique_consecutive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.6617308Z test_unsupported_unique_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.6633930Z test_unsupported_var_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.6649715Z test_unsupported_var_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.6665296Z test_unsupported_vdot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6681228Z test_unsupported_view_as_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6697311Z test_unsupported_vsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.6713019Z test_unsupported_vstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6729102Z test_unsupported_xlogy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.6744779Z test_unsupported_zero__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6760599Z test_unsupported_zeros_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6780073Z test_working___radd___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.6792897Z test_working___rdiv___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6806076Z test_working___rmod___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6818766Z test_working___rmul___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6832185Z test_working_abs_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6845068Z test_working_acos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6857776Z test_working_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6870698Z test_working_addcmul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6883530Z test_working_addmm_decomposed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6896795Z test_working_asin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6909659Z test_working_atan2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6922459Z test_working_atan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6941748Z test_working_bool_channels_last_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.6954592Z test_working_bool_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6967806Z test_working_byte_channels_last_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6980568Z test_working_byte_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.6993485Z test_working_ceil_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7006744Z test_working_char_channels_last_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7019546Z test_working_char_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7032479Z test_working_clamp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7045391Z test_working_clamp_scalar_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7058507Z test_working_contiguous_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7071357Z test_working_cos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7084768Z test_working_cosh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7103598Z test_working_div_floor_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.7116517Z test_working_div_no_rounding_mode_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7129543Z test_working_div_trunc_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7142375Z test_working_double_channels_last_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7156098Z test_working_double_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7169461Z test_working_eq_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7182342Z test_working_erf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7195371Z test_working_erfc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7208569Z test_working_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7221297Z test_working_expand_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7234346Z test_working_expand_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7247382Z test_working_expm1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7266115Z test_working_float_channels_last_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.7278967Z test_working_float_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7292407Z test_working_floor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7305193Z test_working_fmod_autodiffed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7318071Z test_working_fmod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7331232Z test_working_ge_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7344222Z test_working_gt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7357171Z test_working_half_channels_last_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7370362Z test_working_half_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7383282Z test_working_int_channels_last_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7396237Z test_working_int_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7409627Z test_working_isnan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7428436Z test_working_le_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.7441353Z test_working_lerp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7454527Z test_working_lgamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7467491Z test_working_log10_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7480433Z test_working_log1p_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7493702Z test_working_log2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7507023Z test_working_log_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7519412Z test_working_long_channels_last_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7532546Z test_working_long_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7545469Z test_working_lt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7558415Z test_working_masked_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7577981Z test_working_max_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.7590779Z test_working_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7604048Z test_working_min_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7616929Z test_working_mm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7629954Z test_working_mul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7642707Z test_working_ne_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7655785Z test_working_neg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7668767Z test_working_nn_functional_hardshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7681602Z test_working_nn_functional_hardsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7694868Z test_working_nn_functional_hardswish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7707864Z test_working_nn_functional_hardtanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7720997Z test_working_nn_functional_leaky_relu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7740252Z test_working_nn_functional_relu6_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.7753211Z test_working_nn_functional_relu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7766621Z test_working_nn_functional_softplus_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7779318Z test_working_nn_functional_softsign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7792306Z test_working_nn_functional_tanhshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7805481Z test_working_nn_functional_threshold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7818352Z test_working_permute_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7831186Z test_working_pow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7844256Z test_working_reciprocal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7857160Z test_working_remainder_autodiffed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7869978Z test_working_remainder_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7882881Z test_working_reshape_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7902358Z test_working_reshape_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.7915074Z test_working_round_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7928302Z test_working_rsqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7941191Z test_working_rsub_rsub_tensor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7954169Z test_working_short_channels_last_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7967230Z test_working_short_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7980108Z test_working_sigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.7993048Z test_working_sign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.8006296Z test_working_sin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.8019165Z test_working_sinh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.8032255Z test_working_sqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.8045619Z test_working_sub_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.8066266Z test_working_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.002s) 2022-03-17T19:45:23.8079002Z test_working_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.8092185Z test_working_tan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.8105075Z test_working_tanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.8118076Z test_working_transpose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.8131185Z test_working_true_divide_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.8144087Z test_working_trunc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.8157715Z test_working_unsqueeze_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.8171057Z test_working_view_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.8183898Z test_working_view_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:23.8196957Z test_working_where_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip (0.001s) 2022-03-17T19:45:24.7556619Z test_abs (__main__.TestTEFuserDynamic) ... ok (0.936s) 2022-03-17T19:45:24.8953097Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.139s) 2022-03-17T19:45:26.2388903Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (1.343s) 2022-03-17T19:45:26.7199584Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.481s) 2022-03-17T19:45:26.7214609Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip (0.002s) 2022-03-17T19:45:27.0598035Z test_autocast_down (__main__.TestTEFuserDynamic) ... ok (0.338s) 2022-03-17T19:45:27.3883021Z test_autocast_up (__main__.TestTEFuserDynamic) ... ok (0.328s) 2022-03-17T19:45:27.6213293Z test_batch_norm (__main__.TestTEFuserDynamic) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-03-17T19:45:27.6214074Z warnings.warn(msg, FutureWarning) 2022-03-17T19:45:29.7617756Z ok (2.373s) 2022-03-17T19:45:48.0232446Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (18.261s) 2022-03-17T19:46:48.2303521Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (60.207s) 2022-03-17T19:46:52.6372332Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (4.407s) 2022-03-17T19:46:55.2057242Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (2.568s) 2022-03-17T19:49:40.8425315Z test_binary_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (165.637s) 2022-03-17T19:49:51.2501832Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (10.407s) 2022-03-17T19:49:52.2592155Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (1.009s) 2022-03-17T19:49:53.1009766Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (0.842s) 2022-03-17T19:49:54.1173562Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... ok (1.016s) 2022-03-17T19:49:59.6718606Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... ok (5.554s) 2022-03-17T19:50:01.0565861Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (1.385s) 2022-03-17T19:50:01.0576472Z test_chunk (__main__.TestTEFuserDynamic) ... skip (0.001s) 2022-03-17T19:50:01.0595249Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip (0.002s) 2022-03-17T19:50:01.0610799Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip (0.001s) 2022-03-17T19:50:01.0623778Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip (0.001s) 2022-03-17T19:50:01.0634872Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip (0.001s) 2022-03-17T19:50:01.0652333Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip (0.002s) 2022-03-17T19:50:19.4838893Z test_clamp (__main__.TestTEFuserDynamic) ... ok (18.418s) 2022-03-17T19:50:20.3264407Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.842s) 2022-03-17T19:50:21.1589222Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.832s) 2022-03-17T19:50:22.6604700Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (1.501s) 2022-03-17T19:50:24.1573846Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (1.497s) 2022-03-17T19:50:25.6426532Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (1.485s) 2022-03-17T19:50:26.7886707Z test_concat (__main__.TestTEFuserDynamic) ... ok (1.146s) 2022-03-17T19:50:28.5881854Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (1.799s) 2022-03-17T19:50:28.5896090Z test_conv2d (__main__.TestTEFuserDynamic) ... skip (0.001s) 2022-03-17T19:50:28.5909774Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip (0.001s) 2022-03-17T19:50:28.5929299Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip (0.002s) 2022-03-17T19:50:28.7645033Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.171s) 2022-03-17T19:50:28.7718026Z test_disabled (__main__.TestTEFuserDynamic) ... ok (0.007s) 2022-03-17T19:50:29.2429100Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.471s) 2022-03-17T19:50:29.2560868Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.013s) 2022-03-17T19:50:40.7409786Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (11.485s) 2022-03-17T19:50:42.5121340Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (1.771s) 2022-03-17T19:50:42.7395806Z test_erf (__main__.TestTEFuserDynamic) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:425: UserWarning: Specified kernel cache directory could not be created! This disables kernel caching. Specified directory is /var/lib/jenkins/.cache/torch/kernels. This warning will appear only once per process. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/jit_utils.cpp:860.) 2022-03-17T19:50:42.7396648Z return callable(*args, **kwargs) 2022-03-17T19:50:44.1037233Z ok (1.591s) 2022-03-17T19:50:44.1418603Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.038s) 2022-03-17T19:50:44.6192343Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.477s) 2022-03-17T19:50:44.6204394Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip (0.001s) 2022-03-17T19:50:44.6282305Z test_gelu (__main__.TestTEFuserDynamic) ... ok (0.008s) 2022-03-17T19:50:44.8903262Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.262s) 2022-03-17T19:50:45.3641769Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.474s) 2022-03-17T19:50:45.7348824Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.371s) 2022-03-17T19:50:51.9207283Z test_isnan (__main__.TestTEFuserDynamic) ... ok (6.186s) 2022-03-17T19:50:51.9221598Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip (0.001s) 2022-03-17T19:50:53.2699495Z test_lerp (__main__.TestTEFuserDynamic) ... ok (1.347s) 2022-03-17T19:50:53.2719321Z test_list_ops (__main__.TestTEFuserDynamic) ... skip (0.002s) 2022-03-17T19:50:57.6170889Z test_lstm (__main__.TestTEFuserDynamic) ... ok (4.345s) 2022-03-17T19:50:58.4300513Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.813s) 2022-03-17T19:51:31.0935105Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (32.663s) 2022-03-17T19:51:32.5586356Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (1.465s) 2022-03-17T19:51:32.5602710Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip (0.002s) 2022-03-17T19:51:32.5633415Z test_matmul (__main__.TestTEFuserDynamic) ... skip (0.003s) 2022-03-17T19:51:32.5647317Z test_milstm (__main__.TestTEFuserDynamic) ... skip (0.001s) 2022-03-17T19:51:42.5011132Z test_minmax (__main__.TestTEFuserDynamic) ... ok (9.936s) 2022-03-17T19:51:46.9710812Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (4.470s) 2022-03-17T19:51:47.4534271Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.482s) 2022-03-17T19:51:47.6296586Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.176s) 2022-03-17T19:51:47.6305536Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip (0.001s) 2022-03-17T19:51:47.6312050Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-03-17T19:51:48.2237800Z test_profiler (__main__.TestTEFuserDynamic) ... ok (0.592s) 2022-03-17T19:51:48.2256158Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip (0.002s) 2022-03-17T19:51:48.2271108Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip (0.001s) 2022-03-17T19:51:48.2281152Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip (0.001s) 2022-03-17T19:51:48.7906106Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.562s) 2022-03-17T19:51:48.9950022Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.204s) 2022-03-17T19:51:49.3587333Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.363s) 2022-03-17T19:51:49.4198646Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.061s) 2022-03-17T19:51:51.1598774Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (1.740s) 2022-03-17T19:51:51.2196999Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.060s) 2022-03-17T19:51:51.3347709Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.115s) 2022-03-17T19:51:52.6772679Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (1.342s) 2022-03-17T19:51:53.7485097Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (1.071s) 2022-03-17T19:51:54.1175324Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.369s) 2022-03-17T19:51:54.3042065Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.187s) 2022-03-17T19:51:54.4228326Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.118s) 2022-03-17T19:51:56.4867276Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (2.064s) 2022-03-17T19:51:58.7656112Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (2.279s) 2022-03-17T19:52:00.7951478Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... ok (2.029s) 2022-03-17T19:52:05.7634470Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (4.968s) 2022-03-17T19:52:06.7215997Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.958s) 2022-03-17T19:52:06.9279011Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.206s) 2022-03-17T19:52:24.4922431Z test_torch_to (__main__.TestTEFuserDynamic) ... ok (17.564s) 2022-03-17T19:52:27.3303792Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (2.838s) 2022-03-17T19:52:27.3944509Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.064s) 2022-03-17T19:52:27.3973122Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip (0.003s) 2022-03-17T19:52:27.4159951Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.019s) 2022-03-17T19:52:28.9990464Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (1.583s) 2022-03-17T19:52:29.4876688Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (0.489s) 2022-03-17T19:52:29.5095578Z test_unsupported_dtypes (__main__.TestTEFuserDynamic) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:493: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:239.) 2022-03-17T19:52:29.5096177Z orig.double(), 2022-03-17T19:52:29.5927374Z ok (0.105s) 2022-03-17T19:52:30.9166649Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (1.324s) 2022-03-17T19:52:35.8773240Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (4.961s) 2022-03-17T19:52:36.6929012Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.815s) 2022-03-17T19:52:37.3990490Z test_abs (__main__.TestTEFuserStatic) ... ok (0.706s) 2022-03-17T19:52:37.4766423Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.077s) 2022-03-17T19:52:38.5757033Z test_add_bool (__main__.TestTEFuserStatic) ... ok (1.099s) 2022-03-17T19:52:38.9796666Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.404s) 2022-03-17T19:52:39.3676638Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.388s) 2022-03-17T19:52:39.6986546Z test_autocast_down (__main__.TestTEFuserStatic) ... ok (0.331s) 2022-03-17T19:52:40.0218247Z test_autocast_up (__main__.TestTEFuserStatic) ... ok (0.323s) 2022-03-17T19:52:41.7567477Z test_batch_norm (__main__.TestTEFuserStatic) ... ok (1.735s) 2022-03-17T19:52:57.6537069Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (15.897s) 2022-03-17T19:53:49.0123738Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (51.359s) 2022-03-17T19:53:52.6623666Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (3.650s) 2022-03-17T19:53:55.2338679Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (2.571s) 2022-03-17T19:56:15.1423642Z test_binary_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (139.908s) 2022-03-17T19:56:23.5650729Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (8.423s) 2022-03-17T19:56:24.2878466Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.723s) 2022-03-17T19:56:25.1395397Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (0.852s) 2022-03-17T19:56:25.2418520Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.102s) 2022-03-17T19:56:30.8429417Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... ok (5.601s) 2022-03-17T19:56:31.6078066Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.765s) 2022-03-17T19:56:32.3943567Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.786s) 2022-03-17T19:56:39.9431352Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (7.549s) 2022-03-17T19:56:40.3926164Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.449s) 2022-03-17T19:56:41.7924229Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (1.400s) 2022-03-17T19:56:42.6107667Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (0.818s) 2022-03-17T19:56:43.5763672Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.965s) 2022-03-17T19:56:52.9275903Z test_clamp (__main__.TestTEFuserStatic) ... ok (9.351s) 2022-03-17T19:56:53.6466950Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.719s) 2022-03-17T19:56:54.3516943Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.705s) 2022-03-17T19:56:55.1519530Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.800s) 2022-03-17T19:56:55.9478092Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.796s) 2022-03-17T19:56:56.7455765Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.798s) 2022-03-17T19:56:57.1543891Z test_concat (__main__.TestTEFuserStatic) ... ok (0.409s) 2022-03-17T19:56:57.9325714Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.778s) 2022-03-17T19:56:57.9555634Z test_conv2d (__main__.TestTEFuserStatic) ... ok (0.023s) 2022-03-17T19:56:59.1213244Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... ok (1.165s) 2022-03-17T19:56:59.1236781Z test_cuda_half (__main__.TestTEFuserStatic) ... skip (0.002s) 2022-03-17T19:56:59.2103174Z test_dims (__main__.TestTEFuserStatic) ... ok (0.086s) 2022-03-17T19:56:59.2176654Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.007s) 2022-03-17T19:56:59.5968461Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.379s) 2022-03-17T19:56:59.6110273Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.014s) 2022-03-17T19:57:11.1318080Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (11.520s) 2022-03-17T19:57:12.5989523Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (1.467s) 2022-03-17T19:57:13.9507281Z test_erf (__main__.TestTEFuserStatic) ... ok (1.352s) 2022-03-17T19:57:13.9889061Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.038s) 2022-03-17T19:57:14.4019252Z test_exp (__main__.TestTEFuserStatic) ... ok (0.413s) 2022-03-17T19:57:14.4030626Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip (0.001s) 2022-03-17T19:57:14.4112065Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.008s) 2022-03-17T19:57:14.5461857Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.135s) 2022-03-17T19:57:14.7032380Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.157s) 2022-03-17T19:57:14.8123546Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.109s) 2022-03-17T19:57:20.4545017Z test_isnan (__main__.TestTEFuserStatic) ... ok (5.642s) 2022-03-17T19:57:20.4559529Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip (0.002s) 2022-03-17T19:57:21.2146741Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.758s) 2022-03-17T19:57:21.2164443Z test_list_ops (__main__.TestTEFuserStatic) ... skip (0.002s) 2022-03-17T19:57:21.9117898Z test_lstm (__main__.TestTEFuserStatic) ... ok (0.695s) 2022-03-17T19:57:22.6610994Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.749s) 2022-03-17T19:57:33.7861545Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (11.125s) 2022-03-17T19:57:34.4681651Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.682s) 2022-03-17T19:57:34.4697606Z test_masked_fill (__main__.TestTEFuserStatic) ... skip (0.002s) 2022-03-17T19:57:35.5838234Z test_matmul (__main__.TestTEFuserStatic) ... ok (1.114s) 2022-03-17T19:57:38.8558755Z test_milstm (__main__.TestTEFuserStatic) ... ok (3.272s) 2022-03-17T19:57:46.0811044Z test_minmax (__main__.TestTEFuserStatic) ... ok (7.225s) 2022-03-17T19:57:49.7840769Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (3.703s) 2022-03-17T19:57:50.1638458Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.380s) 2022-03-17T19:57:50.3354136Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.171s) 2022-03-17T19:57:50.3363117Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip (0.001s) 2022-03-17T19:57:50.3369910Z test_nop (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-03-17T19:57:50.3718024Z test_profiler (__main__.TestTEFuserStatic) ... ok (0.035s) 2022-03-17T19:57:50.3735895Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip (0.002s) 2022-03-17T19:57:50.3750826Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip (0.001s) 2022-03-17T19:57:50.3761428Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip (0.001s) 2022-03-17T19:57:50.7883931Z test_relu (__main__.TestTEFuserStatic) ... ok (0.412s) 2022-03-17T19:57:50.8656745Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.077s) 2022-03-17T19:57:51.2187805Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.353s) 2022-03-17T19:57:51.2791443Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.060s) 2022-03-17T19:57:52.3797660Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (1.100s) 2022-03-17T19:57:52.4375826Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.058s) 2022-03-17T19:57:52.4730597Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.035s) 2022-03-17T19:57:53.2483645Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.775s) 2022-03-17T19:57:53.9834250Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.735s) 2022-03-17T19:57:54.1384550Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.155s) 2022-03-17T19:57:54.2185162Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.080s) 2022-03-17T19:57:54.2908512Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.072s) 2022-03-17T19:57:55.4060227Z test_superslomo (__main__.TestTEFuserStatic) ... ok (1.115s) 2022-03-17T19:57:56.8325242Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (1.426s) 2022-03-17T19:57:58.4112218Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (1.578s) 2022-03-17T19:58:02.6990224Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (4.288s) 2022-03-17T19:58:03.4250613Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.726s) 2022-03-17T19:58:03.4872532Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.062s) 2022-03-17T19:58:17.6387843Z test_torch_to (__main__.TestTEFuserStatic) ... ok (14.151s) 2022-03-17T19:58:19.4737199Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (1.835s) 2022-03-17T19:58:19.5335101Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.060s) 2022-03-17T19:58:19.5364547Z test_unary_ops (__main__.TestTEFuserStatic) ... skip (0.003s) 2022-03-17T19:58:19.5721107Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.036s) 2022-03-17T19:58:20.3578986Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.785s) 2022-03-17T19:58:20.6314276Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (0.273s) 2022-03-17T19:58:20.7356470Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.104s) 2022-03-17T19:58:21.5134634Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.778s) 2022-03-17T19:58:25.6100351Z test_where_ops (__main__.TestTEFuserStatic) ... ok (4.096s) 2022-03-17T19:58:26.2935937Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.683s) 2022-03-17T19:58:26.2936448Z 2022-03-17T19:58:26.2937184Z ---------------------------------------------------------------------- 2022-03-17T19:58:26.2937726Z Ran 5213 tests in 791.541s 2022-03-17T19:58:26.2939705Z 2022-03-17T19:58:26.2940173Z OK (skipped=5043) 2022-03-17T19:58:26.2940520Z 2022-03-17T19:58:26.2940781Z Generating XML reports... 2022-03-17T19:58:26.3010053Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20220317194514.xml 2022-03-17T19:58:26.3121914Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20220317194514.xml 2022-03-17T19:58:26.3228439Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20220317194514.xml 2022-03-17T19:58:27.0823349Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCUDA-20220317194514.xml 2022-03-17T19:58:27.8955377Z Running test_binary_ufuncs ... [2022-03-17 19:58:27.895001] 2022-03-17T19:58:27.8956080Z Executing ['/opt/conda/bin/python', 'test_binary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 19:58:27.895110] 2022-03-17T19:58:30.9298201Z Test results will be stored in test-reports/python-unittest/test_binary_ufuncs 2022-03-17T19:58:31.1625442Z 2022-03-17T19:58:31.1625985Z Running tests... 2022-03-17T19:58:31.1626982Z ---------------------------------------------------------------------- 2022-03-17T19:58:31.1661584Z test___add___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:31.1680381Z test___add___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.1698944Z test___add___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.1726508Z test___add___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:31.1746351Z test___add___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.1765034Z test___add___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.1784080Z test___add___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.1802945Z test___add___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.1823836Z test___and___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.1842058Z test___and___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.1860367Z test___and___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.1879256Z test___and___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.1898715Z test___and___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.1917499Z test___and___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.1937238Z test___and___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.1959178Z test___and___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.1978304Z test___eq___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.1996910Z test___eq___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2015734Z test___eq___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2034883Z test___eq___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2054610Z test___eq___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2074174Z test___eq___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2098321Z test___eq___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2117208Z test___eq___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2133488Z test___floordiv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... test_binary_ufuncs.py:3763: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T19:58:31.2134353Z result = getattr(tensor, op)(UnknownType()) 2022-03-17T19:58:31.2138285Z ok (0.002s) 2022-03-17T19:58:31.2157651Z test___floordiv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2176598Z test___floordiv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2195989Z test___floordiv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2215701Z test___floordiv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2235108Z test___floordiv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2259756Z test___floordiv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2278758Z test___floordiv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2296246Z test___ge___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2313245Z test___ge___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2330541Z test___ge___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2348097Z test___ge___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2366036Z test___ge___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2383400Z test___ge___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2409297Z test___ge___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2426596Z test___ge___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2443462Z test___gt___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2460589Z test___gt___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2477866Z test___gt___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2495658Z test___gt___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2513308Z test___gt___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2531031Z test___gt___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2553581Z test___gt___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2571058Z test___gt___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2588049Z test___iadd___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2605133Z test___iadd___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2622006Z test___iadd___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2639436Z test___iadd___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2657129Z test___iadd___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2674417Z test___iadd___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2697158Z test___iadd___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2714296Z test___iadd___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2731640Z test___iand___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2748629Z test___iand___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2765964Z test___iand___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2783606Z test___iand___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2801245Z test___iand___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2818912Z test___iand___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2841516Z test___iand___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2858921Z test___iand___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2876096Z test___ifloordiv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2893439Z test___ifloordiv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2910348Z test___ifloordiv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2928298Z test___ifloordiv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2945979Z test___ifloordiv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2963497Z test___ifloordiv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.2986499Z test___ifloordiv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3003710Z test___ifloordiv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3021055Z test___ilshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3038044Z test___ilshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3055280Z test___ilshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3072991Z test___ilshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3091133Z test___ilshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3108327Z test___ilshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3131300Z test___ilshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3148675Z test___ilshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3166328Z test___imod___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3183335Z test___imod___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3200422Z test___imod___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3218341Z test___imod___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3236135Z test___imod___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3253837Z test___imod___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3277016Z test___imod___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3294559Z test___imod___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3311714Z test___imul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3328791Z test___imul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3345464Z test___imul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3362881Z test___imul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3380515Z test___imul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3397854Z test___imul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3420930Z test___imul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3437993Z test___imul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3455389Z test___ior___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3472391Z test___ior___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3489649Z test___ior___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3507220Z test___ior___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3525109Z test___ior___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3542499Z test___ior___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3565835Z test___ior___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3583324Z test___ior___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3599512Z test___ipow___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3616084Z test___ipow___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3632350Z test___ipow___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3649476Z test___ipow___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3666344Z test___ipow___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3683150Z test___ipow___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3705857Z test___ipow___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3722449Z test___ipow___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3739806Z test___irshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3756930Z test___irshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3774270Z test___irshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3791950Z test___irshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3809963Z test___irshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3827546Z test___irshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3851452Z test___irshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3868871Z test___irshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3886336Z test___isub___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3903262Z test___isub___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3920134Z test___isub___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3937860Z test___isub___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3955302Z test___isub___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3973128Z test___isub___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.3996247Z test___isub___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4013708Z test___isub___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4030758Z test___itruediv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4047968Z test___itruediv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4064962Z test___itruediv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4082488Z test___itruediv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4100121Z test___itruediv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4117644Z test___itruediv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4141995Z test___itruediv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4159385Z test___itruediv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4176820Z test___ixor___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4193902Z test___ixor___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4211328Z test___ixor___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4228750Z test___ixor___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4246629Z test___ixor___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4264100Z test___ixor___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4287509Z test___ixor___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4305043Z test___ixor___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4322343Z test___le___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4339560Z test___le___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4356577Z test___le___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4374508Z test___le___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4392146Z test___le___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4409874Z test___le___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4432837Z test___le___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4450491Z test___le___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4467692Z test___lshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4484895Z test___lshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4501899Z test___lshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4519442Z test___lshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4537385Z test___lshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4554791Z test___lshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4578139Z test___lshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4595432Z test___lshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4612896Z test___lt___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4630460Z test___lt___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4647578Z test___lt___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4665065Z test___lt___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4682785Z test___lt___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4700303Z test___lt___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4723496Z test___lt___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4741077Z test___lt___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4757826Z test___matmul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4775050Z test___matmul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4792486Z test___matmul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4809954Z test___matmul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4827313Z test___matmul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4844774Z test___matmul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4867602Z test___matmul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4885011Z test___matmul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4901986Z test___mod___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4919109Z test___mod___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4936476Z test___mod___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4954319Z test___mod___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4972161Z test___mod___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.4989540Z test___mod___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5013078Z test___mod___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5030592Z test___mod___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5047598Z test___mul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5064524Z test___mul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5081284Z test___mul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5099025Z test___mul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5116516Z test___mul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5133847Z test___mul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5157512Z test___mul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5174551Z test___mul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5191624Z test___ne___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5208884Z test___ne___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5225917Z test___ne___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5243649Z test___ne___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5261565Z test___ne___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5279232Z test___ne___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5302791Z test___ne___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5320063Z test___ne___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5337714Z test___or___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5354935Z test___or___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5372665Z test___or___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5390727Z test___or___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5408729Z test___or___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5426417Z test___or___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5450207Z test___or___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5467561Z test___or___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5485112Z test___pow___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5502347Z test___pow___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5519634Z test___pow___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5537672Z test___pow___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5555608Z test___pow___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5573408Z test___pow___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5596768Z test___pow___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5614354Z test___pow___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5631205Z test___radd___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5648390Z test___radd___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5665306Z test___radd___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5682926Z test___radd___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5700604Z test___radd___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5718025Z test___radd___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5741465Z test___radd___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5758627Z test___radd___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5776417Z test___rand___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5793508Z test___rand___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5810994Z test___rand___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5828662Z test___rand___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5846941Z test___rand___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5864525Z test___rand___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5889965Z test___rand___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5907271Z test___rand___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5922052Z test___rfloordiv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... test_binary_ufuncs.py:3763: UserWarning: __rfloordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T19:58:31.5922925Z result = getattr(tensor, op)(UnknownType()) 2022-03-17T19:58:31.5926389Z ok (0.002s) 2022-03-17T19:58:31.5943667Z test___rfloordiv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5961025Z test___rfloordiv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5979181Z test___rfloordiv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.5997076Z test___rfloordiv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6014910Z test___rfloordiv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6038198Z test___rfloordiv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6055956Z test___rfloordiv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6073701Z test___rlshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6091362Z test___rlshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6108387Z test___rlshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6126491Z test___rlshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6144338Z test___rlshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6161949Z test___rlshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6185561Z test___rlshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6203066Z test___rlshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6220384Z test___rmatmul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6237217Z test___rmatmul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6254263Z test___rmatmul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6271813Z test___rmatmul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6289666Z test___rmatmul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6306905Z test___rmatmul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6330131Z test___rmatmul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6347261Z test___rmatmul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6365039Z test___rmod___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6382253Z test___rmod___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6399555Z test___rmod___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6417611Z test___rmod___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6435538Z test___rmod___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6453323Z test___rmod___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6476885Z test___rmod___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6494578Z test___rmod___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6511324Z test___rmul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6528520Z test___rmul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6545321Z test___rmul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6562810Z test___rmul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6580358Z test___rmul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6597522Z test___rmul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6621041Z test___rmul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6638264Z test___rmul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6655836Z test___ror___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6672846Z test___ror___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6690347Z test___ror___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6708128Z test___ror___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6725900Z test___ror___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6743425Z test___ror___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6766974Z test___ror___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6784435Z test___ror___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6801884Z test___rpow___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6819470Z test___rpow___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6836733Z test___rpow___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6854862Z test___rpow___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6872828Z test___rpow___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6896267Z test___rpow___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6914067Z test___rpow___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6932270Z test___rpow___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6949690Z test___rrshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6967221Z test___rrshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.6984560Z test___rrshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7002386Z test___rrshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7020385Z test___rrshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7044069Z test___rrshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7061984Z test___rrshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7079524Z test___rrshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7096961Z test___rshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7114025Z test___rshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7131456Z test___rshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7149258Z test___rshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7167357Z test___rshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7190712Z test___rshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7208851Z test___rshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7226349Z test___rshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7243673Z test___rsub___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7261093Z test___rsub___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7278357Z test___rsub___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7296572Z test___rsub___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7314526Z test___rsub___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7338221Z test___rsub___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7355923Z test___rsub___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7373693Z test___rsub___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7391545Z test___rtruediv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7409578Z test___rtruediv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7427378Z test___rtruediv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7445617Z test___rtruediv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7463546Z test___rtruediv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7487994Z test___rtruediv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7505977Z test___rtruediv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7523457Z test___rtruediv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7540919Z test___rxor___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7558234Z test___rxor___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7575522Z test___rxor___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7593314Z test___rxor___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7611379Z test___rxor___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7636314Z test___rxor___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7654234Z test___rxor___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7671594Z test___rxor___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7688924Z test___sub___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7705878Z test___sub___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7722857Z test___sub___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7740580Z test___sub___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7758229Z test___sub___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7781587Z test___sub___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7799192Z test___sub___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7816684Z test___sub___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7833893Z test___truediv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7851227Z test___truediv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7868086Z test___truediv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7886066Z test___truediv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7903703Z test___truediv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7927345Z test___truediv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7945223Z test___truediv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7962247Z test___truediv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7979706Z test___xor___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.7996873Z test___xor___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.8014223Z test___xor___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.8032048Z test___xor___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.8050130Z test___xor___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.8073401Z test___xor___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.8091489Z test___xor___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.8109065Z test___xor___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:31.8285220Z test_add_broadcast_empty_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T19:58:31.9327194Z test_add_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.104s) 2022-03-17T19:58:32.5740603Z test_add_with_tail_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.641s) 2022-03-17T19:58:32.5762998Z test_addcmul_scalars_as_floats_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T19:58:32.5790658Z test_addsub_half_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.5852068Z test_atan2_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:58:32.5971253Z test_atan2_edgecases_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-03-17T19:58:32.6005746Z test_batch_vs_slicing___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.6035274Z test_batch_vs_slicing___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.6071007Z test_batch_vs_slicing___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.6106791Z test_batch_vs_slicing___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.6140140Z test_batch_vs_slicing___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.6179162Z test_batch_vs_slicing___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:32.6212132Z test_batch_vs_slicing___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.6241911Z test_batch_vs_slicing___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.6272166Z test_batch_vs_slicing___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.6301624Z test_batch_vs_slicing___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.6331456Z test_batch_vs_slicing___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.6360823Z test_batch_vs_slicing___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.6401943Z test_batch_vs_slicing___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:32.6446128Z test_batch_vs_slicing___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:32.6488265Z test_batch_vs_slicing___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:32.6530622Z test_batch_vs_slicing___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:32.6570254Z test_batch_vs_slicing___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:32.6610292Z test_batch_vs_slicing___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:32.6649169Z test_batch_vs_slicing___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:32.6687469Z test_batch_vs_slicing___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:32.6725883Z test_batch_vs_slicing___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:32.6770043Z test_batch_vs_slicing___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:32.6808622Z test_batch_vs_slicing___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:32.6847404Z test_batch_vs_slicing___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:32.6881852Z test_batch_vs_slicing___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.6892748Z test_batch_vs_slicing___rmod___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:32.6926954Z test_batch_vs_slicing___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.6960149Z test_batch_vs_slicing___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.6993326Z test_batch_vs_slicing___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.7023515Z test_batch_vs_slicing___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.7059608Z test_batch_vs_slicing___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:32.7089642Z test_batch_vs_slicing___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.7119583Z test_batch_vs_slicing___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.7149834Z test_batch_vs_slicing___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.7183371Z test_batch_vs_slicing___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.7212453Z test_batch_vs_slicing___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.7247170Z test_batch_vs_slicing___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.7282061Z test_batch_vs_slicing___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.7320509Z test_batch_vs_slicing___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:32.7353323Z test_batch_vs_slicing___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.7385791Z test_batch_vs_slicing___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.7415693Z test_batch_vs_slicing___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.7444765Z test_batch_vs_slicing___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.7473844Z test_batch_vs_slicing___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.7503167Z test_batch_vs_slicing___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.7532524Z test_batch_vs_slicing___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.7567847Z test_batch_vs_slicing___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.7597253Z test_batch_vs_slicing___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.7626907Z test_batch_vs_slicing___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.7656343Z test_batch_vs_slicing___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.7686239Z test_batch_vs_slicing___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.7715425Z test_batch_vs_slicing___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.7738870Z test_batch_vs_slicing___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:674: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-03-17T19:58:32.7739620Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-03-17T19:58:32.7766802Z ok (0.005s) 2022-03-17T19:58:32.7776618Z test_batch_vs_slicing___rpow___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:32.7831128Z test_batch_vs_slicing___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:58:32.7886408Z test_batch_vs_slicing___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:58:32.7932846Z test_batch_vs_slicing___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:58:32.7979616Z test_batch_vs_slicing___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:58:32.8026005Z test_batch_vs_slicing___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:58:32.8069387Z test_batch_vs_slicing___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:32.8112563Z test_batch_vs_slicing___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:32.8155551Z test_batch_vs_slicing___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:32.8198619Z test_batch_vs_slicing___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:32.8249392Z test_batch_vs_slicing___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:58:32.8282999Z test_batch_vs_slicing___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.8318250Z test_batch_vs_slicing___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.8354396Z test_batch_vs_slicing___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:32.8387913Z test_batch_vs_slicing___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.8421330Z test_batch_vs_slicing___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.8454486Z test_batch_vs_slicing___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.8484932Z test_batch_vs_slicing___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.8520598Z test_batch_vs_slicing___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.8550405Z test_batch_vs_slicing___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.8580609Z test_batch_vs_slicing___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.8610970Z test_batch_vs_slicing___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.8640209Z test_batch_vs_slicing___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.8670180Z test_batch_vs_slicing___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.8699787Z test_batch_vs_slicing___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.8729419Z test_batch_vs_slicing___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.8764501Z test_batch_vs_slicing___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.8794085Z test_batch_vs_slicing___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.8826615Z test_batch_vs_slicing_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.8856128Z test_batch_vs_slicing_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.8891316Z test_batch_vs_slicing_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.8926175Z test_batch_vs_slicing_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.8958698Z test_batch_vs_slicing_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.8991579Z test_batch_vs_slicing_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9029416Z test_batch_vs_slicing_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:32.9058511Z test_batch_vs_slicing_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9087781Z test_batch_vs_slicing_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9116370Z test_batch_vs_slicing_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9145835Z test_batch_vs_slicing_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9175286Z test_batch_vs_slicing_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9185008Z test_batch_vs_slicing_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:32.9195783Z test_batch_vs_slicing_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:32.9205708Z test_batch_vs_slicing_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:32.9215784Z test_batch_vs_slicing_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:32.9225736Z test_batch_vs_slicing_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:32.9235920Z test_batch_vs_slicing_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:32.9246288Z test_batch_vs_slicing_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:32.9256361Z test_batch_vs_slicing_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:32.9266160Z test_batch_vs_slicing_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:32.9276232Z test_batch_vs_slicing_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:32.9306535Z test_batch_vs_slicing_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9336256Z test_batch_vs_slicing_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9371641Z test_batch_vs_slicing_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9400608Z test_batch_vs_slicing_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9430027Z test_batch_vs_slicing_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9459896Z test_batch_vs_slicing_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9493422Z test_batch_vs_slicing_bitwise_left_shift_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9526409Z test_batch_vs_slicing_bitwise_left_shift_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9559174Z test_batch_vs_slicing_bitwise_left_shift_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9592939Z test_batch_vs_slicing_bitwise_left_shift_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9628142Z test_batch_vs_slicing_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9657708Z test_batch_vs_slicing_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9686947Z test_batch_vs_slicing_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9716383Z test_batch_vs_slicing_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9746562Z test_batch_vs_slicing_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9776182Z test_batch_vs_slicing_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9805920Z test_batch_vs_slicing_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9835261Z test_batch_vs_slicing_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9870187Z test_batch_vs_slicing_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9899731Z test_batch_vs_slicing_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9929346Z test_batch_vs_slicing_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9962307Z test_batch_vs_slicing_bitwise_right_shift_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:32.9995329Z test_batch_vs_slicing_bitwise_right_shift_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0028357Z test_batch_vs_slicing_bitwise_right_shift_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0063092Z test_batch_vs_slicing_bitwise_right_shift_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0092860Z test_batch_vs_slicing_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0128260Z test_batch_vs_slicing_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0157842Z test_batch_vs_slicing_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0187311Z test_batch_vs_slicing_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0217130Z test_batch_vs_slicing_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0246716Z test_batch_vs_slicing_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0276353Z test_batch_vs_slicing_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0305704Z test_batch_vs_slicing_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0335111Z test_batch_vs_slicing_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0370667Z test_batch_vs_slicing_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0399938Z test_batch_vs_slicing_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0410224Z test_batch_vs_slicing_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.0420078Z test_batch_vs_slicing_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.0453661Z test_batch_vs_slicing_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0484736Z test_batch_vs_slicing_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0517174Z test_batch_vs_slicing_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0550370Z test_batch_vs_slicing_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0582660Z test_batch_vs_slicing_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0613843Z test_batch_vs_slicing_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0650647Z test_batch_vs_slicing_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:33.0681372Z test_batch_vs_slicing_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0712434Z test_batch_vs_slicing_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0743534Z test_batch_vs_slicing_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0778781Z test_batch_vs_slicing_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0811964Z test_batch_vs_slicing_div_floor_rounding_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0848958Z test_batch_vs_slicing_div_floor_rounding_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:33.0886126Z test_batch_vs_slicing_div_floor_rounding_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:33.0926436Z test_batch_vs_slicing_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:33.0960835Z test_batch_vs_slicing_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.0995058Z test_batch_vs_slicing_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.1027997Z test_batch_vs_slicing_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.1061165Z test_batch_vs_slicing_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.1094337Z test_batch_vs_slicing_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.1127549Z test_batch_vs_slicing_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.1160301Z test_batch_vs_slicing_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.1200584Z test_batch_vs_slicing_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:33.1233451Z test_batch_vs_slicing_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.1270292Z test_batch_vs_slicing_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:33.1307717Z test_batch_vs_slicing_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:33.1342525Z test_batch_vs_slicing_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.1377406Z test_batch_vs_slicing_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.1411913Z test_batch_vs_slicing_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.1444796Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.1485131Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:33.1518068Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.1551055Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.1584381Z test_batch_vs_slicing_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.1619209Z test_batch_vs_slicing_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.1652130Z test_batch_vs_slicing_div_trunc_rounding_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.1689223Z test_batch_vs_slicing_div_trunc_rounding_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:33.1726458Z test_batch_vs_slicing_div_trunc_rounding_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:33.1766576Z test_batch_vs_slicing_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:33.1800746Z test_batch_vs_slicing_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.1835247Z test_batch_vs_slicing_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.1868350Z test_batch_vs_slicing_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.1901575Z test_batch_vs_slicing_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.1934776Z test_batch_vs_slicing_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.1967881Z test_batch_vs_slicing_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.2000848Z test_batch_vs_slicing_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.2037223Z test_batch_vs_slicing_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:33.2066300Z test_batch_vs_slicing_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.2099257Z test_batch_vs_slicing_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.2132177Z test_batch_vs_slicing_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.2163003Z test_batch_vs_slicing_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.2193642Z test_batch_vs_slicing_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.2224326Z test_batch_vs_slicing_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.2253641Z test_batch_vs_slicing_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.2288780Z test_batch_vs_slicing_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.2317659Z test_batch_vs_slicing_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.2346701Z test_batch_vs_slicing_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.2376191Z test_batch_vs_slicing_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.2417248Z test_batch_vs_slicing_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:33.2456245Z test_batch_vs_slicing_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:33.2507730Z test_batch_vs_slicing_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:58:33.2567235Z test_batch_vs_slicing_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:58:33.2613580Z test_batch_vs_slicing_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:58:33.2654127Z test_batch_vs_slicing_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:33.2688697Z test_batch_vs_slicing_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.2727923Z test_batch_vs_slicing_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:33.2767056Z test_batch_vs_slicing_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:33.2806291Z test_batch_vs_slicing_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:33.2845445Z test_batch_vs_slicing_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:33.2884718Z test_batch_vs_slicing_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:33.2940257Z test_batch_vs_slicing_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:791: UserWarning: floor_divide is deprecated, and will be removed in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. 2022-03-17T19:58:33.2941479Z To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BinaryOps.cpp:599.) 2022-03-17T19:58:33.2942014Z return self.op(*args, **kwargs) 2022-03-17T19:58:33.2954289Z ok (0.007s) 2022-03-17T19:58:33.2989897Z test_batch_vs_slicing_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.3025637Z test_batch_vs_slicing_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.3061113Z test_batch_vs_slicing_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.3093467Z test_batch_vs_slicing_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.3125667Z test_batch_vs_slicing_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.3157493Z test_batch_vs_slicing_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.3189881Z test_batch_vs_slicing_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.3228726Z test_batch_vs_slicing_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:33.3238277Z test_batch_vs_slicing_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3248816Z test_batch_vs_slicing_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3259108Z test_batch_vs_slicing_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3269251Z test_batch_vs_slicing_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3279375Z test_batch_vs_slicing_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3289973Z test_batch_vs_slicing_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3299759Z test_batch_vs_slicing_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3309678Z test_batch_vs_slicing_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3319605Z test_batch_vs_slicing_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3329883Z test_batch_vs_slicing_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3339931Z test_batch_vs_slicing_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3350149Z test_batch_vs_slicing_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3360025Z test_batch_vs_slicing_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3370516Z test_batch_vs_slicing_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3380492Z test_batch_vs_slicing_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3390656Z test_batch_vs_slicing_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3400703Z test_batch_vs_slicing_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3410978Z test_batch_vs_slicing_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3421176Z test_batch_vs_slicing_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3431311Z test_batch_vs_slicing_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3441345Z test_batch_vs_slicing_fmod_autodiffed_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3476693Z test_batch_vs_slicing_fmod_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.3511297Z test_batch_vs_slicing_fmod_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.3545514Z test_batch_vs_slicing_fmod_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.3555189Z test_batch_vs_slicing_fmod_autodiffed_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3565615Z test_batch_vs_slicing_fmod_autodiffed_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3575774Z test_batch_vs_slicing_fmod_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3585965Z test_batch_vs_slicing_fmod_autodiffed_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3596282Z test_batch_vs_slicing_fmod_autodiffed_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3631630Z test_batch_vs_slicing_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.3666179Z test_batch_vs_slicing_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.3700807Z test_batch_vs_slicing_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:33.3711022Z test_batch_vs_slicing_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3721249Z test_batch_vs_slicing_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3731569Z test_batch_vs_slicing_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3742008Z test_batch_vs_slicing_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.3751868Z test_batch_vs_slicing_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:33.6118488Z test_batch_vs_slicing_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:791: UserWarning: Specified kernel cache directory could not be created! This disables kernel caching. Specified directory is /var/lib/jenkins/.cache/torch/kernels. This warning will appear only once per process. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/jit_utils.cpp:860.) 2022-03-17T19:58:33.6119341Z return self.op(*args, **kwargs) 2022-03-17T19:58:33.6139115Z ok (0.239s) 2022-03-17T19:58:33.8319412Z test_batch_vs_slicing_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.218s) 2022-03-17T19:58:34.0687325Z test_batch_vs_slicing_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.237s) 2022-03-17T19:58:34.2941537Z test_batch_vs_slicing_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.225s) 2022-03-17T19:58:34.5129993Z test_batch_vs_slicing_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.219s) 2022-03-17T19:58:34.5162647Z test_batch_vs_slicing_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5192061Z test_batch_vs_slicing_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5223024Z test_batch_vs_slicing_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5260781Z test_batch_vs_slicing_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:34.5291631Z test_batch_vs_slicing_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5320463Z test_batch_vs_slicing_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5349523Z test_batch_vs_slicing_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5379010Z test_batch_vs_slicing_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5407800Z test_batch_vs_slicing_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5437007Z test_batch_vs_slicing_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5467803Z test_batch_vs_slicing_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5502375Z test_batch_vs_slicing_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5532914Z test_batch_vs_slicing_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5563147Z test_batch_vs_slicing_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5593658Z test_batch_vs_slicing_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5622595Z test_batch_vs_slicing_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5651773Z test_batch_vs_slicing_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5680542Z test_batch_vs_slicing_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5709736Z test_batch_vs_slicing_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5744766Z test_batch_vs_slicing_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5778103Z test_batch_vs_slicing_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5807240Z test_batch_vs_slicing_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5839837Z test_batch_vs_slicing_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5872720Z test_batch_vs_slicing_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5904842Z test_batch_vs_slicing_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5934461Z test_batch_vs_slicing_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5963604Z test_batch_vs_slicing_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.5998346Z test_batch_vs_slicing_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.6027923Z test_batch_vs_slicing_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.6057197Z test_batch_vs_slicing_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:34.6067341Z test_batch_vs_slicing_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:34.6077398Z test_batch_vs_slicing_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:34.6088140Z test_batch_vs_slicing_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:34.6098149Z test_batch_vs_slicing_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:34.6108618Z test_batch_vs_slicing_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:34.6118544Z test_batch_vs_slicing_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:34.6129006Z test_batch_vs_slicing_igamma_grad_other_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:34.6139116Z test_batch_vs_slicing_igamma_grad_other_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:34.6149480Z test_batch_vs_slicing_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:34.6159363Z test_batch_vs_slicing_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:34.6169710Z test_batch_vs_slicing_igammac_grad_other_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:34.6179894Z test_batch_vs_slicing_igammac_grad_other_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:34.6250559Z test_batch_vs_slicing_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:58:34.6328558Z test_batch_vs_slicing_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T19:58:34.6413243Z test_batch_vs_slicing_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T19:58:34.6499427Z test_batch_vs_slicing_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T19:58:34.6568659Z test_batch_vs_slicing_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:58:34.6649975Z test_batch_vs_slicing_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T19:58:34.6719118Z test_batch_vs_slicing_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:58:34.6794693Z test_batch_vs_slicing_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:58:34.6869466Z test_batch_vs_slicing_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:58:34.6944763Z test_batch_vs_slicing_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:58:34.7019871Z test_batch_vs_slicing_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:58:34.7095543Z test_batch_vs_slicing_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:58:34.9590417Z test_batch_vs_slicing_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.249s) 2022-03-17T19:58:35.1948844Z test_batch_vs_slicing_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.236s) 2022-03-17T19:58:35.4692719Z test_batch_vs_slicing_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.274s) 2022-03-17T19:58:35.7187190Z test_batch_vs_slicing_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.249s) 2022-03-17T19:58:35.9506239Z test_batch_vs_slicing_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.232s) 2022-03-17T19:58:35.9550634Z test_batch_vs_slicing_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:35.9590954Z test_batch_vs_slicing_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:35.9647970Z test_batch_vs_slicing_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:58:35.9691592Z test_batch_vs_slicing_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:35.9739533Z test_batch_vs_slicing_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:58:35.9781111Z test_batch_vs_slicing_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:35.9822009Z test_batch_vs_slicing_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:35.9862738Z test_batch_vs_slicing_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:35.9902427Z test_batch_vs_slicing_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:35.9942641Z test_batch_vs_slicing_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:35.9982690Z test_batch_vs_slicing_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:36.0022775Z test_batch_vs_slicing_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:36.0059444Z test_batch_vs_slicing_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:36.0088638Z test_batch_vs_slicing_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0118842Z test_batch_vs_slicing_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0149677Z test_batch_vs_slicing_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0180676Z test_batch_vs_slicing_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0210305Z test_batch_vs_slicing_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0238776Z test_batch_vs_slicing_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0267649Z test_batch_vs_slicing_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0302693Z test_batch_vs_slicing_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0331964Z test_batch_vs_slicing_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0364500Z test_batch_vs_slicing_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0393956Z test_batch_vs_slicing_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0427394Z test_batch_vs_slicing_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0461259Z test_batch_vs_slicing_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0492997Z test_batch_vs_slicing_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0524777Z test_batch_vs_slicing_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0561982Z test_batch_vs_slicing_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:36.0591961Z test_batch_vs_slicing_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0621748Z test_batch_vs_slicing_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0651690Z test_batch_vs_slicing_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0681138Z test_batch_vs_slicing_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0711158Z test_batch_vs_slicing_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0742964Z test_batch_vs_slicing_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0772820Z test_batch_vs_slicing_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0812321Z test_batch_vs_slicing_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:36.0845567Z test_batch_vs_slicing_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0876871Z test_batch_vs_slicing_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0908798Z test_batch_vs_slicing_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0940208Z test_batch_vs_slicing_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0970096Z test_batch_vs_slicing_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.0999572Z test_batch_vs_slicing_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1029475Z test_batch_vs_slicing_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1065051Z test_batch_vs_slicing_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1095128Z test_batch_vs_slicing_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1126812Z test_batch_vs_slicing_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1156723Z test_batch_vs_slicing_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1189911Z test_batch_vs_slicing_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1223339Z test_batch_vs_slicing_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1255162Z test_batch_vs_slicing_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1286879Z test_batch_vs_slicing_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1323956Z test_batch_vs_slicing_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:36.1353841Z test_batch_vs_slicing_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1383567Z test_batch_vs_slicing_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1413252Z test_batch_vs_slicing_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1442512Z test_batch_vs_slicing_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1472452Z test_batch_vs_slicing_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1503345Z test_batch_vs_slicing_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1532411Z test_batch_vs_slicing_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1569055Z test_batch_vs_slicing_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:36.1599557Z test_batch_vs_slicing_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1630103Z test_batch_vs_slicing_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1659099Z test_batch_vs_slicing_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1688805Z test_batch_vs_slicing_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1717531Z test_batch_vs_slicing_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1746608Z test_batch_vs_slicing_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1776122Z test_batch_vs_slicing_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1815781Z test_batch_vs_slicing_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:36.1844641Z test_batch_vs_slicing_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1877226Z test_batch_vs_slicing_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1909985Z test_batch_vs_slicing_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1942519Z test_batch_vs_slicing_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.1972202Z test_batch_vs_slicing_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2001158Z test_batch_vs_slicing_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2030394Z test_batch_vs_slicing_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2065530Z test_batch_vs_slicing_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2095118Z test_batch_vs_slicing_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2127859Z test_batch_vs_slicing_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2156821Z test_batch_vs_slicing_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2189283Z test_batch_vs_slicing_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2221949Z test_batch_vs_slicing_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2254392Z test_batch_vs_slicing_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2283610Z test_batch_vs_slicing_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2320032Z test_batch_vs_slicing_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:36.2348640Z test_batch_vs_slicing_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2377684Z test_batch_vs_slicing_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2406972Z test_batch_vs_slicing_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2439958Z test_batch_vs_slicing_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2469002Z test_batch_vs_slicing_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2501806Z test_batch_vs_slicing_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2534702Z test_batch_vs_slicing_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2573010Z test_batch_vs_slicing_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:36.2602035Z test_batch_vs_slicing_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2631591Z test_batch_vs_slicing_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2660408Z test_batch_vs_slicing_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2689629Z test_batch_vs_slicing_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2718799Z test_batch_vs_slicing_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2751383Z test_batch_vs_slicing_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2780323Z test_batch_vs_slicing_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2818726Z test_batch_vs_slicing_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:36.2851127Z test_batch_vs_slicing_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2883039Z test_batch_vs_slicing_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2912099Z test_batch_vs_slicing_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2941150Z test_batch_vs_slicing_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2969717Z test_batch_vs_slicing_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.2998373Z test_batch_vs_slicing_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3027826Z test_batch_vs_slicing_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3066181Z test_batch_vs_slicing_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:36.3095149Z test_batch_vs_slicing_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3129917Z test_batch_vs_slicing_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3164862Z test_batch_vs_slicing_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3196926Z test_batch_vs_slicing_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3229488Z test_batch_vs_slicing_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3261764Z test_batch_vs_slicing_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3291069Z test_batch_vs_slicing_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3325911Z test_batch_vs_slicing_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3354426Z test_batch_vs_slicing_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3383418Z test_batch_vs_slicing_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3412572Z test_batch_vs_slicing_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3443075Z test_batch_vs_slicing_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3471729Z test_batch_vs_slicing_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3504117Z test_batch_vs_slicing_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3536649Z test_batch_vs_slicing_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3573100Z test_batch_vs_slicing_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:36.3603581Z test_batch_vs_slicing_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3634148Z test_batch_vs_slicing_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3663050Z test_batch_vs_slicing_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3692146Z test_batch_vs_slicing_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3720798Z test_batch_vs_slicing_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3749807Z test_batch_vs_slicing_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3778901Z test_batch_vs_slicing_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3788748Z test_batch_vs_slicing_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:36.3799914Z test_batch_vs_slicing_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:36.3810284Z test_batch_vs_slicing_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:36.3820248Z test_batch_vs_slicing_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:36.3830972Z test_batch_vs_slicing_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:36.3869762Z test_batch_vs_slicing_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:36.3921477Z test_batch_vs_slicing_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:58:36.3956455Z test_batch_vs_slicing_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.3989278Z test_batch_vs_slicing_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.4021937Z test_batch_vs_slicing_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.4056824Z test_batch_vs_slicing_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.4066118Z test_batch_vs_slicing_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:36.4076577Z test_batch_vs_slicing_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:36.4087083Z test_batch_vs_slicing_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:36.4097084Z test_batch_vs_slicing_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:36.4126583Z test_batch_vs_slicing_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.4136645Z test_batch_vs_slicing_remainder_autodiffed_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:36.4146763Z test_batch_vs_slicing_remainder_autodiffed_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:36.4188621Z test_batch_vs_slicing_remainder_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:36.4223537Z test_batch_vs_slicing_remainder_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.4257498Z test_batch_vs_slicing_remainder_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.4267920Z test_batch_vs_slicing_remainder_autodiffed_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:36.4277819Z test_batch_vs_slicing_remainder_autodiffed_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:36.4288621Z test_batch_vs_slicing_remainder_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:36.4299150Z test_batch_vs_slicing_remainder_autodiffed_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:36.4309093Z test_batch_vs_slicing_remainder_autodiffed_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:36.4319921Z test_batch_vs_slicing_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:36.4355055Z test_batch_vs_slicing_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.4390185Z test_batch_vs_slicing_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.4424691Z test_batch_vs_slicing_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.4434270Z test_batch_vs_slicing_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:36.4444906Z test_batch_vs_slicing_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:36.4454964Z test_batch_vs_slicing_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:36.4465041Z test_batch_vs_slicing_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:36.4475125Z test_batch_vs_slicing_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:58:36.4508237Z test_batch_vs_slicing_rsub_rsub_scalar_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.4553501Z test_batch_vs_slicing_rsub_rsub_scalar_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:36.4594394Z test_batch_vs_slicing_rsub_rsub_scalar_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:36.4626934Z test_batch_vs_slicing_rsub_rsub_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.4660074Z test_batch_vs_slicing_rsub_rsub_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.4692509Z test_batch_vs_slicing_rsub_rsub_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.4721448Z test_batch_vs_slicing_rsub_rsub_scalar_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.4750845Z test_batch_vs_slicing_rsub_rsub_scalar_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.4779906Z test_batch_vs_slicing_rsub_rsub_scalar_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.4809304Z test_batch_vs_slicing_rsub_rsub_scalar_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.4844328Z test_batch_vs_slicing_rsub_rsub_scalar_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.4876839Z test_batch_vs_slicing_rsub_rsub_tensor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.4911684Z test_batch_vs_slicing_rsub_rsub_tensor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.4946760Z test_batch_vs_slicing_rsub_rsub_tensor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.4979501Z test_batch_vs_slicing_rsub_rsub_tensor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.5012425Z test_batch_vs_slicing_rsub_rsub_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.5044919Z test_batch_vs_slicing_rsub_rsub_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.5073674Z test_batch_vs_slicing_rsub_rsub_tensor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.5108993Z test_batch_vs_slicing_rsub_rsub_tensor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.5138025Z test_batch_vs_slicing_rsub_rsub_tensor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.5167495Z test_batch_vs_slicing_rsub_rsub_tensor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.5196625Z test_batch_vs_slicing_rsub_rsub_tensor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.5229565Z test_batch_vs_slicing_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.5260663Z test_batch_vs_slicing_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.5293157Z test_batch_vs_slicing_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.5325694Z test_batch_vs_slicing_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.5363386Z test_batch_vs_slicing_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:36.5394292Z test_batch_vs_slicing_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.5425132Z test_batch_vs_slicing_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.5456270Z test_batch_vs_slicing_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.5487380Z test_batch_vs_slicing_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:36.5518042Z test_batch_vs_slicing_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:39.2541213Z test_batch_vs_slicing_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (2.702s) 2022-03-17T19:58:39.8710306Z test_batch_vs_slicing_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.617s) 2022-03-17T19:58:40.9887866Z test_batch_vs_slicing_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.117s) 2022-03-17T19:58:40.9936852Z test_batch_vs_slicing_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:58:40.9986047Z test_batch_vs_slicing_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:58:41.0035937Z test_batch_vs_slicing_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:58:41.0085320Z test_batch_vs_slicing_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:58:41.0134459Z test_batch_vs_slicing_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:58:41.0165847Z test_batch_vs_slicing_special_zeta_grad_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.0215778Z test_batch_vs_slicing_special_zeta_grad_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:58:41.0377504Z test_batch_vs_slicing_special_zeta_grad_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T19:58:41.0425755Z test_batch_vs_slicing_special_zeta_grad_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:58:41.0474284Z test_batch_vs_slicing_special_zeta_grad_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:58:41.0523732Z test_batch_vs_slicing_special_zeta_grad_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:58:41.0572770Z test_batch_vs_slicing_special_zeta_grad_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:58:41.0621425Z test_batch_vs_slicing_special_zeta_grad_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:58:41.0654413Z test_batch_vs_slicing_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.0689199Z test_batch_vs_slicing_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.0730149Z test_batch_vs_slicing_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:41.0762582Z test_batch_vs_slicing_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.0795416Z test_batch_vs_slicing_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.0827498Z test_batch_vs_slicing_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.0856929Z test_batch_vs_slicing_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.0886135Z test_batch_vs_slicing_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.0914803Z test_batch_vs_slicing_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.0943932Z test_batch_vs_slicing_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.0979047Z test_batch_vs_slicing_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.1014483Z test_batch_vs_slicing_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.1047254Z test_batch_vs_slicing_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.1083764Z test_batch_vs_slicing_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:41.1120801Z test_batch_vs_slicing_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:41.1155831Z test_batch_vs_slicing_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.1189979Z test_batch_vs_slicing_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.1224433Z test_batch_vs_slicing_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.1263414Z test_batch_vs_slicing_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:41.1296500Z test_batch_vs_slicing_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.1329565Z test_batch_vs_slicing_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.1362260Z test_batch_vs_slicing_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.1395187Z test_batch_vs_slicing_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.1428192Z test_batch_vs_slicing_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.1459174Z test_batch_vs_slicing_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.1492048Z test_batch_vs_slicing_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.1530448Z test_batch_vs_slicing_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:41.1562586Z test_batch_vs_slicing_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.1593289Z test_batch_vs_slicing_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.1624260Z test_batch_vs_slicing_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.1655673Z test_batch_vs_slicing_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.1686822Z test_batch_vs_slicing_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.1717477Z test_batch_vs_slicing_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T19:58:41.1755502Z test_binary_op_mem_overlap_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:41.1778618Z test_binary_op_scalar_device_unspecified_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T19:58:59.9166071Z test_binary_ops_with_scalars_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (18.738s) 2022-03-17T19:58:59.9207859Z test_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:59.9247778Z test_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:59.9287094Z test_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:59.9327166Z test_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:59.9367160Z test_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:58:59.9820587Z test_bitwise_ops_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-03-17T19:59:00.0293134Z test_bitwise_ops_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-03-17T19:59:00.0859490Z test_bitwise_ops_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-03-17T19:59:00.1513099Z test_bitwise_ops_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-03-17T19:59:00.1933367Z test_bitwise_ops_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-03-17T19:59:00.2348971Z test_bitwise_ops_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-03-17T19:59:00.2456777Z test_bitwise_or_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T19:59:00.2510771Z test_bitwise_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:59:00.2564349Z test_bitwise_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:59:00.2621013Z test_bitwise_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:59:00.2673874Z test_bitwise_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:59:00.2726699Z test_bitwise_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:59:00.2805207Z test_bitwise_shift_float_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T19:59:00.2912683Z test_bitwise_xor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T19:59:00.2976043Z test_bool_tensor_comparison_ops_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:59:00.3042880Z test_broadcast_python_scalar___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.3086688Z test_broadcast_python_scalar___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:59:00.3167942Z test_broadcast_python_scalar___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T19:59:00.3236575Z test_broadcast_python_scalar___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.3303811Z test_broadcast_python_scalar___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.3348015Z test_broadcast_python_scalar___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:59:00.3414875Z test_broadcast_python_scalar___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.3458983Z test_broadcast_python_scalar___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:59:00.3502553Z test_broadcast_python_scalar___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:59:00.3575879Z test_broadcast_python_scalar___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.3631501Z test_broadcast_python_scalar___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:59:00.3698309Z test_broadcast_python_scalar___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.3742622Z test_broadcast_python_scalar___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:59:00.3786488Z test_broadcast_python_scalar___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:59:00.3852945Z test_broadcast_python_scalar_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.3896536Z test_broadcast_python_scalar_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:59:00.3907873Z test_broadcast_python_scalar_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.3919979Z test_broadcast_python_scalar_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.3964597Z test_broadcast_python_scalar_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:59:00.4031451Z test_broadcast_python_scalar_bitwise_left_shift_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.4081037Z test_broadcast_python_scalar_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:59:00.4124591Z test_broadcast_python_scalar_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:59:00.4192039Z test_broadcast_python_scalar_bitwise_right_shift_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.4235187Z test_broadcast_python_scalar_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:59:00.4278754Z test_broadcast_python_scalar_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:59:00.4290086Z test_broadcast_python_scalar_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.4357668Z test_broadcast_python_scalar_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.4417982Z test_broadcast_python_scalar_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:59:00.4490134Z test_broadcast_python_scalar_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.4562714Z test_broadcast_python_scalar_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.4635200Z test_broadcast_python_scalar_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.4700600Z test_broadcast_python_scalar_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:59:00.4772460Z test_broadcast_python_scalar_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.4836834Z test_broadcast_python_scalar_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:59:00.4890150Z test_broadcast_python_scalar_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:59:00.4936322Z test_broadcast_python_scalar_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:59:00.5003439Z test_broadcast_python_scalar_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.5069643Z test_broadcast_python_scalar_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.5142251Z test_broadcast_python_scalar_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.5191393Z test_broadcast_python_scalar_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:59:00.5202786Z test_broadcast_python_scalar_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.5214130Z test_broadcast_python_scalar_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.5226033Z test_broadcast_python_scalar_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.5237824Z test_broadcast_python_scalar_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.5310683Z test_broadcast_python_scalar_fmod_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.5321753Z test_broadcast_python_scalar_fmod_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.5393594Z test_broadcast_python_scalar_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.5405025Z test_broadcast_python_scalar_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.5431231Z test_broadcast_python_scalar_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-03-17T19:59:00.5485413Z test_broadcast_python_scalar_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:59:00.5532402Z test_broadcast_python_scalar_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:59:00.5591453Z test_broadcast_python_scalar_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:59:00.5637579Z test_broadcast_python_scalar_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:59:00.5662420Z test_broadcast_python_scalar_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-03-17T19:59:00.5685490Z test_broadcast_python_scalar_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-03-17T19:59:00.5696873Z test_broadcast_python_scalar_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.5708775Z test_broadcast_python_scalar_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.5720577Z test_broadcast_python_scalar_igamma_grad_other_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.5732469Z test_broadcast_python_scalar_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.5744280Z test_broadcast_python_scalar_igammac_grad_other_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.5771586Z test_broadcast_python_scalar_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.003s) 2022-03-17T19:59:00.5797685Z test_broadcast_python_scalar_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-03-17T19:59:00.5821006Z test_broadcast_python_scalar_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-03-17T19:59:00.5846289Z test_broadcast_python_scalar_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-03-17T19:59:00.5870085Z test_broadcast_python_scalar_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-03-17T19:59:00.5936425Z test_broadcast_python_scalar_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.5988937Z test_broadcast_python_scalar_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:59:00.6014093Z test_broadcast_python_scalar_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-03-17T19:59:00.6036736Z test_broadcast_python_scalar_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-03-17T19:59:00.6061476Z test_broadcast_python_scalar_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-03-17T19:59:00.6084701Z test_broadcast_python_scalar_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-03-17T19:59:00.6109242Z test_broadcast_python_scalar_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-03-17T19:59:00.6132458Z test_broadcast_python_scalar_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-03-17T19:59:00.6186006Z test_broadcast_python_scalar_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:59:00.6232631Z test_broadcast_python_scalar_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:59:00.6244563Z test_broadcast_python_scalar_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.6255967Z test_broadcast_python_scalar_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.6268472Z test_broadcast_python_scalar_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.6280394Z test_broadcast_python_scalar_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.6292343Z test_broadcast_python_scalar_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.6304673Z test_broadcast_python_scalar_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.6315761Z test_broadcast_python_scalar_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.6328101Z test_broadcast_python_scalar_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.6394982Z test_broadcast_python_scalar_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.6444014Z test_broadcast_python_scalar_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:59:00.6496980Z test_broadcast_python_scalar_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:59:00.6543737Z test_broadcast_python_scalar_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T19:59:00.6555059Z test_broadcast_python_scalar_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.6567342Z test_broadcast_python_scalar_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.6634268Z test_broadcast_python_scalar_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:59:00.6646385Z test_broadcast_python_scalar_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.6718083Z test_broadcast_python_scalar_remainder_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.6730616Z test_broadcast_python_scalar_remainder_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.6802352Z test_broadcast_python_scalar_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.6813911Z test_broadcast_python_scalar_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:00.6881022Z test_broadcast_python_scalar_rsub_rsub_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:59:00.6924734Z test_broadcast_python_scalar_rsub_rsub_scalar_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:59:00.6997176Z test_broadcast_python_scalar_rsub_rsub_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.7040751Z test_broadcast_python_scalar_rsub_rsub_tensor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T19:59:00.7108603Z test_broadcast_python_scalar_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T19:59:00.7168981Z test_broadcast_python_scalar_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T19:59:14.1496308Z test_broadcast_python_scalar_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (13.432s) 2022-03-17T19:59:14.1508198Z test_broadcast_python_scalar_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T19:59:30.9894680Z test_broadcast_python_scalar_special_zeta_grad_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (16.838s) 2022-03-17T20:03:37.3460218Z test_broadcast_python_scalar_special_zeta_grad_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (246.355s) 2022-03-17T20:03:37.3515640Z test_broadcast_python_scalar_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:03:37.3566698Z test_broadcast_python_scalar_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:03:37.3637741Z test_broadcast_python_scalar_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:03:37.3702101Z test_broadcast_python_scalar_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:03:37.3768706Z test_broadcast_python_scalar_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:03:37.3827909Z test_broadcast_python_scalar_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:03:37.4113410Z test_broadcasting_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T20:03:37.4322920Z test_broadcasting_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:03:37.4530757Z test_broadcasting_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:03:37.4745693Z test_broadcasting_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:03:37.5074859Z test_broadcasting_fmod_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T20:03:37.5096200Z test_broadcasting_fmod_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:37.5425798Z test_broadcasting_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T20:03:37.5447326Z test_broadcasting_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:39.1005801Z test_broadcasting_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.556s) 2022-03-17T20:03:39.1291750Z test_broadcasting_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-03-17T20:03:39.1505797Z test_broadcasting_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:03:39.1838710Z test_broadcasting_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T20:03:39.2127761Z test_broadcasting_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-03-17T20:03:40.7809145Z test_broadcasting_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.568s) 2022-03-17T20:03:40.8073909Z test_broadcasting_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-03-17T20:03:40.8285862Z test_broadcasting_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:03:40.8548994Z test_broadcasting_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-03-17T20:03:40.8761000Z test_broadcasting_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:03:40.9024217Z test_broadcasting_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-03-17T20:03:40.9236628Z test_broadcasting_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:03:40.9520498Z test_broadcasting_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T20:03:40.9741903Z test_broadcasting_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-03-17T20:03:41.0023626Z test_broadcasting_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T20:03:41.0232635Z test_broadcasting_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:03:41.0515736Z test_broadcasting_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T20:03:41.0725292Z test_broadcasting_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:03:41.1007722Z test_broadcasting_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T20:03:41.1218131Z test_broadcasting_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:03:41.1548460Z test_broadcasting_remainder_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T20:03:41.1570388Z test_broadcasting_remainder_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:41.1906082Z test_broadcasting_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T20:03:41.1927571Z test_broadcasting_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:41.2214187Z test_broadcasting_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T20:03:41.2428594Z test_broadcasting_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:03:41.2440703Z test_cdiv_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:41.2452830Z test_cmul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:41.2477250Z test_comparison_ops_check_for_scalar_overflow_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:41.2504195Z test_comparison_ops_check_for_zerodim_tensor_overflow_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.003s) 2022-03-17T20:03:41.2527070Z test_comparison_ops_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:41.2662192Z test_comparison_ops_device_computation_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T20:03:41.2676302Z test_comparison_ops_must_take_bool_output_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:41.3864563Z test_comparison_ops_type_promotion_and_broadcasting_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.119s) 2022-03-17T20:03:41.4971503Z test_comparison_ops_type_promotion_and_broadcasting_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.111s) 2022-03-17T20:03:41.5688838Z test_comparison_ops_type_promotion_and_broadcasting_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.072s) 2022-03-17T20:03:41.6401370Z test_comparison_ops_type_promotion_and_broadcasting_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.071s) 2022-03-17T20:03:41.7391017Z test_comparison_ops_type_promotion_and_broadcasting_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.099s) 2022-03-17T20:03:41.8038482Z test_comparison_ops_type_promotion_and_broadcasting_cuda_bool_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-03-17T20:03:41.8685248Z test_comparison_ops_type_promotion_and_broadcasting_cuda_bool_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-03-17T20:03:41.9357192Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-03-17T20:03:42.0046723Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.069s) 2022-03-17T20:03:42.0715687Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-03-17T20:03:42.1860288Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.114s) 2022-03-17T20:03:42.2911301Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.105s) 2022-03-17T20:03:42.3593046Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-03-17T20:03:42.4272197Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-03-17T20:03:42.5342165Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.107s) 2022-03-17T20:03:42.6475096Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.113s) 2022-03-17T20:03:42.7518908Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.104s) 2022-03-17T20:03:42.8196452Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-03-17T20:03:42.8870530Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-03-17T20:03:42.9949877Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.108s) 2022-03-17T20:03:43.1010225Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.106s) 2022-03-17T20:03:43.2080266Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.107s) 2022-03-17T20:03:43.3217902Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.114s) 2022-03-17T20:03:43.4254699Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.104s) 2022-03-17T20:03:43.4940828Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.069s) 2022-03-17T20:03:43.5620257Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-03-17T20:03:43.6694591Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.107s) 2022-03-17T20:03:43.7753459Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.106s) 2022-03-17T20:03:43.8843556Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.109s) 2022-03-17T20:03:43.9825364Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.098s) 2022-03-17T20:03:44.0455507Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-03-17T20:03:44.1080057Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-03-17T20:03:44.2118376Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.104s) 2022-03-17T20:03:44.3146243Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.103s) 2022-03-17T20:03:44.4169260Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.102s) 2022-03-17T20:03:44.5109908Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.094s) 2022-03-17T20:03:44.6061846Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.095s) 2022-03-17T20:03:44.7015081Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.095s) 2022-03-17T20:03:44.8109324Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.109s) 2022-03-17T20:03:44.9091758Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.098s) 2022-03-17T20:03:44.9728547Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.064s) 2022-03-17T20:03:45.0358794Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-03-17T20:03:45.1391479Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.103s) 2022-03-17T20:03:45.2417995Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.103s) 2022-03-17T20:03:45.3441149Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.102s) 2022-03-17T20:03:45.4380178Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.094s) 2022-03-17T20:03:45.5330292Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.095s) 2022-03-17T20:03:45.6425972Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.109s) 2022-03-17T20:03:45.7418503Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.099s) 2022-03-17T20:03:45.8048293Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-03-17T20:03:45.8677559Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-03-17T20:03:45.9711014Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.103s) 2022-03-17T20:03:46.0739805Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.103s) 2022-03-17T20:03:46.1762256Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.102s) 2022-03-17T20:03:46.2701995Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.094s) 2022-03-17T20:03:46.3790068Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.109s) 2022-03-17T20:03:46.4776559Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.099s) 2022-03-17T20:03:46.5404820Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-03-17T20:03:46.6028708Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-03-17T20:03:46.7060527Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.103s) 2022-03-17T20:03:46.8082665Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.102s) 2022-03-17T20:03:46.9106065Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.102s) 2022-03-17T20:03:47.0077205Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.097s) 2022-03-17T20:03:47.1031870Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.095s) 2022-03-17T20:03:47.1991220Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.096s) 2022-03-17T20:03:47.2925205Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.093s) 2022-03-17T20:03:47.4017263Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.109s) 2022-03-17T20:03:47.4999213Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.098s) 2022-03-17T20:03:47.5631005Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-03-17T20:03:47.6256697Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-03-17T20:03:47.7289840Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.103s) 2022-03-17T20:03:47.8312485Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.102s) 2022-03-17T20:03:47.9345670Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.103s) 2022-03-17T20:03:48.0294487Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.095s) 2022-03-17T20:03:48.1242559Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.095s) 2022-03-17T20:03:48.2199110Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.096s) 2022-03-17T20:03:48.3148605Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.095s) 2022-03-17T20:03:48.4084832Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.094s) 2022-03-17T20:03:48.4258981Z test_complex_scalar_pow_tensor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T20:03:48.4438218Z test_complex_scalar_pow_tensor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T20:03:48.4622478Z test_complex_scalar_pow_tensor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T20:03:48.4800294Z test_complex_scalar_pow_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T20:03:48.4969865Z test_complex_scalar_pow_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T20:03:48.5148342Z test_complex_scalar_pow_tensor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T20:03:48.5327517Z test_complex_scalar_pow_tensor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T20:03:48.5505639Z test_complex_scalar_pow_tensor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T20:03:48.5683540Z test_complex_scalar_pow_tensor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T20:03:48.5862259Z test_complex_scalar_pow_tensor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T20:03:48.5899924Z test_contig_size1___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:48.5927606Z test_contig_size1___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.5960334Z test_contig_size1___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.5993731Z test_contig_size1___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6024653Z test_contig_size1___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6055658Z test_contig_size1___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6086358Z test_contig_size1___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6113694Z test_contig_size1___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6146885Z test_contig_size1___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6174425Z test_contig_size1___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6202054Z test_contig_size1___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6229677Z test_contig_size1___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6263256Z test_contig_size1___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6294608Z test_contig_size1___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6329872Z test_contig_size1___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6365626Z test_contig_size1___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6406533Z test_contig_size1___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:48.6439048Z test_contig_size1___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6471842Z test_contig_size1___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6503338Z test_contig_size1___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6534955Z test_contig_size1___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6566692Z test_contig_size1___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6598016Z test_contig_size1___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6629417Z test_contig_size1___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6666791Z test_contig_size1___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:48.6682521Z test_contig_size1___rmod___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:48.6716214Z test_contig_size1___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6749756Z test_contig_size1___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6782710Z test_contig_size1___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6812620Z test_contig_size1___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6842066Z test_contig_size1___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6872269Z test_contig_size1___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6907504Z test_contig_size1___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6937313Z test_contig_size1___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6970772Z test_contig_size1___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.6999835Z test_contig_size1___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7035174Z test_contig_size1___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7071147Z test_contig_size1___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7104371Z test_contig_size1___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7137708Z test_contig_size1___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7176874Z test_contig_size1___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:48.7205124Z test_contig_size1___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7232197Z test_contig_size1___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7259509Z test_contig_size1___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7286948Z test_contig_size1___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7314327Z test_contig_size1___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7341593Z test_contig_size1___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7369193Z test_contig_size1___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7402227Z test_contig_size1___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7429458Z test_contig_size1___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7457124Z test_contig_size1___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7484887Z test_contig_size1___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7516142Z test_contig_size1___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7530146Z test_contig_size1___rpow___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:48.7564408Z test_contig_size1___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7598457Z test_contig_size1___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7630395Z test_contig_size1___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7668149Z test_contig_size1___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:48.7699810Z test_contig_size1___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7728353Z test_contig_size1___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7756902Z test_contig_size1___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7784910Z test_contig_size1___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7813488Z test_contig_size1___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7842004Z test_contig_size1___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7872977Z test_contig_size1___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7912008Z test_contig_size1___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:48.7945854Z test_contig_size1___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.7976922Z test_contig_size1___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8008152Z test_contig_size1___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8038667Z test_contig_size1___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8066324Z test_contig_size1___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8093959Z test_contig_size1___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8120933Z test_contig_size1___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8154624Z test_contig_size1___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8182016Z test_contig_size1___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8209899Z test_contig_size1___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8237445Z test_contig_size1___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8264932Z test_contig_size1___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8292275Z test_contig_size1___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8319568Z test_contig_size1___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8347409Z test_contig_size1___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8384907Z test_contig_size1_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:48.8412047Z test_contig_size1_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8445032Z test_contig_size1_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8478242Z test_contig_size1_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8509010Z test_contig_size1_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8540121Z test_contig_size1_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8570874Z test_contig_size1_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8598154Z test_contig_size1_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8631634Z test_contig_size1_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8659219Z test_contig_size1_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8687009Z test_contig_size1_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8714717Z test_contig_size1_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8729532Z test_contig_size1_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:48.8743184Z test_contig_size1_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:48.8757647Z test_contig_size1_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:48.8772196Z test_contig_size1_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:48.8786411Z test_contig_size1_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:48.8800730Z test_contig_size1_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:48.8815454Z test_contig_size1_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:48.8829641Z test_contig_size1_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:48.8844666Z test_contig_size1_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:48.8858641Z test_contig_size1_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:48.8887640Z test_contig_size1_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8916091Z test_contig_size1_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8944719Z test_contig_size1_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.8973054Z test_contig_size1_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9008088Z test_contig_size1_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9037102Z test_contig_size1_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9069013Z test_contig_size1_bitwise_left_shift_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9101439Z test_contig_size1_bitwise_left_shift_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9133367Z test_contig_size1_bitwise_left_shift_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9165550Z test_contig_size1_bitwise_left_shift_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9193987Z test_contig_size1_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9222890Z test_contig_size1_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9256596Z test_contig_size1_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9283843Z test_contig_size1_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9311404Z test_contig_size1_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9338716Z test_contig_size1_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9366374Z test_contig_size1_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9393432Z test_contig_size1_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9420570Z test_contig_size1_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9448129Z test_contig_size1_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9482904Z test_contig_size1_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9513715Z test_contig_size1_bitwise_right_shift_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9545197Z test_contig_size1_bitwise_right_shift_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9578290Z test_contig_size1_bitwise_right_shift_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9611824Z test_contig_size1_bitwise_right_shift_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9641033Z test_contig_size1_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9670835Z test_contig_size1_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9700240Z test_contig_size1_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9736036Z test_contig_size1_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9765620Z test_contig_size1_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9794789Z test_contig_size1_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9824807Z test_contig_size1_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9854152Z test_contig_size1_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9883194Z test_contig_size1_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9912904Z test_contig_size1_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9942568Z test_contig_size1_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:48.9958273Z test_contig_size1_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:48.9974197Z test_contig_size1_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:49.0013305Z test_contig_size1_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.0042093Z test_contig_size1_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0072961Z test_contig_size1_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0103956Z test_contig_size1_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0134656Z test_contig_size1_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0163676Z test_contig_size1_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0193136Z test_contig_size1_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0222385Z test_contig_size1_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0257740Z test_contig_size1_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0287242Z test_contig_size1_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0319821Z test_contig_size1_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0350530Z test_contig_size1_div_floor_rounding_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0385334Z test_contig_size1_div_floor_rounding_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0420787Z test_contig_size1_div_floor_rounding_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0453305Z test_contig_size1_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0485786Z test_contig_size1_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0523741Z test_contig_size1_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.0555067Z test_contig_size1_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0586063Z test_contig_size1_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0617259Z test_contig_size1_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0648376Z test_contig_size1_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0679331Z test_contig_size1_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0712083Z test_contig_size1_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0743194Z test_contig_size1_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0783717Z test_contig_size1_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.0818863Z test_contig_size1_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0851551Z test_contig_size1_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0884291Z test_contig_size1_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0916296Z test_contig_size1_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0947482Z test_contig_size1_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.0978866Z test_contig_size1_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1010145Z test_contig_size1_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1047223Z test_contig_size1_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.1077971Z test_contig_size1_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1110582Z test_contig_size1_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1141485Z test_contig_size1_div_trunc_rounding_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1177060Z test_contig_size1_div_trunc_rounding_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1212623Z test_contig_size1_div_trunc_rounding_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1245325Z test_contig_size1_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1277662Z test_contig_size1_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1316012Z test_contig_size1_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.1347066Z test_contig_size1_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1378119Z test_contig_size1_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1409287Z test_contig_size1_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1440210Z test_contig_size1_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1471197Z test_contig_size1_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1500545Z test_contig_size1_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1528462Z test_contig_size1_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1565986Z test_contig_size1_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.1596882Z test_contig_size1_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1626382Z test_contig_size1_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1655799Z test_contig_size1_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1685130Z test_contig_size1_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1712313Z test_contig_size1_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1739869Z test_contig_size1_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1767261Z test_contig_size1_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1800405Z test_contig_size1_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1828408Z test_contig_size1_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1859491Z test_contig_size1_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1888882Z test_contig_size1_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1921703Z test_contig_size1_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1955511Z test_contig_size1_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.1987007Z test_contig_size1_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.2018257Z test_contig_size1_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.2055076Z test_contig_size1_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.2084687Z test_contig_size1_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.2114285Z test_contig_size1_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.2145936Z test_contig_size1_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.2177701Z test_contig_size1_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.2209388Z test_contig_size1_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.2244005Z test_contig_size1_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.2278850Z test_contig_size1_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.2317749Z test_contig_size1_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.2350040Z test_contig_size1_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.2379341Z test_contig_size1_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.2408838Z test_contig_size1_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.2437623Z test_contig_size1_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.2467008Z test_contig_size1_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.2496296Z test_contig_size1_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.2510268Z test_contig_size1_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2524369Z test_contig_size1_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2538409Z test_contig_size1_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2552447Z test_contig_size1_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2566578Z test_contig_size1_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2580341Z test_contig_size1_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2594203Z test_contig_size1_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2608244Z test_contig_size1_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2622364Z test_contig_size1_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2636200Z test_contig_size1_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2650498Z test_contig_size1_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2664421Z test_contig_size1_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2678513Z test_contig_size1_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2692722Z test_contig_size1_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2706664Z test_contig_size1_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2720381Z test_contig_size1_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2734671Z test_contig_size1_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2748634Z test_contig_size1_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2762419Z test_contig_size1_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2776407Z test_contig_size1_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2790449Z test_contig_size1_fmod_autodiffed_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2823476Z test_contig_size1_fmod_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.2863692Z test_contig_size1_fmod_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.2895959Z test_contig_size1_fmod_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.2909754Z test_contig_size1_fmod_autodiffed_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2924426Z test_contig_size1_fmod_autodiffed_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2938546Z test_contig_size1_fmod_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2952831Z test_contig_size1_fmod_autodiffed_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.2967388Z test_contig_size1_fmod_autodiffed_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.3000243Z test_contig_size1_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3033315Z test_contig_size1_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3065588Z test_contig_size1_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3079593Z test_contig_size1_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.3093917Z test_contig_size1_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.3108334Z test_contig_size1_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.3122548Z test_contig_size1_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.3136550Z test_contig_size1_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.3164774Z test_contig_size1_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3191944Z test_contig_size1_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3225251Z test_contig_size1_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3252849Z test_contig_size1_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3280033Z test_contig_size1_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3309399Z test_contig_size1_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3336718Z test_contig_size1_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3366172Z test_contig_size1_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3394683Z test_contig_size1_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3424106Z test_contig_size1_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3457488Z test_contig_size1_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3484745Z test_contig_size1_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3512101Z test_contig_size1_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3539628Z test_contig_size1_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3567336Z test_contig_size1_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3596366Z test_contig_size1_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3624179Z test_contig_size1_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3653246Z test_contig_size1_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3688534Z test_contig_size1_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3717266Z test_contig_size1_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3744777Z test_contig_size1_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3772219Z test_contig_size1_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3799393Z test_contig_size1_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3826736Z test_contig_size1_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3854310Z test_contig_size1_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3885927Z test_contig_size1_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3919169Z test_contig_size1_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3950183Z test_contig_size1_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.3981212Z test_contig_size1_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.4012039Z test_contig_size1_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.4039118Z test_contig_size1_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.4066641Z test_contig_size1_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.4094095Z test_contig_size1_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.4121287Z test_contig_size1_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.4155211Z test_contig_size1_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.4168994Z test_contig_size1_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.4182911Z test_contig_size1_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.4197616Z test_contig_size1_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.4212035Z test_contig_size1_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.4226352Z test_contig_size1_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.4240134Z test_contig_size1_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.4254363Z test_contig_size1_igamma_grad_other_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.4268379Z test_contig_size1_igamma_grad_other_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.4282322Z test_contig_size1_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.4296324Z test_contig_size1_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.4310455Z test_contig_size1_igammac_grad_other_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.4324648Z test_contig_size1_igammac_grad_other_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:49.4356405Z test_contig_size1_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.4386828Z test_contig_size1_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.4421592Z test_contig_size1_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.4456447Z test_contig_size1_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.4488415Z test_contig_size1_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.4519920Z test_contig_size1_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.4551838Z test_contig_size1_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.4588246Z test_contig_size1_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.4618949Z test_contig_size1_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.4649427Z test_contig_size1_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.4679625Z test_contig_size1_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.4710175Z test_contig_size1_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.4744532Z test_contig_size1_large_dim___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.4774935Z test_contig_size1_large_dim___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.4816626Z test_contig_size1_large_dim___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.4861494Z test_contig_size1_large_dim___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.4895982Z test_contig_size1_large_dim___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.4930305Z test_contig_size1_large_dim___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.4966500Z test_contig_size1_large_dim___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.4997460Z test_contig_size1_large_dim___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.5030402Z test_contig_size1_large_dim___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.5060783Z test_contig_size1_large_dim___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.5091647Z test_contig_size1_large_dim___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.5128105Z test_contig_size1_large_dim___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.5165400Z test_contig_size1_large_dim___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.5202414Z test_contig_size1_large_dim___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.5246051Z test_contig_size1_large_dim___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.5287572Z test_contig_size1_large_dim___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.5324312Z test_contig_size1_large_dim___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.5360804Z test_contig_size1_large_dim___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.5399606Z test_contig_size1_large_dim___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.5440621Z test_contig_size1_large_dim___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.5475837Z test_contig_size1_large_dim___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.5513218Z test_contig_size1_large_dim___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.5548404Z test_contig_size1_large_dim___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.5583741Z test_contig_size1_large_dim___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.5618270Z test_contig_size1_large_dim___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.5634328Z test_contig_size1_large_dim___rmod___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:49.5669524Z test_contig_size1_large_dim___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.5703851Z test_contig_size1_large_dim___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.5746402Z test_contig_size1_large_dim___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.5777143Z test_contig_size1_large_dim___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.5807938Z test_contig_size1_large_dim___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.5837834Z test_contig_size1_large_dim___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.5868652Z test_contig_size1_large_dim___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.5899195Z test_contig_size1_large_dim___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.5933784Z test_contig_size1_large_dim___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.5964068Z test_contig_size1_large_dim___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.6009354Z test_contig_size1_large_dim___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.6048299Z test_contig_size1_large_dim___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.6082461Z test_contig_size1_large_dim___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.6116876Z test_contig_size1_large_dim___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.6153213Z test_contig_size1_large_dim___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.6184005Z test_contig_size1_large_dim___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.6215116Z test_contig_size1_large_dim___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.6245413Z test_contig_size1_large_dim___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.6283782Z test_contig_size1_large_dim___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.6314388Z test_contig_size1_large_dim___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.6344730Z test_contig_size1_large_dim___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.6375664Z test_contig_size1_large_dim___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.6406042Z test_contig_size1_large_dim___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.6435880Z test_contig_size1_large_dim___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.6466567Z test_contig_size1_large_dim___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.6497068Z test_contig_size1_large_dim___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.6538372Z test_contig_size1_large_dim___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.6554579Z test_contig_size1_large_dim___rpow___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:49.6597168Z test_contig_size1_large_dim___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.6635048Z test_contig_size1_large_dim___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.6671016Z test_contig_size1_large_dim___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.6706138Z test_contig_size1_large_dim___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.6743366Z test_contig_size1_large_dim___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.6775144Z test_contig_size1_large_dim___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.6806814Z test_contig_size1_large_dim___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.6843497Z test_contig_size1_large_dim___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.6874963Z test_contig_size1_large_dim___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.6906729Z test_contig_size1_large_dim___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.6940842Z test_contig_size1_large_dim___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.6981643Z test_contig_size1_large_dim___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.7018844Z test_contig_size1_large_dim___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.7053509Z test_contig_size1_large_dim___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.7087971Z test_contig_size1_large_dim___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.7127975Z test_contig_size1_large_dim___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.7158727Z test_contig_size1_large_dim___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.7189116Z test_contig_size1_large_dim___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.7220006Z test_contig_size1_large_dim___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.7250494Z test_contig_size1_large_dim___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.7281053Z test_contig_size1_large_dim___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.7311560Z test_contig_size1_large_dim___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.7342285Z test_contig_size1_large_dim___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.7379221Z test_contig_size1_large_dim___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.7409947Z test_contig_size1_large_dim___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.7440252Z test_contig_size1_large_dim___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.7471062Z test_contig_size1_large_dim___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.7505285Z test_contig_size1_large_dim_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.7535804Z test_contig_size1_large_dim_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.7576657Z test_contig_size1_large_dim_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.7613906Z test_contig_size1_large_dim_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.7654195Z test_contig_size1_large_dim_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.7688646Z test_contig_size1_large_dim_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.7722301Z test_contig_size1_large_dim_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.7753066Z test_contig_size1_large_dim_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.7783708Z test_contig_size1_large_dim_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.7813748Z test_contig_size1_large_dim_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.7844273Z test_contig_size1_large_dim_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.7874602Z test_contig_size1_large_dim_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.7891596Z test_contig_size1_large_dim_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:49.7908477Z test_contig_size1_large_dim_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:49.7925074Z test_contig_size1_large_dim_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:49.7941393Z test_contig_size1_large_dim_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:49.7957931Z test_contig_size1_large_dim_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:49.7974825Z test_contig_size1_large_dim_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:49.7991200Z test_contig_size1_large_dim_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:49.8008030Z test_contig_size1_large_dim_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:49.8024738Z test_contig_size1_large_dim_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:49.8040890Z test_contig_size1_large_dim_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:49.8077703Z test_contig_size1_large_dim_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.8108196Z test_contig_size1_large_dim_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8138929Z test_contig_size1_large_dim_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8169368Z test_contig_size1_large_dim_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8199301Z test_contig_size1_large_dim_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8230398Z test_contig_size1_large_dim_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8265092Z test_contig_size1_large_dim_bitwise_left_shift_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8299562Z test_contig_size1_large_dim_bitwise_left_shift_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8339662Z test_contig_size1_large_dim_bitwise_left_shift_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.8373670Z test_contig_size1_large_dim_bitwise_left_shift_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8403965Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8434384Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8464605Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8495206Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8525926Z test_contig_size1_large_dim_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8556139Z test_contig_size1_large_dim_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8592904Z test_contig_size1_large_dim_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.8623425Z test_contig_size1_large_dim_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8654129Z test_contig_size1_large_dim_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8684528Z test_contig_size1_large_dim_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8714761Z test_contig_size1_large_dim_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8749206Z test_contig_size1_large_dim_bitwise_right_shift_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8783622Z test_contig_size1_large_dim_bitwise_right_shift_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8818836Z test_contig_size1_large_dim_bitwise_right_shift_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8860783Z test_contig_size1_large_dim_bitwise_right_shift_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.8891356Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8922168Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8952229Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.8982882Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.9014526Z test_contig_size1_large_dim_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.9044901Z test_contig_size1_large_dim_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.9075850Z test_contig_size1_large_dim_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.9112750Z test_contig_size1_large_dim_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.9142862Z test_contig_size1_large_dim_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.9173581Z test_contig_size1_large_dim_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.9204607Z test_contig_size1_large_dim_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.9221267Z test_contig_size1_large_dim_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:49.9237722Z test_contig_size1_large_dim_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:49.9272380Z test_contig_size1_large_dim_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.9304799Z test_contig_size1_large_dim_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.9339409Z test_contig_size1_large_dim_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.9374021Z test_contig_size1_large_dim_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.9414083Z test_contig_size1_large_dim_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.9446331Z test_contig_size1_large_dim_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.9478580Z test_contig_size1_large_dim_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.9511211Z test_contig_size1_large_dim_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.9544141Z test_contig_size1_large_dim_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.9579238Z test_contig_size1_large_dim_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.9618977Z test_contig_size1_large_dim_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.9658354Z test_contig_size1_large_dim_div_floor_rounding_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.9709512Z test_contig_size1_large_dim_div_floor_rounding_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:03:49.9750605Z test_contig_size1_large_dim_div_floor_rounding_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.9787132Z test_contig_size1_large_dim_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.9823450Z test_contig_size1_large_dim_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.9859433Z test_contig_size1_large_dim_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:49.9893969Z test_contig_size1_large_dim_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.9928638Z test_contig_size1_large_dim_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:49.9969237Z test_contig_size1_large_dim_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.0003516Z test_contig_size1_large_dim_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.0038131Z test_contig_size1_large_dim_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.0074263Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.0110673Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.0153588Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.0193046Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.0229740Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.0272328Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.0308075Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.0342508Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.0376979Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.0413419Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.0447959Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.0482113Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.0518501Z test_contig_size1_large_dim_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.0559272Z test_contig_size1_large_dim_div_trunc_rounding_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.0598480Z test_contig_size1_large_dim_div_trunc_rounding_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.0637464Z test_contig_size1_large_dim_div_trunc_rounding_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.0673895Z test_contig_size1_large_dim_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.0710127Z test_contig_size1_large_dim_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.0746204Z test_contig_size1_large_dim_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.0780816Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.0815623Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.0858342Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.0892981Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.0927537Z test_contig_size1_large_dim_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.0959799Z test_contig_size1_large_dim_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.0990353Z test_contig_size1_large_dim_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.1027028Z test_contig_size1_large_dim_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.1063676Z test_contig_size1_large_dim_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.1096263Z test_contig_size1_large_dim_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.1134982Z test_contig_size1_large_dim_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.1167933Z test_contig_size1_large_dim_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.1198196Z test_contig_size1_large_dim_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.1229317Z test_contig_size1_large_dim_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.1259901Z test_contig_size1_large_dim_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.1290462Z test_contig_size1_large_dim_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.1320749Z test_contig_size1_large_dim_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.1355426Z test_contig_size1_large_dim_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.1394332Z test_contig_size1_large_dim_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.1433890Z test_contig_size1_large_dim_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.1473855Z test_contig_size1_large_dim_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.1508269Z test_contig_size1_large_dim_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.1543024Z test_contig_size1_large_dim_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.1577266Z test_contig_size1_large_dim_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.1609912Z test_contig_size1_large_dim_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.1642339Z test_contig_size1_large_dim_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.1681397Z test_contig_size1_large_dim_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.1716776Z test_contig_size1_large_dim_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.1752271Z test_contig_size1_large_dim_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.1791800Z test_contig_size1_large_dim_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.1831083Z test_contig_size1_large_dim_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.1870305Z test_contig_size1_large_dim_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.1911203Z test_contig_size1_large_dim_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.1944258Z test_contig_size1_large_dim_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.1983223Z test_contig_size1_large_dim_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.2015659Z test_contig_size1_large_dim_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.2048508Z test_contig_size1_large_dim_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.2081027Z test_contig_size1_large_dim_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.2097918Z test_contig_size1_large_dim_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2114774Z test_contig_size1_large_dim_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2131462Z test_contig_size1_large_dim_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2147983Z test_contig_size1_large_dim_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2164735Z test_contig_size1_large_dim_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2181045Z test_contig_size1_large_dim_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2197448Z test_contig_size1_large_dim_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2214717Z test_contig_size1_large_dim_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2231683Z test_contig_size1_large_dim_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2248168Z test_contig_size1_large_dim_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2264754Z test_contig_size1_large_dim_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2281191Z test_contig_size1_large_dim_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2297848Z test_contig_size1_large_dim_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2314178Z test_contig_size1_large_dim_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2330735Z test_contig_size1_large_dim_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2347472Z test_contig_size1_large_dim_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2364289Z test_contig_size1_large_dim_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2380914Z test_contig_size1_large_dim_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2397507Z test_contig_size1_large_dim_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2414449Z test_contig_size1_large_dim_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2430914Z test_contig_size1_large_dim_fmod_autodiffed_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2468014Z test_contig_size1_large_dim_fmod_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.2504258Z test_contig_size1_large_dim_fmod_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.2540657Z test_contig_size1_large_dim_fmod_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.2556975Z test_contig_size1_large_dim_fmod_autodiffed_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2573779Z test_contig_size1_large_dim_fmod_autodiffed_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2590290Z test_contig_size1_large_dim_fmod_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2607147Z test_contig_size1_large_dim_fmod_autodiffed_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2623642Z test_contig_size1_large_dim_fmod_autodiffed_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2660622Z test_contig_size1_large_dim_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.2703065Z test_contig_size1_large_dim_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.2739222Z test_contig_size1_large_dim_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.2755465Z test_contig_size1_large_dim_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2772236Z test_contig_size1_large_dim_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2788722Z test_contig_size1_large_dim_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2805481Z test_contig_size1_large_dim_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2821884Z test_contig_size1_large_dim_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.2853021Z test_contig_size1_large_dim_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.2883422Z test_contig_size1_large_dim_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.2913601Z test_contig_size1_large_dim_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.2944351Z test_contig_size1_large_dim_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.2975060Z test_contig_size1_large_dim_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3007677Z test_contig_size1_large_dim_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3043990Z test_contig_size1_large_dim_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.3076629Z test_contig_size1_large_dim_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3108912Z test_contig_size1_large_dim_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3143390Z test_contig_size1_large_dim_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3174038Z test_contig_size1_large_dim_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3204487Z test_contig_size1_large_dim_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3235327Z test_contig_size1_large_dim_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3265971Z test_contig_size1_large_dim_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3302556Z test_contig_size1_large_dim_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.3335070Z test_contig_size1_large_dim_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3365630Z test_contig_size1_large_dim_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3397645Z test_contig_size1_large_dim_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3430287Z test_contig_size1_large_dim_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3462857Z test_contig_size1_large_dim_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3493567Z test_contig_size1_large_dim_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3524276Z test_contig_size1_large_dim_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3562285Z test_contig_size1_large_dim_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.3592876Z test_contig_size1_large_dim_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3623637Z test_contig_size1_large_dim_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3658273Z test_contig_size1_large_dim_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3688998Z test_contig_size1_large_dim_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3723174Z test_contig_size1_large_dim_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3757319Z test_contig_size1_large_dim_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3791583Z test_contig_size1_large_dim_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3828130Z test_contig_size1_large_dim_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.3859016Z test_contig_size1_large_dim_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3889626Z test_contig_size1_large_dim_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3920131Z test_contig_size1_large_dim_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3950907Z test_contig_size1_large_dim_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.3967563Z test_contig_size1_large_dim_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.3984488Z test_contig_size1_large_dim_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.4000646Z test_contig_size1_large_dim_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.4017174Z test_contig_size1_large_dim_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.4033446Z test_contig_size1_large_dim_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.4050077Z test_contig_size1_large_dim_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.4066703Z test_contig_size1_large_dim_igamma_grad_other_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.4083198Z test_contig_size1_large_dim_igamma_grad_other_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.4099829Z test_contig_size1_large_dim_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.4116431Z test_contig_size1_large_dim_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.4133725Z test_contig_size1_large_dim_igammac_grad_other_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.4150322Z test_contig_size1_large_dim_igammac_grad_other_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.4185796Z test_contig_size1_large_dim_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.4220452Z test_contig_size1_large_dim_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.4263552Z test_contig_size1_large_dim_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.4310512Z test_contig_size1_large_dim_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:03:50.4346404Z test_contig_size1_large_dim_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.4381441Z test_contig_size1_large_dim_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.4416388Z test_contig_size1_large_dim_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.4450218Z test_contig_size1_large_dim_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.4484055Z test_contig_size1_large_dim_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.4517762Z test_contig_size1_large_dim_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.4551834Z test_contig_size1_large_dim_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.4591604Z test_contig_size1_large_dim_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.4622507Z test_contig_size1_large_dim_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.4653083Z test_contig_size1_large_dim_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.4683207Z test_contig_size1_large_dim_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.4713330Z test_contig_size1_large_dim_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.4743999Z test_contig_size1_large_dim_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.4779350Z test_contig_size1_large_dim_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.4812787Z test_contig_size1_large_dim_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.4856129Z test_contig_size1_large_dim_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.4894112Z test_contig_size1_large_dim_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.4929661Z test_contig_size1_large_dim_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.4964609Z test_contig_size1_large_dim_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.4998798Z test_contig_size1_large_dim_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5032077Z test_contig_size1_large_dim_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5065183Z test_contig_size1_large_dim_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5098319Z test_contig_size1_large_dim_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5137542Z test_contig_size1_large_dim_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.5171018Z test_contig_size1_large_dim_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5202961Z test_contig_size1_large_dim_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5234118Z test_contig_size1_large_dim_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5266670Z test_contig_size1_large_dim_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5299270Z test_contig_size1_large_dim_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5331870Z test_contig_size1_large_dim_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5362422Z test_contig_size1_large_dim_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5398950Z test_contig_size1_large_dim_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.5429697Z test_contig_size1_large_dim_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5460421Z test_contig_size1_large_dim_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5490994Z test_contig_size1_large_dim_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5523289Z test_contig_size1_large_dim_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5553796Z test_contig_size1_large_dim_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5591155Z test_contig_size1_large_dim_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.5628024Z test_contig_size1_large_dim_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.5666700Z test_contig_size1_large_dim_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.5699209Z test_contig_size1_large_dim_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5731920Z test_contig_size1_large_dim_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5762123Z test_contig_size1_large_dim_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5792697Z test_contig_size1_large_dim_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5823375Z test_contig_size1_large_dim_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5854021Z test_contig_size1_large_dim_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5884840Z test_contig_size1_large_dim_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5923193Z test_contig_size1_large_dim_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.5953653Z test_contig_size1_large_dim_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.5991011Z test_contig_size1_large_dim_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.6027639Z test_contig_size1_large_dim_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.6060344Z test_contig_size1_large_dim_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.6092803Z test_contig_size1_large_dim_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.6125762Z test_contig_size1_large_dim_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.6162112Z test_contig_size1_large_dim_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.6192700Z test_contig_size1_large_dim_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.6223907Z test_contig_size1_large_dim_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.6254425Z test_contig_size1_large_dim_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.6285062Z test_contig_size1_large_dim_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.6317586Z test_contig_size1_large_dim_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.6347979Z test_contig_size1_large_dim_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.6385121Z test_contig_size1_large_dim_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.6426685Z test_contig_size1_large_dim_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.6459278Z test_contig_size1_large_dim_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.6492343Z test_contig_size1_large_dim_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.6525006Z test_contig_size1_large_dim_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.6555102Z test_contig_size1_large_dim_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.6585791Z test_contig_size1_large_dim_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.6616630Z test_contig_size1_large_dim_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.6647423Z test_contig_size1_large_dim_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.6683673Z test_contig_size1_large_dim_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.6716031Z test_contig_size1_large_dim_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.6746390Z test_contig_size1_large_dim_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.6779302Z test_contig_size1_large_dim_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.6811675Z test_contig_size1_large_dim_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.6843679Z test_contig_size1_large_dim_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.6874197Z test_contig_size1_large_dim_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.6904901Z test_contig_size1_large_dim_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.6943602Z test_contig_size1_large_dim_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.6974322Z test_contig_size1_large_dim_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7004957Z test_contig_size1_large_dim_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7039738Z test_contig_size1_large_dim_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7070106Z test_contig_size1_large_dim_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7104229Z test_contig_size1_large_dim_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7138787Z test_contig_size1_large_dim_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7173373Z test_contig_size1_large_dim_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7210073Z test_contig_size1_large_dim_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.7240481Z test_contig_size1_large_dim_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7270829Z test_contig_size1_large_dim_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7301202Z test_contig_size1_large_dim_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7331948Z test_contig_size1_large_dim_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7366247Z test_contig_size1_large_dim_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7396527Z test_contig_size1_large_dim_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7431188Z test_contig_size1_large_dim_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7471778Z test_contig_size1_large_dim_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.7505401Z test_contig_size1_large_dim_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7536353Z test_contig_size1_large_dim_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7566784Z test_contig_size1_large_dim_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7596889Z test_contig_size1_large_dim_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7627383Z test_contig_size1_large_dim_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7657990Z test_contig_size1_large_dim_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7692450Z test_contig_size1_large_dim_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7729138Z test_contig_size1_large_dim_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.7763463Z test_contig_size1_large_dim_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7797694Z test_contig_size1_large_dim_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7831721Z test_contig_size1_large_dim_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7862315Z test_contig_size1_large_dim_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7892907Z test_contig_size1_large_dim_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7922851Z test_contig_size1_large_dim_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7953399Z test_contig_size1_large_dim_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.7990460Z test_contig_size1_large_dim_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.8024973Z test_contig_size1_large_dim_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8055529Z test_contig_size1_large_dim_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8090026Z test_contig_size1_large_dim_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8124052Z test_contig_size1_large_dim_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8157792Z test_contig_size1_large_dim_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8188506Z test_contig_size1_large_dim_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8219543Z test_contig_size1_large_dim_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8256113Z test_contig_size1_large_dim_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.8287056Z test_contig_size1_large_dim_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8317634Z test_contig_size1_large_dim_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8352440Z test_contig_size1_large_dim_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8383250Z test_contig_size1_large_dim_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8423380Z test_contig_size1_large_dim_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.8460740Z test_contig_size1_large_dim_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.8495761Z test_contig_size1_large_dim_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8537549Z test_contig_size1_large_dim_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.8573060Z test_contig_size1_large_dim_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8604618Z test_contig_size1_large_dim_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8636079Z test_contig_size1_large_dim_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8667881Z test_contig_size1_large_dim_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8698518Z test_contig_size1_large_dim_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8729335Z test_contig_size1_large_dim_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8761528Z test_contig_size1_large_dim_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8798010Z test_contig_size1_large_dim_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.8833230Z test_contig_size1_large_dim_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8868245Z test_contig_size1_large_dim_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8900567Z test_contig_size1_large_dim_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8933209Z test_contig_size1_large_dim_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8965822Z test_contig_size1_large_dim_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.8995800Z test_contig_size1_large_dim_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.9027017Z test_contig_size1_large_dim_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.9063709Z test_contig_size1_large_dim_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.9094426Z test_contig_size1_large_dim_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.9124836Z test_contig_size1_large_dim_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.9140960Z test_contig_size1_large_dim_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.9157864Z test_contig_size1_large_dim_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.9174747Z test_contig_size1_large_dim_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.9191274Z test_contig_size1_large_dim_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.9208557Z test_contig_size1_large_dim_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.9243554Z test_contig_size1_large_dim_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.9280541Z test_contig_size1_large_dim_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.9317904Z test_contig_size1_large_dim_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.9352582Z test_contig_size1_large_dim_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.9387211Z test_contig_size1_large_dim_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.9427630Z test_contig_size1_large_dim_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.9444546Z test_contig_size1_large_dim_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.9460848Z test_contig_size1_large_dim_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.9477433Z test_contig_size1_large_dim_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.9494310Z test_contig_size1_large_dim_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.9525248Z test_contig_size1_large_dim_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:50.9541713Z test_contig_size1_large_dim_remainder_autodiffed_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.9558354Z test_contig_size1_large_dim_remainder_autodiffed_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.9595603Z test_contig_size1_large_dim_remainder_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.9632410Z test_contig_size1_large_dim_remainder_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.9668305Z test_contig_size1_large_dim_remainder_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.9684735Z test_contig_size1_large_dim_remainder_autodiffed_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.9701775Z test_contig_size1_large_dim_remainder_autodiffed_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.9718420Z test_contig_size1_large_dim_remainder_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.9735143Z test_contig_size1_large_dim_remainder_autodiffed_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.9751932Z test_contig_size1_large_dim_remainder_autodiffed_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.9768664Z test_contig_size1_large_dim_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.9805321Z test_contig_size1_large_dim_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.9841740Z test_contig_size1_large_dim_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.9878624Z test_contig_size1_large_dim_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:50.9895266Z test_contig_size1_large_dim_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.9911998Z test_contig_size1_large_dim_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.9929239Z test_contig_size1_large_dim_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.9945660Z test_contig_size1_large_dim_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:50.9962038Z test_contig_size1_large_dim_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:03:51.0002479Z test_contig_size1_large_dim_rsub_rsub_scalar_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.0042035Z test_contig_size1_large_dim_rsub_rsub_scalar_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.0079109Z test_contig_size1_large_dim_rsub_rsub_scalar_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.0113828Z test_contig_size1_large_dim_rsub_rsub_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.0148529Z test_contig_size1_large_dim_rsub_rsub_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.0182649Z test_contig_size1_large_dim_rsub_rsub_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.0213393Z test_contig_size1_large_dim_rsub_rsub_scalar_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.0244455Z test_contig_size1_large_dim_rsub_rsub_scalar_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.0280769Z test_contig_size1_large_dim_rsub_rsub_scalar_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.0311535Z test_contig_size1_large_dim_rsub_rsub_scalar_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.0342071Z test_contig_size1_large_dim_rsub_rsub_scalar_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.0376262Z test_contig_size1_large_dim_rsub_rsub_tensor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.0417054Z test_contig_size1_large_dim_rsub_rsub_tensor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.0454279Z test_contig_size1_large_dim_rsub_rsub_tensor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.0488889Z test_contig_size1_large_dim_rsub_rsub_tensor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.0523271Z test_contig_size1_large_dim_rsub_rsub_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.0568014Z test_contig_size1_large_dim_rsub_rsub_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.0597954Z test_contig_size1_large_dim_rsub_rsub_tensor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.0628445Z test_contig_size1_large_dim_rsub_rsub_tensor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.0658837Z test_contig_size1_large_dim_rsub_rsub_tensor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.0689409Z test_contig_size1_large_dim_rsub_rsub_tensor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.0719730Z test_contig_size1_large_dim_rsub_rsub_tensor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.0754321Z test_contig_size1_large_dim_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.0786419Z test_contig_size1_large_dim_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.0827127Z test_contig_size1_large_dim_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.0861292Z test_contig_size1_large_dim_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.0895254Z test_contig_size1_large_dim_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.0927921Z test_contig_size1_large_dim_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.0960181Z test_contig_size1_large_dim_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.0992643Z test_contig_size1_large_dim_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.1025112Z test_contig_size1_large_dim_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.1057815Z test_contig_size1_large_dim_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.1096380Z test_contig_size1_large_dim_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.1130971Z test_contig_size1_large_dim_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.1178801Z test_contig_size1_large_dim_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:03:51.1211424Z test_contig_size1_large_dim_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.1244592Z test_contig_size1_large_dim_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.1276946Z test_contig_size1_large_dim_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.1309295Z test_contig_size1_large_dim_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.1341852Z test_contig_size1_large_dim_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.1380640Z test_contig_size1_large_dim_special_zeta_grad_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.1415161Z test_contig_size1_large_dim_special_zeta_grad_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.1462806Z test_contig_size1_large_dim_special_zeta_grad_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:03:51.1495381Z test_contig_size1_large_dim_special_zeta_grad_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.1527673Z test_contig_size1_large_dim_special_zeta_grad_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.1560263Z test_contig_size1_large_dim_special_zeta_grad_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.1592925Z test_contig_size1_large_dim_special_zeta_grad_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.1625354Z test_contig_size1_large_dim_special_zeta_grad_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.1666161Z test_contig_size1_large_dim_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.1703243Z test_contig_size1_large_dim_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.1740552Z test_contig_size1_large_dim_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.1774922Z test_contig_size1_large_dim_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.1809517Z test_contig_size1_large_dim_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.1843167Z test_contig_size1_large_dim_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.1873839Z test_contig_size1_large_dim_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.1904525Z test_contig_size1_large_dim_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.1940949Z test_contig_size1_large_dim_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.1971467Z test_contig_size1_large_dim_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.2001777Z test_contig_size1_large_dim_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.2038933Z test_contig_size1_large_dim_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.2075593Z test_contig_size1_large_dim_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.2114862Z test_contig_size1_large_dim_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.2154700Z test_contig_size1_large_dim_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.2191323Z test_contig_size1_large_dim_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.2233891Z test_contig_size1_large_dim_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.2270132Z test_contig_size1_large_dim_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.2304854Z test_contig_size1_large_dim_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.2339645Z test_contig_size1_large_dim_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.2374359Z test_contig_size1_large_dim_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.2408953Z test_contig_size1_large_dim_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.2443218Z test_contig_size1_large_dim_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.2477545Z test_contig_size1_large_dim_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.2515744Z test_contig_size1_large_dim_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.2550200Z test_contig_size1_large_dim_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.2584484Z test_contig_size1_large_dim_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.2618512Z test_contig_size1_large_dim_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.2651096Z test_contig_size1_large_dim_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.2682963Z test_contig_size1_large_dim_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.2715265Z test_contig_size1_large_dim_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.2747682Z test_contig_size1_large_dim_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.2785950Z test_contig_size1_large_dim_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.2813793Z test_contig_size1_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.2841154Z test_contig_size1_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.2868512Z test_contig_size1_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.2896071Z test_contig_size1_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.2923515Z test_contig_size1_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.2955114Z test_contig_size1_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.2985172Z test_contig_size1_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3025139Z test_contig_size1_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.3059298Z test_contig_size1_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3091049Z test_contig_size1_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3122399Z test_contig_size1_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3154235Z test_contig_size1_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3183767Z test_contig_size1_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3214089Z test_contig_size1_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3244565Z test_contig_size1_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3280512Z test_contig_size1_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3310489Z test_contig_size1_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3339549Z test_contig_size1_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3366815Z test_contig_size1_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3395898Z test_contig_size1_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3425563Z test_contig_size1_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3454982Z test_contig_size1_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3482291Z test_contig_size1_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3515697Z test_contig_size1_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3543144Z test_contig_size1_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3570677Z test_contig_size1_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3597982Z test_contig_size1_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3627483Z test_contig_size1_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3655147Z test_contig_size1_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3686755Z test_contig_size1_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3718248Z test_contig_size1_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3755253Z test_contig_size1_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.3785010Z test_contig_size1_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3814679Z test_contig_size1_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3842293Z test_contig_size1_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3869934Z test_contig_size1_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3897691Z test_contig_size1_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3925498Z test_contig_size1_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3953034Z test_contig_size1_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.3988481Z test_contig_size1_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4016228Z test_contig_size1_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4047562Z test_contig_size1_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4078677Z test_contig_size1_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4108512Z test_contig_size1_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4137872Z test_contig_size1_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4167670Z test_contig_size1_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4200852Z test_contig_size1_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4228857Z test_contig_size1_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4256596Z test_contig_size1_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4284345Z test_contig_size1_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4311848Z test_contig_size1_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4341536Z test_contig_size1_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4370047Z test_contig_size1_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4403731Z test_contig_size1_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4443832Z test_contig_size1_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.4475406Z test_contig_size1_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4506969Z test_contig_size1_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4538610Z test_contig_size1_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4568791Z test_contig_size1_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4598954Z test_contig_size1_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4628637Z test_contig_size1_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4658718Z test_contig_size1_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4694787Z test_contig_size1_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.4726346Z test_contig_size1_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4755977Z test_contig_size1_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4787534Z test_contig_size1_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4818809Z test_contig_size1_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4850410Z test_contig_size1_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4880532Z test_contig_size1_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4910452Z test_contig_size1_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4946074Z test_contig_size1_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.4975827Z test_contig_size1_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5005987Z test_contig_size1_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5039339Z test_contig_size1_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5069267Z test_contig_size1_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5102872Z test_contig_size1_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5136605Z test_contig_size1_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5169872Z test_contig_size1_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5206032Z test_contig_size1_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.5235764Z test_contig_size1_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5263283Z test_contig_size1_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5291308Z test_contig_size1_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5318582Z test_contig_size1_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5349813Z test_contig_size1_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5377414Z test_contig_size1_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5408788Z test_contig_size1_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5445989Z test_contig_size1_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.5476575Z test_contig_size1_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5504639Z test_contig_size1_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5532250Z test_contig_size1_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5559262Z test_contig_size1_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5586939Z test_contig_size1_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5614825Z test_contig_size1_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5646233Z test_contig_size1_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5679751Z test_contig_size1_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5710851Z test_contig_size1_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5742145Z test_contig_size1_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5773281Z test_contig_size1_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5800463Z test_contig_size1_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5828256Z test_contig_size1_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5855738Z test_contig_size1_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5883117Z test_contig_size1_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5916911Z test_contig_size1_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5948174Z test_contig_size1_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.5975652Z test_contig_size1_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6006891Z test_contig_size1_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6037689Z test_contig_size1_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6068884Z test_contig_size1_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6096597Z test_contig_size1_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6124050Z test_contig_size1_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6157933Z test_contig_size1_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6185370Z test_contig_size1_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6213047Z test_contig_size1_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6244657Z test_contig_size1_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6271837Z test_contig_size1_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6305382Z test_contig_size1_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6339091Z test_contig_size1_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6370291Z test_contig_size1_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6408045Z test_contig_size1_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.6438453Z test_contig_size1_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6466421Z test_contig_size1_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6493822Z test_contig_size1_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6520871Z test_contig_size1_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6548307Z test_contig_size1_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6576082Z test_contig_size1_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6605560Z test_contig_size1_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6640251Z test_contig_size1_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6671921Z test_contig_size1_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6703320Z test_contig_size1_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6732681Z test_contig_size1_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6761727Z test_contig_size1_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6791136Z test_contig_size1_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6818689Z test_contig_size1_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6846486Z test_contig_size1_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6879740Z test_contig_size1_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6907465Z test_contig_size1_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6935277Z test_contig_size1_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.6949112Z test_contig_size1_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:51.6963357Z test_contig_size1_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:51.6977449Z test_contig_size1_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:51.6991175Z test_contig_size1_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:51.7005541Z test_contig_size1_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:51.7036456Z test_contig_size1_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.7069645Z test_contig_size1_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.7103169Z test_contig_size1_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.7134836Z test_contig_size1_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.7166014Z test_contig_size1_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.7203042Z test_contig_size1_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.7217680Z test_contig_size1_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:51.7231138Z test_contig_size1_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:51.7245556Z test_contig_size1_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:51.7259394Z test_contig_size1_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:51.7287653Z test_contig_size1_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.7301084Z test_contig_size1_remainder_autodiffed_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:51.7315059Z test_contig_size1_remainder_autodiffed_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:51.7348373Z test_contig_size1_remainder_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.7381084Z test_contig_size1_remainder_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.7413883Z test_contig_size1_remainder_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.7427617Z test_contig_size1_remainder_autodiffed_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:51.7441799Z test_contig_size1_remainder_autodiffed_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:51.7455821Z test_contig_size1_remainder_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:51.7470084Z test_contig_size1_remainder_autodiffed_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:51.7484513Z test_contig_size1_remainder_autodiffed_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:51.7498335Z test_contig_size1_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:51.7531486Z test_contig_size1_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.7563809Z test_contig_size1_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.7596193Z test_contig_size1_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.7610165Z test_contig_size1_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:51.7624393Z test_contig_size1_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:51.7638356Z test_contig_size1_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:51.7652550Z test_contig_size1_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:51.7666648Z test_contig_size1_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:51.7703985Z test_contig_size1_rsub_rsub_scalar_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.7737058Z test_contig_size1_rsub_rsub_scalar_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.7770448Z test_contig_size1_rsub_rsub_scalar_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.7801259Z test_contig_size1_rsub_rsub_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.7832123Z test_contig_size1_rsub_rsub_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.7862891Z test_contig_size1_rsub_rsub_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.7890830Z test_contig_size1_rsub_rsub_scalar_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.7918211Z test_contig_size1_rsub_rsub_scalar_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.7951616Z test_contig_size1_rsub_rsub_scalar_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.7979381Z test_contig_size1_rsub_rsub_scalar_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8007076Z test_contig_size1_rsub_rsub_scalar_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8037976Z test_contig_size1_rsub_rsub_tensor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8071573Z test_contig_size1_rsub_rsub_tensor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8104807Z test_contig_size1_rsub_rsub_tensor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8135828Z test_contig_size1_rsub_rsub_tensor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8167030Z test_contig_size1_rsub_rsub_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8203787Z test_contig_size1_rsub_rsub_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.8230961Z test_contig_size1_rsub_rsub_tensor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8258879Z test_contig_size1_rsub_rsub_tensor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8286310Z test_contig_size1_rsub_rsub_tensor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8313488Z test_contig_size1_rsub_rsub_tensor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8341088Z test_contig_size1_rsub_rsub_tensor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8372487Z test_contig_size1_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8401432Z test_contig_size1_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8438417Z test_contig_size1_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.8469718Z test_contig_size1_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8500447Z test_contig_size1_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8530408Z test_contig_size1_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8559174Z test_contig_size1_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8588662Z test_contig_size1_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8618070Z test_contig_size1_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8647332Z test_contig_size1_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8682747Z test_contig_size1_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8714226Z test_contig_size1_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8746964Z test_contig_size1_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8778426Z test_contig_size1_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8808023Z test_contig_size1_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8837037Z test_contig_size1_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8866373Z test_contig_size1_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8896027Z test_contig_size1_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8931520Z test_contig_size1_special_zeta_grad_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8962305Z test_contig_size1_special_zeta_grad_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.8993313Z test_contig_size1_special_zeta_grad_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9022960Z test_contig_size1_special_zeta_grad_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9052461Z test_contig_size1_special_zeta_grad_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9081884Z test_contig_size1_special_zeta_grad_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9111096Z test_contig_size1_special_zeta_grad_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9140386Z test_contig_size1_special_zeta_grad_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9179241Z test_contig_size1_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.9214306Z test_contig_size1_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9250027Z test_contig_size1_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9282608Z test_contig_size1_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9315251Z test_contig_size1_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9347753Z test_contig_size1_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9377100Z test_contig_size1_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9406334Z test_contig_size1_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9439450Z test_contig_size1_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9467026Z test_contig_size1_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9495210Z test_contig_size1_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9528370Z test_contig_size1_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9558977Z test_contig_size1_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9594310Z test_contig_size1_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9629526Z test_contig_size1_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9662460Z test_contig_size1_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9701423Z test_contig_size1_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.9733856Z test_contig_size1_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9764932Z test_contig_size1_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9795938Z test_contig_size1_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9827330Z test_contig_size1_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9858624Z test_contig_size1_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9889932Z test_contig_size1_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9920877Z test_contig_size1_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:51.9957805Z test_contig_size1_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:51.9989070Z test_contig_size1_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0020104Z test_contig_size1_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0050862Z test_contig_size1_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0079868Z test_contig_size1_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0109152Z test_contig_size1_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0138778Z test_contig_size1_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0167952Z test_contig_size1_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0203651Z test_contig_size1_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0230411Z test_contig_vs_every_other___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0254907Z test_contig_vs_every_other___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.0284525Z test_contig_vs_every_other___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0314031Z test_contig_vs_every_other___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0341500Z test_contig_vs_every_other___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0369180Z test_contig_vs_every_other___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0413198Z test_contig_vs_every_other___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0426555Z test_contig_vs_every_other___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0450386Z test_contig_vs_every_other___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.0474063Z test_contig_vs_every_other___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.0498112Z test_contig_vs_every_other___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.0521787Z test_contig_vs_every_other___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.0551515Z test_contig_vs_every_other___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0579541Z test_contig_vs_every_other___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0612011Z test_contig_vs_every_other___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0649883Z test_contig_vs_every_other___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:52.0679358Z test_contig_vs_every_other___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0708852Z test_contig_vs_every_other___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0738256Z test_contig_vs_every_other___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0766339Z test_contig_vs_every_other___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0794028Z test_contig_vs_every_other___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0822063Z test_contig_vs_every_other___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0850370Z test_contig_vs_every_other___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0884367Z test_contig_vs_every_other___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0911898Z test_contig_vs_every_other___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0922699Z test_contig_vs_every_other___rmod___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.0950762Z test_contig_vs_every_other___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.0978420Z test_contig_vs_every_other___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.1005539Z test_contig_vs_every_other___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.1029636Z test_contig_vs_every_other___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.1053888Z test_contig_vs_every_other___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.1077650Z test_contig_vs_every_other___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.1107553Z test_contig_vs_every_other___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.1131735Z test_contig_vs_every_other___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.1159182Z test_contig_vs_every_other___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.1183112Z test_contig_vs_every_other___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.1212918Z test_contig_vs_every_other___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.1243023Z test_contig_vs_every_other___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.1270604Z test_contig_vs_every_other___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.1298103Z test_contig_vs_every_other___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.1332065Z test_contig_vs_every_other___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.1356097Z test_contig_vs_every_other___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.1380084Z test_contig_vs_every_other___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.1403490Z test_contig_vs_every_other___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.1427661Z test_contig_vs_every_other___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.1451631Z test_contig_vs_every_other___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.1475380Z test_contig_vs_every_other___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.1505343Z test_contig_vs_every_other___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.1529620Z test_contig_vs_every_other___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.1553281Z test_contig_vs_every_other___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.1577315Z test_contig_vs_every_other___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.1601092Z test_contig_vs_every_other___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.1629985Z test_contig_vs_every_other___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.1640995Z test_contig_vs_every_other___rpow___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.1672151Z test_contig_vs_every_other___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.1703446Z test_contig_vs_every_other___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.1738238Z test_contig_vs_every_other___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.1766832Z test_contig_vs_every_other___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.1794806Z test_contig_vs_every_other___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.1820202Z test_contig_vs_every_other___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.1845334Z test_contig_vs_every_other___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.1869771Z test_contig_vs_every_other___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.1894922Z test_contig_vs_every_other___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.1920257Z test_contig_vs_every_other___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.1953856Z test_contig_vs_every_other___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.1983346Z test_contig_vs_every_other___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.2013384Z test_contig_vs_every_other___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.2040652Z test_contig_vs_every_other___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.2068437Z test_contig_vs_every_other___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.2095516Z test_contig_vs_every_other___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.2119664Z test_contig_vs_every_other___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.2143848Z test_contig_vs_every_other___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.2173926Z test_contig_vs_every_other___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.2197679Z test_contig_vs_every_other___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.2222177Z test_contig_vs_every_other___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.2246542Z test_contig_vs_every_other___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.2270135Z test_contig_vs_every_other___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.2294540Z test_contig_vs_every_other___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.2317886Z test_contig_vs_every_other___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.2341970Z test_contig_vs_every_other___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.2372360Z test_contig_vs_every_other___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.2399497Z test_contig_vs_every_other_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.2423413Z test_contig_vs_every_other_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.2453044Z test_contig_vs_every_other_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.2482583Z test_contig_vs_every_other_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.2510177Z test_contig_vs_every_other_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.2537626Z test_contig_vs_every_other_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.2564753Z test_contig_vs_every_other_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.2596180Z test_contig_vs_every_other_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.2620242Z test_contig_vs_every_other_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.2643849Z test_contig_vs_every_other_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.2667982Z test_contig_vs_every_other_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.2692009Z test_contig_vs_every_other_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.2702913Z test_contig_vs_every_other_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.2714143Z test_contig_vs_every_other_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.2725602Z test_contig_vs_every_other_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.2736721Z test_contig_vs_every_other_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.2748199Z test_contig_vs_every_other_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.2759012Z test_contig_vs_every_other_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.2770405Z test_contig_vs_every_other_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.2781235Z test_contig_vs_every_other_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.2792338Z test_contig_vs_every_other_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.2803424Z test_contig_vs_every_other_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.2827713Z test_contig_vs_every_other_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.2851783Z test_contig_vs_every_other_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.2875522Z test_contig_vs_every_other_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.2905391Z test_contig_vs_every_other_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.2929568Z test_contig_vs_every_other_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.2953375Z test_contig_vs_every_other_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.2980973Z test_contig_vs_every_other_bitwise_left_shift_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.3008914Z test_contig_vs_every_other_bitwise_left_shift_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.3036257Z test_contig_vs_every_other_bitwise_left_shift_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.3063423Z test_contig_vs_every_other_bitwise_left_shift_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.3087843Z test_contig_vs_every_other_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.3117736Z test_contig_vs_every_other_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.3141621Z test_contig_vs_every_other_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.3165980Z test_contig_vs_every_other_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.3189831Z test_contig_vs_every_other_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.3213667Z test_contig_vs_every_other_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.3237560Z test_contig_vs_every_other_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.3262146Z test_contig_vs_every_other_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.3286039Z test_contig_vs_every_other_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.3315947Z test_contig_vs_every_other_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.3340053Z test_contig_vs_every_other_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.3367645Z test_contig_vs_every_other_bitwise_right_shift_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.3394669Z test_contig_vs_every_other_bitwise_right_shift_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.3422500Z test_contig_vs_every_other_bitwise_right_shift_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.3449764Z test_contig_vs_every_other_bitwise_right_shift_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.3473565Z test_contig_vs_every_other_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.3497613Z test_contig_vs_every_other_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.3527759Z test_contig_vs_every_other_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.3551471Z test_contig_vs_every_other_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.3575860Z test_contig_vs_every_other_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.3599423Z test_contig_vs_every_other_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.3623271Z test_contig_vs_every_other_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.3647661Z test_contig_vs_every_other_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.3671447Z test_contig_vs_every_other_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.3697180Z test_contig_vs_every_other_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.3729150Z test_contig_vs_every_other_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.3741427Z test_contig_vs_every_other_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.3753661Z test_contig_vs_every_other_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.3781893Z test_contig_vs_every_other_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.3807495Z test_contig_vs_every_other_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.3834675Z test_contig_vs_every_other_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.3862390Z test_contig_vs_every_other_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.3890430Z test_contig_vs_every_other_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.3915766Z test_contig_vs_every_other_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.3941584Z test_contig_vs_every_other_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.3973475Z test_contig_vs_every_other_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.3998949Z test_contig_vs_every_other_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.4024965Z test_contig_vs_every_other_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4054701Z test_contig_vs_every_other_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4081788Z test_contig_vs_every_other_div_floor_rounding_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4113374Z test_contig_vs_every_other_div_floor_rounding_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4144965Z test_contig_vs_every_other_div_floor_rounding_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4174800Z test_contig_vs_every_other_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4210020Z test_contig_vs_every_other_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4238748Z test_contig_vs_every_other_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4266915Z test_contig_vs_every_other_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4294528Z test_contig_vs_every_other_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4321704Z test_contig_vs_every_other_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4349224Z test_contig_vs_every_other_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4377053Z test_contig_vs_every_other_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4406387Z test_contig_vs_every_other_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4439710Z test_contig_vs_every_other_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4471394Z test_contig_vs_every_other_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4503287Z test_contig_vs_every_other_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4532456Z test_contig_vs_every_other_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4561280Z test_contig_vs_every_other_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4590351Z test_contig_vs_every_other_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4618654Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4646267Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4679940Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4707440Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4735054Z test_contig_vs_every_other_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4764076Z test_contig_vs_every_other_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4791484Z test_contig_vs_every_other_div_trunc_rounding_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4822793Z test_contig_vs_every_other_div_trunc_rounding_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4854685Z test_contig_vs_every_other_div_trunc_rounding_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4884019Z test_contig_vs_every_other_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4919341Z test_contig_vs_every_other_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4948319Z test_contig_vs_every_other_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.4975868Z test_contig_vs_every_other_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5003170Z test_contig_vs_every_other_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5030798Z test_contig_vs_every_other_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5058495Z test_contig_vs_every_other_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5086129Z test_contig_vs_every_other_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5111911Z test_contig_vs_every_other_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.5142058Z test_contig_vs_every_other_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5169782Z test_contig_vs_every_other_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5197149Z test_contig_vs_every_other_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5223100Z test_contig_vs_every_other_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5249196Z test_contig_vs_every_other_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5274819Z test_contig_vs_every_other_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.5298909Z test_contig_vs_every_other_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.5322741Z test_contig_vs_every_other_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.5354483Z test_contig_vs_every_other_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5378614Z test_contig_vs_every_other_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.5402403Z test_contig_vs_every_other_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.5431056Z test_contig_vs_every_other_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5456460Z test_contig_vs_every_other_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5486050Z test_contig_vs_every_other_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5516080Z test_contig_vs_every_other_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5544044Z test_contig_vs_every_other_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5578319Z test_contig_vs_every_other_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5605182Z test_contig_vs_every_other_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5631002Z test_contig_vs_every_other_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.5657221Z test_contig_vs_every_other_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5682825Z test_contig_vs_every_other_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5709085Z test_contig_vs_every_other_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5735270Z test_contig_vs_every_other_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5764439Z test_contig_vs_every_other_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5799531Z test_contig_vs_every_other_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5828846Z test_contig_vs_every_other_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5857861Z test_contig_vs_every_other_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.5883501Z test_contig_vs_every_other_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.5909296Z test_contig_vs_every_other_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.5935342Z test_contig_vs_every_other_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.5960618Z test_contig_vs_every_other_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.5986586Z test_contig_vs_every_other_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:52.5997653Z test_contig_vs_every_other_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6008890Z test_contig_vs_every_other_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6020239Z test_contig_vs_every_other_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6031088Z test_contig_vs_every_other_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6042496Z test_contig_vs_every_other_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6053541Z test_contig_vs_every_other_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6064956Z test_contig_vs_every_other_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6075763Z test_contig_vs_every_other_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6086985Z test_contig_vs_every_other_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6098029Z test_contig_vs_every_other_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6108797Z test_contig_vs_every_other_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6119990Z test_contig_vs_every_other_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6131342Z test_contig_vs_every_other_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6142479Z test_contig_vs_every_other_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6153342Z test_contig_vs_every_other_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6164666Z test_contig_vs_every_other_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6175560Z test_contig_vs_every_other_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6186480Z test_contig_vs_every_other_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6197411Z test_contig_vs_every_other_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6208680Z test_contig_vs_every_other_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6219628Z test_contig_vs_every_other_fmod_autodiffed_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6255628Z test_contig_vs_every_other_fmod_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.6284702Z test_contig_vs_every_other_fmod_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.6313329Z test_contig_vs_every_other_fmod_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.6324598Z test_contig_vs_every_other_fmod_autodiffed_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6335736Z test_contig_vs_every_other_fmod_autodiffed_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6346536Z test_contig_vs_every_other_fmod_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6357563Z test_contig_vs_every_other_fmod_autodiffed_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6368832Z test_contig_vs_every_other_fmod_autodiffed_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6397922Z test_contig_vs_every_other_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.6427078Z test_contig_vs_every_other_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.6456026Z test_contig_vs_every_other_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:52.6466579Z test_contig_vs_every_other_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6477821Z test_contig_vs_every_other_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6488856Z test_contig_vs_every_other_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6500015Z test_contig_vs_every_other_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:52.6511358Z test_contig_vs_every_other_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:54.1457482Z test_contig_vs_every_other_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (1.494s) 2022-03-17T20:03:55.6394897Z test_contig_vs_every_other_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.494s) 2022-03-17T20:03:55.6419928Z test_contig_vs_every_other_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:57.1303601Z test_contig_vs_every_other_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (1.488s) 2022-03-17T20:03:58.6168564Z test_contig_vs_every_other_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (1.486s) 2022-03-17T20:03:58.6197568Z test_contig_vs_every_other_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:58.6223918Z test_contig_vs_every_other_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:58.6252186Z test_contig_vs_every_other_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:58.6279800Z test_contig_vs_every_other_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:58.6314372Z test_contig_vs_every_other_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:58.6338619Z test_contig_vs_every_other_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:58.6362985Z test_contig_vs_every_other_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:58.6387191Z test_contig_vs_every_other_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:58.6411188Z test_contig_vs_every_other_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:58.6435017Z test_contig_vs_every_other_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:58.6460929Z test_contig_vs_every_other_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:58.6484824Z test_contig_vs_every_other_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:58.6516783Z test_contig_vs_every_other_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:58.6542553Z test_contig_vs_every_other_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:58.6568217Z test_contig_vs_every_other_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:58.6591927Z test_contig_vs_every_other_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:58.6616585Z test_contig_vs_every_other_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:58.6639737Z test_contig_vs_every_other_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:58.6663926Z test_contig_vs_every_other_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:58.6687996Z test_contig_vs_every_other_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:58.6722043Z test_contig_vs_every_other_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:58.6745910Z test_contig_vs_every_other_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:58.6773545Z test_contig_vs_every_other_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:58.6800713Z test_contig_vs_every_other_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:58.6828168Z test_contig_vs_every_other_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:58.6852242Z test_contig_vs_every_other_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:58.6876049Z test_contig_vs_every_other_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:58.6900030Z test_contig_vs_every_other_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:58.6930683Z test_contig_vs_every_other_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:58.6954445Z test_contig_vs_every_other_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:03:58.6965460Z test_contig_vs_every_other_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:58.6976929Z test_contig_vs_every_other_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:58.6988247Z test_contig_vs_every_other_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:58.6999230Z test_contig_vs_every_other_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:58.7010177Z test_contig_vs_every_other_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:58.7021705Z test_contig_vs_every_other_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:58.7032681Z test_contig_vs_every_other_igamma_grad_other_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:58.7043730Z test_contig_vs_every_other_igamma_grad_other_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:58.7054745Z test_contig_vs_every_other_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:58.7066847Z test_contig_vs_every_other_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:58.7078063Z test_contig_vs_every_other_igammac_grad_other_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:58.7090740Z test_contig_vs_every_other_igammac_grad_other_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:03:58.7121329Z test_contig_vs_every_other_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:58.7150534Z test_contig_vs_every_other_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:58.7183957Z test_contig_vs_every_other_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:58.7217295Z test_contig_vs_every_other_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:58.7247840Z test_contig_vs_every_other_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:58.7277683Z test_contig_vs_every_other_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:58.7314376Z test_contig_vs_every_other_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:03:58.7341847Z test_contig_vs_every_other_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:58.7369651Z test_contig_vs_every_other_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:58.7396663Z test_contig_vs_every_other_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:58.7423823Z test_contig_vs_every_other_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:03:58.7451318Z test_contig_vs_every_other_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:00.2488548Z test_contig_vs_every_other_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (1.503s) 2022-03-17T20:04:01.7554807Z test_contig_vs_every_other_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.506s) 2022-03-17T20:04:01.7590417Z test_contig_vs_every_other_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:03.2703703Z test_contig_vs_every_other_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (1.511s) 2022-03-17T20:04:04.7840104Z test_contig_vs_every_other_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (1.513s) 2022-03-17T20:04:04.7873196Z test_contig_vs_every_other_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.7900006Z test_contig_vs_every_other_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.7931641Z test_contig_vs_every_other_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.7962198Z test_contig_vs_every_other_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.7990744Z test_contig_vs_every_other_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.8025832Z test_contig_vs_every_other_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.8053998Z test_contig_vs_every_other_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.8080211Z test_contig_vs_every_other_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.8106760Z test_contig_vs_every_other_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.8133702Z test_contig_vs_every_other_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.8160034Z test_contig_vs_every_other_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.8186479Z test_contig_vs_every_other_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.8212360Z test_contig_vs_every_other_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.8244477Z test_contig_vs_every_other_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.8270226Z test_contig_vs_every_other_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.8296217Z test_contig_vs_every_other_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.8321827Z test_contig_vs_every_other_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.8345854Z test_contig_vs_every_other_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.8369926Z test_contig_vs_every_other_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.8393701Z test_contig_vs_every_other_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.8417942Z test_contig_vs_every_other_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.8448266Z test_contig_vs_every_other_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.8473690Z test_contig_vs_every_other_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.8497607Z test_contig_vs_every_other_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.8525611Z test_contig_vs_every_other_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.8553141Z test_contig_vs_every_other_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.8578949Z test_contig_vs_every_other_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.8604787Z test_contig_vs_every_other_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.8630375Z test_contig_vs_every_other_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.8660623Z test_contig_vs_every_other_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.8684945Z test_contig_vs_every_other_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.8709144Z test_contig_vs_every_other_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.8733095Z test_contig_vs_every_other_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.8756859Z test_contig_vs_every_other_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.8782796Z test_contig_vs_every_other_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.8806812Z test_contig_vs_every_other_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.8834323Z test_contig_vs_every_other_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.8868283Z test_contig_vs_every_other_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.8894195Z test_contig_vs_every_other_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.8919844Z test_contig_vs_every_other_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.8945615Z test_contig_vs_every_other_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.8969954Z test_contig_vs_every_other_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.8993881Z test_contig_vs_every_other_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9018196Z test_contig_vs_every_other_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9042196Z test_contig_vs_every_other_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9072460Z test_contig_vs_every_other_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.9098427Z test_contig_vs_every_other_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9122265Z test_contig_vs_every_other_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9149902Z test_contig_vs_every_other_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.9177852Z test_contig_vs_every_other_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.9203439Z test_contig_vs_every_other_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9229467Z test_contig_vs_every_other_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9255518Z test_contig_vs_every_other_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9285754Z test_contig_vs_every_other_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.9309800Z test_contig_vs_every_other_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9333598Z test_contig_vs_every_other_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9357421Z test_contig_vs_every_other_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9381343Z test_contig_vs_every_other_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9407177Z test_contig_vs_every_other_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9430889Z test_contig_vs_every_other_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9457323Z test_contig_vs_every_other_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.9489197Z test_contig_vs_every_other_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.9515037Z test_contig_vs_every_other_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9539128Z test_contig_vs_every_other_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9563035Z test_contig_vs_every_other_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9587098Z test_contig_vs_every_other_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9611332Z test_contig_vs_every_other_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9635172Z test_contig_vs_every_other_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9662927Z test_contig_vs_every_other_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.9693065Z test_contig_vs_every_other_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.9720203Z test_contig_vs_every_other_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.9747935Z test_contig_vs_every_other_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.9775073Z test_contig_vs_every_other_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.9798799Z test_contig_vs_every_other_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9822940Z test_contig_vs_every_other_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9846727Z test_contig_vs_every_other_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9870637Z test_contig_vs_every_other_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9901044Z test_contig_vs_every_other_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.9928784Z test_contig_vs_every_other_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:04.9952500Z test_contig_vs_every_other_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:04.9980009Z test_contig_vs_every_other_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.0007688Z test_contig_vs_every_other_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.0034619Z test_contig_vs_every_other_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.0058584Z test_contig_vs_every_other_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.0082458Z test_contig_vs_every_other_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.0112307Z test_contig_vs_every_other_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.0136346Z test_contig_vs_every_other_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.0160225Z test_contig_vs_every_other_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.0187758Z test_contig_vs_every_other_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.0211714Z test_contig_vs_every_other_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.0238959Z test_contig_vs_every_other_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.0266616Z test_contig_vs_every_other_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.0293927Z test_contig_vs_every_other_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.0324540Z test_contig_vs_every_other_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.0348505Z test_contig_vs_every_other_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.0372219Z test_contig_vs_every_other_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.0396115Z test_contig_vs_every_other_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.0419979Z test_contig_vs_every_other_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.0448337Z test_contig_vs_every_other_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.0471639Z test_contig_vs_every_other_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.0499032Z test_contig_vs_every_other_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.0532700Z test_contig_vs_every_other_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.0559858Z test_contig_vs_every_other_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.0583727Z test_contig_vs_every_other_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.0608019Z test_contig_vs_every_other_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.0631549Z test_contig_vs_every_other_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.0655620Z test_contig_vs_every_other_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.0679530Z test_contig_vs_every_other_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.0707719Z test_contig_vs_every_other_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.0739249Z test_contig_vs_every_other_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.0768765Z test_contig_vs_every_other_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.0798356Z test_contig_vs_every_other_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.0825924Z test_contig_vs_every_other_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.0853412Z test_contig_vs_every_other_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.0880181Z test_contig_vs_every_other_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.0904505Z test_contig_vs_every_other_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.0928625Z test_contig_vs_every_other_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.0957919Z test_contig_vs_every_other_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.0981918Z test_contig_vs_every_other_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.1005996Z test_contig_vs_every_other_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.1033036Z test_contig_vs_every_other_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.1058389Z test_contig_vs_every_other_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.1087952Z test_contig_vs_every_other_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.1117310Z test_contig_vs_every_other_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.1144581Z test_contig_vs_every_other_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.1178556Z test_contig_vs_every_other_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.1205723Z test_contig_vs_every_other_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.1231257Z test_contig_vs_every_other_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.1256585Z test_contig_vs_every_other_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.1281974Z test_contig_vs_every_other_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.1307397Z test_contig_vs_every_other_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.1333343Z test_contig_vs_every_other_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.1344520Z test_contig_vs_every_other_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:05.1355274Z test_contig_vs_every_other_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:05.1366686Z test_contig_vs_every_other_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:05.1377321Z test_contig_vs_every_other_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:05.1388371Z test_contig_vs_every_other_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:05.1416297Z test_contig_vs_every_other_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.1452243Z test_contig_vs_every_other_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:05.1481733Z test_contig_vs_every_other_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.1509287Z test_contig_vs_every_other_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.1536855Z test_contig_vs_every_other_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.1564160Z test_contig_vs_every_other_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.1574950Z test_contig_vs_every_other_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:05.1586120Z test_contig_vs_every_other_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:05.1597290Z test_contig_vs_every_other_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:05.1608741Z test_contig_vs_every_other_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:05.1632925Z test_contig_vs_every_other_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.1644523Z test_contig_vs_every_other_remainder_autodiffed_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:05.1655096Z test_contig_vs_every_other_remainder_autodiffed_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:05.1684951Z test_contig_vs_every_other_remainder_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.1713961Z test_contig_vs_every_other_remainder_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.1748803Z test_contig_vs_every_other_remainder_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.1759493Z test_contig_vs_every_other_remainder_autodiffed_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:05.1771117Z test_contig_vs_every_other_remainder_autodiffed_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:05.1782082Z test_contig_vs_every_other_remainder_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:05.1793392Z test_contig_vs_every_other_remainder_autodiffed_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:05.1804682Z test_contig_vs_every_other_remainder_autodiffed_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:05.1815951Z test_contig_vs_every_other_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:05.1845869Z test_contig_vs_every_other_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.1874540Z test_contig_vs_every_other_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.1903257Z test_contig_vs_every_other_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.1914141Z test_contig_vs_every_other_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:05.1925599Z test_contig_vs_every_other_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:05.1936642Z test_contig_vs_every_other_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:05.1947616Z test_contig_vs_every_other_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:05.1958631Z test_contig_vs_every_other_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:05.1986357Z test_contig_vs_every_other_rsub_rsub_scalar_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.2015799Z test_contig_vs_every_other_rsub_rsub_scalar_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.2045674Z test_contig_vs_every_other_rsub_rsub_scalar_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.2078526Z test_contig_vs_every_other_rsub_rsub_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.2106053Z test_contig_vs_every_other_rsub_rsub_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.2133417Z test_contig_vs_every_other_rsub_rsub_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.2157242Z test_contig_vs_every_other_rsub_rsub_scalar_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.2181523Z test_contig_vs_every_other_rsub_rsub_scalar_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.2205218Z test_contig_vs_every_other_rsub_rsub_scalar_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.2229127Z test_contig_vs_every_other_rsub_rsub_scalar_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.2253198Z test_contig_vs_every_other_rsub_rsub_scalar_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.2286579Z test_contig_vs_every_other_rsub_rsub_tensor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.2315967Z test_contig_vs_every_other_rsub_rsub_tensor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.2345887Z test_contig_vs_every_other_rsub_rsub_tensor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.2373781Z test_contig_vs_every_other_rsub_rsub_tensor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.2400675Z test_contig_vs_every_other_rsub_rsub_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.2427815Z test_contig_vs_every_other_rsub_rsub_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.2452271Z test_contig_vs_every_other_rsub_rsub_tensor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.2476183Z test_contig_vs_every_other_rsub_rsub_tensor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.2506453Z test_contig_vs_every_other_rsub_rsub_tensor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.2530284Z test_contig_vs_every_other_rsub_rsub_tensor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.2554048Z test_contig_vs_every_other_rsub_rsub_tensor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.2581700Z test_contig_vs_every_other_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.2607126Z test_contig_vs_every_other_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.2634239Z test_contig_vs_every_other_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.2661720Z test_contig_vs_every_other_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.2689086Z test_contig_vs_every_other_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.2720774Z test_contig_vs_every_other_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:05.2746532Z test_contig_vs_every_other_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.2772635Z test_contig_vs_every_other_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.2798064Z test_contig_vs_every_other_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.2823744Z test_contig_vs_every_other_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.2849506Z test_contig_vs_every_other_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:05.2876365Z test_contig_vs_every_other_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.3564001Z test_contig_vs_every_other_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (2.068s) 2022-03-17T20:04:07.3599281Z test_contig_vs_every_other_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:07.3625431Z test_contig_vs_every_other_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.3651370Z test_contig_vs_every_other_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.3677022Z test_contig_vs_every_other_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.3702947Z test_contig_vs_every_other_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.3728933Z test_contig_vs_every_other_special_zeta_grad_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.3756502Z test_contig_vs_every_other_special_zeta_grad_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.3789167Z test_contig_vs_every_other_special_zeta_grad_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.3821419Z test_contig_vs_every_other_special_zeta_grad_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.3847784Z test_contig_vs_every_other_special_zeta_grad_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.3873219Z test_contig_vs_every_other_special_zeta_grad_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.3898904Z test_contig_vs_every_other_special_zeta_grad_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.3925280Z test_contig_vs_every_other_special_zeta_grad_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.3952538Z test_contig_vs_every_other_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.3982683Z test_contig_vs_every_other_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.4012644Z test_contig_vs_every_other_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.4046680Z test_contig_vs_every_other_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.4073928Z test_contig_vs_every_other_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.4100981Z test_contig_vs_every_other_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.4127168Z test_contig_vs_every_other_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.4152385Z test_contig_vs_every_other_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.4177734Z test_contig_vs_every_other_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.4201731Z test_contig_vs_every_other_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.4225878Z test_contig_vs_every_other_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.4263823Z test_contig_vs_every_other_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:07.4291498Z test_contig_vs_every_other_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.4322919Z test_contig_vs_every_other_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.4354652Z test_contig_vs_every_other_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.4383914Z test_contig_vs_every_other_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.4413211Z test_contig_vs_every_other_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.4441919Z test_contig_vs_every_other_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.4469381Z test_contig_vs_every_other_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.4503440Z test_contig_vs_every_other_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.4531050Z test_contig_vs_every_other_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.4558205Z test_contig_vs_every_other_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.4585933Z test_contig_vs_every_other_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.4613508Z test_contig_vs_every_other_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.4638995Z test_contig_vs_every_other_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.4666741Z test_contig_vs_every_other_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.4694196Z test_contig_vs_every_other_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.4727886Z test_contig_vs_every_other_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.4753254Z test_contig_vs_every_other_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.4778928Z test_contig_vs_every_other_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.4804923Z test_contig_vs_every_other_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.4830336Z test_contig_vs_every_other_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.4856175Z test_contig_vs_every_other_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.4888221Z test_contig_vs_transposed___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.4914955Z test_contig_vs_transposed___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.4977150Z test_contig_vs_transposed___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:07.5023268Z test_contig_vs_transposed___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:07.5055682Z test_contig_vs_transposed___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.5087990Z test_contig_vs_transposed___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.5122173Z test_contig_vs_transposed___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.5146648Z test_contig_vs_transposed___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.5171641Z test_contig_vs_transposed___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.5197003Z test_contig_vs_transposed___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.5227841Z test_contig_vs_transposed___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.5254718Z test_contig_vs_transposed___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.5291303Z test_contig_vs_transposed___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:07.5326753Z test_contig_vs_transposed___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.5388244Z test_contig_vs_transposed___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:07.5436300Z test_contig_vs_transposed___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:07.5471181Z test_contig_vs_transposed___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.5506476Z test_contig_vs_transposed___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.5550737Z test_contig_vs_transposed___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:07.5583868Z test_contig_vs_transposed___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.5617139Z test_contig_vs_transposed___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.5652391Z test_contig_vs_transposed___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.5685761Z test_contig_vs_transposed___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.5720990Z test_contig_vs_transposed___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.5755587Z test_contig_vs_transposed___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.5766594Z test_contig_vs_transposed___rmod___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:07.5798837Z test_contig_vs_transposed___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.5837551Z test_contig_vs_transposed___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:07.5872314Z test_contig_vs_transposed___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.5897287Z test_contig_vs_transposed___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.5921838Z test_contig_vs_transposed___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.5945761Z test_contig_vs_transposed___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.5970743Z test_contig_vs_transposed___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.5994687Z test_contig_vs_transposed___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.6027323Z test_contig_vs_transposed___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.6058063Z test_contig_vs_transposed___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.6111546Z test_contig_vs_transposed___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:07.6156481Z test_contig_vs_transposed___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:07.6188753Z test_contig_vs_transposed___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.6221737Z test_contig_vs_transposed___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.6257770Z test_contig_vs_transposed___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.6283804Z test_contig_vs_transposed___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.6309868Z test_contig_vs_transposed___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.6339996Z test_contig_vs_transposed___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.6364532Z test_contig_vs_transposed___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.6388627Z test_contig_vs_transposed___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.6413199Z test_contig_vs_transposed___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.6437552Z test_contig_vs_transposed___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.6462151Z test_contig_vs_transposed___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.6486109Z test_contig_vs_transposed___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.6510732Z test_contig_vs_transposed___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.6541520Z test_contig_vs_transposed___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.6575108Z test_contig_vs_transposed___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.6585242Z test_contig_vs_transposed___rpow___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:07.6667685Z test_contig_vs_transposed___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:07.6714527Z test_contig_vs_transposed___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:07.6747951Z test_contig_vs_transposed___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.6781419Z test_contig_vs_transposed___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.6830480Z test_contig_vs_transposed___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:07.6856468Z test_contig_vs_transposed___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.6888560Z test_contig_vs_transposed___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.6913635Z test_contig_vs_transposed___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.6939191Z test_contig_vs_transposed___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.6964679Z test_contig_vs_transposed___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.6997049Z test_contig_vs_transposed___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.7051197Z test_contig_vs_transposed___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:07.7095533Z test_contig_vs_transposed___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:07.7128158Z test_contig_vs_transposed___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.7167094Z test_contig_vs_transposed___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:07.7201481Z test_contig_vs_transposed___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.7227859Z test_contig_vs_transposed___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.7254046Z test_contig_vs_transposed___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.7279341Z test_contig_vs_transposed___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.7305610Z test_contig_vs_transposed___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.7331962Z test_contig_vs_transposed___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.7357791Z test_contig_vs_transposed___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.7390390Z test_contig_vs_transposed___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.7415043Z test_contig_vs_transposed___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.7438414Z test_contig_vs_transposed___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.7462995Z test_contig_vs_transposed___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.7487246Z test_contig_vs_transposed___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.7519938Z test_contig_vs_transposed_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.7544276Z test_contig_vs_transposed_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.7598158Z test_contig_vs_transposed_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:07.7648710Z test_contig_vs_transposed_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:07.7681220Z test_contig_vs_transposed_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.7713307Z test_contig_vs_transposed_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.7747673Z test_contig_vs_transposed_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.7772510Z test_contig_vs_transposed_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.7796855Z test_contig_vs_transposed_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.7820919Z test_contig_vs_transposed_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.7845546Z test_contig_vs_transposed_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.7875570Z test_contig_vs_transposed_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.7886782Z test_contig_vs_transposed_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:07.7897250Z test_contig_vs_transposed_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:07.7909731Z test_contig_vs_transposed_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:07.7921544Z test_contig_vs_transposed_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:07.7933967Z test_contig_vs_transposed_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:07.7945901Z test_contig_vs_transposed_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:07.7958735Z test_contig_vs_transposed_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:07.7970456Z test_contig_vs_transposed_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:07.7982451Z test_contig_vs_transposed_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:07.7994619Z test_contig_vs_transposed_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:07.8021416Z test_contig_vs_transposed_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.8047194Z test_contig_vs_transposed_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.8073090Z test_contig_vs_transposed_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.8098413Z test_contig_vs_transposed_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.8124844Z test_contig_vs_transposed_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.8150612Z test_contig_vs_transposed_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.8185003Z test_contig_vs_transposed_bitwise_left_shift_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.8225766Z test_contig_vs_transposed_bitwise_left_shift_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:07.8259913Z test_contig_vs_transposed_bitwise_left_shift_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.8308261Z test_contig_vs_transposed_bitwise_left_shift_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:07.8334682Z test_contig_vs_transposed_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.8360710Z test_contig_vs_transposed_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.8386595Z test_contig_vs_transposed_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.8412865Z test_contig_vs_transposed_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.8438723Z test_contig_vs_transposed_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.8470726Z test_contig_vs_transposed_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.8496805Z test_contig_vs_transposed_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.8521164Z test_contig_vs_transposed_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.8544895Z test_contig_vs_transposed_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.8569398Z test_contig_vs_transposed_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.8593549Z test_contig_vs_transposed_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.8625934Z test_contig_vs_transposed_bitwise_right_shift_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.8658469Z test_contig_vs_transposed_bitwise_right_shift_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.8697083Z test_contig_vs_transposed_bitwise_right_shift_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:07.8744526Z test_contig_vs_transposed_bitwise_right_shift_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:07.8768699Z test_contig_vs_transposed_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.8793091Z test_contig_vs_transposed_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.8816772Z test_contig_vs_transposed_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.8841053Z test_contig_vs_transposed_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.8865640Z test_contig_vs_transposed_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.8890048Z test_contig_vs_transposed_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.8920560Z test_contig_vs_transposed_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.8945111Z test_contig_vs_transposed_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.8968880Z test_contig_vs_transposed_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.8993113Z test_contig_vs_transposed_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.9017707Z test_contig_vs_transposed_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:07.9028126Z test_contig_vs_transposed_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:07.9039133Z test_contig_vs_transposed_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:07.9072070Z test_contig_vs_transposed_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.9102316Z test_contig_vs_transposed_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.9134519Z test_contig_vs_transposed_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.9172832Z test_contig_vs_transposed_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:07.9207376Z test_contig_vs_transposed_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.9237878Z test_contig_vs_transposed_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.9268469Z test_contig_vs_transposed_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.9299341Z test_contig_vs_transposed_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.9329758Z test_contig_vs_transposed_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.9360444Z test_contig_vs_transposed_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.9395092Z test_contig_vs_transposed_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.9434104Z test_contig_vs_transposed_div_floor_rounding_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:07.9490525Z test_contig_vs_transposed_div_floor_rounding_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:07.9537654Z test_contig_vs_transposed_div_floor_rounding_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:07.9571936Z test_contig_vs_transposed_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.9606222Z test_contig_vs_transposed_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.9642657Z test_contig_vs_transposed_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:07.9675463Z test_contig_vs_transposed_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.9714100Z test_contig_vs_transposed_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:07.9746921Z test_contig_vs_transposed_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.9779613Z test_contig_vs_transposed_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.9812186Z test_contig_vs_transposed_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.9846765Z test_contig_vs_transposed_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.9879376Z test_contig_vs_transposed_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:07.9936038Z test_contig_vs_transposed_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:07.9982441Z test_contig_vs_transposed_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:08.0023379Z test_contig_vs_transposed_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.0058111Z test_contig_vs_transposed_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.0094762Z test_contig_vs_transposed_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.0127399Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.0160137Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.0192902Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.0226163Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.0259196Z test_contig_vs_transposed_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.0299268Z test_contig_vs_transposed_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.0332179Z test_contig_vs_transposed_div_trunc_rounding_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.0388295Z test_contig_vs_transposed_div_trunc_rounding_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:08.0435041Z test_contig_vs_transposed_div_trunc_rounding_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:08.0469119Z test_contig_vs_transposed_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.0503587Z test_contig_vs_transposed_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.0540185Z test_contig_vs_transposed_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.0572715Z test_contig_vs_transposed_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.0613247Z test_contig_vs_transposed_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.0646177Z test_contig_vs_transposed_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.0678724Z test_contig_vs_transposed_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.0711666Z test_contig_vs_transposed_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.0737976Z test_contig_vs_transposed_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.0762471Z test_contig_vs_transposed_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.0801190Z test_contig_vs_transposed_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.0830032Z test_contig_vs_transposed_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.0862349Z test_contig_vs_transposed_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.0888229Z test_contig_vs_transposed_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.0916751Z test_contig_vs_transposed_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.0941284Z test_contig_vs_transposed_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.0965969Z test_contig_vs_transposed_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.0990281Z test_contig_vs_transposed_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.1014697Z test_contig_vs_transposed_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.1038908Z test_contig_vs_transposed_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.1091653Z test_contig_vs_transposed_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:08.1136627Z test_contig_vs_transposed_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.1216754Z test_contig_vs_transposed_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:08.1290113Z test_contig_vs_transposed_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:08.1336429Z test_contig_vs_transposed_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.1382387Z test_contig_vs_transposed_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:08.1430056Z test_contig_vs_transposed_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:08.1475424Z test_contig_vs_transposed_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.1520463Z test_contig_vs_transposed_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.1566372Z test_contig_vs_transposed_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.1610693Z test_contig_vs_transposed_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.1656044Z test_contig_vs_transposed_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.1689925Z test_contig_vs_transposed_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.1724461Z test_contig_vs_transposed_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.1758816Z test_contig_vs_transposed_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.1795423Z test_contig_vs_transposed_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.1828355Z test_contig_vs_transposed_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.1855185Z test_contig_vs_transposed_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.1880918Z test_contig_vs_transposed_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.1907447Z test_contig_vs_transposed_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.1934277Z test_contig_vs_transposed_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.1944552Z test_contig_vs_transposed_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.1956724Z test_contig_vs_transposed_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.1969045Z test_contig_vs_transposed_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.1980620Z test_contig_vs_transposed_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.1990991Z test_contig_vs_transposed_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2001416Z test_contig_vs_transposed_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2012580Z test_contig_vs_transposed_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2023197Z test_contig_vs_transposed_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2033892Z test_contig_vs_transposed_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2044389Z test_contig_vs_transposed_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2054624Z test_contig_vs_transposed_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2065448Z test_contig_vs_transposed_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2075925Z test_contig_vs_transposed_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2086945Z test_contig_vs_transposed_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2098945Z test_contig_vs_transposed_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2111066Z test_contig_vs_transposed_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2124030Z test_contig_vs_transposed_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2135896Z test_contig_vs_transposed_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2146496Z test_contig_vs_transposed_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2157532Z test_contig_vs_transposed_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2169698Z test_contig_vs_transposed_fmod_autodiffed_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2206446Z test_contig_vs_transposed_fmod_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.2242162Z test_contig_vs_transposed_fmod_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.2280388Z test_contig_vs_transposed_fmod_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.2292225Z test_contig_vs_transposed_fmod_autodiffed_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2304270Z test_contig_vs_transposed_fmod_autodiffed_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2316511Z test_contig_vs_transposed_fmod_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2328869Z test_contig_vs_transposed_fmod_autodiffed_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2340744Z test_contig_vs_transposed_fmod_autodiffed_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2382064Z test_contig_vs_transposed_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.2416256Z test_contig_vs_transposed_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.2452721Z test_contig_vs_transposed_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.2463027Z test_contig_vs_transposed_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2473936Z test_contig_vs_transposed_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2484772Z test_contig_vs_transposed_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2495576Z test_contig_vs_transposed_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2506815Z test_contig_vs_transposed_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.2531858Z test_contig_vs_transposed_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.2556026Z test_contig_vs_transposed_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.2579961Z test_contig_vs_transposed_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.2604333Z test_contig_vs_transposed_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.2629006Z test_contig_vs_transposed_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.2661186Z test_contig_vs_transposed_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.2685529Z test_contig_vs_transposed_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.2711542Z test_contig_vs_transposed_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.2737985Z test_contig_vs_transposed_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.2766655Z test_contig_vs_transposed_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.2790810Z test_contig_vs_transposed_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.2815412Z test_contig_vs_transposed_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.2839720Z test_contig_vs_transposed_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.2870460Z test_contig_vs_transposed_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.2895246Z test_contig_vs_transposed_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.2921489Z test_contig_vs_transposed_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.2946230Z test_contig_vs_transposed_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.2972223Z test_contig_vs_transposed_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.2997869Z test_contig_vs_transposed_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.3026691Z test_contig_vs_transposed_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.3051372Z test_contig_vs_transposed_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.3081877Z test_contig_vs_transposed_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.3106560Z test_contig_vs_transposed_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.3130890Z test_contig_vs_transposed_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.3155564Z test_contig_vs_transposed_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.3187752Z test_contig_vs_transposed_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.3212281Z test_contig_vs_transposed_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.3244828Z test_contig_vs_transposed_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.3276652Z test_contig_vs_transposed_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.3317421Z test_contig_vs_transposed_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.3342254Z test_contig_vs_transposed_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.3366917Z test_contig_vs_transposed_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.3390430Z test_contig_vs_transposed_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.3415350Z test_contig_vs_transposed_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.3439249Z test_contig_vs_transposed_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.3449803Z test_contig_vs_transposed_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.3460645Z test_contig_vs_transposed_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.3471251Z test_contig_vs_transposed_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.3482273Z test_contig_vs_transposed_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.3493155Z test_contig_vs_transposed_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.3504110Z test_contig_vs_transposed_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.3515013Z test_contig_vs_transposed_igamma_grad_other_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.3525935Z test_contig_vs_transposed_igamma_grad_other_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.3536772Z test_contig_vs_transposed_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.3547337Z test_contig_vs_transposed_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.3558081Z test_contig_vs_transposed_igammac_grad_other_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.3568943Z test_contig_vs_transposed_igammac_grad_other_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.3600916Z test_contig_vs_transposed_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.3629217Z test_contig_vs_transposed_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.3696983Z test_contig_vs_transposed_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:08.3733855Z test_contig_vs_transposed_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.3764900Z test_contig_vs_transposed_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.3793503Z test_contig_vs_transposed_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.3831896Z test_contig_vs_transposed_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.3859844Z test_contig_vs_transposed_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.3887568Z test_contig_vs_transposed_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.3916231Z test_contig_vs_transposed_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.3950251Z test_contig_vs_transposed_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.3978366Z test_contig_vs_transposed_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.4002714Z test_contig_vs_transposed_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.4027492Z test_contig_vs_transposed_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.4052672Z test_contig_vs_transposed_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.4076892Z test_contig_vs_transposed_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.4101180Z test_contig_vs_transposed_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.4134844Z test_contig_vs_transposed_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.4174634Z test_contig_vs_transposed_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.4257573Z test_contig_vs_transposed_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:08.4305797Z test_contig_vs_transposed_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:08.4339312Z test_contig_vs_transposed_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.4372482Z test_contig_vs_transposed_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.4421506Z test_contig_vs_transposed_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:08.4452938Z test_contig_vs_transposed_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.4485073Z test_contig_vs_transposed_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.4524051Z test_contig_vs_transposed_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.4555808Z test_contig_vs_transposed_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.4587904Z test_contig_vs_transposed_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.4614234Z test_contig_vs_transposed_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.4638315Z test_contig_vs_transposed_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.4664482Z test_contig_vs_transposed_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.4690837Z test_contig_vs_transposed_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.4719728Z test_contig_vs_transposed_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.4750279Z test_contig_vs_transposed_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.4774911Z test_contig_vs_transposed_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.4799076Z test_contig_vs_transposed_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.4823783Z test_contig_vs_transposed_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.4848023Z test_contig_vs_transposed_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.4874090Z test_contig_vs_transposed_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.4898748Z test_contig_vs_transposed_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.4937290Z test_contig_vs_transposed_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.4971760Z test_contig_vs_transposed_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.4997979Z test_contig_vs_transposed_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.5024349Z test_contig_vs_transposed_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.5052860Z test_contig_vs_transposed_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.5077013Z test_contig_vs_transposed_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.5101554Z test_contig_vs_transposed_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.5126230Z test_contig_vs_transposed_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.5150778Z test_contig_vs_transposed_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.5181770Z test_contig_vs_transposed_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.5207692Z test_contig_vs_transposed_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.5231899Z test_contig_vs_transposed_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.5270663Z test_contig_vs_transposed_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.5299180Z test_contig_vs_transposed_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.5325786Z test_contig_vs_transposed_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.5351947Z test_contig_vs_transposed_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.5386486Z test_contig_vs_transposed_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.5411070Z test_contig_vs_transposed_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.5435519Z test_contig_vs_transposed_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.5460455Z test_contig_vs_transposed_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.5484915Z test_contig_vs_transposed_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.5509576Z test_contig_vs_transposed_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.5536188Z test_contig_vs_transposed_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.5560257Z test_contig_vs_transposed_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.5605617Z test_contig_vs_transposed_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.5634106Z test_contig_vs_transposed_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.5660448Z test_contig_vs_transposed_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.5687052Z test_contig_vs_transposed_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.5715483Z test_contig_vs_transposed_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.5740249Z test_contig_vs_transposed_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.5765050Z test_contig_vs_transposed_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.5789195Z test_contig_vs_transposed_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.5819992Z test_contig_vs_transposed_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.5844461Z test_contig_vs_transposed_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.5870531Z test_contig_vs_transposed_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.5894905Z test_contig_vs_transposed_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.5920883Z test_contig_vs_transposed_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.5947292Z test_contig_vs_transposed_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.5976257Z test_contig_vs_transposed_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.6000374Z test_contig_vs_transposed_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.6031338Z test_contig_vs_transposed_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.6056157Z test_contig_vs_transposed_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.6080243Z test_contig_vs_transposed_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.6104850Z test_contig_vs_transposed_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.6137532Z test_contig_vs_transposed_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.6161892Z test_contig_vs_transposed_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.6194344Z test_contig_vs_transposed_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.6227043Z test_contig_vs_transposed_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.6267541Z test_contig_vs_transposed_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.6292118Z test_contig_vs_transposed_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.6316521Z test_contig_vs_transposed_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.6340504Z test_contig_vs_transposed_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.6365000Z test_contig_vs_transposed_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.6389355Z test_contig_vs_transposed_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.6422009Z test_contig_vs_transposed_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.6446501Z test_contig_vs_transposed_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.6486132Z test_contig_vs_transposed_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.6518542Z test_contig_vs_transposed_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.6552984Z test_contig_vs_transposed_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.6577778Z test_contig_vs_transposed_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.6602233Z test_contig_vs_transposed_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.6626121Z test_contig_vs_transposed_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.6650714Z test_contig_vs_transposed_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.6675083Z test_contig_vs_transposed_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.6713834Z test_contig_vs_transposed_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.6738274Z test_contig_vs_transposed_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.6770704Z test_contig_vs_transposed_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.6803079Z test_contig_vs_transposed_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.6837493Z test_contig_vs_transposed_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.6862319Z test_contig_vs_transposed_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.6886891Z test_contig_vs_transposed_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.6910617Z test_contig_vs_transposed_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.6942930Z test_contig_vs_transposed_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.6967678Z test_contig_vs_transposed_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.7001401Z test_contig_vs_transposed_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.7027474Z test_contig_vs_transposed_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.7061709Z test_contig_vs_transposed_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.7095948Z test_contig_vs_transposed_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.7131911Z test_contig_vs_transposed_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.7157919Z test_contig_vs_transposed_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.7190311Z test_contig_vs_transposed_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.7215765Z test_contig_vs_transposed_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.7241419Z test_contig_vs_transposed_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.7267458Z test_contig_vs_transposed_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.7301411Z test_contig_vs_transposed_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.7327243Z test_contig_vs_transposed_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.7382603Z test_contig_vs_transposed_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:08.7426863Z test_contig_vs_transposed_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.7465504Z test_contig_vs_transposed_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.7498266Z test_contig_vs_transposed_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.7533104Z test_contig_vs_transposed_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.7557510Z test_contig_vs_transposed_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.7582085Z test_contig_vs_transposed_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.7606037Z test_contig_vs_transposed_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.7630222Z test_contig_vs_transposed_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.7654795Z test_contig_vs_transposed_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.7687250Z test_contig_vs_transposed_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.7711261Z test_contig_vs_transposed_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.7750114Z test_contig_vs_transposed_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.7778828Z test_contig_vs_transposed_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.7805229Z test_contig_vs_transposed_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.7831281Z test_contig_vs_transposed_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.7859982Z test_contig_vs_transposed_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.7884500Z test_contig_vs_transposed_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.7914909Z test_contig_vs_transposed_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.7939507Z test_contig_vs_transposed_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.7963950Z test_contig_vs_transposed_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.7988437Z test_contig_vs_transposed_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.7999567Z test_contig_vs_transposed_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.8010242Z test_contig_vs_transposed_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.8021128Z test_contig_vs_transposed_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.8031824Z test_contig_vs_transposed_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.8042726Z test_contig_vs_transposed_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.8075414Z test_contig_vs_transposed_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.8155901Z test_contig_vs_transposed_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:08.8201189Z test_contig_vs_transposed_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.8233828Z test_contig_vs_transposed_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.8272278Z test_contig_vs_transposed_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.8320052Z test_contig_vs_transposed_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:08.8331028Z test_contig_vs_transposed_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.8341880Z test_contig_vs_transposed_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.8352580Z test_contig_vs_transposed_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.8363580Z test_contig_vs_transposed_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.8388080Z test_contig_vs_transposed_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.8398454Z test_contig_vs_transposed_remainder_autodiffed_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.8409568Z test_contig_vs_transposed_remainder_autodiffed_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.8445287Z test_contig_vs_transposed_remainder_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.8479113Z test_contig_vs_transposed_remainder_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.8516071Z test_contig_vs_transposed_remainder_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.8526755Z test_contig_vs_transposed_remainder_autodiffed_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.8537823Z test_contig_vs_transposed_remainder_autodiffed_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.8548431Z test_contig_vs_transposed_remainder_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.8559134Z test_contig_vs_transposed_remainder_autodiffed_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.8570175Z test_contig_vs_transposed_remainder_autodiffed_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.8581251Z test_contig_vs_transposed_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.8615915Z test_contig_vs_transposed_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.8649865Z test_contig_vs_transposed_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.8692334Z test_contig_vs_transposed_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.8702653Z test_contig_vs_transposed_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.8713670Z test_contig_vs_transposed_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.8725165Z test_contig_vs_transposed_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.8735522Z test_contig_vs_transposed_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.8746787Z test_contig_vs_transposed_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:08.8779007Z test_contig_vs_transposed_rsub_rsub_scalar_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.8832636Z test_contig_vs_transposed_rsub_rsub_scalar_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:08.8877219Z test_contig_vs_transposed_rsub_rsub_scalar_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.8909621Z test_contig_vs_transposed_rsub_rsub_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.8942162Z test_contig_vs_transposed_rsub_rsub_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.8976664Z test_contig_vs_transposed_rsub_rsub_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.9001288Z test_contig_vs_transposed_rsub_rsub_scalar_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.9032462Z test_contig_vs_transposed_rsub_rsub_scalar_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.9056065Z test_contig_vs_transposed_rsub_rsub_scalar_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.9080243Z test_contig_vs_transposed_rsub_rsub_scalar_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.9104529Z test_contig_vs_transposed_rsub_rsub_scalar_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.9137289Z test_contig_vs_transposed_rsub_rsub_tensor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.9191222Z test_contig_vs_transposed_rsub_rsub_tensor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:08.9235647Z test_contig_vs_transposed_rsub_rsub_tensor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.9268284Z test_contig_vs_transposed_rsub_rsub_tensor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.9307097Z test_contig_vs_transposed_rsub_rsub_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.9341759Z test_contig_vs_transposed_rsub_rsub_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.9366611Z test_contig_vs_transposed_rsub_rsub_tensor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.9390822Z test_contig_vs_transposed_rsub_rsub_tensor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.9414683Z test_contig_vs_transposed_rsub_rsub_tensor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.9439148Z test_contig_vs_transposed_rsub_rsub_tensor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.9463648Z test_contig_vs_transposed_rsub_rsub_tensor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:08.9496168Z test_contig_vs_transposed_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.9533249Z test_contig_vs_transposed_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.9565749Z test_contig_vs_transposed_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.9597823Z test_contig_vs_transposed_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.9640093Z test_contig_vs_transposed_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.9670727Z test_contig_vs_transposed_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.9701456Z test_contig_vs_transposed_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.9732067Z test_contig_vs_transposed_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.9762488Z test_contig_vs_transposed_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.9799534Z test_contig_vs_transposed_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:08.9830185Z test_contig_vs_transposed_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:08.9872380Z test_contig_vs_transposed_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:09.0098834Z test_contig_vs_transposed_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-03-17T20:04:09.0138851Z test_contig_vs_transposed_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:09.0179226Z test_contig_vs_transposed_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:09.0219853Z test_contig_vs_transposed_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:09.0260181Z test_contig_vs_transposed_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:09.0306932Z test_contig_vs_transposed_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:09.0337641Z test_contig_vs_transposed_special_zeta_grad_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:09.0379682Z test_contig_vs_transposed_special_zeta_grad_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:09.0601681Z test_contig_vs_transposed_special_zeta_grad_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-03-17T20:04:09.0640839Z test_contig_vs_transposed_special_zeta_grad_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:09.0680492Z test_contig_vs_transposed_special_zeta_grad_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:09.0720364Z test_contig_vs_transposed_special_zeta_grad_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:09.0760281Z test_contig_vs_transposed_special_zeta_grad_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:09.0807877Z test_contig_vs_transposed_special_zeta_grad_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:09.0839754Z test_contig_vs_transposed_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:09.0893246Z test_contig_vs_transposed_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:09.0936798Z test_contig_vs_transposed_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:09.0968950Z test_contig_vs_transposed_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:09.1001131Z test_contig_vs_transposed_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:09.1035497Z test_contig_vs_transposed_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:09.1059977Z test_contig_vs_transposed_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:09.1090529Z test_contig_vs_transposed_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:09.1114080Z test_contig_vs_transposed_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:09.1138486Z test_contig_vs_transposed_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:09.1163079Z test_contig_vs_transposed_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:09.1197699Z test_contig_vs_transposed_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:09.1230398Z test_contig_vs_transposed_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:09.1286461Z test_contig_vs_transposed_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:09.1332518Z test_contig_vs_transposed_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:09.1372970Z test_contig_vs_transposed_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:09.1407187Z test_contig_vs_transposed_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:09.1443495Z test_contig_vs_transposed_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:09.1476017Z test_contig_vs_transposed_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:09.1508908Z test_contig_vs_transposed_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:09.1542281Z test_contig_vs_transposed_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:09.1575337Z test_contig_vs_transposed_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:09.1607895Z test_contig_vs_transposed_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:09.1646696Z test_contig_vs_transposed_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:09.1677193Z test_contig_vs_transposed_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:09.1709554Z test_contig_vs_transposed_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:09.1741999Z test_contig_vs_transposed_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:09.1779891Z test_contig_vs_transposed_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:09.1810372Z test_contig_vs_transposed_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:09.1840818Z test_contig_vs_transposed_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:09.1871791Z test_contig_vs_transposed_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:09.1908417Z test_contig_vs_transposed_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:09.1939234Z test_contig_vs_transposed_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:09.2063035Z test_copysign_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-03-17T20:04:09.2140008Z test_copysign_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:09.2234804Z test_copysign_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:04:09.2352981Z test_copysign_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-03-17T20:04:09.2470704Z test_copysign_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-03-17T20:04:09.2549513Z test_copysign_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:09.2633806Z test_copysign_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:09.2712308Z test_copysign_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:09.2790542Z test_copysign_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:09.2869297Z test_copysign_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:09.2986524Z test_copysign_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-03-17T20:04:09.3060976Z test_copysign_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.3149334Z test_copysign_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:04:09.3262467Z test_copysign_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:04:09.3380641Z test_copysign_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-03-17T20:04:09.3454069Z test_copysign_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.3529541Z test_copysign_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.3602805Z test_copysign_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.3677808Z test_copysign_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.3751944Z test_copysign_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.3845639Z test_copysign_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:04:09.3911764Z test_copysign_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.4009237Z test_copysign_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-03-17T20:04:09.4100311Z test_copysign_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:04:09.4190946Z test_copysign_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:04:09.4258693Z test_copysign_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.4326287Z test_copysign_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.4393603Z test_copysign_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.4461244Z test_copysign_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.4528921Z test_copysign_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.4692143Z test_copysign_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T20:04:09.4805326Z test_copysign_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:04:09.4917802Z test_copysign_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:04:09.5069572Z test_copysign_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T20:04:09.5220655Z test_copysign_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T20:04:09.5334298Z test_copysign_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:04:09.5449134Z test_copysign_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:04:09.5565015Z test_copysign_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:04:09.5684835Z test_copysign_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-03-17T20:04:09.5798481Z test_copysign_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:04:09.5954406Z test_copysign_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T20:04:09.6066695Z test_copysign_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:04:09.6178801Z test_copysign_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:04:09.6330575Z test_copysign_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T20:04:09.6481796Z test_copysign_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T20:04:09.6600849Z test_copysign_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-03-17T20:04:09.6713817Z test_copysign_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:04:09.6826986Z test_copysign_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:04:09.6939811Z test_copysign_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:04:09.7053085Z test_copysign_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:04:09.7171090Z test_copysign_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-03-17T20:04:09.7244931Z test_copysign_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.7336123Z test_copysign_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:04:09.7456558Z test_copysign_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-03-17T20:04:09.7569320Z test_copysign_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:04:09.7642997Z test_copysign_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.7717342Z test_copysign_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.7792151Z test_copysign_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.7865853Z test_copysign_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.7940201Z test_copysign_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.8057263Z test_copysign_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-03-17T20:04:09.8139874Z test_copysign_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:09.8229554Z test_copysign_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:04:09.8344376Z test_copysign_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:04:09.8457092Z test_copysign_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:04:09.8532126Z test_copysign_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.8606206Z test_copysign_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.8680085Z test_copysign_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.8755773Z test_copysign_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.8836692Z test_copysign_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:09.8953089Z test_copysign_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-03-17T20:04:09.9028235Z test_copysign_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.9118445Z test_copysign_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:04:09.9233752Z test_copysign_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:04:09.9346519Z test_copysign_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:04:09.9421436Z test_copysign_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.9496308Z test_copysign_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.9577450Z test_copysign_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:09.9651419Z test_copysign_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.9726916Z test_copysign_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:09.9843859Z test_copysign_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-03-17T20:04:09.9918525Z test_copysign_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.0007152Z test_copysign_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:04:10.0119783Z test_copysign_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:04:10.0232170Z test_copysign_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:04:10.0312649Z test_copysign_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:10.0387082Z test_copysign_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.0461799Z test_copysign_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.0536445Z test_copysign_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.0611297Z test_copysign_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.0728870Z test_copysign_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-03-17T20:04:10.0803032Z test_copysign_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.0891710Z test_copysign_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:04:10.1011420Z test_copysign_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-03-17T20:04:10.1123100Z test_copysign_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:04:10.1197375Z test_copysign_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.1272254Z test_copysign_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.1346435Z test_copysign_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.1421194Z test_copysign_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.1495840Z test_copysign_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.1570912Z test_copysign_subgradient_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.1647025Z test_copysign_subgradient_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:10.1717035Z test_copysign_subgradient_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.1791038Z test_copysign_subgradient_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.1860887Z test_copysign_subgradient_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.1930379Z test_copysign_subgradient_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.1999384Z test_copysign_subgradient_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.2069276Z test_copysign_subgradient_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.2138682Z test_copysign_subgradient_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.2214252Z test_copysign_subgradient_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.2282671Z test_copysign_subgradient_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.2352575Z test_copysign_subgradient_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.2422552Z test_copysign_subgradient_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.2491804Z test_copysign_subgradient_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.2561368Z test_copysign_subgradient_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.2630857Z test_copysign_subgradient_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.2643441Z test_cpow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:10.2914429Z test_cpu_tensor_pow_cuda_scalar_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-03-17T20:04:10.2926661Z test_cremainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:10.2948868Z test_cross_device_binary_ops_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:04:10.3024203Z test_cross_device_inplace_error_msg_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:10.3042340Z test_csub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:04:10.3201559Z test_cuda_tensor_pow_scalar_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T20:04:10.3656005Z test_cumulative_trapezoid_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-03-17T20:04:11.4794557Z test_div_and_floordiv_script_vs_python_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.114s) 2022-03-17T20:04:11.4830626Z test_div_and_floordiv_vs_python_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:11.4897489Z test_div_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:11.4942549Z test_div_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:11.4993440Z test_div_rounding_modes_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:11.5043047Z test_div_rounding_modes_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:11.5091955Z test_div_rounding_modes_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:11.5139596Z test_div_rounding_modes_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:11.5184876Z test_div_rounding_modes_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:11.5235856Z test_div_rounding_modes_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:11.5279632Z test_div_rounding_modes_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:11.5324600Z test_div_rounding_modes_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:11.5369543Z test_div_rounding_modes_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:11.5422741Z test_div_rounding_nonfinite_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:11.5475670Z test_div_rounding_nonfinite_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:11.5528191Z test_div_rounding_nonfinite_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:11.5580357Z test_div_rounding_nonfinite_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:11.5653050Z test_div_rounding_numpy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:11.5716401Z test_div_rounding_numpy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:11.5779916Z test_div_rounding_numpy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:11.5836626Z test_div_rounding_numpy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:11.5893281Z test_div_rounding_numpy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:11.5950590Z test_div_rounding_numpy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:11.6007062Z test_div_rounding_numpy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:11.6063075Z test_div_rounding_numpy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:11.6085389Z test_divide_by_zero_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... test_binary_ufuncs.py:1026: RuntimeWarning: divide by zero encountered in true_divide 2022-03-17T20:04:11.6086105Z expect = np.divide(an, 0) 2022-03-17T20:04:11.6086441Z test_binary_ufuncs.py:1026: RuntimeWarning: invalid value encountered in true_divide 2022-03-17T20:04:11.6086784Z expect = np.divide(an, 0) 2022-03-17T20:04:11.6104781Z ok (0.004s) 2022-03-17T20:04:11.6138191Z test_divide_by_zero_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:11.6171474Z test_divide_by_zero_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:11.6204200Z test_divide_by_zero_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:11.6236777Z test_divmul_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:11.6560196Z test_float_power_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... test_binary_ufuncs.py:3479: RuntimeWarning: invalid value encountered in float_power 2022-03-17T20:04:11.6560851Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-03-17T20:04:11.6612007Z ok (0.037s) 2022-03-17T20:04:11.7244132Z test_float_power_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-03-17T20:04:11.7887715Z test_float_power_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.064s) 2022-03-17T20:04:11.8270750Z test_float_power_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-03-17T20:04:11.8645050Z test_float_power_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:11.9025669Z test_float_power_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-03-17T20:04:11.9398092Z test_float_power_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:11.9766225Z test_float_power_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:12.0135674Z test_float_power_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:12.0518428Z test_float_power_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-03-17T20:04:12.0886236Z test_float_power_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:12.1156879Z test_float_power_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-03-17T20:04:12.1506710Z test_float_power_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-03-17T20:04:12.1864923Z test_float_power_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:12.2122909Z test_float_power_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-03-17T20:04:12.2381447Z test_float_power_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-03-17T20:04:12.2636138Z test_float_power_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-03-17T20:04:12.2892047Z test_float_power_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-03-17T20:04:12.3148117Z test_float_power_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-03-17T20:04:12.3410781Z test_float_power_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-03-17T20:04:12.3667200Z test_float_power_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-03-17T20:04:12.3922583Z test_float_power_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-03-17T20:04:12.4363465Z test_float_power_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T20:04:12.5027441Z test_float_power_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-03-17T20:04:12.5717699Z test_float_power_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.069s) 2022-03-17T20:04:12.6150722Z test_float_power_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-03-17T20:04:12.6589676Z test_float_power_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T20:04:12.7030401Z test_float_power_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T20:04:12.7449078Z test_float_power_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-03-17T20:04:12.7882672Z test_float_power_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-03-17T20:04:12.8308009Z test_float_power_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-03-17T20:04:12.8731969Z test_float_power_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-03-17T20:04:12.9157814Z test_float_power_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-03-17T20:04:12.9526153Z test_float_power_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:13.0162041Z test_float_power_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-03-17T20:04:13.0787947Z test_float_power_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-03-17T20:04:13.1152894Z test_float_power_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:13.1515891Z test_float_power_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:13.1886857Z test_float_power_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:13.2248904Z test_float_power_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:13.2611491Z test_float_power_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:13.2986624Z test_float_power_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:13.3349179Z test_float_power_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:13.3731282Z test_float_power_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-03-17T20:04:13.4097418Z test_float_power_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:13.4718393Z test_float_power_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-03-17T20:04:13.5353470Z test_float_power_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-03-17T20:04:13.5721675Z test_float_power_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:13.6086106Z test_float_power_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:13.6446346Z test_float_power_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:13.6808622Z test_float_power_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:13.7196039Z test_float_power_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-03-17T20:04:13.7557229Z test_float_power_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:13.7937583Z test_float_power_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-03-17T20:04:13.8316548Z test_float_power_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-03-17T20:04:13.8519767Z test_float_power_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T20:04:13.8986308Z test_float_power_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-03-17T20:04:13.9452943Z test_float_power_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-03-17T20:04:13.9653937Z test_float_power_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T20:04:13.9860944Z test_float_power_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:14.0056571Z test_float_power_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-03-17T20:04:14.0255732Z test_float_power_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T20:04:14.0454198Z test_float_power_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T20:04:14.0652886Z test_float_power_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T20:04:14.0851269Z test_float_power_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T20:04:14.1049952Z test_float_power_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T20:04:14.1418619Z test_float_power_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:14.2046443Z test_float_power_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-03-17T20:04:14.2648683Z test_float_power_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-03-17T20:04:14.3011703Z test_float_power_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:14.3374267Z test_float_power_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:14.3733220Z test_float_power_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:14.4099395Z test_float_power_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:14.4478878Z test_float_power_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-03-17T20:04:14.4840897Z test_float_power_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:14.5226048Z test_float_power_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-03-17T20:04:14.5609288Z test_float_power_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-03-17T20:04:14.5982065Z test_float_power_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:14.6614345Z test_float_power_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-03-17T20:04:14.7217480Z test_float_power_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-03-17T20:04:14.7581270Z test_float_power_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:14.7958255Z test_float_power_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-03-17T20:04:14.8318253Z test_float_power_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:14.8691192Z test_float_power_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:14.9060092Z test_float_power_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:14.9433579Z test_float_power_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:14.9805543Z test_float_power_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:15.0180199Z test_float_power_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:15.0554833Z test_float_power_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:15.1165655Z test_float_power_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-03-17T20:04:15.1792804Z test_float_power_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-03-17T20:04:15.2170603Z test_float_power_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-03-17T20:04:15.2532323Z test_float_power_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:15.2899021Z test_float_power_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:15.3279531Z test_float_power_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-03-17T20:04:15.3649350Z test_float_power_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:15.4015943Z test_float_power_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:15.4386927Z test_float_power_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:15.4749447Z test_float_power_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:15.5123897Z test_float_power_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:15.5738934Z test_float_power_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-03-17T20:04:15.6352891Z test_float_power_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-03-17T20:04:15.6715445Z test_float_power_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:15.7096871Z test_float_power_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-03-17T20:04:15.7458061Z test_float_power_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:15.7825094Z test_float_power_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:15.8201788Z test_float_power_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-03-17T20:04:15.8581799Z test_float_power_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-03-17T20:04:15.8943709Z test_float_power_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:15.9304224Z test_float_power_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:15.9669050Z test_float_power_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:16.0269145Z test_float_power_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-03-17T20:04:16.0889740Z test_float_power_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-03-17T20:04:16.1253337Z test_float_power_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:16.1616402Z test_float_power_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:16.1985558Z test_float_power_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:16.2346520Z test_float_power_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:16.2720510Z test_float_power_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:16.3083975Z test_float_power_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:16.3445072Z test_float_power_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:16.3817053Z test_float_power_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:04:16.3933739Z test_float_power_exceptions_cuda (__main__.TestBinaryUfuncsCUDA) ... test_binary_ufuncs.py:3505: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:04:16.3934668Z torch.float_power(base, exp, out=out) 2022-03-17T20:04:16.4166239Z ok (0.035s) 2022-03-17T20:04:16.4264860Z test_float_scalar_pow_float_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... test_binary_ufuncs.py:1313: RuntimeWarning: invalid value encountered in power 2022-03-17T20:04:16.4265356Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-03-17T20:04:16.4549955Z test_binary_ufuncs.py:1313: RuntimeWarning: divide by zero encountered in power 2022-03-17T20:04:16.4550330Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-03-17T20:04:16.4960536Z ok (0.079s) 2022-03-17T20:04:16.5715086Z test_float_scalar_pow_float_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.075s) 2022-03-17T20:04:16.5750301Z test_floor_divide_out_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:16.5780938Z test_floor_divide_out_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:16.5823970Z test_floor_divide_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:16.5865196Z test_floor_divide_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:16.5906555Z test_floor_divide_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:16.5946522Z test_floor_divide_scalar_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:16.5987276Z test_floor_divide_scalar_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:16.6033039Z test_floor_divide_scalar_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:16.6072888Z test_floor_divide_scalar_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:16.6112982Z test_floor_divide_scalar_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:16.6141313Z test_floor_divide_tensor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:16.6169335Z test_floor_divide_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:16.6196181Z test_floor_divide_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:16.6222183Z test_floor_divide_tensor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:16.6248410Z test_floor_divide_tensor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:16.6280090Z test_floor_divide_tensor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:16.6306409Z test_floor_divide_tensor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:16.6332646Z test_floor_divide_tensor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:16.6347904Z test_floor_divide_zero_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:16.6362999Z test_floor_divide_zero_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:16.6378167Z test_floor_divide_zero_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:16.6393097Z test_floor_divide_zero_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:16.6408461Z test_floor_divide_zero_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:16.6432874Z test_fmod_remainder_by_zero_float_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:16.6463679Z test_fmod_remainder_by_zero_float_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:16.6488525Z test_fmod_remainder_by_zero_float_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:16.6514180Z test_fmod_remainder_by_zero_integral_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:16.6540399Z test_fmod_remainder_by_zero_integral_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:16.6575859Z test_fmod_remainder_by_zero_integral_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:16.6601634Z test_fmod_remainder_by_zero_integral_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:16.6627641Z test_fmod_remainder_by_zero_integral_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:16.6850381Z test_fmod_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-03-17T20:04:16.7076455Z test_fmod_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-03-17T20:04:16.7292203Z test_fmod_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:16.7911236Z test_fmod_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-03-17T20:04:16.8530714Z test_fmod_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-03-17T20:04:16.9141818Z test_fmod_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-03-17T20:04:16.9756703Z test_fmod_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-03-17T20:04:17.0371448Z test_fmod_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-03-17T20:04:17.0408246Z test_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:17.0451020Z test_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:17.0487006Z test_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:17.0522733Z test_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:17.0558749Z test_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:17.0763468Z test_heaviside_complex_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T20:04:17.0964283Z test_heaviside_complex_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T20:04:17.1167666Z test_heaviside_complex_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T20:04:17.1373543Z test_heaviside_complex_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T20:04:17.1506165Z test_heaviside_cross_device_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T20:04:17.1560033Z test_heaviside_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:17.1771283Z test_heaviside_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.1979828Z test_heaviside_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.2192109Z test_heaviside_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.2403808Z test_heaviside_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.2610811Z test_heaviside_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.2820780Z test_heaviside_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.3035233Z test_heaviside_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.3247866Z test_heaviside_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.3459196Z test_heaviside_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.3667481Z test_heaviside_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.3713073Z test_heaviside_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:17.3925876Z test_heaviside_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.4138319Z test_heaviside_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.4346578Z test_heaviside_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.4570114Z test_heaviside_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-03-17T20:04:17.4777380Z test_heaviside_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.4985445Z test_heaviside_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.5200491Z test_heaviside_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.5419472Z test_heaviside_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-03-17T20:04:17.5636034Z test_heaviside_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-03-17T20:04:17.5846139Z test_heaviside_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.5899479Z test_heaviside_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:17.6116429Z test_heaviside_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-03-17T20:04:17.6324488Z test_heaviside_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.6532119Z test_heaviside_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.6745785Z test_heaviside_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.6959948Z test_heaviside_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.7178219Z test_heaviside_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-03-17T20:04:17.7391693Z test_heaviside_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.7599823Z test_heaviside_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.7814008Z test_heaviside_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.8027704Z test_heaviside_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.8084445Z test_heaviside_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:17.8295822Z test_heaviside_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.8510341Z test_heaviside_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.8725334Z test_heaviside_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.8942418Z test_heaviside_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-03-17T20:04:17.9154681Z test_heaviside_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.9369034Z test_heaviside_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.9577442Z test_heaviside_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:17.9788111Z test_heaviside_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.0000333Z test_heaviside_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.0207535Z test_heaviside_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.0257912Z test_heaviside_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:18.0470496Z test_heaviside_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.0685860Z test_heaviside_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.0899951Z test_heaviside_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.1108069Z test_heaviside_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.1315514Z test_heaviside_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.1524266Z test_heaviside_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.1735040Z test_heaviside_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.1951516Z test_heaviside_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-03-17T20:04:18.2163779Z test_heaviside_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.2372125Z test_heaviside_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.2424842Z test_heaviside_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:18.2633227Z test_heaviside_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.2841635Z test_heaviside_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.3056669Z test_heaviside_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.3267466Z test_heaviside_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.3475544Z test_heaviside_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.3686218Z test_heaviside_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.3894604Z test_heaviside_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.4115229Z test_heaviside_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-03-17T20:04:18.4323273Z test_heaviside_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.4531741Z test_heaviside_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.4578337Z test_heaviside_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:18.4791386Z test_heaviside_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.5003092Z test_heaviside_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.5211189Z test_heaviside_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.5420420Z test_heaviside_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.5641940Z test_heaviside_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-03-17T20:04:18.5853805Z test_heaviside_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.6061695Z test_heaviside_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.6269675Z test_heaviside_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.6477759Z test_heaviside_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.6686187Z test_heaviside_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.6729821Z test_heaviside_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:18.6940391Z test_heaviside_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.7158924Z test_heaviside_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-03-17T20:04:18.7366889Z test_heaviside_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.7573972Z test_heaviside_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.7786074Z test_heaviside_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.8003937Z test_heaviside_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-03-17T20:04:18.8217787Z test_heaviside_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.8436419Z test_heaviside_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-03-17T20:04:18.8657267Z test_heaviside_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-03-17T20:04:18.8874769Z test_heaviside_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-03-17T20:04:18.8920483Z test_heaviside_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:18.9132756Z test_heaviside_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.9344435Z test_heaviside_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.9564628Z test_heaviside_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-03-17T20:04:18.9776089Z test_heaviside_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:18.9983861Z test_heaviside_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:19.0192082Z test_heaviside_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:19.0405906Z test_heaviside_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:19.0614027Z test_heaviside_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:19.0822739Z test_heaviside_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:19.1037559Z test_heaviside_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:04:19.1087157Z test_heaviside_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:19.1132872Z test_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:19.1178954Z test_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:28.7310978Z test_idiv_and_ifloordiv_vs_python_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (9.613s) 2022-03-17T20:04:28.7341420Z test_inplace_division_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:28.7360603Z test_inplace_dunders_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:29.5737788Z test_int_and_float_pow_cuda (__main__.TestBinaryUfuncsCUDA) ... test_binary_ufuncs.py:1313: RuntimeWarning: invalid value encountered in power 2022-03-17T20:04:29.5738344Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-03-17T20:04:29.9038123Z ok (1.167s) 2022-03-17T20:04:29.9767745Z test_int_tensor_pow_neg_ints_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.073s) 2022-03-17T20:04:29.9799136Z test_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:29.9830910Z test_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:29.9862362Z test_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:29.9884129Z test_ldexp_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:04:29.9976520Z test_lerp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... test_binary_ufuncs.py:2983: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:04:29.9977593Z torch.lerp(start, end, weight, out=actual_out) 2022-03-17T20:04:30.0031386Z test_binary_ufuncs.py:2983: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:04:30.0032210Z torch.lerp(start, end, weight, out=actual_out) 2022-03-17T20:04:30.1427108Z ok (0.154s) 2022-03-17T20:04:30.3062281Z test_lerp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.163s) 2022-03-17T20:04:30.3830614Z test_lerp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.077s) 2022-03-17T20:04:30.4559761Z test_lerp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.073s) 2022-03-17T20:04:30.4592560Z test_logaddexp2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... test_binary_ufuncs.py:2998: RuntimeWarning: invalid value encountered in logaddexp2 2022-03-17T20:04:30.4593567Z ref = ref_func(a.cpu().float().numpy(), b.cpu().float().numpy()) 2022-03-17T20:04:30.4598550Z ok (0.004s) 2022-03-17T20:04:30.4628986Z test_logaddexp2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... test_binary_ufuncs.py:3002: RuntimeWarning: invalid value encountered in logaddexp2 2022-03-17T20:04:30.4629895Z ref = ref_func(a.cpu().numpy(), b.cpu().numpy()) 2022-03-17T20:04:30.4634950Z ok (0.004s) 2022-03-17T20:04:30.4670614Z test_logaddexp2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.4702408Z test_logaddexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... test_binary_ufuncs.py:2998: RuntimeWarning: invalid value encountered in logaddexp 2022-03-17T20:04:30.4703302Z ref = ref_func(a.cpu().float().numpy(), b.cpu().float().numpy()) 2022-03-17T20:04:30.4708266Z ok (0.004s) 2022-03-17T20:04:30.4747789Z test_logaddexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... test_binary_ufuncs.py:3002: RuntimeWarning: invalid value encountered in logaddexp 2022-03-17T20:04:30.4748647Z ref = ref_func(a.cpu().numpy(), b.cpu().numpy()) 2022-03-17T20:04:30.4753366Z ok (0.004s) 2022-03-17T20:04:30.4788649Z test_logaddexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.4815665Z test_logical_and_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.4841248Z test_logical_and_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.4867283Z test_logical_and_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.4892991Z test_logical_and_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.4918631Z test_logical_and_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.4944055Z test_logical_and_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.4975733Z test_logical_and_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.5000886Z test_logical_and_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5026534Z test_logical_and_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5052215Z test_logical_and_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5077441Z test_logical_and_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5103260Z test_logical_and_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5127041Z test_logical_and_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5150373Z test_logical_and_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5181216Z test_logical_and_cuda_bool_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.5204683Z test_logical_and_cuda_bool_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5227771Z test_logical_and_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5251399Z test_logical_and_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5274785Z test_logical_and_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5298395Z test_logical_and_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5321722Z test_logical_and_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5345271Z test_logical_and_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5374969Z test_logical_and_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.5398109Z test_logical_and_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5413142Z test_logical_and_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... test_binary_ufuncs.py:2905: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:239.) 2022-03-17T20:04:30.5414085Z self.assertEqual(expected_res.bool(), getattr(a, op)(b)) 2022-03-17T20:04:30.5425192Z ok (0.003s) 2022-03-17T20:04:30.5451147Z test_logical_and_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5476711Z test_logical_and_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5502637Z test_logical_and_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5528538Z test_logical_and_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.5553994Z test_logical_and_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5586022Z test_logical_and_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.5611898Z test_logical_and_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5637318Z test_logical_and_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5663159Z test_logical_and_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5689208Z test_logical_and_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5714693Z test_logical_and_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5740929Z test_logical_and_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.5767210Z test_logical_and_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.5799479Z test_logical_and_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.5826525Z test_logical_and_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.5853916Z test_logical_and_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.5880704Z test_logical_and_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.5906790Z test_logical_and_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.5933071Z test_logical_and_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.5958744Z test_logical_and_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.5984907Z test_logical_and_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.6017326Z test_logical_and_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.6042909Z test_logical_and_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6068566Z test_logical_and_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6094535Z test_logical_and_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6119743Z test_logical_and_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6145459Z test_logical_and_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6172436Z test_logical_and_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.6197684Z test_logical_and_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6229519Z test_logical_and_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.6255301Z test_logical_and_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6280643Z test_logical_and_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6306334Z test_logical_and_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6332035Z test_logical_and_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6357479Z test_logical_and_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6383114Z test_logical_and_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6409080Z test_logical_and_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6440708Z test_logical_and_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.6466422Z test_logical_and_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6492065Z test_logical_and_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6517389Z test_logical_and_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6543078Z test_logical_and_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6568915Z test_logical_and_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6594230Z test_logical_and_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6619914Z test_logical_and_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6651883Z test_logical_and_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.6677498Z test_logical_and_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6703042Z test_logical_and_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6728318Z test_logical_and_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6753360Z test_logical_and_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6778602Z test_logical_and_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6803686Z test_logical_and_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6829259Z test_logical_and_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6861123Z test_logical_and_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.6887075Z test_logical_and_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6911790Z test_logical_and_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6937358Z test_logical_and_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6962464Z test_logical_and_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.6988038Z test_logical_and_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7012188Z test_logical_and_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7035658Z test_logical_and_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7065576Z test_logical_and_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.7089767Z test_logical_and_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7113154Z test_logical_and_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7137058Z test_logical_and_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7161458Z test_logical_and_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7185356Z test_logical_and_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7209240Z test_logical_and_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7233001Z test_logical_and_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7264699Z test_logical_and_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.7288646Z test_logical_and_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7312247Z test_logical_and_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7336637Z test_logical_and_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7360183Z test_logical_and_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7384005Z test_logical_and_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7407662Z test_logical_and_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7431128Z test_logical_and_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7461279Z test_logical_and_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.7485080Z test_logical_and_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7508390Z test_logical_and_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7532288Z test_logical_and_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7555849Z test_logical_and_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7579579Z test_logical_and_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7603043Z test_logical_and_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7626369Z test_logical_and_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7656051Z test_logical_and_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.7679337Z test_logical_and_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7702875Z test_logical_and_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7726439Z test_logical_and_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7749731Z test_logical_and_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7773387Z test_logical_and_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7796581Z test_logical_and_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7820047Z test_logical_and_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7849646Z test_logical_and_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.7873229Z test_logical_and_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7897187Z test_logical_and_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7920652Z test_logical_and_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7944557Z test_logical_and_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7968529Z test_logical_and_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.7992098Z test_logical_and_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.8015969Z test_logical_and_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.8045878Z test_logical_and_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.8069311Z test_logical_and_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.8093281Z test_logical_and_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.8116685Z test_logical_and_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.8140646Z test_logical_and_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.8165183Z test_logical_and_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.8188832Z test_logical_and_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.8212701Z test_logical_and_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.8242278Z test_logical_and_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.8265987Z test_logical_and_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.8289763Z test_logical_and_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.8313336Z test_logical_and_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.8337341Z test_logical_and_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.8360884Z test_logical_and_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.8384645Z test_logical_and_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.8408575Z test_logical_and_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.8438145Z test_logical_and_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.8462143Z test_logical_and_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.8529798Z test_logical_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:30.8583842Z test_logical_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:30.8651383Z test_logical_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:30.8717888Z test_logical_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:30.8785043Z test_logical_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:30.8852450Z test_logical_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:30.8926203Z test_logical_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:30.8992777Z test_logical_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:30.9059506Z test_logical_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:30.9125980Z test_logical_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:30.9151965Z test_logical_or_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.9178607Z test_logical_or_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.9204387Z test_logical_or_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9229934Z test_logical_or_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9261451Z test_logical_or_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.9287209Z test_logical_or_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9312490Z test_logical_or_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9337967Z test_logical_or_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9363506Z test_logical_or_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9389022Z test_logical_or_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9414778Z test_logical_or_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9440101Z test_logical_or_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9469814Z test_logical_or_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.9493349Z test_logical_or_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9516736Z test_logical_or_cuda_bool_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9540305Z test_logical_or_cuda_bool_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9563707Z test_logical_or_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9587235Z test_logical_or_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9611019Z test_logical_or_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9634504Z test_logical_or_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9664218Z test_logical_or_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.9687854Z test_logical_or_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9711045Z test_logical_or_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9734637Z test_logical_or_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9760269Z test_logical_or_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9786212Z test_logical_or_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9812210Z test_logical_or_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9838213Z test_logical_or_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.9870433Z test_logical_or_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:30.9896282Z test_logical_or_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9921586Z test_logical_or_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9947474Z test_logical_or_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9973281Z test_logical_or_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:30.9999010Z test_logical_or_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0024669Z test_logical_or_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0058228Z test_logical_or_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.0083936Z test_logical_or_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0109998Z test_logical_or_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0136184Z test_logical_or_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.0163004Z test_logical_or_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.0188998Z test_logical_or_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.0215026Z test_logical_or_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.0240740Z test_logical_or_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0272843Z test_logical_or_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.0298781Z test_logical_or_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.0324755Z test_logical_or_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0350502Z test_logical_or_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0376550Z test_logical_or_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.0401965Z test_logical_or_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0427596Z test_logical_or_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0453447Z test_logical_or_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0485212Z test_logical_or_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.0510506Z test_logical_or_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0536276Z test_logical_or_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0561912Z test_logical_or_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0587464Z test_logical_or_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0613157Z test_logical_or_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0638514Z test_logical_or_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0664101Z test_logical_or_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0695853Z test_logical_or_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.0721108Z test_logical_or_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0747144Z test_logical_or_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0772524Z test_logical_or_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0798500Z test_logical_or_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0823777Z test_logical_or_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0849368Z test_logical_or_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0875084Z test_logical_or_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0906903Z test_logical_or_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.0932832Z test_logical_or_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0958051Z test_logical_or_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.0983625Z test_logical_or_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1009265Z test_logical_or_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1034456Z test_logical_or_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1059651Z test_logical_or_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1085193Z test_logical_or_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1116483Z test_logical_or_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.1141839Z test_logical_or_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1168894Z test_logical_or_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.1193651Z test_logical_or_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1219087Z test_logical_or_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1244261Z test_logical_or_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1269433Z test_logical_or_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1295055Z test_logical_or_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1326795Z test_logical_or_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.1350368Z test_logical_or_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1374308Z test_logical_or_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1397953Z test_logical_or_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1421788Z test_logical_or_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1445496Z test_logical_or_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1469063Z test_logical_or_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1493064Z test_logical_or_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1522671Z test_logical_or_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.1546418Z test_logical_or_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1571115Z test_logical_or_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1594522Z test_logical_or_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1618474Z test_logical_or_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1641834Z test_logical_or_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1665933Z test_logical_or_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1689541Z test_logical_or_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1719381Z test_logical_or_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.1743301Z test_logical_or_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1767277Z test_logical_or_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1790813Z test_logical_or_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1814689Z test_logical_or_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1838217Z test_logical_or_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1861853Z test_logical_or_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1886115Z test_logical_or_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1915956Z test_logical_or_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.1939535Z test_logical_or_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1962596Z test_logical_or_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.1986324Z test_logical_or_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2010246Z test_logical_or_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2033215Z test_logical_or_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2056662Z test_logical_or_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2080159Z test_logical_or_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2110166Z test_logical_or_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.2133969Z test_logical_or_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2157740Z test_logical_or_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2181309Z test_logical_or_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2204990Z test_logical_or_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2228344Z test_logical_or_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2252363Z test_logical_or_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2275772Z test_logical_or_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2306066Z test_logical_or_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.2330633Z test_logical_or_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2354202Z test_logical_or_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2378041Z test_logical_or_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2401629Z test_logical_or_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2425390Z test_logical_or_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2449251Z test_logical_or_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2472832Z test_logical_or_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2504608Z test_logical_or_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.2528337Z test_logical_or_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2551993Z test_logical_or_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2575634Z test_logical_or_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2599085Z test_logical_or_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2623109Z test_logical_or_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2646529Z test_logical_or_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2670000Z test_logical_or_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2700101Z test_logical_or_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.2723492Z test_logical_or_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2747120Z test_logical_or_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2770878Z test_logical_or_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2794405Z test_logical_or_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2820519Z test_logical_xor_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.2846061Z test_logical_xor_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2871672Z test_logical_xor_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2903895Z test_logical_xor_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.2929637Z test_logical_xor_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2954860Z test_logical_xor_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.2980531Z test_logical_xor_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3006117Z test_logical_xor_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3031403Z test_logical_xor_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3056930Z test_logical_xor_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3082347Z test_logical_xor_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3113772Z test_logical_xor_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.3137594Z test_logical_xor_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3161612Z test_logical_xor_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3185090Z test_logical_xor_cuda_bool_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3208542Z test_logical_xor_cuda_bool_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3231899Z test_logical_xor_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3255443Z test_logical_xor_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3278781Z test_logical_xor_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3308609Z test_logical_xor_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.3332264Z test_logical_xor_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3355562Z test_logical_xor_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3379315Z test_logical_xor_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3402404Z test_logical_xor_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3428167Z test_logical_xor_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3454017Z test_logical_xor_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3479169Z test_logical_xor_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3510972Z test_logical_xor_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.3536785Z test_logical_xor_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3562267Z test_logical_xor_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3587979Z test_logical_xor_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3613790Z test_logical_xor_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3639262Z test_logical_xor_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3665095Z test_logical_xor_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3690778Z test_logical_xor_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3721973Z test_logical_xor_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.3748514Z test_logical_xor_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.3774385Z test_logical_xor_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.3800113Z test_logical_xor_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3826045Z test_logical_xor_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3852010Z test_logical_xor_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3878072Z test_logical_xor_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.3904320Z test_logical_xor_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.3936515Z test_logical_xor_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.3962180Z test_logical_xor_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.3988270Z test_logical_xor_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4014234Z test_logical_xor_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4039827Z test_logical_xor_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4065352Z test_logical_xor_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4091066Z test_logical_xor_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4116569Z test_logical_xor_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4148429Z test_logical_xor_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.4174728Z test_logical_xor_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.4200102Z test_logical_xor_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4225597Z test_logical_xor_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4251555Z test_logical_xor_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4276599Z test_logical_xor_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4302382Z test_logical_xor_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4328030Z test_logical_xor_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4359684Z test_logical_xor_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.4385594Z test_logical_xor_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4411071Z test_logical_xor_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4436392Z test_logical_xor_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4462034Z test_logical_xor_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4487804Z test_logical_xor_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4513255Z test_logical_xor_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4539051Z test_logical_xor_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4571138Z test_logical_xor_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.4596389Z test_logical_xor_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4622015Z test_logical_xor_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4647697Z test_logical_xor_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4673059Z test_logical_xor_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4698299Z test_logical_xor_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4723289Z test_logical_xor_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4748645Z test_logical_xor_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4780412Z test_logical_xor_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.4805747Z test_logical_xor_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4831551Z test_logical_xor_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4856579Z test_logical_xor_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4881918Z test_logical_xor_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4907126Z test_logical_xor_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4932763Z test_logical_xor_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4957769Z test_logical_xor_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.4990911Z test_logical_xor_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.5014880Z test_logical_xor_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5038409Z test_logical_xor_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5062133Z test_logical_xor_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5086158Z test_logical_xor_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5109723Z test_logical_xor_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5133623Z test_logical_xor_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5157502Z test_logical_xor_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5187605Z test_logical_xor_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.5211678Z test_logical_xor_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5234921Z test_logical_xor_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5258892Z test_logical_xor_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5282649Z test_logical_xor_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5306323Z test_logical_xor_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5330062Z test_logical_xor_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5353597Z test_logical_xor_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5384222Z test_logical_xor_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.5408303Z test_logical_xor_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5431704Z test_logical_xor_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5455580Z test_logical_xor_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5479071Z test_logical_xor_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5502800Z test_logical_xor_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5526632Z test_logical_xor_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5550069Z test_logical_xor_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5580014Z test_logical_xor_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.5603289Z test_logical_xor_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5626645Z test_logical_xor_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5650210Z test_logical_xor_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5673342Z test_logical_xor_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5696963Z test_logical_xor_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5720233Z test_logical_xor_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5743857Z test_logical_xor_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5773490Z test_logical_xor_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.5796915Z test_logical_xor_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5820286Z test_logical_xor_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5843504Z test_logical_xor_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5867181Z test_logical_xor_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5891701Z test_logical_xor_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5914842Z test_logical_xor_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5939055Z test_logical_xor_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.5968745Z test_logical_xor_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.5992322Z test_logical_xor_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.6016135Z test_logical_xor_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.6039396Z test_logical_xor_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.6063253Z test_logical_xor_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.6087714Z test_logical_xor_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.6110805Z test_logical_xor_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.6134771Z test_logical_xor_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.6166867Z test_logical_xor_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.6190228Z test_logical_xor_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.6214110Z test_logical_xor_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.6237495Z test_logical_xor_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.6261276Z test_logical_xor_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.6285150Z test_logical_xor_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.6308654Z test_logical_xor_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.6332635Z test_logical_xor_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.6362637Z test_logical_xor_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:31.6386245Z test_logical_xor_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.6410055Z test_logical_xor_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.6433566Z test_logical_xor_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.6457458Z test_logical_xor_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:31.9529264Z test_logical_xor_with_nontrivial_alignment_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.307s) 2022-03-17T20:04:31.9962968Z test_long_tensor_pow_floats_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-03-17T20:04:32.0021470Z test_maximum_and_minimum_subgradient_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:32.0071087Z test_maximum_and_minimum_subgradient_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:32.0120206Z test_maximum_and_minimum_subgradient_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:32.0170073Z test_maximum_and_minimum_subgradient_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:32.0219346Z test_maximum_and_minimum_subgradient_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:32.0268223Z test_maximum_and_minimum_subgradient_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:32.0317469Z test_maximum_and_minimum_subgradient_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:32.0366322Z test_maximum_and_minimum_subgradient_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:32.0422037Z test_maximum_and_minimum_subgradient_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:32.0472712Z test_maximum_and_minimum_subgradient_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:32.0521320Z test_maximum_and_minimum_subgradient_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:32.0570443Z test_maximum_and_minimum_subgradient_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:32.0619163Z test_maximum_and_minimum_subgradient_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:32.0667842Z test_maximum_and_minimum_subgradient_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:32.0716595Z test_maximum_and_minimum_subgradient_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:32.0765535Z test_maximum_and_minimum_subgradient_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:32.1443854Z test_maximum_minimum_complex_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-03-17T20:04:32.2106744Z test_maximum_minimum_complex_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-03-17T20:04:32.2781304Z test_maximum_minimum_complex_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-03-17T20:04:32.3455473Z test_maximum_minimum_complex_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-03-17T20:04:32.4136295Z test_maximum_minimum_complex_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-03-17T20:04:32.4822251Z test_maximum_minimum_complex_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-03-17T20:04:32.5493355Z test_maximum_minimum_complex_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-03-17T20:04:32.6167136Z test_maximum_minimum_complex_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-03-17T20:04:32.6857467Z test_maximum_minimum_complex_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.069s) 2022-03-17T20:04:32.7528103Z test_maximum_minimum_complex_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-03-17T20:04:32.8193306Z test_maximum_minimum_complex_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-03-17T20:04:32.8868043Z test_maximum_minimum_complex_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-03-17T20:04:32.9531677Z test_maximum_minimum_complex_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-03-17T20:04:33.0203736Z test_maximum_minimum_complex_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-03-17T20:04:33.0874492Z test_maximum_minimum_complex_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-03-17T20:04:33.1541237Z test_maximum_minimum_complex_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-03-17T20:04:33.2223693Z test_maximum_minimum_complex_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-03-17T20:04:33.2898779Z test_maximum_minimum_complex_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-03-17T20:04:33.3575220Z test_maximum_minimum_complex_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-03-17T20:04:33.4252685Z test_maximum_minimum_complex_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-03-17T20:04:33.4931339Z test_maximum_minimum_complex_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-03-17T20:04:33.5592620Z test_maximum_minimum_complex_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-03-17T20:04:33.6260872Z test_maximum_minimum_complex_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-03-17T20:04:33.6931712Z test_maximum_minimum_complex_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-03-17T20:04:33.7203326Z test_maximum_minimum_cross_device_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-03-17T20:04:33.7268519Z test_maximum_minimum_float_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:33.7332297Z test_maximum_minimum_float_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:33.7395941Z test_maximum_minimum_float_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:33.7457367Z test_maximum_minimum_float_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:33.7525925Z test_maximum_minimum_float_nan_and_inf_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:33.7593246Z test_maximum_minimum_float_nan_and_inf_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:33.7660907Z test_maximum_minimum_float_nan_and_inf_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:33.7733463Z test_maximum_minimum_float_nan_and_inf_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:33.7788067Z test_maximum_minimum_int_and_bool_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:33.7840311Z test_maximum_minimum_int_and_bool_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:33.7892845Z test_maximum_minimum_int_and_bool_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:33.7944672Z test_maximum_minimum_int_and_bool_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:33.7997559Z test_maximum_minimum_int_and_bool_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:33.8050427Z test_maximum_minimum_int_and_bool_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:33.8076188Z test_maximum_minimum_type_promotion_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:33.8108647Z test_maximum_minimum_type_promotion_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8134876Z test_maximum_minimum_type_promotion_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8161045Z test_maximum_minimum_type_promotion_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8187361Z test_maximum_minimum_type_promotion_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8213547Z test_maximum_minimum_type_promotion_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8239678Z test_maximum_minimum_type_promotion_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8265734Z test_maximum_minimum_type_promotion_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8291995Z test_maximum_minimum_type_promotion_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8324648Z test_maximum_minimum_type_promotion_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8350255Z test_maximum_minimum_type_promotion_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:33.8376424Z test_maximum_minimum_type_promotion_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8402425Z test_maximum_minimum_type_promotion_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8428457Z test_maximum_minimum_type_promotion_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8454549Z test_maximum_minimum_type_promotion_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8480506Z test_maximum_minimum_type_promotion_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:33.8506602Z test_maximum_minimum_type_promotion_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8539162Z test_maximum_minimum_type_promotion_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8565350Z test_maximum_minimum_type_promotion_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8591189Z test_maximum_minimum_type_promotion_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:33.8617733Z test_maximum_minimum_type_promotion_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8643686Z test_maximum_minimum_type_promotion_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8669536Z test_maximum_minimum_type_promotion_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:33.8695853Z test_maximum_minimum_type_promotion_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8721944Z test_maximum_minimum_type_promotion_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8754422Z test_maximum_minimum_type_promotion_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8780988Z test_maximum_minimum_type_promotion_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8807053Z test_maximum_minimum_type_promotion_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8832966Z test_maximum_minimum_type_promotion_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8859061Z test_maximum_minimum_type_promotion_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8885098Z test_maximum_minimum_type_promotion_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8911185Z test_maximum_minimum_type_promotion_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8937957Z test_maximum_minimum_type_promotion_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8970621Z test_maximum_minimum_type_promotion_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.8996533Z test_maximum_minimum_type_promotion_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:33.9022913Z test_maximum_minimum_type_promotion_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9049235Z test_maximum_minimum_type_promotion_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9075464Z test_maximum_minimum_type_promotion_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9101693Z test_maximum_minimum_type_promotion_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9128095Z test_maximum_minimum_type_promotion_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9154229Z test_maximum_minimum_type_promotion_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9186965Z test_maximum_minimum_type_promotion_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9213213Z test_maximum_minimum_type_promotion_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9239082Z test_maximum_minimum_type_promotion_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9265341Z test_maximum_minimum_type_promotion_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9291582Z test_maximum_minimum_type_promotion_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9317513Z test_maximum_minimum_type_promotion_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9343520Z test_maximum_minimum_type_promotion_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9370136Z test_maximum_minimum_type_promotion_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9402168Z test_maximum_minimum_type_promotion_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9428385Z test_maximum_minimum_type_promotion_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9454282Z test_maximum_minimum_type_promotion_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9480212Z test_maximum_minimum_type_promotion_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:33.9506305Z test_maximum_minimum_type_promotion_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9532882Z test_maximum_minimum_type_promotion_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9558886Z test_maximum_minimum_type_promotion_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:33.9584949Z test_maximum_minimum_type_promotion_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9617305Z test_maximum_minimum_type_promotion_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9643444Z test_maximum_minimum_type_promotion_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9669797Z test_maximum_minimum_type_promotion_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:33.9695772Z test_maximum_minimum_type_promotion_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9721586Z test_maximum_minimum_type_promotion_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:33.9747614Z test_maximum_minimum_type_promotion_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9773688Z test_maximum_minimum_type_promotion_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9799536Z test_maximum_minimum_type_promotion_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:33.9832070Z test_maximum_minimum_type_promotion_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9858705Z test_maximum_minimum_type_promotion_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9884725Z test_maximum_minimum_type_promotion_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9910379Z test_maximum_minimum_type_promotion_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:33.9937255Z test_maximum_minimum_type_promotion_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9963523Z test_maximum_minimum_type_promotion_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:33.9989571Z test_maximum_minimum_type_promotion_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.0015688Z test_maximum_minimum_type_promotion_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.0049777Z test_maximum_minimum_type_promotion_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.0077910Z test_maximum_minimum_type_promotion_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.0105979Z test_maximum_minimum_type_promotion_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.0134211Z test_maximum_minimum_type_promotion_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.0162663Z test_maximum_minimum_type_promotion_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.0188834Z test_maximum_minimum_type_promotion_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.0214836Z test_maximum_minimum_type_promotion_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.0240992Z test_maximum_minimum_type_promotion_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:34.0272896Z test_maximum_minimum_type_promotion_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.0299034Z test_maximum_minimum_type_promotion_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.0325099Z test_maximum_minimum_type_promotion_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.0350851Z test_maximum_minimum_type_promotion_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:34.0376920Z test_maximum_minimum_type_promotion_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.0402864Z test_maximum_minimum_type_promotion_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:34.0428911Z test_maximum_minimum_type_promotion_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.0455057Z test_maximum_minimum_type_promotion_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.0487214Z test_maximum_minimum_type_promotion_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.0513088Z test_maximum_minimum_type_promotion_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:34.0539206Z test_maximum_minimum_type_promotion_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.0565681Z test_maximum_minimum_type_promotion_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.0591245Z test_maximum_minimum_type_promotion_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:34.0617408Z test_maximum_minimum_type_promotion_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.0643211Z test_maximum_minimum_type_promotion_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:34.0669379Z test_maximum_minimum_type_promotion_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:34.0701446Z test_maximum_minimum_type_promotion_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.0727702Z test_maximum_minimum_type_promotion_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.0753397Z test_maximum_minimum_type_promotion_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:34.2738452Z test_min_max_binary_op_nan_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.198s) 2022-03-17T20:04:34.4721749Z test_min_max_binary_op_nan_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.198s) 2022-03-17T20:04:34.6705930Z test_min_max_binary_op_nan_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.198s) 2022-03-17T20:04:34.6748337Z test_mul_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.6819061Z test_mul_intertype_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:34.6894926Z test_mul_intertype_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:34.6962362Z test_mul_intertype_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:34.7003632Z test_muldiv_scalar_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.7051704Z test_muldiv_scalar_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:34.7107464Z test_muldiv_scalar_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:34.7165232Z test_muldiv_scalar_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:34.7218142Z test_muldiv_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:34.7271504Z test_muldiv_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:34.7329889Z test_muldiv_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:34.7378561Z test_muldiv_scalar_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:34.7426733Z test_muldiv_scalar_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:34.7473944Z test_muldiv_scalar_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:34.7521938Z test_muldiv_scalar_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:34.7573598Z test_muldiv_scalar_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:34.7657176Z test_nextafter_bfloat16_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:34.7698572Z test_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.7745840Z test_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:34.7784946Z test_non_contig___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.7816853Z test_non_contig___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.7859714Z test_non_contig___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.7903208Z test_non_contig___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.7942670Z test_non_contig___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.7981899Z test_non_contig___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.8020127Z test_non_contig___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.8058706Z test_non_contig___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.8091028Z test_non_contig___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.8122168Z test_non_contig___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.8154599Z test_non_contig___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.8186692Z test_non_contig___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.8230387Z test_non_contig___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.8270124Z test_non_contig___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.8317686Z test_non_contig___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:34.8372546Z test_non_contig___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:34.8416241Z test_non_contig___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.8459542Z test_non_contig___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.8502395Z test_non_contig___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.8542326Z test_non_contig___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.8582445Z test_non_contig___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.8622671Z test_non_contig___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.8663283Z test_non_contig___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.8710036Z test_non_contig___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:34.8748917Z test_non_contig___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.8762895Z test_non_contig___rmod___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:34.8802413Z test_non_contig___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.8841517Z test_non_contig___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.8879905Z test_non_contig___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.8912141Z test_non_contig___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.8944955Z test_non_contig___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.8976909Z test_non_contig___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.9015708Z test_non_contig___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.9048138Z test_non_contig___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.9087034Z test_non_contig___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.9118314Z test_non_contig___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.9161550Z test_non_contig___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.9205358Z test_non_contig___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.9244300Z test_non_contig___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.9283386Z test_non_contig___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.9328173Z test_non_contig___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.9360120Z test_non_contig___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.9392412Z test_non_contig___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.9423942Z test_non_contig___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.9456122Z test_non_contig___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.9488354Z test_non_contig___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.9520058Z test_non_contig___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.9552636Z test_non_contig___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.9593018Z test_non_contig___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.9625050Z test_non_contig___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.9656932Z test_non_contig___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.9689151Z test_non_contig___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:34.9714312Z test_non_contig___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:674: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-03-17T20:04:34.9715039Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-03-17T20:04:34.9731238Z ok (0.004s) 2022-03-17T20:04:34.9745159Z test_non_contig___rpow___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:34.9790624Z test_non_contig___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.9836364Z test_non_contig___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.9877815Z test_non_contig___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:34.9925527Z test_non_contig___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:34.9966164Z test_non_contig___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.0000002Z test_non_contig___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.0034269Z test_non_contig___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.0067665Z test_non_contig___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.0101825Z test_non_contig___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.0136268Z test_non_contig___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.0176531Z test_non_contig___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.0226015Z test_non_contig___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.0269718Z test_non_contig___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.0308873Z test_non_contig___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.0347490Z test_non_contig___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.0385941Z test_non_contig___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.0418213Z test_non_contig___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.0450694Z test_non_contig___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.0482091Z test_non_contig___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.0520476Z test_non_contig___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.0552986Z test_non_contig___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.0585082Z test_non_contig___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.0617243Z test_non_contig___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.0649804Z test_non_contig___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.0681108Z test_non_contig___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.0713414Z test_non_contig___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.0745672Z test_non_contig___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.0791348Z test_non_contig_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.0822979Z test_non_contig_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.0866204Z test_non_contig_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.0909880Z test_non_contig_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.0948938Z test_non_contig_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.0987845Z test_non_contig_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.1026215Z test_non_contig_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.1058427Z test_non_contig_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.1096546Z test_non_contig_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.1128164Z test_non_contig_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.1162822Z test_non_contig_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.1195050Z test_non_contig_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.1209963Z test_non_contig_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:35.1224340Z test_non_contig_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:35.1238174Z test_non_contig_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:35.1253097Z test_non_contig_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:35.1267220Z test_non_contig_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:35.1281109Z test_non_contig_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:35.1295677Z test_non_contig_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:35.1310046Z test_non_contig_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:35.1324992Z test_non_contig_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:35.1338867Z test_non_contig_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:35.1371392Z test_non_contig_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.1403378Z test_non_contig_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.1435611Z test_non_contig_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.1473331Z test_non_contig_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.1505454Z test_non_contig_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.1537928Z test_non_contig_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.1577223Z test_non_contig_bitwise_left_shift_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.1616214Z test_non_contig_bitwise_left_shift_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.1655220Z test_non_contig_bitwise_left_shift_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.1693890Z test_non_contig_bitwise_left_shift_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.1726279Z test_non_contig_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.1764734Z test_non_contig_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.1795858Z test_non_contig_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.1828025Z test_non_contig_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.1860252Z test_non_contig_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.1892124Z test_non_contig_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.1924217Z test_non_contig_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.1956919Z test_non_contig_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.1988497Z test_non_contig_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.2027102Z test_non_contig_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.2059255Z test_non_contig_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.2098402Z test_non_contig_bitwise_right_shift_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.2137368Z test_non_contig_bitwise_right_shift_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.2177720Z test_non_contig_bitwise_right_shift_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.2216229Z test_non_contig_bitwise_right_shift_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.2248571Z test_non_contig_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.2280727Z test_non_contig_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.2319010Z test_non_contig_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.2351960Z test_non_contig_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.2384346Z test_non_contig_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.2416142Z test_non_contig_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.2448315Z test_non_contig_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.2480516Z test_non_contig_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.2511846Z test_non_contig_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.2544309Z test_non_contig_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.2582989Z test_non_contig_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.2597507Z test_non_contig_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:35.2612005Z test_non_contig_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:35.2651349Z test_non_contig_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.2686590Z test_non_contig_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.2725444Z test_non_contig_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.2764302Z test_non_contig_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.2802712Z test_non_contig_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.2838140Z test_non_contig_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.2873823Z test_non_contig_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.2915787Z test_non_contig_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.2951848Z test_non_contig_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.2987465Z test_non_contig_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.3030392Z test_non_contig_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.3069173Z test_non_contig_div_floor_rounding_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.3116035Z test_non_contig_div_floor_rounding_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.3164755Z test_non_contig_div_floor_rounding_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.3207013Z test_non_contig_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.3257182Z test_non_contig_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.3298899Z test_non_contig_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.3338059Z test_non_contig_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.3377187Z test_non_contig_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.3416544Z test_non_contig_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.3455904Z test_non_contig_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.3495296Z test_non_contig_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.3537824Z test_non_contig_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.3582872Z test_non_contig_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.3629911Z test_non_contig_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.3677289Z test_non_contig_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.3719530Z test_non_contig_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.3761568Z test_non_contig_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.3803117Z test_non_contig_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.3842239Z test_non_contig_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.3881263Z test_non_contig_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.3927037Z test_non_contig_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.3966876Z test_non_contig_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.4006376Z test_non_contig_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.4048863Z test_non_contig_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.4088002Z test_non_contig_div_trunc_rounding_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.4135122Z test_non_contig_div_trunc_rounding_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.4183483Z test_non_contig_div_trunc_rounding_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.4225763Z test_non_contig_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.4273768Z test_non_contig_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.4315573Z test_non_contig_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.4354945Z test_non_contig_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.4394072Z test_non_contig_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.4433074Z test_non_contig_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.4472277Z test_non_contig_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.4511455Z test_non_contig_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.4546990Z test_non_contig_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.4585224Z test_non_contig_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.4625212Z test_non_contig_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.4667041Z test_non_contig_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.4702771Z test_non_contig_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.4738533Z test_non_contig_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.4774210Z test_non_contig_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.4806224Z test_non_contig_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.4838427Z test_non_contig_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.4877361Z test_non_contig_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.4909287Z test_non_contig_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.4942035Z test_non_contig_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:35.5011833Z test_non_contig_expand___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.5060158Z test_non_contig_expand___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.5136276Z test_non_contig_expand___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:35.5216914Z test_non_contig_expand___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:35.5286887Z test_non_contig_expand___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.5362266Z test_non_contig_expand___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.5428620Z test_non_contig_expand___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.5477111Z test_non_contig_expand___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.5526254Z test_non_contig_expand___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.5571999Z test_non_contig_expand___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.5620917Z test_non_contig_expand___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.5669986Z test_non_contig_expand___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.5746248Z test_non_contig_expand___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:35.5823222Z test_non_contig_expand___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:35.5906503Z test_non_contig_expand___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:35.5992986Z test_non_contig_expand___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:04:35.6068670Z test_non_contig_expand___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.6144511Z test_non_contig_expand___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.6218625Z test_non_contig_expand___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.6290309Z test_non_contig_expand___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.6361034Z test_non_contig_expand___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.6438470Z test_non_contig_expand___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:35.6509468Z test_non_contig_expand___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.6580579Z test_non_contig_expand___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.6650262Z test_non_contig_expand___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.6663632Z test_non_contig_expand___rmod___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:35.6733903Z test_non_contig_expand___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.6803365Z test_non_contig_expand___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.6870426Z test_non_contig_expand___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.6919113Z test_non_contig_expand___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.6974404Z test_non_contig_expand___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.7020725Z test_non_contig_expand___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.7069279Z test_non_contig_expand___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.7118289Z test_non_contig_expand___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.7188771Z test_non_contig_expand___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.7236816Z test_non_contig_expand___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.7313279Z test_non_contig_expand___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:35.7394151Z test_non_contig_expand___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:35.7469749Z test_non_contig_expand___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.7539125Z test_non_contig_expand___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.7605290Z test_non_contig_expand___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.7654096Z test_non_contig_expand___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.7703041Z test_non_contig_expand___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.7748995Z test_non_contig_expand___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.7797822Z test_non_contig_expand___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.7847299Z test_non_contig_expand___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.7901718Z test_non_contig_expand___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.7951295Z test_non_contig_expand___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.7999665Z test_non_contig_expand___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.8045644Z test_non_contig_expand___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.8094099Z test_non_contig_expand___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.8142779Z test_non_contig_expand___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.8216576Z test_non_contig_expand___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.8229724Z test_non_contig_expand___rpow___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:35.8309348Z test_non_contig_expand___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:35.8399275Z test_non_contig_expand___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:04:35.8471630Z test_non_contig_expand___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.8544136Z test_non_contig_expand___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.8613597Z test_non_contig_expand___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.8665339Z test_non_contig_expand___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.8716639Z test_non_contig_expand___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.8765437Z test_non_contig_expand___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.8816956Z test_non_contig_expand___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.8874606Z test_non_contig_expand___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:35.8944330Z test_non_contig_expand___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.9021529Z test_non_contig_expand___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:35.9101416Z test_non_contig_expand___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:35.9172246Z test_non_contig_expand___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.9241532Z test_non_contig_expand___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.9308191Z test_non_contig_expand___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.9357620Z test_non_contig_expand___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.9412637Z test_non_contig_expand___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.9458727Z test_non_contig_expand___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.9507737Z test_non_contig_expand___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.9556540Z test_non_contig_expand___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.9604892Z test_non_contig_expand___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.9653399Z test_non_contig_expand___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.9702090Z test_non_contig_expand___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.9748090Z test_non_contig_expand___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:35.9802755Z test_non_contig_expand___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.9852257Z test_non_contig_expand___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:35.9921601Z test_non_contig_expand_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:35.9970296Z test_non_contig_expand_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.0046823Z test_non_contig_expand_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:36.0125208Z test_non_contig_expand_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:36.0195367Z test_non_contig_expand_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.0264722Z test_non_contig_expand_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.0337393Z test_non_contig_expand_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.0386192Z test_non_contig_expand_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.0434942Z test_non_contig_expand_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.0480391Z test_non_contig_expand_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:36.0529507Z test_non_contig_expand_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.0578387Z test_non_contig_expand_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.0591415Z test_non_contig_expand_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.0605386Z test_non_contig_expand_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.0619128Z test_non_contig_expand_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.0632642Z test_non_contig_expand_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.0646624Z test_non_contig_expand_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.0660080Z test_non_contig_expand_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.0673750Z test_non_contig_expand_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.0687359Z test_non_contig_expand_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.0700739Z test_non_contig_expand_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.0714142Z test_non_contig_expand_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.0762677Z test_non_contig_expand_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.0812452Z test_non_contig_expand_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.0867143Z test_non_contig_expand_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.0912949Z test_non_contig_expand_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:36.0961981Z test_non_contig_expand_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.1010589Z test_non_contig_expand_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.1080135Z test_non_contig_expand_bitwise_left_shift_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.1150370Z test_non_contig_expand_bitwise_left_shift_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.1220595Z test_non_contig_expand_bitwise_left_shift_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.1287719Z test_non_contig_expand_bitwise_left_shift_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.1342573Z test_non_contig_expand_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.1391447Z test_non_contig_expand_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.1437102Z test_non_contig_expand_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:36.1485803Z test_non_contig_expand_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.1534627Z test_non_contig_expand_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.1584136Z test_non_contig_expand_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.1632741Z test_non_contig_expand_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.1681598Z test_non_contig_expand_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.1734062Z test_non_contig_expand_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.1782582Z test_non_contig_expand_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.1831045Z test_non_contig_expand_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.1900697Z test_non_contig_expand_bitwise_right_shift_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.1971155Z test_non_contig_expand_bitwise_right_shift_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.2040512Z test_non_contig_expand_bitwise_right_shift_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.2107146Z test_non_contig_expand_bitwise_right_shift_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.2156808Z test_non_contig_expand_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.2212103Z test_non_contig_expand_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.2258164Z test_non_contig_expand_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:36.2306765Z test_non_contig_expand_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.2356197Z test_non_contig_expand_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.2404653Z test_non_contig_expand_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.2453536Z test_non_contig_expand_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.2502532Z test_non_contig_expand_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.2548938Z test_non_contig_expand_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:36.2602995Z test_non_contig_expand_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.2652047Z test_non_contig_expand_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.2665266Z test_non_contig_expand_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.2679041Z test_non_contig_expand_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.2748833Z test_non_contig_expand_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.2812810Z test_non_contig_expand_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:36.2882680Z test_non_contig_expand_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.2953116Z test_non_contig_expand_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.3019685Z test_non_contig_expand_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.3090771Z test_non_contig_expand_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.3155480Z test_non_contig_expand_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:36.3220603Z test_non_contig_expand_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:36.3284998Z test_non_contig_expand_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:36.3349062Z test_non_contig_expand_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:36.3423658Z test_non_contig_expand_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.3493189Z test_non_contig_expand_div_floor_rounding_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.3575669Z test_non_contig_expand_div_floor_rounding_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:36.3667143Z test_non_contig_expand_div_floor_rounding_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:04:36.3741516Z test_non_contig_expand_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.3816061Z test_non_contig_expand_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.3887395Z test_non_contig_expand_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.3956676Z test_non_contig_expand_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.4026088Z test_non_contig_expand_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.4095624Z test_non_contig_expand_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.4166153Z test_non_contig_expand_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.4243894Z test_non_contig_expand_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:36.4318196Z test_non_contig_expand_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.4387133Z test_non_contig_expand_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.4468766Z test_non_contig_expand_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:36.4552867Z test_non_contig_expand_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:36.4627060Z test_non_contig_expand_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.4701929Z test_non_contig_expand_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.4773854Z test_non_contig_expand_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.4850150Z test_non_contig_expand_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:36.4919603Z test_non_contig_expand_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.4989705Z test_non_contig_expand_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.5059225Z test_non_contig_expand_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.5128987Z test_non_contig_expand_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.5203709Z test_non_contig_expand_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.5272500Z test_non_contig_expand_div_trunc_rounding_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.5354474Z test_non_contig_expand_div_trunc_rounding_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:36.5445908Z test_non_contig_expand_div_trunc_rounding_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:04:36.5519989Z test_non_contig_expand_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.5594506Z test_non_contig_expand_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.5665810Z test_non_contig_expand_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.5735501Z test_non_contig_expand_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.5804866Z test_non_contig_expand_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.5874084Z test_non_contig_expand_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.5943593Z test_non_contig_expand_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.6020035Z test_non_contig_expand_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:36.6073923Z test_non_contig_expand_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.6121671Z test_non_contig_expand_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.6182381Z test_non_contig_expand_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:36.6242214Z test_non_contig_expand_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:36.6296003Z test_non_contig_expand_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.6349744Z test_non_contig_expand_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.6403319Z test_non_contig_expand_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.6458391Z test_non_contig_expand_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.6506898Z test_non_contig_expand_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.6555731Z test_non_contig_expand_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.6603592Z test_non_contig_expand_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.6652424Z test_non_contig_expand_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.6720620Z test_non_contig_expand_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.6783203Z test_non_contig_expand_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:36.6860383Z test_non_contig_expand_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:36.6944212Z test_non_contig_expand_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:36.7012258Z test_non_contig_expand_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.7080072Z test_non_contig_expand_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.7146844Z test_non_contig_expand_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.7210721Z test_non_contig_expand_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:36.7273715Z test_non_contig_expand_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:36.7336906Z test_non_contig_expand_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:36.7400704Z test_non_contig_expand_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:36.7470763Z test_non_contig_expand_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.7545086Z test_non_contig_expand_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.7619859Z test_non_contig_expand_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.7693394Z test_non_contig_expand_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.7765347Z test_non_contig_expand_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.7818712Z test_non_contig_expand_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.7872679Z test_non_contig_expand_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.7923379Z test_non_contig_expand_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.7984440Z test_non_contig_expand_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:36.8038471Z test_non_contig_expand_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.8052509Z test_non_contig_expand_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8065715Z test_non_contig_expand_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8079206Z test_non_contig_expand_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8093204Z test_non_contig_expand_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8106763Z test_non_contig_expand_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8120063Z test_non_contig_expand_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8133926Z test_non_contig_expand_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8147402Z test_non_contig_expand_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8162834Z test_non_contig_expand_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8176735Z test_non_contig_expand_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8190155Z test_non_contig_expand_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8204306Z test_non_contig_expand_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8217388Z test_non_contig_expand_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8231041Z test_non_contig_expand_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8245062Z test_non_contig_expand_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8258591Z test_non_contig_expand_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8272180Z test_non_contig_expand_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8286045Z test_non_contig_expand_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8299544Z test_non_contig_expand_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8313067Z test_non_contig_expand_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8326977Z test_non_contig_expand_fmod_autodiffed_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8401125Z test_non_contig_expand_fmod_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.8475887Z test_non_contig_expand_fmod_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.8547485Z test_non_contig_expand_fmod_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.8560720Z test_non_contig_expand_fmod_autodiffed_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8574669Z test_non_contig_expand_fmod_autodiffed_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8588221Z test_non_contig_expand_fmod_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8601769Z test_non_contig_expand_fmod_autodiffed_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8615658Z test_non_contig_expand_fmod_autodiffed_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8690502Z test_non_contig_expand_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.8765253Z test_non_contig_expand_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.8836655Z test_non_contig_expand_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:36.8850516Z test_non_contig_expand_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8864306Z test_non_contig_expand_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8877829Z test_non_contig_expand_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8891715Z test_non_contig_expand_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8905330Z test_non_contig_expand_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:36.8960449Z test_non_contig_expand_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.9009862Z test_non_contig_expand_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.9055941Z test_non_contig_expand_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.9104712Z test_non_contig_expand_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.9153477Z test_non_contig_expand_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.9208347Z test_non_contig_expand_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.9256323Z test_non_contig_expand_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.9310464Z test_non_contig_expand_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.9373786Z test_non_contig_expand_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:36.9430864Z test_non_contig_expand_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:36.9482247Z test_non_contig_expand_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.9534137Z test_non_contig_expand_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.9586193Z test_non_contig_expand_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.9637515Z test_non_contig_expand_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.9689716Z test_non_contig_expand_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.9746997Z test_non_contig_expand_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:36.9800896Z test_non_contig_expand_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.9855931Z test_non_contig_expand_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.9909400Z test_non_contig_expand_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:36.9963331Z test_non_contig_expand_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.0011837Z test_non_contig_expand_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.0060467Z test_non_contig_expand_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.0108877Z test_non_contig_expand_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.0158382Z test_non_contig_expand_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.0213360Z test_non_contig_expand_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.0283111Z test_non_contig_expand_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.0331495Z test_non_contig_expand_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.0400594Z test_non_contig_expand_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.0470619Z test_non_contig_expand_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.0537494Z test_non_contig_expand_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.0586278Z test_non_contig_expand_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.0634971Z test_non_contig_expand_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.0689231Z test_non_contig_expand_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.0737830Z test_non_contig_expand_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.0786820Z test_non_contig_expand_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.0799990Z test_non_contig_expand_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:37.0813712Z test_non_contig_expand_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:37.0827125Z test_non_contig_expand_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:37.0840644Z test_non_contig_expand_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:37.0854410Z test_non_contig_expand_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:37.0867900Z test_non_contig_expand_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:37.0881553Z test_non_contig_expand_igamma_grad_other_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:37.0895361Z test_non_contig_expand_igamma_grad_other_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:37.0909179Z test_non_contig_expand_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:37.0922473Z test_non_contig_expand_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:37.0936004Z test_non_contig_expand_igammac_grad_other_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:37.0949244Z test_non_contig_expand_igammac_grad_other_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:37.1011748Z test_non_contig_expand_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.1069605Z test_non_contig_expand_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.1140376Z test_non_contig_expand_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.1212745Z test_non_contig_expand_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.1274496Z test_non_contig_expand_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.1342626Z test_non_contig_expand_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.1404621Z test_non_contig_expand_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.1463047Z test_non_contig_expand_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.1520836Z test_non_contig_expand_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.1579824Z test_non_contig_expand_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.1638865Z test_non_contig_expand_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.1697623Z test_non_contig_expand_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.1746373Z test_non_contig_expand_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.1801215Z test_non_contig_expand_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.1847201Z test_non_contig_expand_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.1896058Z test_non_contig_expand_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.1944622Z test_non_contig_expand_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.2016706Z test_non_contig_expand_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.2082662Z test_non_contig_expand_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.2161905Z test_non_contig_expand_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:37.2249364Z test_non_contig_expand_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:04:37.2320288Z test_non_contig_expand_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.2392506Z test_non_contig_expand_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.2460463Z test_non_contig_expand_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.2526681Z test_non_contig_expand_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.2592947Z test_non_contig_expand_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.2659882Z test_non_contig_expand_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.2726845Z test_non_contig_expand_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.2800208Z test_non_contig_expand_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.2854338Z test_non_contig_expand_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.2902490Z test_non_contig_expand_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.2956055Z test_non_contig_expand_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.3010572Z test_non_contig_expand_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.3064659Z test_non_contig_expand_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.3113261Z test_non_contig_expand_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.3161779Z test_non_contig_expand_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.3217019Z test_non_contig_expand_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.3265623Z test_non_contig_expand_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.3314171Z test_non_contig_expand_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.3368309Z test_non_contig_expand_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.3416188Z test_non_contig_expand_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.3475958Z test_non_contig_expand_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.3536489Z test_non_contig_expand_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.3590765Z test_non_contig_expand_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.3651228Z test_non_contig_expand_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.3705083Z test_non_contig_expand_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.3754116Z test_non_contig_expand_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.3802961Z test_non_contig_expand_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.3852049Z test_non_contig_expand_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.3901272Z test_non_contig_expand_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.3950121Z test_non_contig_expand_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.4004715Z test_non_contig_expand_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.4059383Z test_non_contig_expand_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.4119123Z test_non_contig_expand_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.4179404Z test_non_contig_expand_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.4233090Z test_non_contig_expand_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.4287543Z test_non_contig_expand_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.4341561Z test_non_contig_expand_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.4390503Z test_non_contig_expand_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.4439274Z test_non_contig_expand_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.4494712Z test_non_contig_expand_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.4543555Z test_non_contig_expand_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.4592315Z test_non_contig_expand_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.4646485Z test_non_contig_expand_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.4694537Z test_non_contig_expand_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.4757995Z test_non_contig_expand_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.4821705Z test_non_contig_expand_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.4878166Z test_non_contig_expand_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.4940070Z test_non_contig_expand_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.4996455Z test_non_contig_expand_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.5045289Z test_non_contig_expand_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.5106656Z test_non_contig_expand_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.5143185Z test_non_contig_expand_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.5192983Z test_non_contig_expand_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.5242120Z test_non_contig_expand_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.5295703Z test_non_contig_expand_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.5349907Z test_non_contig_expand_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.5403746Z test_non_contig_expand_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.5457807Z test_non_contig_expand_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.5511413Z test_non_contig_expand_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.5559846Z test_non_contig_expand_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.5608794Z test_non_contig_expand_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.5657687Z test_non_contig_expand_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.5706247Z test_non_contig_expand_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.5761097Z test_non_contig_expand_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.5831241Z test_non_contig_expand_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.5879144Z test_non_contig_expand_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.5948991Z test_non_contig_expand_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.6019051Z test_non_contig_expand_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.6085938Z test_non_contig_expand_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.6134796Z test_non_contig_expand_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.6184231Z test_non_contig_expand_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.6239672Z test_non_contig_expand_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.6291889Z test_non_contig_expand_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.6344104Z test_non_contig_expand_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.6415283Z test_non_contig_expand_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.6463552Z test_non_contig_expand_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.6532995Z test_non_contig_expand_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.6602110Z test_non_contig_expand_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.6668604Z test_non_contig_expand_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.6725063Z test_non_contig_expand_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.6776601Z test_non_contig_expand_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.6825260Z test_non_contig_expand_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.6877161Z test_non_contig_expand_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.6929125Z test_non_contig_expand_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.7001341Z test_non_contig_expand_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.7049992Z test_non_contig_expand_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.7119847Z test_non_contig_expand_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.7196483Z test_non_contig_expand_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:37.7263267Z test_non_contig_expand_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.7329797Z test_non_contig_expand_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.7396375Z test_non_contig_expand_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.7459889Z test_non_contig_expand_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.7525999Z test_non_contig_expand_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.7592171Z test_non_contig_expand_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.7678982Z test_non_contig_expand_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:04:37.7750768Z test_non_contig_expand_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.7837312Z test_non_contig_expand_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:04:37.7923815Z test_non_contig_expand_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:04:37.8008414Z test_non_contig_expand_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:37.8074244Z test_non_contig_expand_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.8140636Z test_non_contig_expand_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.8204751Z test_non_contig_expand_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.8271253Z test_non_contig_expand_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.8344634Z test_non_contig_expand_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.8413857Z test_non_contig_expand_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.8461860Z test_non_contig_expand_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.8538153Z test_non_contig_expand_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:37.8617666Z test_non_contig_expand_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:37.8687535Z test_non_contig_expand_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.8757114Z test_non_contig_expand_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.8823239Z test_non_contig_expand_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.8878243Z test_non_contig_expand_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.8926556Z test_non_contig_expand_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.8972366Z test_non_contig_expand_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:37.9021742Z test_non_contig_expand_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.9070401Z test_non_contig_expand_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.9124393Z test_non_contig_expand_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.9173638Z test_non_contig_expand_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.9233446Z test_non_contig_expand_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.9299865Z test_non_contig_expand_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.9355259Z test_non_contig_expand_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.9412230Z test_non_contig_expand_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.9469215Z test_non_contig_expand_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.9520928Z test_non_contig_expand_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.9573038Z test_non_contig_expand_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.9624908Z test_non_contig_expand_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.9676679Z test_non_contig_expand_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:37.9735046Z test_non_contig_expand_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:37.9748503Z test_non_contig_expand_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:37.9762406Z test_non_contig_expand_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:37.9776131Z test_non_contig_expand_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:37.9789656Z test_non_contig_expand_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:37.9802854Z test_non_contig_expand_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:37.9873630Z test_non_contig_expand_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:37.9950169Z test_non_contig_expand_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:38.0030035Z test_non_contig_expand_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:38.0100014Z test_non_contig_expand_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.0170089Z test_non_contig_expand_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.0236885Z test_non_contig_expand_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.0250341Z test_non_contig_expand_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.0264376Z test_non_contig_expand_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.0277649Z test_non_contig_expand_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.0291271Z test_non_contig_expand_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.0341238Z test_non_contig_expand_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:38.0354353Z test_non_contig_expand_remainder_autodiffed_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.0368140Z test_non_contig_expand_remainder_autodiffed_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.0449481Z test_non_contig_expand_remainder_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:38.0523452Z test_non_contig_expand_remainder_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.0594801Z test_non_contig_expand_remainder_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.0608349Z test_non_contig_expand_remainder_autodiffed_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.0621950Z test_non_contig_expand_remainder_autodiffed_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.0635990Z test_non_contig_expand_remainder_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.0649742Z test_non_contig_expand_remainder_autodiffed_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.0663119Z test_non_contig_expand_remainder_autodiffed_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.0676760Z test_non_contig_expand_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.0751056Z test_non_contig_expand_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.0825509Z test_non_contig_expand_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.0896691Z test_non_contig_expand_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.0909715Z test_non_contig_expand_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.0924089Z test_non_contig_expand_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.0937153Z test_non_contig_expand_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.0950661Z test_non_contig_expand_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.0964754Z test_non_contig_expand_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.1034500Z test_non_contig_expand_rsub_rsub_scalar_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.1111389Z test_non_contig_expand_rsub_rsub_scalar_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:38.1198471Z test_non_contig_expand_rsub_rsub_scalar_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:04:38.1267847Z test_non_contig_expand_rsub_rsub_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.1336971Z test_non_contig_expand_rsub_rsub_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.1403878Z test_non_contig_expand_rsub_rsub_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.1452640Z test_non_contig_expand_rsub_rsub_scalar_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:38.1501282Z test_non_contig_expand_rsub_rsub_scalar_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:38.1547644Z test_non_contig_expand_rsub_rsub_scalar_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:38.1596691Z test_non_contig_expand_rsub_rsub_scalar_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:38.1652425Z test_non_contig_expand_rsub_rsub_scalar_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:38.1721650Z test_non_contig_expand_rsub_rsub_tensor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.1797928Z test_non_contig_expand_rsub_rsub_tensor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:38.1876818Z test_non_contig_expand_rsub_rsub_tensor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:38.1946468Z test_non_contig_expand_rsub_rsub_tensor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.2016666Z test_non_contig_expand_rsub_rsub_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.2082900Z test_non_contig_expand_rsub_rsub_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.2132075Z test_non_contig_expand_rsub_rsub_tensor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:38.2188082Z test_non_contig_expand_rsub_rsub_tensor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:38.2233849Z test_non_contig_expand_rsub_rsub_tensor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.2282397Z test_non_contig_expand_rsub_rsub_tensor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:38.2331158Z test_non_contig_expand_rsub_rsub_tensor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:38.2401678Z test_non_contig_expand_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.2466307Z test_non_contig_expand_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.2536527Z test_non_contig_expand_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.2606559Z test_non_contig_expand_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.2681238Z test_non_contig_expand_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.2745688Z test_non_contig_expand_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.2809854Z test_non_contig_expand_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.2874669Z test_non_contig_expand_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.2939011Z test_non_contig_expand_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.3003929Z test_non_contig_expand_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.3067992Z test_non_contig_expand_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.3137483Z test_non_contig_expand_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.3210790Z test_non_contig_expand_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.3274553Z test_non_contig_expand_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.3339030Z test_non_contig_expand_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.3403351Z test_non_contig_expand_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.3467682Z test_non_contig_expand_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.3532846Z test_non_contig_expand_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.3597261Z test_non_contig_expand_special_zeta_grad_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.3666898Z test_non_contig_expand_special_zeta_grad_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.3739895Z test_non_contig_expand_special_zeta_grad_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.3804794Z test_non_contig_expand_special_zeta_grad_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.3868979Z test_non_contig_expand_special_zeta_grad_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.3933580Z test_non_contig_expand_special_zeta_grad_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.3998255Z test_non_contig_expand_special_zeta_grad_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.4063436Z test_non_contig_expand_special_zeta_grad_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.4133008Z test_non_contig_expand_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.4210838Z test_non_contig_expand_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:38.4295912Z test_non_contig_expand_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:38.4365353Z test_non_contig_expand_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.4434478Z test_non_contig_expand_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.4500791Z test_non_contig_expand_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.4549432Z test_non_contig_expand_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:38.4597961Z test_non_contig_expand_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:38.4643881Z test_non_contig_expand_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.4693123Z test_non_contig_expand_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:38.4747876Z test_non_contig_expand_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:38.4822339Z test_non_contig_expand_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.4891909Z test_non_contig_expand_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.4973873Z test_non_contig_expand_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:38.5058957Z test_non_contig_expand_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:38.5133494Z test_non_contig_expand_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.5208870Z test_non_contig_expand_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.5286374Z test_non_contig_expand_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:38.5355753Z test_non_contig_expand_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.5424860Z test_non_contig_expand_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.5494359Z test_non_contig_expand_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.5563291Z test_non_contig_expand_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.5633332Z test_non_contig_expand_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.5703362Z test_non_contig_expand_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.5767612Z test_non_contig_expand_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.5843761Z test_non_contig_expand_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:04:38.5913661Z test_non_contig_expand_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.5980342Z test_non_contig_expand_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:04:38.6045486Z test_non_contig_expand_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.6109706Z test_non_contig_expand_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.6175675Z test_non_contig_expand_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.6240605Z test_non_contig_expand_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.6305615Z test_non_contig_expand_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:38.6351576Z test_non_contig_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.6389488Z test_non_contig_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.6435311Z test_non_contig_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.6482153Z test_non_contig_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:38.6523812Z test_non_contig_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.6565587Z test_non_contig_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.6606363Z test_non_contig_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.6644711Z test_non_contig_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.6689568Z test_non_contig_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.6726475Z test_non_contig_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.6765162Z test_non_contig_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.6802884Z test_non_contig_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.6848600Z test_non_contig_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.6893354Z test_non_contig_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.6938366Z test_non_contig_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.6980117Z test_non_contig_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.7022994Z test_non_contig_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.7058856Z test_non_contig_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.7094466Z test_non_contig_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.7130089Z test_non_contig_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.7166657Z test_non_contig_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.7180448Z test_non_contig_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7194905Z test_non_contig_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7209608Z test_non_contig_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7224291Z test_non_contig_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7238473Z test_non_contig_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7253191Z test_non_contig_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7267541Z test_non_contig_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7281676Z test_non_contig_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7296262Z test_non_contig_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7310431Z test_non_contig_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7324702Z test_non_contig_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7339050Z test_non_contig_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7353212Z test_non_contig_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7368291Z test_non_contig_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7382892Z test_non_contig_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7396855Z test_non_contig_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7411309Z test_non_contig_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7425497Z test_non_contig_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7439982Z test_non_contig_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7454225Z test_non_contig_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7468472Z test_non_contig_fmod_autodiffed_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7511335Z test_non_contig_fmod_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.7554093Z test_non_contig_fmod_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.7595890Z test_non_contig_fmod_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.7610352Z test_non_contig_fmod_autodiffed_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7624831Z test_non_contig_fmod_autodiffed_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7639537Z test_non_contig_fmod_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7654194Z test_non_contig_fmod_autodiffed_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7668673Z test_non_contig_fmod_autodiffed_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7717447Z test_non_contig_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:38.7759867Z test_non_contig_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.7802084Z test_non_contig_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.7816154Z test_non_contig_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7830484Z test_non_contig_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7845306Z test_non_contig_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7859612Z test_non_contig_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7874059Z test_non_contig_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.7905959Z test_non_contig_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.7938244Z test_non_contig_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.7970000Z test_non_contig_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.8002590Z test_non_contig_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.8034735Z test_non_contig_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.8077058Z test_non_contig_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.8108640Z test_non_contig_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.8144399Z test_non_contig_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.8181351Z test_non_contig_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.8216628Z test_non_contig_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.8248955Z test_non_contig_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.8280996Z test_non_contig_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.8313369Z test_non_contig_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.8353733Z test_non_contig_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.8386051Z test_non_contig_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.8421665Z test_non_contig_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.8453727Z test_non_contig_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.8489041Z test_non_contig_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.8524646Z test_non_contig_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.8559763Z test_non_contig_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.8592281Z test_non_contig_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.8630339Z test_non_contig_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.8662351Z test_non_contig_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.8694506Z test_non_contig_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.8726778Z test_non_contig_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.8766041Z test_non_contig_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.8797684Z test_non_contig_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.8836867Z test_non_contig_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.8876582Z test_non_contig_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.8921219Z test_non_contig_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.8953678Z test_non_contig_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.8986068Z test_non_contig_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.9018630Z test_non_contig_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.9051219Z test_non_contig_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.9083387Z test_non_contig_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.9098383Z test_non_contig_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.9112924Z test_non_contig_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.9127497Z test_non_contig_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.9141889Z test_non_contig_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.9157161Z test_non_contig_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.9171874Z test_non_contig_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.9186404Z test_non_contig_igamma_grad_other_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.9200849Z test_non_contig_igamma_grad_other_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.9215482Z test_non_contig_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.9229883Z test_non_contig_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.9244354Z test_non_contig_igammac_grad_other_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.9258827Z test_non_contig_igammac_grad_other_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:38.9288794Z test_non_contig_index___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.9314372Z test_non_contig_index___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:38.9351863Z test_non_contig_index___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.9383837Z test_non_contig_index___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.9413424Z test_non_contig_index___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.9443270Z test_non_contig_index___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.9472174Z test_non_contig_index___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.9498111Z test_non_contig_index___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.9524291Z test_non_contig_index___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:38.9549858Z test_non_contig_index___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:38.9582057Z test_non_contig_index___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.9608066Z test_non_contig_index___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.9639771Z test_non_contig_index___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.9669816Z test_non_contig_index___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.9704111Z test_non_contig_index___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.9738711Z test_non_contig_index___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.9770934Z test_non_contig_index___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.9802221Z test_non_contig_index___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.9839712Z test_non_contig_index___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:38.9870185Z test_non_contig_index___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.9899998Z test_non_contig_index___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.9929806Z test_non_contig_index___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.9959481Z test_non_contig_index___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:38.9990113Z test_non_contig_index___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0020689Z test_non_contig_index___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0032422Z test_non_contig_index___rmod___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.0062981Z test_non_contig_index___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0098970Z test_non_contig_index___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:39.0128086Z test_non_contig_index___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0154239Z test_non_contig_index___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0181198Z test_non_contig_index___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0206763Z test_non_contig_index___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.0232493Z test_non_contig_index___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.0258581Z test_non_contig_index___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0288296Z test_non_contig_index___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0320254Z test_non_contig_index___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0352092Z test_non_contig_index___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0384026Z test_non_contig_index___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0413839Z test_non_contig_index___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0442967Z test_non_contig_index___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0472182Z test_non_contig_index___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0498316Z test_non_contig_index___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0524226Z test_non_contig_index___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.0555962Z test_non_contig_index___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0582122Z test_non_contig_index___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0608869Z test_non_contig_index___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0634513Z test_non_contig_index___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.0660391Z test_non_contig_index___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0686826Z test_non_contig_index___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0712258Z test_non_contig_index___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.0738460Z test_non_contig_index___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0771140Z test_non_contig_index___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0801714Z test_non_contig_index___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0813865Z test_non_contig_index___rpow___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.0846864Z test_non_contig_index___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0879532Z test_non_contig_index___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0910088Z test_non_contig_index___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0940684Z test_non_contig_index___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0971396Z test_non_contig_index___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.0998951Z test_non_contig_index___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1032396Z test_non_contig_index___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1059367Z test_non_contig_index___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1086367Z test_non_contig_index___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1113173Z test_non_contig_index___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1143220Z test_non_contig_index___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1178585Z test_non_contig_index___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1210438Z test_non_contig_index___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1239704Z test_non_contig_index___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1275835Z test_non_contig_index___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:39.1305115Z test_non_contig_index___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1331234Z test_non_contig_index___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1357002Z test_non_contig_index___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.1383112Z test_non_contig_index___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1411021Z test_non_contig_index___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1438794Z test_non_contig_index___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1466913Z test_non_contig_index___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1500974Z test_non_contig_index___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1526978Z test_non_contig_index___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.1552369Z test_non_contig_index___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.1578713Z test_non_contig_index___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1604733Z test_non_contig_index___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1633932Z test_non_contig_index_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1659538Z test_non_contig_index_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.1690842Z test_non_contig_index_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1729046Z test_non_contig_index_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:39.1758630Z test_non_contig_index_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1787583Z test_non_contig_index_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1816685Z test_non_contig_index_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1842480Z test_non_contig_index_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.1868462Z test_non_contig_index_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.1894095Z test_non_contig_index_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.1919673Z test_non_contig_index_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.1951792Z test_non_contig_index_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.1964598Z test_non_contig_index_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.1976608Z test_non_contig_index_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.1988994Z test_non_contig_index_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.2001775Z test_non_contig_index_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.2014756Z test_non_contig_index_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.2027075Z test_non_contig_index_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.2039210Z test_non_contig_index_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.2051755Z test_non_contig_index_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.2064018Z test_non_contig_index_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.2076382Z test_non_contig_index_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.2102726Z test_non_contig_index_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.2128724Z test_non_contig_index_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.2154389Z test_non_contig_index_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.2181216Z test_non_contig_index_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.2206993Z test_non_contig_index_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.2232688Z test_non_contig_index_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.2268117Z test_non_contig_index_bitwise_left_shift_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.2297451Z test_non_contig_index_bitwise_left_shift_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.2327134Z test_non_contig_index_bitwise_left_shift_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.2355879Z test_non_contig_index_bitwise_left_shift_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.2382204Z test_non_contig_index_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.2408330Z test_non_contig_index_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.2433649Z test_non_contig_index_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.2459595Z test_non_contig_index_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.2491885Z test_non_contig_index_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.2517233Z test_non_contig_index_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.2543516Z test_non_contig_index_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.2569140Z test_non_contig_index_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.2594649Z test_non_contig_index_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.2620425Z test_non_contig_index_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.2646662Z test_non_contig_index_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.2675687Z test_non_contig_index_bitwise_right_shift_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.2711346Z test_non_contig_index_bitwise_right_shift_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.2740592Z test_non_contig_index_bitwise_right_shift_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.2770067Z test_non_contig_index_bitwise_right_shift_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.2795746Z test_non_contig_index_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.2821622Z test_non_contig_index_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.2847656Z test_non_contig_index_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.2873296Z test_non_contig_index_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.2899277Z test_non_contig_index_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.2931283Z test_non_contig_index_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.2956966Z test_non_contig_index_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.2983092Z test_non_contig_index_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3009264Z test_non_contig_index_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3034988Z test_non_contig_index_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.3061049Z test_non_contig_index_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3073153Z test_non_contig_index_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.3086243Z test_non_contig_index_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.3115452Z test_non_contig_index_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3143100Z test_non_contig_index_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3179909Z test_non_contig_index_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:39.3209449Z test_non_contig_index_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3238568Z test_non_contig_index_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3266203Z test_non_contig_index_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3294108Z test_non_contig_index_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3321252Z test_non_contig_index_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3349171Z test_non_contig_index_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3377118Z test_non_contig_index_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3414869Z test_non_contig_index_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:39.3444318Z test_non_contig_index_div_floor_rounding_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3477459Z test_non_contig_index_div_floor_rounding_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3511359Z test_non_contig_index_div_floor_rounding_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3542585Z test_non_contig_index_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3573556Z test_non_contig_index_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3604413Z test_non_contig_index_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3633621Z test_non_contig_index_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3669557Z test_non_contig_index_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3698987Z test_non_contig_index_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3729052Z test_non_contig_index_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3758173Z test_non_contig_index_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3789279Z test_non_contig_index_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3818625Z test_non_contig_index_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3852199Z test_non_contig_index_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3885837Z test_non_contig_index_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3922969Z test_non_contig_index_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:39.3954446Z test_non_contig_index_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.3985051Z test_non_contig_index_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4015099Z test_non_contig_index_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4044594Z test_non_contig_index_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4073669Z test_non_contig_index_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4103408Z test_non_contig_index_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4132851Z test_non_contig_index_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4171262Z test_non_contig_index_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:39.4200271Z test_non_contig_index_div_trunc_rounding_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4233772Z test_non_contig_index_div_trunc_rounding_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4267401Z test_non_contig_index_div_trunc_rounding_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4298851Z test_non_contig_index_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4329915Z test_non_contig_index_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4360362Z test_non_contig_index_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4389982Z test_non_contig_index_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4427789Z test_non_contig_index_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:39.4459087Z test_non_contig_index_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4490344Z test_non_contig_index_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4519487Z test_non_contig_index_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4547149Z test_non_contig_index_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4572960Z test_non_contig_index_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.4602329Z test_non_contig_index_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4632060Z test_non_contig_index_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4665633Z test_non_contig_index_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4693238Z test_non_contig_index_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4720680Z test_non_contig_index_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4746643Z test_non_contig_index_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.4772545Z test_non_contig_index_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.4797918Z test_non_contig_index_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.4823797Z test_non_contig_index_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.4849967Z test_non_contig_index_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4886452Z test_non_contig_index_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:39.4913703Z test_non_contig_index_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4945257Z test_non_contig_index_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.4977166Z test_non_contig_index_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.5007437Z test_non_contig_index_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.5036294Z test_non_contig_index_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.5065759Z test_non_contig_index_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.5093417Z test_non_contig_index_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.5127141Z test_non_contig_index_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.5154607Z test_non_contig_index_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.5182654Z test_non_contig_index_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.5210655Z test_non_contig_index_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.5241537Z test_non_contig_index_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.5272807Z test_non_contig_index_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.5304072Z test_non_contig_index_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.5334881Z test_non_contig_index_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.5369202Z test_non_contig_index_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.5396502Z test_non_contig_index_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.5424052Z test_non_contig_index_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.5451939Z test_non_contig_index_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.5479270Z test_non_contig_index_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.5491888Z test_non_contig_index_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5503769Z test_non_contig_index_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5516398Z test_non_contig_index_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5528941Z test_non_contig_index_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5541217Z test_non_contig_index_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5553471Z test_non_contig_index_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5566011Z test_non_contig_index_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5578442Z test_non_contig_index_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5590986Z test_non_contig_index_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5602821Z test_non_contig_index_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5615269Z test_non_contig_index_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5627688Z test_non_contig_index_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5640085Z test_non_contig_index_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5652538Z test_non_contig_index_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5665056Z test_non_contig_index_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5677140Z test_non_contig_index_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5689826Z test_non_contig_index_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5701925Z test_non_contig_index_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5714164Z test_non_contig_index_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5726745Z test_non_contig_index_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5739129Z test_non_contig_index_fmod_autodiffed_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5771065Z test_non_contig_index_fmod_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.5801809Z test_non_contig_index_fmod_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.5832364Z test_non_contig_index_fmod_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.5844828Z test_non_contig_index_fmod_autodiffed_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5857211Z test_non_contig_index_fmod_autodiffed_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5869460Z test_non_contig_index_fmod_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5882201Z test_non_contig_index_fmod_autodiffed_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5894562Z test_non_contig_index_fmod_autodiffed_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.5931986Z test_non_contig_index_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:39.5962873Z test_non_contig_index_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.5993525Z test_non_contig_index_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.6006503Z test_non_contig_index_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.6018549Z test_non_contig_index_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.6030894Z test_non_contig_index_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.6043629Z test_non_contig_index_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.6055988Z test_non_contig_index_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.6082045Z test_non_contig_index_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.6108242Z test_non_contig_index_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.6133933Z test_non_contig_index_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.6159690Z test_non_contig_index_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.6186184Z test_non_contig_index_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.6219905Z test_non_contig_index_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.6245442Z test_non_contig_index_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.6272887Z test_non_contig_index_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.6300486Z test_non_contig_index_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.6328448Z test_non_contig_index_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.6353797Z test_non_contig_index_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.6379779Z test_non_contig_index_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.6405931Z test_non_contig_index_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.6437533Z test_non_contig_index_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.6463570Z test_non_contig_index_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.6491429Z test_non_contig_index_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.6516759Z test_non_contig_index_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.6544513Z test_non_contig_index_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.6572421Z test_non_contig_index_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.6599830Z test_non_contig_index_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.6626125Z test_non_contig_index_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.6658220Z test_non_contig_index_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.6684122Z test_non_contig_index_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.6710154Z test_non_contig_index_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.6735752Z test_non_contig_index_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.6765304Z test_non_contig_index_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.6790887Z test_non_contig_index_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.6820285Z test_non_contig_index_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.6850228Z test_non_contig_index_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.6885398Z test_non_contig_index_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.6910880Z test_non_contig_index_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.6936771Z test_non_contig_index_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.6962281Z test_non_contig_index_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.6988241Z test_non_contig_index_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.7014587Z test_non_contig_index_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.7026395Z test_non_contig_index_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.7038727Z test_non_contig_index_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.7051258Z test_non_contig_index_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.7063623Z test_non_contig_index_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.7075772Z test_non_contig_index_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.7088239Z test_non_contig_index_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.7100567Z test_non_contig_index_igamma_grad_other_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.7113068Z test_non_contig_index_igamma_grad_other_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.7125790Z test_non_contig_index_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.7137856Z test_non_contig_index_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.7150189Z test_non_contig_index_igammac_grad_other_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.7163000Z test_non_contig_index_igammac_grad_other_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:39.7193244Z test_non_contig_index_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.7228624Z test_non_contig_index_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.7262057Z test_non_contig_index_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.7295331Z test_non_contig_index_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.7325722Z test_non_contig_index_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.7356017Z test_non_contig_index_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.7386566Z test_non_contig_index_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.7415647Z test_non_contig_index_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.7444979Z test_non_contig_index_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.7480348Z test_non_contig_index_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.7509390Z test_non_contig_index_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.7538407Z test_non_contig_index_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.7564415Z test_non_contig_index_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.7589978Z test_non_contig_index_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.7615749Z test_non_contig_index_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.7641231Z test_non_contig_index_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.7667508Z test_non_contig_index_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.7705864Z test_non_contig_index_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:39.7734230Z test_non_contig_index_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.7766300Z test_non_contig_index_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.7798519Z test_non_contig_index_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.7828216Z test_non_contig_index_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.7858465Z test_non_contig_index_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.7888175Z test_non_contig_index_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.7916232Z test_non_contig_index_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.7951217Z test_non_contig_index_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.7979114Z test_non_contig_index_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8007140Z test_non_contig_index_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8035444Z test_non_contig_index_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8062813Z test_non_contig_index_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8088504Z test_non_contig_index_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.8115937Z test_non_contig_index_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8143931Z test_non_contig_index_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8178439Z test_non_contig_index_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8204498Z test_non_contig_index_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8229935Z test_non_contig_index_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.8256025Z test_non_contig_index_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.8281501Z test_non_contig_index_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.8307636Z test_non_contig_index_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.8335378Z test_non_contig_index_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8360977Z test_non_contig_index_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.8396830Z test_non_contig_index_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8426557Z test_non_contig_index_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8454422Z test_non_contig_index_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8481783Z test_non_contig_index_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8509568Z test_non_contig_index_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8535461Z test_non_contig_index_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.8561499Z test_non_contig_index_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.8587430Z test_non_contig_index_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8619457Z test_non_contig_index_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8645584Z test_non_contig_index_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8673372Z test_non_contig_index_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8699437Z test_non_contig_index_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8729225Z test_non_contig_index_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8758661Z test_non_contig_index_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8786409Z test_non_contig_index_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8814419Z test_non_contig_index_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8848385Z test_non_contig_index_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.8874064Z test_non_contig_index_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.8900154Z test_non_contig_index_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.8925790Z test_non_contig_index_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.8951719Z test_non_contig_index_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.8977627Z test_non_contig_index_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.9005523Z test_non_contig_index_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.9031720Z test_non_contig_index_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.9067724Z test_non_contig_index_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:39.9097682Z test_non_contig_index_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.9125512Z test_non_contig_index_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.9153076Z test_non_contig_index_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.9181539Z test_non_contig_index_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.9207662Z test_non_contig_index_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.9233211Z test_non_contig_index_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.9259251Z test_non_contig_index_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.9291673Z test_non_contig_index_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.9317438Z test_non_contig_index_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.9345072Z test_non_contig_index_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.9371234Z test_non_contig_index_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.9398497Z test_non_contig_index_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.9426294Z test_non_contig_index_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.9454024Z test_non_contig_index_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.9479786Z test_non_contig_index_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.9511839Z test_non_contig_index_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.9537493Z test_non_contig_index_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.9563244Z test_non_contig_index_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.9589146Z test_non_contig_index_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.9618899Z test_non_contig_index_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.9644527Z test_non_contig_index_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.9673779Z test_non_contig_index_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.9703269Z test_non_contig_index_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.9738774Z test_non_contig_index_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.9764812Z test_non_contig_index_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.9790463Z test_non_contig_index_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.9816103Z test_non_contig_index_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.9841737Z test_non_contig_index_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.9868153Z test_non_contig_index_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.9897517Z test_non_contig_index_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.9923301Z test_non_contig_index_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:39.9959196Z test_non_contig_index_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:39.9988602Z test_non_contig_index_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.0018173Z test_non_contig_index_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.0044006Z test_non_contig_index_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.0069717Z test_non_contig_index_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.0095472Z test_non_contig_index_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.0121106Z test_non_contig_index_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.0147105Z test_non_contig_index_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.0184249Z test_non_contig_index_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.0210204Z test_non_contig_index_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.0239524Z test_non_contig_index_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.0269060Z test_non_contig_index_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.0298065Z test_non_contig_index_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.0324028Z test_non_contig_index_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.0350031Z test_non_contig_index_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.0375683Z test_non_contig_index_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.0409814Z test_non_contig_index_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.0435757Z test_non_contig_index_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.0465339Z test_non_contig_index_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.0491078Z test_non_contig_index_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.0519968Z test_non_contig_index_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.0549363Z test_non_contig_index_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.0578644Z test_non_contig_index_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.0604467Z test_non_contig_index_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.0636283Z test_non_contig_index_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.0661664Z test_non_contig_index_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.0687565Z test_non_contig_index_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.0713099Z test_non_contig_index_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.0742336Z test_non_contig_index_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.0768386Z test_non_contig_index_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.0800421Z test_non_contig_index_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.0832356Z test_non_contig_index_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.0868073Z test_non_contig_index_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.0897495Z test_non_contig_index_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.0926633Z test_non_contig_index_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.0952344Z test_non_contig_index_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.0978354Z test_non_contig_index_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.1003599Z test_non_contig_index_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.1029897Z test_non_contig_index_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.1056092Z test_non_contig_index_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.1089973Z test_non_contig_index_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.1115269Z test_non_contig_index_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.1144893Z test_non_contig_index_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.1176486Z test_non_contig_index_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.1203875Z test_non_contig_index_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.1231335Z test_non_contig_index_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.1259157Z test_non_contig_index_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.1284950Z test_non_contig_index_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.1316931Z test_non_contig_index_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.1342886Z test_non_contig_index_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.1368696Z test_non_contig_index_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.1394287Z test_non_contig_index_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.1407614Z test_non_contig_index_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.1420989Z test_non_contig_index_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.1434819Z test_non_contig_index_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.1449290Z test_non_contig_index_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.1463239Z test_non_contig_index_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.1494970Z test_non_contig_index_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.1528490Z test_non_contig_index_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.1562299Z test_non_contig_index_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.1592540Z test_non_contig_index_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.1627920Z test_non_contig_index_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.1657046Z test_non_contig_index_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.1669759Z test_non_contig_index_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.1681569Z test_non_contig_index_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.1693760Z test_non_contig_index_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.1705930Z test_non_contig_index_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.1732708Z test_non_contig_index_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.1744457Z test_non_contig_index_remainder_autodiffed_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.1756918Z test_non_contig_index_remainder_autodiffed_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.1788906Z test_non_contig_index_remainder_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.1820085Z test_non_contig_index_remainder_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.1850961Z test_non_contig_index_remainder_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.1863127Z test_non_contig_index_remainder_autodiffed_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.1875365Z test_non_contig_index_remainder_autodiffed_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.1887884Z test_non_contig_index_remainder_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.1900241Z test_non_contig_index_remainder_autodiffed_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.1912306Z test_non_contig_index_remainder_autodiffed_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.1925006Z test_non_contig_index_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.1956326Z test_non_contig_index_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.1987460Z test_non_contig_index_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2025240Z test_non_contig_index_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.2037846Z test_non_contig_index_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.2050085Z test_non_contig_index_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.2062534Z test_non_contig_index_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.2074950Z test_non_contig_index_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.2087688Z test_non_contig_index_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.2117181Z test_non_contig_index_rsub_rsub_scalar_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2149206Z test_non_contig_index_rsub_rsub_scalar_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2182054Z test_non_contig_index_rsub_rsub_scalar_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2211318Z test_non_contig_index_rsub_rsub_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2240544Z test_non_contig_index_rsub_rsub_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2269727Z test_non_contig_index_rsub_rsub_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2295783Z test_non_contig_index_rsub_rsub_scalar_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2328106Z test_non_contig_index_rsub_rsub_scalar_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2353871Z test_non_contig_index_rsub_rsub_scalar_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.2380258Z test_non_contig_index_rsub_rsub_scalar_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2406102Z test_non_contig_index_rsub_rsub_scalar_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.2435244Z test_non_contig_index_rsub_rsub_tensor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2467246Z test_non_contig_index_rsub_rsub_tensor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2498930Z test_non_contig_index_rsub_rsub_tensor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2528492Z test_non_contig_index_rsub_rsub_tensor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2564521Z test_non_contig_index_rsub_rsub_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2593095Z test_non_contig_index_rsub_rsub_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2619343Z test_non_contig_index_rsub_rsub_tensor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.2645077Z test_non_contig_index_rsub_rsub_tensor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.2670530Z test_non_contig_index_rsub_rsub_tensor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.2696429Z test_non_contig_index_rsub_rsub_tensor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.2722382Z test_non_contig_index_rsub_rsub_tensor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.2752081Z test_non_contig_index_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2785703Z test_non_contig_index_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2815285Z test_non_contig_index_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2844564Z test_non_contig_index_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2873467Z test_non_contig_index_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2901195Z test_non_contig_index_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2929098Z test_non_contig_index_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2956877Z test_non_contig_index_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.2984595Z test_non_contig_index_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3019312Z test_non_contig_index_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3047091Z test_non_contig_index_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3076215Z test_non_contig_index_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3105060Z test_non_contig_index_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3132796Z test_non_contig_index_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3161228Z test_non_contig_index_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3188909Z test_non_contig_index_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3216808Z test_non_contig_index_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3250750Z test_non_contig_index_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3278023Z test_non_contig_index_special_zeta_grad_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3307515Z test_non_contig_index_special_zeta_grad_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3336566Z test_non_contig_index_special_zeta_grad_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3364006Z test_non_contig_index_special_zeta_grad_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3391589Z test_non_contig_index_special_zeta_grad_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3419473Z test_non_contig_index_special_zeta_grad_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3455321Z test_non_contig_index_special_zeta_grad_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3482814Z test_non_contig_index_special_zeta_grad_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3512129Z test_non_contig_index_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3543665Z test_non_contig_index_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3575706Z test_non_contig_index_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3605220Z test_non_contig_index_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3634203Z test_non_contig_index_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3663204Z test_non_contig_index_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3695083Z test_non_contig_index_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3720655Z test_non_contig_index_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.3746233Z test_non_contig_index_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.3772125Z test_non_contig_index_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.3797817Z test_non_contig_index_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:40.3829109Z test_non_contig_index_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3858914Z test_non_contig_index_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3892377Z test_non_contig_index_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3932606Z test_non_contig_index_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.3963447Z test_non_contig_index_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.3994565Z test_non_contig_index_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.4025600Z test_non_contig_index_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.4055171Z test_non_contig_index_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.4084921Z test_non_contig_index_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.4113738Z test_non_contig_index_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.4143293Z test_non_contig_index_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.4179951Z test_non_contig_index_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.4209372Z test_non_contig_index_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.4236589Z test_non_contig_index_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.4265927Z test_non_contig_index_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.4295121Z test_non_contig_index_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.4323899Z test_non_contig_index_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.4351560Z test_non_contig_index_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.4379196Z test_non_contig_index_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.4413225Z test_non_contig_index_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.4440414Z test_non_contig_index_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.4468271Z test_non_contig_index_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.4509353Z test_non_contig_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.4547716Z test_non_contig_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.4593924Z test_non_contig_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:40.4640174Z test_non_contig_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:40.4681133Z test_non_contig_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.4728438Z test_non_contig_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:40.4769544Z test_non_contig_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.4807693Z test_non_contig_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.4845982Z test_non_contig_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.4885061Z test_non_contig_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.4923188Z test_non_contig_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.4961614Z test_non_contig_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.4994001Z test_non_contig_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.5032956Z test_non_contig_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.5064411Z test_non_contig_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.5096712Z test_non_contig_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.5128884Z test_non_contig_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.5169926Z test_non_contig_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.5206461Z test_non_contig_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.5250827Z test_non_contig_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.5296478Z test_non_contig_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.5342698Z test_non_contig_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:40.5383272Z test_non_contig_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.5422759Z test_non_contig_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.5459707Z test_non_contig_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.5496980Z test_non_contig_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.5533800Z test_non_contig_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.5570765Z test_non_contig_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.5608019Z test_non_contig_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.5650019Z test_non_contig_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.5681542Z test_non_contig_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.5717166Z test_non_contig_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.5753006Z test_non_contig_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.5788418Z test_non_contig_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.5820646Z test_non_contig_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.5852903Z test_non_contig_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.5885615Z test_non_contig_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.5924042Z test_non_contig_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.5956529Z test_non_contig_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.5992143Z test_non_contig_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.6024438Z test_non_contig_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.6064137Z test_non_contig_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.6103680Z test_non_contig_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.6139436Z test_non_contig_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.6175530Z test_non_contig_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.6217755Z test_non_contig_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.6250288Z test_non_contig_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.6282504Z test_non_contig_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.6314882Z test_non_contig_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.6347429Z test_non_contig_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.6379677Z test_non_contig_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.6415524Z test_non_contig_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.6447611Z test_non_contig_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.6493765Z test_non_contig_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:40.6533695Z test_non_contig_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.6569768Z test_non_contig_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.6605376Z test_non_contig_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.6640677Z test_non_contig_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.6673464Z test_non_contig_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.6705587Z test_non_contig_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.6738397Z test_non_contig_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.6779007Z test_non_contig_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.6811323Z test_non_contig_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.6849244Z test_non_contig_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.6879608Z test_non_contig_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.6918871Z test_non_contig_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.6958297Z test_non_contig_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.6994192Z test_non_contig_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.7030526Z test_non_contig_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.7072378Z test_non_contig_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.7104865Z test_non_contig_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.7137151Z test_non_contig_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.7170460Z test_non_contig_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.7202555Z test_non_contig_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.7234577Z test_non_contig_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.7270253Z test_non_contig_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.7302212Z test_non_contig_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.7344272Z test_non_contig_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.7380364Z test_non_contig_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.7416069Z test_non_contig_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.7448415Z test_non_contig_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.7480281Z test_non_contig_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.7512418Z test_non_contig_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.7544763Z test_non_contig_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.7576893Z test_non_contig_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.7622449Z test_non_contig_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.7654621Z test_non_contig_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.7693863Z test_non_contig_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.7733127Z test_non_contig_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.7771718Z test_non_contig_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.7804112Z test_non_contig_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.7836093Z test_non_contig_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.7867981Z test_non_contig_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.7906453Z test_non_contig_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.7939025Z test_non_contig_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.7978083Z test_non_contig_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.8010047Z test_non_contig_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.8049635Z test_non_contig_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.8088544Z test_non_contig_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.8126932Z test_non_contig_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.8159375Z test_non_contig_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.8197854Z test_non_contig_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.8229353Z test_non_contig_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.8261599Z test_non_contig_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.8293740Z test_non_contig_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.8332963Z test_non_contig_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.8365018Z test_non_contig_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.8403914Z test_non_contig_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.8443748Z test_non_contig_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.8488518Z test_non_contig_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.8520382Z test_non_contig_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.8552734Z test_non_contig_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.8584199Z test_non_contig_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.8616483Z test_non_contig_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.8648845Z test_non_contig_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.8687847Z test_non_contig_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.8719420Z test_non_contig_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.8764603Z test_non_contig_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.8803114Z test_non_contig_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.8841360Z test_non_contig_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.8873667Z test_non_contig_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.8905724Z test_non_contig_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.8937392Z test_non_contig_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.8970443Z test_non_contig_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.9005602Z test_non_contig_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.9052022Z test_non_contig_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:40.9083592Z test_non_contig_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.9126933Z test_non_contig_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.9171583Z test_non_contig_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.9210514Z test_non_contig_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.9249571Z test_non_contig_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.9288126Z test_non_contig_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.9320382Z test_non_contig_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.9359265Z test_non_contig_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.9390924Z test_non_contig_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.9423233Z test_non_contig_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.9455456Z test_non_contig_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.9490918Z test_non_contig_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.9522325Z test_non_contig_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.9561681Z test_non_contig_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.9601421Z test_non_contig_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.9643226Z test_non_contig_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:40.9678829Z test_non_contig_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.9714275Z test_non_contig_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.9746549Z test_non_contig_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.9778892Z test_non_contig_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.9811018Z test_non_contig_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.9842715Z test_non_contig_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.9875788Z test_non_contig_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:40.9889894Z test_non_contig_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.9904072Z test_non_contig_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.9918390Z test_non_contig_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.9932898Z test_non_contig_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.9947015Z test_non_contig_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:40.9992525Z test_non_contig_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.0036052Z test_non_contig_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.0079813Z test_non_contig_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.0118914Z test_non_contig_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.0158579Z test_non_contig_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.0197252Z test_non_contig_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.0211512Z test_non_contig_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:41.0226018Z test_non_contig_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:41.0240295Z test_non_contig_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:41.0264582Z test_non_contig_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:04:41.0315818Z test_non_contig_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:41.0348528Z test_non_contig_remainder_autodiffed_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.003s) 2022-03-17T20:04:41.0381264Z test_non_contig_remainder_autodiffed_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.003s) 2022-03-17T20:04:41.0442733Z test_non_contig_remainder_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:04:41.0493713Z test_non_contig_remainder_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:41.0535308Z test_non_contig_remainder_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.0549612Z test_non_contig_remainder_autodiffed_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:41.0564762Z test_non_contig_remainder_autodiffed_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:41.0578600Z test_non_contig_remainder_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:41.0592973Z test_non_contig_remainder_autodiffed_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:41.0607688Z test_non_contig_remainder_autodiffed_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:41.0621770Z test_non_contig_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:41.0664442Z test_non_contig_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.0706657Z test_non_contig_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.0748140Z test_non_contig_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.0762346Z test_non_contig_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:41.0776931Z test_non_contig_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:41.0792122Z test_non_contig_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:41.0806299Z test_non_contig_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:41.0820480Z test_non_contig_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:41.0859594Z test_non_contig_rsub_rsub_scalar_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.0902524Z test_non_contig_rsub_rsub_scalar_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.0946385Z test_non_contig_rsub_rsub_scalar_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.0991666Z test_non_contig_rsub_rsub_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.1030772Z test_non_contig_rsub_rsub_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.1068888Z test_non_contig_rsub_rsub_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.1100875Z test_non_contig_rsub_rsub_scalar_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.1133072Z test_non_contig_rsub_rsub_scalar_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.1165620Z test_non_contig_rsub_rsub_scalar_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.1199695Z test_non_contig_rsub_rsub_scalar_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.1240232Z test_non_contig_rsub_rsub_scalar_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.1281995Z test_non_contig_rsub_rsub_tensor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.1327879Z test_non_contig_rsub_rsub_tensor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:41.1374327Z test_non_contig_rsub_rsub_tensor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:41.1415579Z test_non_contig_rsub_rsub_tensor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.1457223Z test_non_contig_rsub_rsub_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.1497903Z test_non_contig_rsub_rsub_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.1532450Z test_non_contig_rsub_rsub_tensor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.1573399Z test_non_contig_rsub_rsub_tensor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.1604892Z test_non_contig_rsub_rsub_tensor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.1636553Z test_non_contig_rsub_rsub_tensor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.1668896Z test_non_contig_rsub_rsub_tensor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.1707878Z test_non_contig_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.1743229Z test_non_contig_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.1782277Z test_non_contig_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.1821317Z test_non_contig_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.1866152Z test_non_contig_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.1901764Z test_non_contig_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.1937602Z test_non_contig_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.1973703Z test_non_contig_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.2008951Z test_non_contig_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.2045009Z test_non_contig_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.2080257Z test_non_contig_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.2120036Z test_non_contig_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.2170261Z test_non_contig_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:41.2205425Z test_non_contig_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.2240868Z test_non_contig_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.2276738Z test_non_contig_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.2312207Z test_non_contig_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.2347855Z test_non_contig_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.2383994Z test_non_contig_special_zeta_grad_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.2422891Z test_non_contig_special_zeta_grad_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.2473198Z test_non_contig_special_zeta_grad_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:41.2508719Z test_non_contig_special_zeta_grad_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.2544200Z test_non_contig_special_zeta_grad_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.2580049Z test_non_contig_special_zeta_grad_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.2615757Z test_non_contig_special_zeta_grad_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.2651616Z test_non_contig_special_zeta_grad_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.2690720Z test_non_contig_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.2734146Z test_non_contig_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.2784545Z test_non_contig_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:41.2823487Z test_non_contig_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.2862649Z test_non_contig_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.2900999Z test_non_contig_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.2932950Z test_non_contig_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.2965047Z test_non_contig_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.2996322Z test_non_contig_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.3028447Z test_non_contig_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.3067643Z test_non_contig_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.3110367Z test_non_contig_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.3149290Z test_non_contig_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.3197158Z test_non_contig_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:41.3244547Z test_non_contig_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:04:41.3286775Z test_non_contig_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.3329129Z test_non_contig_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.3370933Z test_non_contig_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.3416549Z test_non_contig_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.3455700Z test_non_contig_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.3494945Z test_non_contig_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.3534084Z test_non_contig_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.3573241Z test_non_contig_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.3612301Z test_non_contig_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.3647649Z test_non_contig_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.3686855Z test_non_contig_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.3732423Z test_non_contig_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.3770952Z test_non_contig_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:41.3806712Z test_non_contig_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.3842029Z test_non_contig_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.3877557Z test_non_contig_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.3913168Z test_non_contig_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.3949145Z test_non_contig_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:41.4226584Z test_not_broadcastable___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T20:04:41.4513655Z test_not_broadcastable___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-03-17T20:04:41.4787578Z test_not_broadcastable___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-03-17T20:04:41.5058208Z test_not_broadcastable___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-03-17T20:04:41.5331536Z test_not_broadcastable___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-03-17T20:04:41.5675729Z test_not_broadcastable___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-03-17T20:04:41.5953610Z test_not_broadcastable_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T20:04:41.5967128Z test_not_broadcastable_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:41.6208161Z test_not_broadcastable_bitwise_left_shift_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-03-17T20:04:41.6444416Z test_not_broadcastable_bitwise_right_shift_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-03-17T20:04:41.6456001Z test_not_broadcastable_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:41.6744566Z test_not_broadcastable_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-03-17T20:04:41.7024088Z test_not_broadcastable_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T20:04:41.7301941Z test_not_broadcastable_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T20:04:41.7583599Z test_not_broadcastable_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T20:04:41.7856116Z test_not_broadcastable_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-03-17T20:04:41.8183455Z test_not_broadcastable_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T20:04:41.8463477Z test_not_broadcastable_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T20:04:41.8476361Z test_not_broadcastable_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:41.8488522Z test_not_broadcastable_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:41.8775603Z test_not_broadcastable_fmod_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-03-17T20:04:41.9065209Z test_not_broadcastable_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-03-17T20:04:41.9335565Z test_not_broadcastable_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-03-17T20:04:41.9612947Z test_not_broadcastable_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T20:04:41.9856587Z test_not_broadcastable_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-03-17T20:04:41.9868976Z test_not_broadcastable_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:41.9882127Z test_not_broadcastable_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:41.9894073Z test_not_broadcastable_igamma_grad_other_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:41.9906006Z test_not_broadcastable_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:41.9917842Z test_not_broadcastable_igammac_grad_other_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:42.0240246Z test_not_broadcastable_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T20:04:42.0568198Z test_not_broadcastable_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T20:04:42.0844027Z test_not_broadcastable_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-03-17T20:04:42.1199671Z test_not_broadcastable_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-03-17T20:04:42.1556246Z test_not_broadcastable_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:42.1916900Z test_not_broadcastable_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:04:42.2192853Z test_not_broadcastable_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-03-17T20:04:42.2516594Z test_not_broadcastable_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T20:04:42.2788837Z test_not_broadcastable_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-03-17T20:04:42.3116406Z test_not_broadcastable_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T20:04:42.3390855Z test_not_broadcastable_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-03-17T20:04:42.3660705Z test_not_broadcastable_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-03-17T20:04:42.3944014Z test_not_broadcastable_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T20:04:42.3956956Z test_not_broadcastable_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:42.3970752Z test_not_broadcastable_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:04:42.4238617Z test_not_broadcastable_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-03-17T20:04:42.4521124Z test_not_broadcastable_remainder_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T20:04:42.4811162Z test_not_broadcastable_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-03-17T20:04:42.5151558Z test_not_broadcastable_rsub_rsub_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-03-17T20:04:42.5493123Z test_not_broadcastable_rsub_rsub_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-03-17T20:04:42.5768558Z test_not_broadcastable_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-03-17T20:04:42.6044320Z test_not_broadcastable_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-03-17T20:04:42.6328270Z test_not_broadcastable_special_zeta_grad_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T20:04:42.6604943Z test_not_broadcastable_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T20:04:42.6938984Z test_not_broadcastable_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T20:04:42.7210473Z test_not_broadcastable_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-03-17T20:04:42.7248370Z test_out_resize_warning_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:04:42.9572412Z test_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.232s) 2022-03-17T20:04:50.6297827Z test_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (7.672s) 2022-03-17T20:04:57.9553153Z test_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (7.325s) 2022-03-17T20:04:57.9584683Z test_pow_cuda_complex_extremal_failing_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:04:57.9605953Z test_pow_cuda_complex_extremal_failing_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:04:58.1938070Z test_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.233s) 2022-03-17T20:04:58.4267131Z test_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.233s) 2022-03-17T20:04:58.6570251Z test_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.230s) 2022-03-17T20:04:58.8762952Z test_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.219s) 2022-03-17T20:04:59.0945023Z test_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.218s) 2022-03-17T20:04:59.3120044Z test_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.217s) 2022-03-17T20:04:59.5326858Z test_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.221s) 2022-03-17T20:04:59.7526713Z test_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.220s) 2022-03-17T20:04:59.7739347Z test_pow_inplace_resizing_exception_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:05:00.0477153Z test_pow_scalar_base_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.273s) 2022-03-17T20:05:00.0701798Z test_pow_scalar_overloads_mem_overlap_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-03-17T20:05:00.0734081Z test_pow_scalar_type_promotion_cuda (__main__.TestBinaryUfuncsCUDA) ... test_binary_ufuncs.py:1507: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:05:00.0735146Z out_uint8_computation = torch.pow(2, input_tensor_uint8, out=torch.tensor(0, dtype=torch.int64, device=device)) 2022-03-17T20:05:00.0736069Z test_binary_ufuncs.py:1511: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:05:00.0737064Z out_int64_computation = torch.pow(2, input_tensor_int64, out=torch.tensor(0, dtype=torch.int64, device=device)) 2022-03-17T20:05:00.0749425Z ok (0.005s) 2022-03-17T20:05:00.0766886Z test_rdiv_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:05:00.0783865Z test_rdiv_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:05:00.0801168Z test_rdiv_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:05:00.0826325Z test_rdiv_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:05:00.0843387Z test_rdiv_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:05:00.0860401Z test_rdiv_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:05:00.0877327Z test_rdiv_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:05:00.0894709Z test_rdiv_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:05:00.0911567Z test_rdiv_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:05:00.1127642Z test_reference_numerics_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:05:00.1226352Z test_reference_numerics_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-03-17T20:05:00.1777326Z test_reference_numerics_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.055s) 2022-03-17T20:05:00.2103004Z test_reference_numerics_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T20:05:00.2364897Z test_reference_numerics_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-03-17T20:05:00.2516018Z test_reference_numerics_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T20:05:00.2852017Z test_reference_numerics_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T20:05:00.2968704Z test_reference_numerics_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-03-17T20:05:00.3050855Z test_reference_numerics_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:05:00.3149015Z test_reference_numerics_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-03-17T20:05:00.3205642Z test_reference_numerics_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:05:00.3267137Z test_reference_numerics_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:05:00.3319434Z test_reference_numerics_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:05:00.3381445Z test_reference_numerics_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:05:00.3456544Z test_reference_numerics_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:05:00.3555542Z test_reference_numerics_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-03-17T20:05:00.3611244Z test_reference_numerics_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:05:00.3664621Z test_reference_numerics_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:05:00.3725687Z test_reference_numerics_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:05:00.3793794Z test_reference_numerics_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:05:00.3868365Z test_reference_numerics_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:05:00.3964845Z test_reference_numerics_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-03-17T20:05:00.4019167Z test_reference_numerics_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:05:00.4072580Z test_reference_numerics_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:05:00.4090524Z test_reference_numerics_extremal_values_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:8488: RuntimeWarning: invalid value encountered in add 2022-03-17T20:05:00.4091174Z ref=lambda input, other, *, alpha=1: np.add(input, other) if alpha == 1 \ 2022-03-17T20:05:00.4111509Z ok (0.004s) 2022-03-17T20:05:00.4120007Z test_reference_numerics_extremal_values_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.4128387Z test_reference_numerics_extremal_values_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.4165190Z test_reference_numerics_extremal_values_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:05:00.4199611Z test_reference_numerics_extremal_values_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.4241580Z test_reference_numerics_extremal_values_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:05:00.4259082Z test_reference_numerics_extremal_values_fmod_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... test_binary_ufuncs.py:287: RuntimeWarning: invalid value encountered in fmod 2022-03-17T20:05:00.4259558Z expected = op.ref(l_numpy, r_numpy) 2022-03-17T20:05:00.4277919Z ok (0.004s) 2022-03-17T20:05:00.4312631Z test_reference_numerics_extremal_values_fmod_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.4347394Z test_reference_numerics_extremal_values_fmod_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.4382646Z test_reference_numerics_extremal_values_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.4417086Z test_reference_numerics_extremal_values_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.4451389Z test_reference_numerics_extremal_values_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.4459052Z test_reference_numerics_extremal_values_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.4466954Z test_reference_numerics_extremal_values_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.4474609Z test_reference_numerics_extremal_values_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.4482514Z test_reference_numerics_extremal_values_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.4490279Z test_reference_numerics_extremal_values_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.4498290Z test_reference_numerics_extremal_values_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.4505925Z test_reference_numerics_extremal_values_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.4513842Z test_reference_numerics_extremal_values_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.4521569Z test_reference_numerics_extremal_values_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.4529768Z test_reference_numerics_extremal_values_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.4561733Z test_reference_numerics_extremal_values_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.4591344Z test_reference_numerics_extremal_values_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.4613216Z test_reference_numerics_extremal_values_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:00.4644512Z test_reference_numerics_extremal_values_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.4675450Z test_reference_numerics_extremal_values_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.4706193Z test_reference_numerics_extremal_values_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.4738235Z test_reference_numerics_extremal_values_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.4759078Z test_reference_numerics_extremal_values_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:00.4780341Z test_reference_numerics_extremal_values_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:00.4817928Z test_reference_numerics_extremal_values_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:05:00.4848882Z test_reference_numerics_extremal_values_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.4879503Z test_reference_numerics_extremal_values_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.4911125Z test_reference_numerics_extremal_values_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.4932752Z test_reference_numerics_extremal_values_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:00.4953957Z test_reference_numerics_extremal_values_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:00.4986711Z test_reference_numerics_extremal_values_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.5017419Z test_reference_numerics_extremal_values_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.5054934Z test_reference_numerics_extremal_values_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:05:00.5090153Z test_reference_numerics_extremal_values_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.5125910Z test_reference_numerics_extremal_values_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.5161224Z test_reference_numerics_extremal_values_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.5195837Z test_reference_numerics_extremal_values_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.5231963Z test_reference_numerics_extremal_values_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.5267865Z test_reference_numerics_extremal_values_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.5302385Z test_reference_numerics_extremal_values_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.5343085Z test_reference_numerics_extremal_values_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:05:00.5378853Z test_reference_numerics_extremal_values_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.5414148Z test_reference_numerics_extremal_values_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.5448970Z test_reference_numerics_extremal_values_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.5483431Z test_reference_numerics_extremal_values_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.5519855Z test_reference_numerics_extremal_values_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.5555696Z test_reference_numerics_extremal_values_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.5590063Z test_reference_numerics_extremal_values_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.5631069Z test_reference_numerics_extremal_values_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:05:00.5638926Z test_reference_numerics_extremal_values_remainder_autodiffed_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.5655902Z test_reference_numerics_extremal_values_remainder_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... test_binary_ufuncs.py:287: RuntimeWarning: invalid value encountered in remainder 2022-03-17T20:05:00.5656414Z expected = op.ref(l_numpy, r_numpy) 2022-03-17T20:05:00.5674825Z ok (0.003s) 2022-03-17T20:05:00.5709159Z test_reference_numerics_extremal_values_remainder_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.5743740Z test_reference_numerics_extremal_values_remainder_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.5751586Z test_reference_numerics_extremal_values_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.5787037Z test_reference_numerics_extremal_values_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.5821201Z test_reference_numerics_extremal_values_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.5855525Z test_reference_numerics_extremal_values_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.5873453Z test_reference_numerics_extremal_values_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:8511: RuntimeWarning: invalid value encountered in subtract 2022-03-17T20:05:00.5874121Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-03-17T20:05:00.5892683Z ok (0.004s) 2022-03-17T20:05:00.5916335Z test_reference_numerics_extremal_values_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:8511: RuntimeWarning: invalid value encountered in multiply 2022-03-17T20:05:00.5916994Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-03-17T20:05:00.5922501Z ok (0.003s) 2022-03-17T20:05:00.5945345Z test_reference_numerics_extremal_values_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:00.5981252Z test_reference_numerics_extremal_values_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.6016119Z test_reference_numerics_extremal_values_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.6051066Z test_reference_numerics_extremal_values_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:00.6057698Z test_reference_numerics_fmod_autodiffed_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.6543478Z test_reference_numerics_fmod_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T20:05:00.6924525Z test_reference_numerics_fmod_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-03-17T20:05:00.7504251Z test_reference_numerics_fmod_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-03-17T20:05:00.7511295Z test_reference_numerics_fmod_autodiffed_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.7518724Z test_reference_numerics_fmod_autodiffed_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.7526231Z test_reference_numerics_fmod_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.7533223Z test_reference_numerics_fmod_autodiffed_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.7540137Z test_reference_numerics_fmod_autodiffed_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.8097649Z test_reference_numerics_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.055s) 2022-03-17T20:05:00.8480197Z test_reference_numerics_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-03-17T20:05:00.9056229Z test_reference_numerics_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-03-17T20:05:00.9062892Z test_reference_numerics_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.9073442Z test_reference_numerics_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.9084599Z test_reference_numerics_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.9095166Z test_reference_numerics_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.9105954Z test_reference_numerics_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:00.9433868Z test_reference_numerics_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T20:05:00.9725629Z test_reference_numerics_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-03-17T20:05:01.0114279Z test_reference_numerics_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-03-17T20:05:01.0400378Z test_reference_numerics_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-03-17T20:05:01.0658948Z test_reference_numerics_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-03-17T20:05:01.0908427Z test_reference_numerics_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-03-17T20:05:01.1447902Z test_reference_numerics_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.054s) 2022-03-17T20:05:01.1804589Z test_reference_numerics_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-03-17T20:05:01.2033612Z test_reference_numerics_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-03-17T20:05:01.2437117Z test_reference_numerics_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-03-17T20:05:01.2658317Z test_reference_numerics_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-03-17T20:05:01.2844955Z test_reference_numerics_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-03-17T20:05:01.3057693Z test_reference_numerics_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:05:01.3492179Z test_reference_numerics_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-03-17T20:05:01.3868920Z test_reference_numerics_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:01.3999527Z test_reference_numerics_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T20:05:01.4149619Z test_reference_numerics_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T20:05:01.4802891Z test_reference_numerics_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-03-17T20:05:01.5092941Z test_reference_numerics_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-03-17T20:05:01.6400560Z test_reference_numerics_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.131s) 2022-03-17T20:05:01.6516803Z test_reference_numerics_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-03-17T20:05:01.6690050Z test_reference_numerics_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T20:05:01.6826722Z test_reference_numerics_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T20:05:01.6969619Z test_reference_numerics_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T20:05:01.7132400Z test_reference_numerics_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T20:05:01.7271473Z test_reference_numerics_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T20:05:01.7405045Z test_reference_numerics_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T20:05:01.7432266Z test_reference_numerics_large_values_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:01.7481150Z test_reference_numerics_large_values_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:05:01.7534628Z test_reference_numerics_large_values_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:05:01.7559742Z test_reference_numerics_large_values_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.7585433Z test_reference_numerics_large_values_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.7610696Z test_reference_numerics_large_values_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.7634986Z test_reference_numerics_large_values_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.7658683Z test_reference_numerics_large_values_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.7682650Z test_reference_numerics_large_values_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.7712820Z test_reference_numerics_large_values_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:01.7736648Z test_reference_numerics_large_values_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.7760139Z test_reference_numerics_large_values_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.7783929Z test_reference_numerics_large_values_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.7807926Z test_reference_numerics_large_values_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.7831463Z test_reference_numerics_large_values_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.7856470Z test_reference_numerics_large_values_fmod_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.7882510Z test_reference_numerics_large_values_fmod_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.7914623Z test_reference_numerics_large_values_fmod_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:01.7923668Z test_reference_numerics_large_values_fmod_autodiffed_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:01.7931963Z test_reference_numerics_large_values_fmod_autodiffed_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:01.7941042Z test_reference_numerics_large_values_fmod_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:01.7964369Z test_reference_numerics_large_values_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.7987316Z test_reference_numerics_large_values_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8010767Z test_reference_numerics_large_values_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8019345Z test_reference_numerics_large_values_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:01.8028511Z test_reference_numerics_large_values_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:01.8037527Z test_reference_numerics_large_values_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:01.8059386Z test_reference_numerics_large_values_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8081013Z test_reference_numerics_large_values_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8102628Z test_reference_numerics_large_values_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8125747Z test_reference_numerics_large_values_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8155069Z test_reference_numerics_large_values_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:01.8178258Z test_reference_numerics_large_values_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8201459Z test_reference_numerics_large_values_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8223869Z test_reference_numerics_large_values_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8245864Z test_reference_numerics_large_values_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8267311Z test_reference_numerics_large_values_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8292621Z test_reference_numerics_large_values_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8338153Z test_reference_numerics_large_values_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:05:01.8387150Z test_reference_numerics_large_values_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:05:01.8411425Z test_reference_numerics_large_values_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8435510Z test_reference_numerics_large_values_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8459752Z test_reference_numerics_large_values_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8483959Z test_reference_numerics_large_values_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8508008Z test_reference_numerics_large_values_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8532321Z test_reference_numerics_large_values_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8553987Z test_reference_numerics_large_values_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8581885Z test_reference_numerics_large_values_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:01.8603434Z test_reference_numerics_large_values_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8625379Z test_reference_numerics_large_values_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8664703Z test_reference_numerics_large_values_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:05:01.8702964Z test_reference_numerics_large_values_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:05:01.8724585Z test_reference_numerics_large_values_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8746428Z test_reference_numerics_large_values_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8768570Z test_reference_numerics_large_values_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8796398Z test_reference_numerics_large_values_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:01.8833700Z test_reference_numerics_large_values_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8839853Z test_reference_numerics_large_values_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8861696Z test_reference_numerics_large_values_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8900916Z test_reference_numerics_large_values_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:05:01.8938995Z test_reference_numerics_large_values_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:05:01.8963346Z test_reference_numerics_large_values_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.8982684Z test_reference_numerics_large_values_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9010988Z test_reference_numerics_large_values_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:01.9032550Z test_reference_numerics_large_values_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9054535Z test_reference_numerics_large_values_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9075959Z test_reference_numerics_large_values_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9097878Z test_reference_numerics_large_values_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9137181Z test_reference_numerics_large_values_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:05:01.9175370Z test_reference_numerics_large_values_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:05:01.9196853Z test_reference_numerics_large_values_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9225405Z test_reference_numerics_large_values_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:01.9247428Z test_reference_numerics_large_values_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9268809Z test_reference_numerics_large_values_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9290711Z test_reference_numerics_large_values_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9312009Z test_reference_numerics_large_values_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9335777Z test_reference_numerics_large_values_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9358457Z test_reference_numerics_large_values_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9381874Z test_reference_numerics_large_values_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9411366Z test_reference_numerics_large_values_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:01.9433512Z test_reference_numerics_large_values_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9455095Z test_reference_numerics_large_values_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9476418Z test_reference_numerics_large_values_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9499276Z test_reference_numerics_large_values_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9522438Z test_reference_numerics_large_values_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9545751Z test_reference_numerics_large_values_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9568960Z test_reference_numerics_large_values_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9597176Z test_reference_numerics_large_values_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:01.9619093Z test_reference_numerics_large_values_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9640418Z test_reference_numerics_large_values_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9663442Z test_reference_numerics_large_values_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9686793Z test_reference_numerics_large_values_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9709516Z test_reference_numerics_large_values_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9733150Z test_reference_numerics_large_values_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9755171Z test_reference_numerics_large_values_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9783384Z test_reference_numerics_large_values_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:01.9804992Z test_reference_numerics_large_values_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9827793Z test_reference_numerics_large_values_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9851277Z test_reference_numerics_large_values_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9874386Z test_reference_numerics_large_values_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9897706Z test_reference_numerics_large_values_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9919736Z test_reference_numerics_large_values_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9941684Z test_reference_numerics_large_values_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:01.9970165Z test_reference_numerics_large_values_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:01.9979051Z test_reference_numerics_large_values_remainder_autodiffed_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:02.0001623Z test_reference_numerics_large_values_remainder_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:02.0025099Z test_reference_numerics_large_values_remainder_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:02.0048703Z test_reference_numerics_large_values_remainder_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:02.0057608Z test_reference_numerics_large_values_remainder_autodiffed_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:02.0066863Z test_reference_numerics_large_values_remainder_autodiffed_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:02.0075363Z test_reference_numerics_large_values_remainder_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:02.0084204Z test_reference_numerics_large_values_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:02.0106633Z test_reference_numerics_large_values_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:02.0130225Z test_reference_numerics_large_values_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:02.0153523Z test_reference_numerics_large_values_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:02.0162392Z test_reference_numerics_large_values_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:02.0171054Z test_reference_numerics_large_values_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:02.0180353Z test_reference_numerics_large_values_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:02.0203894Z test_reference_numerics_large_values_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:02.0255247Z test_reference_numerics_large_values_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:05:02.0298496Z test_reference_numerics_large_values_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:05:02.0321353Z test_reference_numerics_large_values_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:02.0344896Z test_reference_numerics_large_values_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:02.0368386Z test_reference_numerics_large_values_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:02.0390645Z test_reference_numerics_large_values_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:02.0413612Z test_reference_numerics_large_values_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:02.0436370Z test_reference_numerics_large_values_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:02.0741349Z test_reference_numerics_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-03-17T20:05:02.1064532Z test_reference_numerics_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T20:05:02.1537878Z test_reference_numerics_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-03-17T20:05:02.1829708Z test_reference_numerics_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-03-17T20:05:02.2132500Z test_reference_numerics_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-03-17T20:05:02.2219619Z test_reference_numerics_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:05:02.2275860Z test_reference_numerics_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:05:02.2449328Z test_reference_numerics_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T20:05:02.2577829Z test_reference_numerics_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T20:05:02.2695599Z test_reference_numerics_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-03-17T20:05:02.2784222Z test_reference_numerics_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:05:02.2893464Z test_reference_numerics_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:05:02.2959983Z test_reference_numerics_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:05:02.3034398Z test_reference_numerics_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:05:02.3125157Z test_reference_numerics_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:05:02.3181721Z test_reference_numerics_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:05:02.3245185Z test_reference_numerics_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:05:02.3330089Z test_reference_numerics_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:05:02.3386137Z test_reference_numerics_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:05:02.3554720Z test_reference_numerics_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T20:05:02.3667943Z test_reference_numerics_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:05:02.3758557Z test_reference_numerics_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:05:02.3844061Z test_reference_numerics_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:05:02.3948677Z test_reference_numerics_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-03-17T20:05:02.4016947Z test_reference_numerics_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:05:02.4086110Z test_reference_numerics_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:05:02.4172786Z test_reference_numerics_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:05:02.4228339Z test_reference_numerics_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:05:02.4282605Z test_reference_numerics_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:05:02.4366787Z test_reference_numerics_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:05:02.4430070Z test_reference_numerics_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:05:02.4605131Z test_reference_numerics_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T20:05:02.4746217Z test_reference_numerics_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T20:05:02.4870105Z test_reference_numerics_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-03-17T20:05:02.4957581Z test_reference_numerics_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:05:02.5071682Z test_reference_numerics_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:05:02.5149083Z test_reference_numerics_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:05:02.5225386Z test_reference_numerics_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:05:02.5314589Z test_reference_numerics_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:05:02.5379749Z test_reference_numerics_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:05:02.5451857Z test_reference_numerics_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:05:02.5625847Z test_reference_numerics_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T20:05:02.5686946Z test_reference_numerics_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:05:02.5989024Z test_reference_numerics_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-03-17T20:05:02.6160797Z test_reference_numerics_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T20:05:02.6346194Z test_reference_numerics_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T20:05:02.6418077Z test_reference_numerics_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:05:02.6499624Z test_reference_numerics_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:05:02.6611637Z test_reference_numerics_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:05:02.6674931Z test_reference_numerics_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:05:02.6738808Z test_reference_numerics_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:05:02.6904746Z test_reference_numerics_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T20:05:02.6966615Z test_reference_numerics_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:05:02.7269302Z test_reference_numerics_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-03-17T20:05:02.7440181Z test_reference_numerics_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T20:05:02.7625274Z test_reference_numerics_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T20:05:02.7704693Z test_reference_numerics_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:05:02.7783301Z test_reference_numerics_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:05:02.7883433Z test_reference_numerics_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-03-17T20:05:02.7946386Z test_reference_numerics_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:05:02.8008404Z test_reference_numerics_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:05:02.8174646Z test_reference_numerics_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T20:05:02.8234948Z test_reference_numerics_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:05:02.8530706Z test_reference_numerics_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-03-17T20:05:02.8712993Z test_reference_numerics_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T20:05:02.8899913Z test_reference_numerics_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-03-17T20:05:02.8971887Z test_reference_numerics_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:05:02.9050361Z test_reference_numerics_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:05:02.9150581Z test_reference_numerics_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-03-17T20:05:02.9214774Z test_reference_numerics_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:05:02.9278157Z test_reference_numerics_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:05:02.9442514Z test_reference_numerics_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T20:05:02.9510394Z test_reference_numerics_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:05:02.9804641Z test_reference_numerics_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-03-17T20:05:02.9972667Z test_reference_numerics_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T20:05:03.0159531Z test_reference_numerics_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-03-17T20:05:03.0231833Z test_reference_numerics_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:05:03.0308872Z test_reference_numerics_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:05:03.0411252Z test_reference_numerics_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-03-17T20:05:03.0475523Z test_reference_numerics_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:05:03.0545901Z test_reference_numerics_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:05:03.0552599Z test_reference_numerics_remainder_autodiffed_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.0559765Z test_reference_numerics_remainder_autodiffed_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.1080345Z test_reference_numerics_remainder_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.052s) 2022-03-17T20:05:03.1485447Z test_reference_numerics_remainder_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-03-17T20:05:03.1911435Z test_reference_numerics_remainder_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-03-17T20:05:03.1918060Z test_reference_numerics_remainder_autodiffed_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.1927505Z test_reference_numerics_remainder_autodiffed_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.1933249Z test_reference_numerics_remainder_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.1940366Z test_reference_numerics_remainder_autodiffed_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.1947550Z test_reference_numerics_remainder_autodiffed_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.1954626Z test_reference_numerics_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.2477541Z test_reference_numerics_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.052s) 2022-03-17T20:05:03.2881000Z test_reference_numerics_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-03-17T20:05:03.3308873Z test_reference_numerics_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-03-17T20:05:03.3316124Z test_reference_numerics_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.3323387Z test_reference_numerics_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.3330646Z test_reference_numerics_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.3337756Z test_reference_numerics_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.3345086Z test_reference_numerics_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.3371570Z test_reference_numerics_small_values_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.3394755Z test_reference_numerics_small_values_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:05:03.3513913Z test_reference_numerics_small_values_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-03-17T20:05:03.3627024Z test_reference_numerics_small_values_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:05:03.3649834Z test_reference_numerics_small_values_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.3672970Z test_reference_numerics_small_values_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.3696174Z test_reference_numerics_small_values_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.3717881Z test_reference_numerics_small_values_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.3740087Z test_reference_numerics_small_values_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.3770186Z test_reference_numerics_small_values_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:03.3791768Z test_reference_numerics_small_values_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.3813150Z test_reference_numerics_small_values_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.3828443Z test_reference_numerics_small_values_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.3850142Z test_reference_numerics_small_values_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.3871333Z test_reference_numerics_small_values_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.3892705Z test_reference_numerics_small_values_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.3913914Z test_reference_numerics_small_values_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.3941983Z test_reference_numerics_small_values_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:03.3957053Z test_reference_numerics_small_values_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.3978460Z test_reference_numerics_small_values_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.3999746Z test_reference_numerics_small_values_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.4021211Z test_reference_numerics_small_values_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.4042429Z test_reference_numerics_small_values_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.4063926Z test_reference_numerics_small_values_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.4071747Z test_reference_numerics_small_values_fmod_autodiffed_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.4095363Z test_reference_numerics_small_values_fmod_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.4124721Z test_reference_numerics_small_values_fmod_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:03.4147664Z test_reference_numerics_small_values_fmod_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.4156558Z test_reference_numerics_small_values_fmod_autodiffed_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.4164586Z test_reference_numerics_small_values_fmod_autodiffed_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.4171453Z test_reference_numerics_small_values_fmod_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.4178744Z test_reference_numerics_small_values_fmod_autodiffed_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.4186583Z test_reference_numerics_small_values_fmod_autodiffed_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.4209245Z test_reference_numerics_small_values_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.4231822Z test_reference_numerics_small_values_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.4254610Z test_reference_numerics_small_values_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.4262132Z test_reference_numerics_small_values_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.4269854Z test_reference_numerics_small_values_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.4277153Z test_reference_numerics_small_values_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.4285278Z test_reference_numerics_small_values_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.4293041Z test_reference_numerics_small_values_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.4314023Z test_reference_numerics_small_values_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.4334893Z test_reference_numerics_small_values_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.4355502Z test_reference_numerics_small_values_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.4389220Z test_reference_numerics_small_values_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.003s) 2022-03-17T20:05:03.8046720Z test_reference_numerics_small_values_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.365s) 2022-03-17T20:05:03.8122056Z test_reference_numerics_small_values_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:05:03.8138446Z test_reference_numerics_small_values_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:05:03.8162589Z test_reference_numerics_small_values_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.8187342Z test_reference_numerics_small_values_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.8212367Z test_reference_numerics_small_values_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.8237238Z test_reference_numerics_small_values_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.8260297Z test_reference_numerics_small_values_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.8282652Z test_reference_numerics_small_values_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.8305673Z test_reference_numerics_small_values_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.8329055Z test_reference_numerics_small_values_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.8358695Z test_reference_numerics_small_values_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:03.8373681Z test_reference_numerics_small_values_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.8514017Z test_reference_numerics_small_values_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T20:05:03.8642500Z test_reference_numerics_small_values_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T20:05:03.8668741Z test_reference_numerics_small_values_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:03.8694746Z test_reference_numerics_small_values_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:03.8721147Z test_reference_numerics_small_values_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:03.8752070Z test_reference_numerics_small_values_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:03.8778209Z test_reference_numerics_small_values_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:03.8804379Z test_reference_numerics_small_values_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.8830025Z test_reference_numerics_small_values_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.8856477Z test_reference_numerics_small_values_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:03.8879747Z test_reference_numerics_small_values_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.8903556Z test_reference_numerics_small_values_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.8927295Z test_reference_numerics_small_values_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.8957462Z test_reference_numerics_small_values_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:03.8980932Z test_reference_numerics_small_values_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.9005110Z test_reference_numerics_small_values_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.9020816Z test_reference_numerics_small_values_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.9134421Z test_reference_numerics_small_values_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:05:03.9238549Z test_reference_numerics_small_values_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-03-17T20:05:03.9260004Z test_reference_numerics_small_values_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.9281612Z test_reference_numerics_small_values_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.9310817Z test_reference_numerics_small_values_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:03.9332633Z test_reference_numerics_small_values_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.9354005Z test_reference_numerics_small_values_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.9375673Z test_reference_numerics_small_values_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.9397051Z test_reference_numerics_small_values_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.9418901Z test_reference_numerics_small_values_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.9440700Z test_reference_numerics_small_values_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.9456214Z test_reference_numerics_small_values_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:03.9565643Z test_reference_numerics_small_values_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:05:03.9672496Z test_reference_numerics_small_values_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:05:03.9696313Z test_reference_numerics_small_values_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.9717992Z test_reference_numerics_small_values_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.9739968Z test_reference_numerics_small_values_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.9761507Z test_reference_numerics_small_values_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.9783267Z test_reference_numerics_small_values_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.9805045Z test_reference_numerics_small_values_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.9826708Z test_reference_numerics_small_values_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.9854377Z test_reference_numerics_small_values_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:03.9876198Z test_reference_numerics_small_values_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:03.9891826Z test_reference_numerics_small_values_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:04.0001040Z test_reference_numerics_small_values_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:05:04.0107952Z test_reference_numerics_small_values_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:05:04.0134239Z test_reference_numerics_small_values_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:04.0154876Z test_reference_numerics_small_values_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0175748Z test_reference_numerics_small_values_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0201907Z test_reference_numerics_small_values_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:04.0222482Z test_reference_numerics_small_values_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0244718Z test_reference_numerics_small_values_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0264978Z test_reference_numerics_small_values_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0285863Z test_reference_numerics_small_values_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0308019Z test_reference_numerics_small_values_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0322646Z test_reference_numerics_small_values_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:04.0344233Z test_reference_numerics_small_values_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0372639Z test_reference_numerics_small_values_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:04.0394945Z test_reference_numerics_small_values_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0416200Z test_reference_numerics_small_values_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0436308Z test_reference_numerics_small_values_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0456744Z test_reference_numerics_small_values_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0476970Z test_reference_numerics_small_values_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0497505Z test_reference_numerics_small_values_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0519142Z test_reference_numerics_small_values_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0540330Z test_reference_numerics_small_values_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:05:04.0561558Z test_reference_numerics_small_values_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0583789Z test_reference_numerics_small_values_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0605773Z test_reference_numerics_small_values_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0626449Z test_reference_numerics_small_values_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0646928Z test_reference_numerics_small_values_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0667038Z test_reference_numerics_small_values_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0687548Z test_reference_numerics_small_values_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0715749Z test_reference_numerics_small_values_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:04.0737304Z test_reference_numerics_small_values_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0752127Z test_reference_numerics_small_values_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:04.0773659Z test_reference_numerics_small_values_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0795572Z test_reference_numerics_small_values_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0818459Z test_reference_numerics_small_values_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0838918Z test_reference_numerics_small_values_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0859407Z test_reference_numerics_small_values_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0879378Z test_reference_numerics_small_values_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0905585Z test_reference_numerics_small_values_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:04.0926107Z test_reference_numerics_small_values_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0948008Z test_reference_numerics_small_values_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.0962215Z test_reference_numerics_small_values_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:04.0983848Z test_reference_numerics_small_values_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.1006119Z test_reference_numerics_small_values_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.1027771Z test_reference_numerics_small_values_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.1048986Z test_reference_numerics_small_values_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.1075215Z test_reference_numerics_small_values_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:04.1095359Z test_reference_numerics_small_values_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.1115495Z test_reference_numerics_small_values_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.1136219Z test_reference_numerics_small_values_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.1143234Z test_reference_numerics_small_values_remainder_autodiffed_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:04.1150407Z test_reference_numerics_small_values_remainder_autodiffed_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:04.1172897Z test_reference_numerics_small_values_remainder_autodiffed_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.1195023Z test_reference_numerics_small_values_remainder_autodiffed_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.1217139Z test_reference_numerics_small_values_remainder_autodiffed_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.1224223Z test_reference_numerics_small_values_remainder_autodiffed_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:04.1231665Z test_reference_numerics_small_values_remainder_autodiffed_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:04.1238747Z test_reference_numerics_small_values_remainder_autodiffed_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:04.1246429Z test_reference_numerics_small_values_remainder_autodiffed_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:04.1253537Z test_reference_numerics_small_values_remainder_autodiffed_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:04.1260612Z test_reference_numerics_small_values_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:04.1282515Z test_reference_numerics_small_values_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.1310576Z test_reference_numerics_small_values_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:04.1332913Z test_reference_numerics_small_values_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.1339828Z test_reference_numerics_small_values_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:04.1347801Z test_reference_numerics_small_values_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:04.1354716Z test_reference_numerics_small_values_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:04.1361729Z test_reference_numerics_small_values_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:04.1369479Z test_reference_numerics_small_values_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:04.1391310Z test_reference_numerics_small_values_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.1528281Z test_reference_numerics_small_values_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T20:05:04.1657142Z test_reference_numerics_small_values_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T20:05:04.1683932Z test_reference_numerics_small_values_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:04.1706177Z test_reference_numerics_small_values_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.1728695Z test_reference_numerics_small_values_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.1756447Z test_reference_numerics_small_values_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:04.1777655Z test_reference_numerics_small_values_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.1798531Z test_reference_numerics_small_values_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.1819654Z test_reference_numerics_small_values_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.1826734Z test_reference_numerics_small_values_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:04.2077788Z test_reference_numerics_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-03-17T20:05:04.2815809Z test_reference_numerics_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.074s) 2022-03-17T20:05:04.3280676Z test_reference_numerics_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-03-17T20:05:04.3691660Z test_reference_numerics_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-03-17T20:05:04.3971481Z test_reference_numerics_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T20:05:04.4339125Z test_reference_numerics_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:04.4471361Z test_reference_numerics_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T20:05:04.4567259Z test_reference_numerics_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-03-17T20:05:04.4703067Z test_reference_numerics_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T20:05:04.4766024Z test_reference_numerics_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-03-17T20:05:04.4773833Z test_reference_numerics_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:05:04.4826273Z test_remainder_fmod_large_dividend_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:05:04.4877476Z test_remainder_fmod_large_dividend_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-03-17T20:05:04.4912341Z test_remainder_overflow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:04.4941689Z test_rpow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:04.4953460Z test_signed_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) 2022-03-17T20:05:04.4976196Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-03-17T20:05:04.4987805Z test_signed_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) 2022-03-17T20:05:04.5010720Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-03-17T20:05:04.5022331Z test_signed_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) 2022-03-17T20:05:04.5043503Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-03-17T20:05:04.5055568Z test_signed_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) 2022-03-17T20:05:04.5077935Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-03-17T20:05:04.5101679Z test_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:05:04.5124306Z test_sub_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:05:04.5146762Z test_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:05:04.5176010Z test_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.003s) 2022-03-17T20:05:04.5198624Z test_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:05:04.5221465Z test_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:05:04.5244189Z test_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:05:04.5267009Z test_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:05:04.5289921Z test_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:05:04.5312358Z test_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:05:04.5335439Z test_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:05:04.5357998Z test_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:05:04.5637135Z test_sub_typing_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T20:05:04.5953748Z test_tensor_pow_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... test_binary_ufuncs.py:1313: RuntimeWarning: invalid value encountered in power 2022-03-17T20:05:04.5954793Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-03-17T20:05:04.5979048Z test_binary_ufuncs.py:1313: RuntimeWarning: divide by zero encountered in power 2022-03-17T20:05:04.5979893Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-03-17T20:05:04.6732514Z ok (0.109s) 2022-03-17T20:05:04.6936668Z test_trapezoid_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T20:05:04.6960578Z test_true_divide_out_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.6984992Z test_true_divide_out_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:05:04.7130240Z test_type_promotion___radd___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T20:05:04.7292374Z test_type_promotion___rdiv___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-03-17T20:05:04.7422540Z test_type_promotion___rmod___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T20:05:04.7565803Z test_type_promotion___rmul___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T20:05:04.7684416Z test_type_promotion___ror___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-03-17T20:05:04.7799700Z test_type_promotion___rpow___cuda (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:674: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-03-17T20:05:04.7800480Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-03-17T20:05:04.7840329Z ok (0.015s) 2022-03-17T20:05:04.7983521Z test_type_promotion___rsub___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T20:05:04.8101303Z test_type_promotion___rxor___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-03-17T20:05:04.8534998Z test_type_promotion_add_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-03-17T20:05:04.8632529Z test_type_promotion_atan2_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.010s) 2022-03-17T20:05:04.8731075Z test_type_promotion_bitwise_and_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.010s) 2022-03-17T20:05:04.8829520Z test_type_promotion_bitwise_left_shift_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.010s) 2022-03-17T20:05:04.9056029Z test_type_promotion_bitwise_or_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.022s) 2022-03-17T20:05:04.9152731Z test_type_promotion_bitwise_right_shift_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.010s) 2022-03-17T20:05:04.9376403Z test_type_promotion_bitwise_xor_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.022s) 2022-03-17T20:05:04.9473757Z test_type_promotion_complex_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.010s) 2022-03-17T20:05:04.9783317Z test_type_promotion_copysign_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T20:05:05.0213707Z test_type_promotion_div_floor_rounding_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-03-17T20:05:05.0661442Z test_type_promotion_div_no_rounding_mode_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-03-17T20:05:05.1092137Z test_type_promotion_div_trunc_rounding_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-03-17T20:05:05.1291288Z test_type_promotion_eq_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T20:05:05.1389491Z test_type_promotion_float_power_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.010s) 2022-03-17T20:05:05.1512262Z test_type_promotion_floor_divide_cuda (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:791: UserWarning: floor_divide is deprecated, and will be removed in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. 2022-03-17T20:05:05.1513492Z To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BinaryOps.cpp:582.) 2022-03-17T20:05:05.1514036Z return self.op(*args, **kwargs) 2022-03-17T20:05:05.1702395Z ok (0.031s) 2022-03-17T20:05:05.1799988Z test_type_promotion_fmax_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.010s) 2022-03-17T20:05:05.1898405Z test_type_promotion_fmin_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.010s) 2022-03-17T20:05:05.2176434Z test_type_promotion_fmod_autodiffed_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T20:05:05.2453596Z test_type_promotion_fmod_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T20:05:09.8253223Z test_type_promotion_gcd_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (4.580s) 2022-03-17T20:05:09.8428198Z test_type_promotion_ge_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T20:05:09.8610289Z test_type_promotion_gt_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T20:05:09.8761177Z test_type_promotion_heaviside_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.015s) 2022-03-17T20:05:09.8860532Z test_type_promotion_hypot_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.010s) 2022-03-17T20:05:09.8958006Z test_type_promotion_igamma_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.010s) 2022-03-17T20:05:09.9056589Z test_type_promotion_igamma_grad_other_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.010s) 2022-03-17T20:05:09.9153228Z test_type_promotion_igammac_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.010s) 2022-03-17T20:05:09.9252343Z test_type_promotion_igammac_grad_other_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.010s) 2022-03-17T20:05:09.9388784Z test_type_promotion_isclose_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.013s) 2022-03-17T20:05:14.4825151Z test_type_promotion_lcm_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (4.543s) 2022-03-17T20:05:14.5302219Z test_type_promotion_ldexp_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-03-17T20:05:14.5476291Z test_type_promotion_le_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T20:05:14.5674871Z test_type_promotion_logical_and_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T20:05:14.5873609Z test_type_promotion_logical_or_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T20:05:14.6072622Z test_type_promotion_logical_xor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T20:05:14.6256827Z test_type_promotion_lt_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-03-17T20:05:14.6492933Z test_type_promotion_max_binary_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.023s) 2022-03-17T20:05:14.6720098Z test_type_promotion_maximum_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.023s) 2022-03-17T20:05:14.6953889Z test_type_promotion_min_binary_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.023s) 2022-03-17T20:05:14.7181955Z test_type_promotion_minimum_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.023s) 2022-03-17T20:05:14.7558258Z test_type_promotion_mul_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-03-17T20:05:14.7656745Z test_type_promotion_ne_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.010s) 2022-03-17T20:05:14.7753938Z test_type_promotion_nextafter_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.010s) 2022-03-17T20:05:14.7850534Z test_type_promotion_polar_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.010s) 2022-03-17T20:05:14.7948539Z test_type_promotion_pow_cuda (__main__.TestBinaryUfuncsCUDA) ... skip (0.010s) 2022-03-17T20:05:14.8230368Z test_type_promotion_remainder_autodiffed_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T20:05:14.8515256Z test_type_promotion_remainder_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-03-17T20:05:14.8659642Z test_type_promotion_rsub_rsub_scalar_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-03-17T20:05:14.8809233Z test_type_promotion_rsub_rsub_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-03-17T20:05:14.9117585Z test_type_promotion_special_xlog1py_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T20:05:17.9430803Z test_type_promotion_special_zeta_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (3.031s) 2022-03-17T20:05:17.9740682Z test_type_promotion_special_zeta_grad_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T20:05:18.0170842Z test_type_promotion_sub_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-03-17T20:05:18.0632567Z test_type_promotion_true_divide_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-03-17T20:05:18.0940226Z test_type_promotion_xlogy_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-03-17T20:05:18.1049429Z test_xlogy_xlog1py_bfloat16_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:05:18.1424241Z test_xlogy_xlog1py_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:18.1752223Z test_xlogy_xlog1py_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T20:05:18.2085390Z test_xlogy_xlog1py_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T20:05:18.2406742Z test_xlogy_xlog1py_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T20:05:18.2776910Z test_xlogy_xlog1py_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:18.3145309Z test_xlogy_xlog1py_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:18.3515839Z test_xlogy_xlog1py_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:18.3883337Z test_xlogy_xlog1py_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:18.4258090Z test_xlogy_xlog1py_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:18.4507389Z test_xlogy_xlog1py_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-03-17T20:05:18.4718946Z test_xlogy_xlog1py_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:05:18.4929306Z test_xlogy_xlog1py_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:05:18.5135302Z test_xlogy_xlog1py_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T20:05:18.5384103Z test_xlogy_xlog1py_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-03-17T20:05:18.5632115Z test_xlogy_xlog1py_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-03-17T20:05:18.5879704Z test_xlogy_xlog1py_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-03-17T20:05:18.6134551Z test_xlogy_xlog1py_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-03-17T20:05:18.6384351Z test_xlogy_xlog1py_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-03-17T20:05:18.6630157Z test_xlogy_xlog1py_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-03-17T20:05:18.6839965Z test_xlogy_xlog1py_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:05:18.7047672Z test_xlogy_xlog1py_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-03-17T20:05:18.7251783Z test_xlogy_xlog1py_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T20:05:18.7499075Z test_xlogy_xlog1py_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-03-17T20:05:18.7745993Z test_xlogy_xlog1py_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-03-17T20:05:18.7999882Z test_xlogy_xlog1py_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-03-17T20:05:18.8249659Z test_xlogy_xlog1py_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-03-17T20:05:18.8496879Z test_xlogy_xlog1py_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-03-17T20:05:18.8737822Z test_xlogy_xlog1py_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-03-17T20:05:18.8942273Z test_xlogy_xlog1py_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T20:05:18.9146488Z test_xlogy_xlog1py_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T20:05:18.9347868Z test_xlogy_xlog1py_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-03-17T20:05:18.9589596Z test_xlogy_xlog1py_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-03-17T20:05:18.9837579Z test_xlogy_xlog1py_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-03-17T20:05:19.0082045Z test_xlogy_xlog1py_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-03-17T20:05:19.0323511Z test_xlogy_xlog1py_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-03-17T20:05:19.0565059Z test_xlogy_xlog1py_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-03-17T20:05:19.0929937Z test_xlogy_xlog1py_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:05:19.1263920Z test_xlogy_xlog1py_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T20:05:19.1596333Z test_xlogy_xlog1py_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T20:05:19.1924636Z test_xlogy_xlog1py_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T20:05:19.2297084Z test_xlogy_xlog1py_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:19.2662769Z test_xlogy_xlog1py_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:05:19.3028128Z test_xlogy_xlog1py_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:05:19.3400454Z test_xlogy_xlog1py_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:19.3765435Z test_xlogy_xlog1py_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:05:19.4132868Z test_xlogy_xlog1py_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:19.4465699Z test_xlogy_xlog1py_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T20:05:19.4795863Z test_xlogy_xlog1py_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T20:05:19.5132974Z test_xlogy_xlog1py_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-03-17T20:05:19.5498253Z test_xlogy_xlog1py_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:05:19.5864435Z test_xlogy_xlog1py_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:05:19.6231869Z test_xlogy_xlog1py_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:19.6596725Z test_xlogy_xlog1py_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:05:19.6969205Z test_xlogy_xlog1py_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:19.7334975Z test_xlogy_xlog1py_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:05:19.7671300Z test_xlogy_xlog1py_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-03-17T20:05:19.8006250Z test_xlogy_xlog1py_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T20:05:19.8329462Z test_xlogy_xlog1py_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T20:05:19.8702161Z test_xlogy_xlog1py_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:19.9072527Z test_xlogy_xlog1py_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:19.9439700Z test_xlogy_xlog1py_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:19.9808351Z test_xlogy_xlog1py_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:20.0178630Z test_xlogy_xlog1py_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:20.0548457Z test_xlogy_xlog1py_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:20.0883959Z test_xlogy_xlog1py_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T20:05:20.1217553Z test_xlogy_xlog1py_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T20:05:20.1540331Z test_xlogy_xlog1py_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T20:05:20.1908360Z test_xlogy_xlog1py_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:20.2273852Z test_xlogy_xlog1py_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:05:20.2640607Z test_xlogy_xlog1py_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:20.3007666Z test_xlogy_xlog1py_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:20.3379957Z test_xlogy_xlog1py_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:20.3757882Z test_xlogy_xlog1py_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-03-17T20:05:20.4091909Z test_xlogy_xlog1py_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T20:05:20.4425989Z test_xlogy_xlog1py_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-03-17T20:05:20.4751944Z test_xlogy_xlog1py_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T20:05:20.5117564Z test_xlogy_xlog1py_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-03-17T20:05:20.5489155Z test_xlogy_xlog1py_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:20.5856025Z test_xlogy_xlog1py_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:20.6224277Z test_xlogy_xlog1py_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:20.6600228Z test_xlogy_xlog1py_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-03-17T20:05:20.6632932Z test_xlogy_xlog1py_scalar_type_promotion_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:05:20.6670541Z test_zeta_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.6708027Z test_zeta_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.6745000Z test_zeta_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.6782963Z test_zeta_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.6820093Z test_zeta_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.6857897Z test_zeta_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.6895572Z test_zeta_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.6933257Z test_zeta_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.6970566Z test_zeta_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7014164Z test_zeta_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7051650Z test_zeta_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7088895Z test_zeta_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7126114Z test_zeta_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7162966Z test_zeta_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7200298Z test_zeta_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7237494Z test_zeta_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7275150Z test_zeta_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7312266Z test_zeta_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7349753Z test_zeta_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7387473Z test_zeta_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7425191Z test_zeta_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7468778Z test_zeta_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7506419Z test_zeta_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7543924Z test_zeta_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7581553Z test_zeta_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7619258Z test_zeta_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7656930Z test_zeta_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7694486Z test_zeta_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7732330Z test_zeta_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7769509Z test_zeta_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7807279Z test_zeta_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7844583Z test_zeta_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7881987Z test_zeta_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7925684Z test_zeta_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.7963072Z test_zeta_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8000472Z test_zeta_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8038139Z test_zeta_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8075444Z test_zeta_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8112980Z test_zeta_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8150443Z test_zeta_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8188058Z test_zeta_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8225708Z test_zeta_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8263226Z test_zeta_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8300870Z test_zeta_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8344639Z test_zeta_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8382174Z test_zeta_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8419567Z test_zeta_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8457434Z test_zeta_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8495051Z test_zeta_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8532606Z test_zeta_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8570171Z test_zeta_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8607938Z test_zeta_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8645741Z test_zeta_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8683345Z test_zeta_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8720882Z test_zeta_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8758219Z test_zeta_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8802413Z test_zeta_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8839871Z test_zeta_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8877767Z test_zeta_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8915806Z test_zeta_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8952834Z test_zeta_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.8990189Z test_zeta_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.9027957Z test_zeta_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.9065307Z test_zeta_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip (0.004s) 2022-03-17T20:05:20.9067905Z 2022-03-17T20:05:20.9068733Z ---------------------------------------------------------------------- 2022-03-17T20:05:20.9069093Z Ran 7116 tests in 409.744s 2022-03-17T20:05:20.9069240Z 2022-03-17T20:05:20.9070962Z OK (skipped=884, expected failures=23) 2022-03-17T20:05:20.9071202Z 2022-03-17T20:05:20.9071327Z Generating XML reports... 2022-03-17T20:05:21.7717983Z Generated XML report: test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCUDA-20220317195830.xml 2022-03-17T20:05:22.2204974Z Running test_foreach ... [2022-03-17 20:05:22.219982] 2022-03-17T20:05:22.2205614Z Executing ['/opt/conda/bin/python', 'test_foreach.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:05:22.220092] 2022-03-17T20:05:24.9080949Z Test results will be stored in test-reports/python-unittest/test_foreach 2022-03-17T20:05:24.9343764Z 2022-03-17T20:05:24.9344469Z Running tests... 2022-03-17T20:05:24.9344965Z ---------------------------------------------------------------------- 2022-03-17T20:05:24.9391111Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:05:24.9412600Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_bool (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:24.9433545Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:24.9454534Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:24.9475464Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:24.9498047Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:24.9518055Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:24.9538683Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:24.9559337Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:24.9580439Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:24.9607442Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:24.9628167Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:25.0189429Z test_binary_op_list_error_cases__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-03-17T20:05:25.0740341Z test_binary_op_list_error_cases__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:05:25.1292134Z test_binary_op_list_error_cases__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:05:25.1842603Z test_binary_op_list_error_cases__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:05:25.2396232Z test_binary_op_list_error_cases__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:05:25.2942900Z test_binary_op_list_error_cases__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:05:25.3507398Z test_binary_op_list_error_cases__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-03-17T20:05:25.4052999Z test_binary_op_list_error_cases__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-03-17T20:05:25.4605355Z test_binary_op_list_error_cases__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:05:25.5160857Z test_binary_op_list_error_cases__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:05:25.5712348Z test_binary_op_list_error_cases__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:05:25.6256295Z test_binary_op_list_error_cases__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-03-17T20:05:25.6782397Z test_binary_op_list_error_cases__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-03-17T20:05:25.7311526Z test_binary_op_list_error_cases__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.053s) 2022-03-17T20:05:25.7846909Z test_binary_op_list_error_cases__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-03-17T20:05:25.8375315Z test_binary_op_list_error_cases__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-03-17T20:05:25.8897123Z test_binary_op_list_error_cases__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-03-17T20:05:25.9421103Z test_binary_op_list_error_cases__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-03-17T20:05:25.9943604Z test_binary_op_list_error_cases__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-03-17T20:05:26.0476461Z test_binary_op_list_error_cases__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-03-17T20:05:26.0999570Z test_binary_op_list_error_cases__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-03-17T20:05:26.1532483Z test_binary_op_list_error_cases__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-03-17T20:05:26.2066190Z test_binary_op_list_error_cases__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-03-17T20:05:26.2590206Z test_binary_op_list_error_cases__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-03-17T20:05:26.3113601Z test_binary_op_list_error_cases__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-03-17T20:05:26.3645214Z test_binary_op_list_error_cases__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.053s) 2022-03-17T20:05:26.4179426Z test_binary_op_list_error_cases__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-03-17T20:05:26.4703279Z test_binary_op_list_error_cases__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-03-17T20:05:26.5230999Z test_binary_op_list_error_cases__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-03-17T20:05:26.5762513Z test_binary_op_list_error_cases__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-03-17T20:05:26.6289182Z test_binary_op_list_error_cases__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-03-17T20:05:26.6813709Z test_binary_op_list_error_cases__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-03-17T20:05:26.7347688Z test_binary_op_list_error_cases__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-03-17T20:05:26.7865137Z test_binary_op_list_error_cases__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-03-17T20:05:26.8379369Z test_binary_op_list_error_cases__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-03-17T20:05:26.8901301Z test_binary_op_list_error_cases__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-03-17T20:05:26.9448858Z test_binary_op_list_error_cases__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:05:26.9948861Z test_binary_op_list_error_cases__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.050s) 2022-03-17T20:05:27.0494371Z test_binary_op_list_error_cases__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-03-17T20:05:27.1038559Z test_binary_op_list_error_cases__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-03-17T20:05:27.1597618Z test_binary_op_list_error_cases__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-03-17T20:05:27.2143628Z test_binary_op_list_error_cases__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-03-17T20:05:27.2686609Z test_binary_op_list_error_cases__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-03-17T20:05:27.3237733Z test_binary_op_list_error_cases__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:05:27.3789251Z test_binary_op_list_error_cases__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:05:27.4343848Z test_binary_op_list_error_cases__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:05:27.4889902Z test_binary_op_list_error_cases__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:05:27.5437086Z test_binary_op_list_error_cases__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:05:28.0012273Z test_binary_op_list_slow_path__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.457s) 2022-03-17T20:05:28.0322175Z test_binary_op_list_slow_path__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.031s) 2022-03-17T20:05:28.0671854Z test_binary_op_list_slow_path__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.035s) 2022-03-17T20:05:28.1017778Z test_binary_op_list_slow_path__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.034s) 2022-03-17T20:05:28.1316852Z test_binary_op_list_slow_path__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.030s) 2022-03-17T20:05:28.1629429Z test_binary_op_list_slow_path__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.031s) 2022-03-17T20:05:28.1937519Z test_binary_op_list_slow_path__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.031s) 2022-03-17T20:05:28.2211888Z test_binary_op_list_slow_path__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.027s) 2022-03-17T20:05:28.2500645Z test_binary_op_list_slow_path__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.029s) 2022-03-17T20:05:28.2795381Z test_binary_op_list_slow_path__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.029s) 2022-03-17T20:05:28.3090252Z test_binary_op_list_slow_path__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.029s) 2022-03-17T20:05:28.3381758Z test_binary_op_list_slow_path__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.029s) 2022-03-17T20:05:28.3696673Z test_binary_op_list_slow_path__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.031s) 2022-03-17T20:05:28.4446545Z test_binary_op_list_slow_path__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:05:28.4763968Z test_binary_op_list_slow_path__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.032s) 2022-03-17T20:05:28.5080103Z test_binary_op_list_slow_path__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.031s) 2022-03-17T20:05:28.5377870Z test_binary_op_list_slow_path__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.030s) 2022-03-17T20:05:28.5685905Z test_binary_op_list_slow_path__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.031s) 2022-03-17T20:05:28.6001123Z test_binary_op_list_slow_path__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.031s) 2022-03-17T20:05:28.6752239Z test_binary_op_list_slow_path__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:05:28.7533397Z test_binary_op_list_slow_path__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-03-17T20:05:28.8293703Z test_binary_op_list_slow_path__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-03-17T20:05:28.9043532Z test_binary_op_list_slow_path__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:05:28.9815386Z test_binary_op_list_slow_path__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-03-17T20:05:29.0139646Z test_binary_op_list_slow_path__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.032s) 2022-03-17T20:05:29.0411281Z test_binary_op_list_slow_path__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.027s) 2022-03-17T20:05:29.0728873Z test_binary_op_list_slow_path__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.032s) 2022-03-17T20:05:29.1056581Z test_binary_op_list_slow_path__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.033s) 2022-03-17T20:05:29.1353934Z test_binary_op_list_slow_path__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.030s) 2022-03-17T20:05:29.1659059Z test_binary_op_list_slow_path__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.030s) 2022-03-17T20:05:29.1965669Z test_binary_op_list_slow_path__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.031s) 2022-03-17T20:05:29.2241069Z test_binary_op_list_slow_path__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.027s) 2022-03-17T20:05:29.2519091Z test_binary_op_list_slow_path__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.028s) 2022-03-17T20:05:29.2789766Z test_binary_op_list_slow_path__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.027s) 2022-03-17T20:05:29.3057518Z test_binary_op_list_slow_path__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.027s) 2022-03-17T20:05:29.3332029Z test_binary_op_list_slow_path__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.027s) 2022-03-17T20:05:29.3631007Z test_binary_op_list_slow_path__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.030s) 2022-03-17T20:05:29.4762572Z test_binary_op_list_slow_path__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.113s) 2022-03-17T20:05:29.5082763Z test_binary_op_list_slow_path__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.032s) 2022-03-17T20:05:29.5411468Z test_binary_op_list_slow_path__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.033s) 2022-03-17T20:05:29.5711297Z test_binary_op_list_slow_path__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.030s) 2022-03-17T20:05:29.6013409Z test_binary_op_list_slow_path__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.030s) 2022-03-17T20:05:29.6310402Z test_binary_op_list_slow_path__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.030s) 2022-03-17T20:05:29.6579923Z test_binary_op_list_slow_path__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.027s) 2022-03-17T20:05:29.6883353Z test_binary_op_list_slow_path__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.030s) 2022-03-17T20:05:29.7614176Z test_binary_op_list_slow_path__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-03-17T20:05:29.7952929Z test_binary_op_list_slow_path__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.034s) 2022-03-17T20:05:29.8244666Z test_binary_op_list_slow_path__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.029s) 2022-03-17T20:05:30.0971362Z test_binary_op_scalar_fastpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.272s) 2022-03-17T20:05:30.3482142Z test_binary_op_scalar_fastpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.251s) 2022-03-17T20:05:30.6363321Z test_binary_op_scalar_fastpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.288s) 2022-03-17T20:05:30.9398851Z test_binary_op_scalar_fastpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.303s) 2022-03-17T20:05:31.2142233Z test_binary_op_scalar_fastpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.274s) 2022-03-17T20:05:31.4888803Z test_binary_op_scalar_fastpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.275s) 2022-03-17T20:05:31.7506800Z test_binary_op_scalar_fastpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.262s) 2022-03-17T20:05:31.9789475Z test_binary_op_scalar_fastpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.228s) 2022-03-17T20:05:32.2084027Z test_binary_op_scalar_fastpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.229s) 2022-03-17T20:05:32.4311046Z test_binary_op_scalar_fastpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.223s) 2022-03-17T20:05:32.6600826Z test_binary_op_scalar_fastpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.229s) 2022-03-17T20:05:32.8893025Z test_binary_op_scalar_fastpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.229s) 2022-03-17T20:05:33.1599136Z test_binary_op_scalar_fastpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.270s) 2022-03-17T20:05:33.4401485Z test_binary_op_scalar_fastpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.280s) 2022-03-17T20:05:33.7281715Z test_binary_op_scalar_fastpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.288s) 2022-03-17T20:05:34.0315978Z test_binary_op_scalar_fastpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.303s) 2022-03-17T20:05:34.3031236Z test_binary_op_scalar_fastpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.271s) 2022-03-17T20:05:34.5748753Z test_binary_op_scalar_fastpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.272s) 2022-03-17T20:05:34.8317446Z test_binary_op_scalar_fastpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.257s) 2022-03-17T20:05:35.1097996Z test_binary_op_scalar_fastpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.278s) 2022-03-17T20:05:35.3874710Z test_binary_op_scalar_fastpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.278s) 2022-03-17T20:05:35.6679964Z test_binary_op_scalar_fastpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.280s) 2022-03-17T20:05:35.9448932Z test_binary_op_scalar_fastpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.277s) 2022-03-17T20:05:36.2198681Z test_binary_op_scalar_fastpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.275s) 2022-03-17T20:05:36.4910043Z test_binary_op_scalar_fastpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.271s) 2022-03-17T20:05:36.7265370Z test_binary_op_scalar_fastpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.235s) 2022-03-17T20:05:37.0153838Z test_binary_op_scalar_fastpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.289s) 2022-03-17T20:05:37.3181967Z test_binary_op_scalar_fastpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.303s) 2022-03-17T20:05:37.5883140Z test_binary_op_scalar_fastpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.270s) 2022-03-17T20:05:37.8613645Z test_binary_op_scalar_fastpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.273s) 2022-03-17T20:05:38.1193226Z test_binary_op_scalar_fastpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.258s) 2022-03-17T20:05:38.3419594Z test_binary_op_scalar_fastpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.222s) 2022-03-17T20:05:38.5631450Z test_binary_op_scalar_fastpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.221s) 2022-03-17T20:05:38.7804831Z test_binary_op_scalar_fastpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.217s) 2022-03-17T20:05:39.0013239Z test_binary_op_scalar_fastpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.221s) 2022-03-17T20:05:39.2251463Z test_binary_op_scalar_fastpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.224s) 2022-03-17T20:05:39.4862959Z test_binary_op_scalar_fastpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.261s) 2022-03-17T20:05:39.6797399Z test_binary_op_scalar_fastpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.193s) 2022-03-17T20:05:39.9549276Z test_binary_op_scalar_fastpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.275s) 2022-03-17T20:05:40.2396409Z test_binary_op_scalar_fastpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.285s) 2022-03-17T20:05:40.5008572Z test_binary_op_scalar_fastpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.261s) 2022-03-17T20:05:40.7648441Z test_binary_op_scalar_fastpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.264s) 2022-03-17T20:05:41.0155776Z test_binary_op_scalar_fastpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.250s) 2022-03-17T20:05:41.2515947Z test_binary_op_scalar_fastpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.236s) 2022-03-17T20:05:41.4876344Z test_binary_op_scalar_fastpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.236s) 2022-03-17T20:05:41.7200819Z test_binary_op_scalar_fastpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.232s) 2022-03-17T20:05:41.9569744Z test_binary_op_scalar_fastpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.237s) 2022-03-17T20:05:42.1916271Z test_binary_op_scalar_fastpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.234s) 2022-03-17T20:05:42.5414995Z test_binary_op_scalar_slowpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.350s) 2022-03-17T20:05:42.8404081Z test_binary_op_scalar_slowpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.299s) 2022-03-17T20:05:43.2186420Z test_binary_op_scalar_slowpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.378s) 2022-03-17T20:05:43.6064459Z test_binary_op_scalar_slowpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.388s) 2022-03-17T20:05:43.9572255Z test_binary_op_scalar_slowpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.351s) 2022-03-17T20:05:44.3088754Z test_binary_op_scalar_slowpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.351s) 2022-03-17T20:05:44.6428441Z test_binary_op_scalar_slowpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.334s) 2022-03-17T20:05:44.9380159Z test_binary_op_scalar_slowpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.295s) 2022-03-17T20:05:45.2297096Z test_binary_op_scalar_slowpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.292s) 2022-03-17T20:05:45.5146146Z test_binary_op_scalar_slowpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.285s) 2022-03-17T20:05:45.8045558Z test_binary_op_scalar_slowpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.290s) 2022-03-17T20:05:46.0973529Z test_binary_op_scalar_slowpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.293s) 2022-03-17T20:05:46.4421353Z test_binary_op_scalar_slowpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.345s) 2022-03-17T20:05:46.7677909Z test_binary_op_scalar_slowpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.326s) 2022-03-17T20:05:47.1423106Z test_binary_op_scalar_slowpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.374s) 2022-03-17T20:05:47.5329847Z test_binary_op_scalar_slowpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.391s) 2022-03-17T20:05:47.8819277Z test_binary_op_scalar_slowpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.349s) 2022-03-17T20:05:48.2282433Z test_binary_op_scalar_slowpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.346s) 2022-03-17T20:05:48.5658906Z test_binary_op_scalar_slowpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.338s) 2022-03-17T20:05:48.8890472Z test_binary_op_scalar_slowpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.323s) 2022-03-17T20:05:49.2160208Z test_binary_op_scalar_slowpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.327s) 2022-03-17T20:05:49.5386512Z test_binary_op_scalar_slowpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.322s) 2022-03-17T20:05:49.8602023Z test_binary_op_scalar_slowpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.321s) 2022-03-17T20:05:50.1876412Z test_binary_op_scalar_slowpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.327s) 2022-03-17T20:05:50.5396386Z test_binary_op_scalar_slowpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.352s) 2022-03-17T20:05:50.8358542Z test_binary_op_scalar_slowpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.296s) 2022-03-17T20:05:51.2228352Z test_binary_op_scalar_slowpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.387s) 2022-03-17T20:05:51.6243273Z test_binary_op_scalar_slowpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.401s) 2022-03-17T20:05:51.9780155Z test_binary_op_scalar_slowpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.354s) 2022-03-17T20:05:52.3354328Z test_binary_op_scalar_slowpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.357s) 2022-03-17T20:05:52.6776026Z test_binary_op_scalar_slowpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.342s) 2022-03-17T20:05:52.9678198Z test_binary_op_scalar_slowpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.290s) 2022-03-17T20:05:53.2612443Z test_binary_op_scalar_slowpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.293s) 2022-03-17T20:05:53.5469285Z test_binary_op_scalar_slowpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.286s) 2022-03-17T20:05:53.8373234Z test_binary_op_scalar_slowpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.290s) 2022-03-17T20:05:54.1318354Z test_binary_op_scalar_slowpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.294s) 2022-03-17T20:05:54.4609909Z test_binary_op_scalar_slowpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.329s) 2022-03-17T20:05:54.7022892Z test_binary_op_scalar_slowpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.241s) 2022-03-17T20:05:55.0576430Z test_binary_op_scalar_slowpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.355s) 2022-03-17T20:05:55.4224796Z test_binary_op_scalar_slowpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.365s) 2022-03-17T20:05:55.7501306Z test_binary_op_scalar_slowpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.328s) 2022-03-17T20:05:56.0771126Z test_binary_op_scalar_slowpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.327s) 2022-03-17T20:05:56.3969586Z test_binary_op_scalar_slowpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.320s) 2022-03-17T20:05:56.6887084Z test_binary_op_scalar_slowpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.292s) 2022-03-17T20:05:56.9808178Z test_binary_op_scalar_slowpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.292s) 2022-03-17T20:05:57.2675973Z test_binary_op_scalar_slowpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.287s) 2022-03-17T20:05:57.5577550Z test_binary_op_scalar_slowpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.290s) 2022-03-17T20:05:57.8504449Z test_binary_op_scalar_slowpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.293s) 2022-03-17T20:05:57.8527048Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:57.8547218Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:57.8570130Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:57.8589356Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:57.8617924Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.8643100Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:57.8672997Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.8705927Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.8733994Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.8761490Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.8788974Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.8814463Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:57.8840101Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:57.8865586Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:57.8895767Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.8920882Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:57.8948886Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.8976934Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9005199Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9033734Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9061942Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9090474Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9123448Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9151363Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9180221Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9207157Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9234800Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9262806Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9291144Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9315992Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:57.9350019Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9378375Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9406087Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9433836Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9461235Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9486726Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:57.9512208Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:57.9536907Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:57.9568399Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9593605Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:57.9621345Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9731796Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.011s) 2022-03-17T20:05:57.9759554Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9788383Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9816236Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9844091Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9877440Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:05:57.9902712Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:57.9928237Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:57.9952927Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:57.9978446Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:58.0003632Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-03-17T20:05:58.4325263Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.432s) 2022-03-17T20:05:58.8224725Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.390s) 2022-03-17T20:05:59.2554396Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.433s) 2022-03-17T20:05:59.7117342Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.456s) 2022-03-17T20:06:00.1411616Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.429s) 2022-03-17T20:06:00.5740126Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.433s) 2022-03-17T20:06:00.9893930Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.415s) 2022-03-17T20:06:01.3630507Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.373s) 2022-03-17T20:06:01.7376894Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.374s) 2022-03-17T20:06:02.1065681Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.369s) 2022-03-17T20:06:02.4811041Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.374s) 2022-03-17T20:06:02.8559912Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.375s) 2022-03-17T20:06:03.2789065Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.423s) 2022-03-17T20:06:03.6894316Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.410s) 2022-03-17T20:06:04.1238802Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.434s) 2022-03-17T20:06:04.5794576Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.455s) 2022-03-17T20:06:04.9997935Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.420s) 2022-03-17T20:06:05.4254160Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.425s) 2022-03-17T20:06:05.8308962Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.405s) 2022-03-17T20:06:06.2482125Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.417s) 2022-03-17T20:06:06.6673770Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.419s) 2022-03-17T20:06:07.0808205Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.413s) 2022-03-17T20:06:07.4971908Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.416s) 2022-03-17T20:06:07.9099465Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.413s) 2022-03-17T20:06:08.3350190Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.425s) 2022-03-17T20:06:08.7092128Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.374s) 2022-03-17T20:06:09.1435460Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.434s) 2022-03-17T20:06:09.5977739Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.454s) 2022-03-17T20:06:10.0189752Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.421s) 2022-03-17T20:06:10.4409713Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.422s) 2022-03-17T20:06:10.8486689Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.408s) 2022-03-17T20:06:11.2072550Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.358s) 2022-03-17T20:06:11.5685257Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.361s) 2022-03-17T20:06:11.9216478Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.353s) 2022-03-17T20:06:12.2821491Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.360s) 2022-03-17T20:06:12.6454947Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.363s) 2022-03-17T20:06:13.0383560Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.393s) 2022-03-17T20:06:13.3208982Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.282s) 2022-03-17T20:06:13.7219352Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.401s) 2022-03-17T20:06:14.1398068Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.418s) 2022-03-17T20:06:14.5297625Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.390s) 2022-03-17T20:06:14.9210692Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.391s) 2022-03-17T20:06:15.2998647Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.379s) 2022-03-17T20:06:15.6534727Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.353s) 2022-03-17T20:06:16.0084877Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.355s) 2022-03-17T20:06:16.3583593Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.350s) 2022-03-17T20:06:16.7133317Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.355s) 2022-03-17T20:06:17.0675451Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.354s) 2022-03-17T20:06:17.5982126Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.531s) 2022-03-17T20:06:18.0670946Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.469s) 2022-03-17T20:06:18.6336801Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.566s) 2022-03-17T20:06:19.2229485Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.589s) 2022-03-17T20:06:19.7505446Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.527s) 2022-03-17T20:06:20.2802228Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.530s) 2022-03-17T20:06:20.7978419Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.517s) 2022-03-17T20:06:21.2644242Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.466s) 2022-03-17T20:06:21.7279436Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.463s) 2022-03-17T20:06:22.1799231Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.452s) 2022-03-17T20:06:22.6441109Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.464s) 2022-03-17T20:06:23.1058765Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.462s) 2022-03-17T20:06:23.6245614Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.519s) 2022-03-17T20:06:24.1065478Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.482s) 2022-03-17T20:06:24.6732769Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.567s) 2022-03-17T20:06:25.2608547Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.587s) 2022-03-17T20:06:25.7839336Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.523s) 2022-03-17T20:06:26.3703488Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.586s) 2022-03-17T20:06:26.8701380Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.500s) 2022-03-17T20:06:27.3526915Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.482s) 2022-03-17T20:06:27.8356941Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.483s) 2022-03-17T20:06:28.3202181Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.484s) 2022-03-17T20:06:28.8056517Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.485s) 2022-03-17T20:06:29.2896671Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.484s) 2022-03-17T20:06:29.8167999Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.527s) 2022-03-17T20:06:30.2681404Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.451s) 2022-03-17T20:06:30.8460448Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.578s) 2022-03-17T20:06:31.4433785Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.597s) 2022-03-17T20:06:31.9693586Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.526s) 2022-03-17T20:06:32.4948266Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.525s) 2022-03-17T20:06:33.0027991Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.508s) 2022-03-17T20:06:33.4564865Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.454s) 2022-03-17T20:06:33.9108177Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.454s) 2022-03-17T20:06:34.3563123Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.445s) 2022-03-17T20:06:34.8094511Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.453s) 2022-03-17T20:06:35.2590752Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.449s) 2022-03-17T20:06:35.7335880Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.474s) 2022-03-17T20:06:36.0798727Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.346s) 2022-03-17T20:06:36.5920408Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.512s) 2022-03-17T20:06:37.1195551Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.527s) 2022-03-17T20:06:37.5992221Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.480s) 2022-03-17T20:06:38.0796903Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.480s) 2022-03-17T20:06:38.5479044Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.468s) 2022-03-17T20:06:38.9792577Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.431s) 2022-03-17T20:06:39.4126783Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.433s) 2022-03-17T20:06:39.8401973Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.427s) 2022-03-17T20:06:40.2703416Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.430s) 2022-03-17T20:06:40.7042119Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.434s) 2022-03-17T20:06:40.9705746Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.266s) 2022-03-17T20:06:41.1639414Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.193s) 2022-03-17T20:06:41.4617689Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.298s) 2022-03-17T20:06:41.7674847Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.306s) 2022-03-17T20:06:42.0323152Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.265s) 2022-03-17T20:06:42.2974151Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.265s) 2022-03-17T20:06:42.5470752Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.250s) 2022-03-17T20:06:42.7140967Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.167s) 2022-03-17T20:06:42.8793879Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.165s) 2022-03-17T20:06:43.0310308Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.152s) 2022-03-17T20:06:43.1964582Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.165s) 2022-03-17T20:06:43.3627520Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.166s) 2022-03-17T20:06:43.5044276Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.142s) 2022-03-17T20:06:43.6365458Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.132s) 2022-03-17T20:06:43.8062449Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.170s) 2022-03-17T20:06:43.9808036Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.174s) 2022-03-17T20:06:44.1226752Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.142s) 2022-03-17T20:06:44.2637016Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.141s) 2022-03-17T20:06:44.3984021Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.135s) 2022-03-17T20:06:44.5309425Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.132s) 2022-03-17T20:06:44.6632320Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.132s) 2022-03-17T20:06:44.7951893Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.132s) 2022-03-17T20:06:44.9275290Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.132s) 2022-03-17T20:06:45.0584583Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.131s) 2022-03-17T20:06:45.2028217Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.144s) 2022-03-17T20:06:45.2854077Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:06:45.4530625Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.167s) 2022-03-17T20:06:45.6266957Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.174s) 2022-03-17T20:06:45.7699152Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.143s) 2022-03-17T20:06:45.9110768Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.141s) 2022-03-17T20:06:46.0444906Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.133s) 2022-03-17T20:06:46.1278675Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:06:46.2122868Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.084s) 2022-03-17T20:06:46.2883039Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-03-17T20:06:46.3715329Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:06:46.4551873Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.084s) 2022-03-17T20:06:46.7187226Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.263s) 2022-03-17T20:06:46.9489099Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.230s) 2022-03-17T20:06:47.2428776Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.294s) 2022-03-17T20:06:47.5493692Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.306s) 2022-03-17T20:06:47.8145243Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.265s) 2022-03-17T20:06:48.0780780Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.263s) 2022-03-17T20:06:48.3269676Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.249s) 2022-03-17T20:06:48.4937694Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.167s) 2022-03-17T20:06:48.6590081Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.165s) 2022-03-17T20:06:48.8110567Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.152s) 2022-03-17T20:06:48.9763360Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.165s) 2022-03-17T20:06:49.1428772Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.166s) 2022-03-17T20:06:49.4695235Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.327s) 2022-03-17T20:06:49.7060519Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.236s) 2022-03-17T20:06:50.0630701Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.357s) 2022-03-17T20:06:50.4314903Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.368s) 2022-03-17T20:06:50.7588356Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.327s) 2022-03-17T20:06:51.0852734Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.326s) 2022-03-17T20:06:51.3951451Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.310s) 2022-03-17T20:06:51.6228203Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.228s) 2022-03-17T20:06:51.8503638Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.227s) 2022-03-17T20:06:52.0612041Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.211s) 2022-03-17T20:06:52.2878230Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.226s) 2022-03-17T20:06:52.5141889Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.226s) 2022-03-17T20:06:52.7122864Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.198s) 2022-03-17T20:06:52.8878636Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.175s) 2022-03-17T20:06:53.1132843Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.225s) 2022-03-17T20:06:53.3459043Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.232s) 2022-03-17T20:06:53.5441721Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.198s) 2022-03-17T20:06:53.7434865Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.199s) 2022-03-17T20:06:53.9351760Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.192s) 2022-03-17T20:06:54.1113383Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.176s) 2022-03-17T20:06:54.2883918Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.177s) 2022-03-17T20:06:54.4668211Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.178s) 2022-03-17T20:06:54.6420512Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.175s) 2022-03-17T20:06:54.8174420Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.175s) 2022-03-17T20:06:55.0153645Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.198s) 2022-03-17T20:06:55.1548042Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.139s) 2022-03-17T20:06:55.3793436Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.224s) 2022-03-17T20:06:55.6105675Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.231s) 2022-03-17T20:06:55.8098276Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.199s) 2022-03-17T20:06:56.0082039Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.198s) 2022-03-17T20:06:56.1992935Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.191s) 2022-03-17T20:06:56.3405124Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.141s) 2022-03-17T20:06:56.4802500Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.140s) 2022-03-17T20:06:56.6127889Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.132s) 2022-03-17T20:06:56.7541574Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.141s) 2022-03-17T20:06:56.8935200Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.139s) 2022-03-17T20:06:57.2187938Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.325s) 2022-03-17T20:06:57.4913607Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.272s) 2022-03-17T20:06:57.8478702Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.356s) 2022-03-17T20:06:58.2166315Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.369s) 2022-03-17T20:06:58.5431212Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.326s) 2022-03-17T20:06:58.8682419Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.325s) 2022-03-17T20:06:59.1792240Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.311s) 2022-03-17T20:06:59.4061765Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.227s) 2022-03-17T20:06:59.6310369Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.225s) 2022-03-17T20:06:59.8426162Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.212s) 2022-03-17T20:07:00.0689878Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.226s) 2022-03-17T20:07:00.2947699Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.226s) 2022-03-17T20:07:00.2996970Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.3037521Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:07:00.3090191Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.3143635Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.3191664Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.3242129Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.3288601Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.3326844Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:07:00.3365270Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:07:00.3401638Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:07:00.3439806Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:07:00.3492611Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.3539833Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.3687390Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.015s) 2022-03-17T20:07:00.3738752Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.3791859Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.3839682Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.3887882Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.3934285Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.4087467Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.015s) 2022-03-17T20:07:00.4235992Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.015s) 2022-03-17T20:07:00.4385093Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.015s) 2022-03-17T20:07:00.4531925Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.015s) 2022-03-17T20:07:00.4678158Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.015s) 2022-03-17T20:07:00.4725503Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.4762798Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:07:00.4814385Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.4872766Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-03-17T20:07:00.4920090Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.4968455Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.5014687Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.5053300Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:07:00.5090891Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:07:00.5127491Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:07:00.5165363Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:07:00.5208594Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:07:00.5256002Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.5499121Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.024s) 2022-03-17T20:07:00.5550348Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.5603682Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.5651554Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.5699249Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.5746023Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:07:00.5790296Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:07:00.5828021Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:07:00.5864805Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:07:00.5905179Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:07:00.5945778Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:07:00.6221599Z test_minmax_fastpath__foreach_maximum_cuda_bool (__main__.TestForeachCUDA) ... ok (0.027s) 2022-03-17T20:07:00.6636439Z test_minmax_fastpath__foreach_maximum_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.041s) 2022-03-17T20:07:00.7054455Z test_minmax_fastpath__foreach_maximum_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.042s) 2022-03-17T20:07:00.7451924Z test_minmax_fastpath__foreach_maximum_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.040s) 2022-03-17T20:07:00.7675109Z test_minmax_fastpath__foreach_maximum_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.022s) 2022-03-17T20:07:00.7906296Z test_minmax_fastpath__foreach_maximum_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-03-17T20:07:00.8113945Z test_minmax_fastpath__foreach_maximum_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.021s) 2022-03-17T20:07:00.8336464Z test_minmax_fastpath__foreach_maximum_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.022s) 2022-03-17T20:07:00.8563399Z test_minmax_fastpath__foreach_maximum_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-03-17T20:07:00.8825566Z test_minmax_fastpath__foreach_minimum_cuda_bool (__main__.TestForeachCUDA) ... ok (0.026s) 2022-03-17T20:07:00.9247076Z test_minmax_fastpath__foreach_minimum_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.042s) 2022-03-17T20:07:00.9662346Z test_minmax_fastpath__foreach_minimum_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.041s) 2022-03-17T20:07:01.0061654Z test_minmax_fastpath__foreach_minimum_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.040s) 2022-03-17T20:07:01.0289955Z test_minmax_fastpath__foreach_minimum_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-03-17T20:07:01.0514579Z test_minmax_fastpath__foreach_minimum_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.022s) 2022-03-17T20:07:01.0722493Z test_minmax_fastpath__foreach_minimum_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.021s) 2022-03-17T20:07:01.0947809Z test_minmax_fastpath__foreach_minimum_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.022s) 2022-03-17T20:07:01.1171027Z test_minmax_fastpath__foreach_minimum_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.022s) 2022-03-17T20:07:01.1243106Z test_minmax_float_inf_nan__foreach_maximum_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.007s) 2022-03-17T20:07:01.1318536Z test_minmax_float_inf_nan__foreach_maximum_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.007s) 2022-03-17T20:07:01.1393988Z test_minmax_float_inf_nan__foreach_maximum_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.007s) 2022-03-17T20:07:01.1471386Z test_minmax_float_inf_nan__foreach_maximum_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.008s) 2022-03-17T20:07:01.1544492Z test_minmax_float_inf_nan__foreach_minimum_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.007s) 2022-03-17T20:07:01.1617167Z test_minmax_float_inf_nan__foreach_minimum_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.007s) 2022-03-17T20:07:01.1689809Z test_minmax_float_inf_nan__foreach_minimum_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.007s) 2022-03-17T20:07:01.1760039Z test_minmax_float_inf_nan__foreach_minimum_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.007s) 2022-03-17T20:07:01.2454202Z test_minmax_slowpath__foreach_maximum_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-03-17T20:07:01.2942616Z test_minmax_slowpath__foreach_maximum_cuda_bool (__main__.TestForeachCUDA) ... ok (0.049s) 2022-03-17T20:07:01.3633794Z test_minmax_slowpath__foreach_maximum_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-03-17T20:07:01.4324181Z test_minmax_slowpath__foreach_maximum_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-03-17T20:07:01.4994218Z test_minmax_slowpath__foreach_maximum_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.067s) 2022-03-17T20:07:01.5491895Z test_minmax_slowpath__foreach_maximum_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-03-17T20:07:01.5998256Z test_minmax_slowpath__foreach_maximum_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-03-17T20:07:01.6476258Z test_minmax_slowpath__foreach_maximum_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.048s) 2022-03-17T20:07:01.6971563Z test_minmax_slowpath__foreach_maximum_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.049s) 2022-03-17T20:07:01.7466578Z test_minmax_slowpath__foreach_maximum_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.049s) 2022-03-17T20:07:01.8154847Z test_minmax_slowpath__foreach_minimum_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-03-17T20:07:01.8640257Z test_minmax_slowpath__foreach_minimum_cuda_bool (__main__.TestForeachCUDA) ... ok (0.048s) 2022-03-17T20:07:01.9331670Z test_minmax_slowpath__foreach_minimum_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-03-17T20:07:02.0026612Z test_minmax_slowpath__foreach_minimum_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-03-17T20:07:02.0714337Z test_minmax_slowpath__foreach_minimum_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-03-17T20:07:02.1227550Z test_minmax_slowpath__foreach_minimum_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-03-17T20:07:02.1736052Z test_minmax_slowpath__foreach_minimum_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-03-17T20:07:02.2219232Z test_minmax_slowpath__foreach_minimum_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.048s) 2022-03-17T20:07:02.2737453Z test_minmax_slowpath__foreach_minimum_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-03-17T20:07:02.3235943Z test_minmax_slowpath__foreach_minimum_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-03-17T20:07:05.0944220Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (2.771s) 2022-03-17T20:07:08.5705285Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_complex128 (__main__.TestForeachCUDA) ... ok (3.476s) 2022-03-17T20:07:12.1038391Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_complex64 (__main__.TestForeachCUDA) ... ok (3.533s) 2022-03-17T20:07:14.8677561Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_float16 (__main__.TestForeachCUDA) ... ok (2.764s) 2022-03-17T20:07:17.6275417Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_float32 (__main__.TestForeachCUDA) ... ok (2.760s) 2022-03-17T20:07:20.3279305Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_float64 (__main__.TestForeachCUDA) ... ok (2.700s) 2022-03-17T20:07:22.8541615Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_int16 (__main__.TestForeachCUDA) ... ok (2.526s) 2022-03-17T20:07:25.3644146Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_int32 (__main__.TestForeachCUDA) ... ok (2.510s) 2022-03-17T20:07:27.8728977Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_int64 (__main__.TestForeachCUDA) ... ok (2.508s) 2022-03-17T20:07:30.3964110Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_int8 (__main__.TestForeachCUDA) ... ok (2.523s) 2022-03-17T20:07:32.9165822Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_uint8 (__main__.TestForeachCUDA) ... ok (2.520s) 2022-03-17T20:07:35.6231878Z test_pointwise_op_fastpath__foreach_addcmul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (2.706s) 2022-03-17T20:07:39.0376507Z test_pointwise_op_fastpath__foreach_addcmul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (3.414s) 2022-03-17T20:07:42.5202108Z test_pointwise_op_fastpath__foreach_addcmul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (3.482s) 2022-03-17T20:07:45.2767406Z test_pointwise_op_fastpath__foreach_addcmul_cuda_float16 (__main__.TestForeachCUDA) ... ok (2.756s) 2022-03-17T20:07:47.9665474Z test_pointwise_op_fastpath__foreach_addcmul_cuda_float32 (__main__.TestForeachCUDA) ... ok (2.690s) 2022-03-17T20:07:50.5959624Z test_pointwise_op_fastpath__foreach_addcmul_cuda_float64 (__main__.TestForeachCUDA) ... ok (2.629s) 2022-03-17T20:07:50.5970398Z test_pointwise_op_fastpath__foreach_addcmul_cuda_int16 (__main__.TestForeachCUDA) ... skip (0.001s) 2022-03-17T20:07:52.8497413Z test_pointwise_op_fastpath__foreach_addcmul_cuda_int32 (__main__.TestForeachCUDA) ... ok (2.252s) 2022-03-17T20:07:55.0393183Z test_pointwise_op_fastpath__foreach_addcmul_cuda_int64 (__main__.TestForeachCUDA) ... ok (2.189s) 2022-03-17T20:07:57.2916767Z test_pointwise_op_fastpath__foreach_addcmul_cuda_int8 (__main__.TestForeachCUDA) ... ok (2.252s) 2022-03-17T20:07:57.2927840Z test_pointwise_op_fastpath__foreach_addcmul_cuda_uint8 (__main__.TestForeachCUDA) ... skip (0.001s) 2022-03-17T20:08:00.9024674Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (3.609s) 2022-03-17T20:08:05.2748969Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_complex128 (__main__.TestForeachCUDA) ... ok (4.372s) 2022-03-17T20:08:09.7110473Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_complex64 (__main__.TestForeachCUDA) ... ok (4.436s) 2022-03-17T20:08:13.3119185Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_float16 (__main__.TestForeachCUDA) ... ok (3.601s) 2022-03-17T20:08:16.9179139Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_float32 (__main__.TestForeachCUDA) ... ok (3.606s) 2022-03-17T20:08:20.4594159Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_float64 (__main__.TestForeachCUDA) ... ok (3.541s) 2022-03-17T20:08:23.6608055Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_int16 (__main__.TestForeachCUDA) ... ok (3.201s) 2022-03-17T20:08:26.8677063Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_int32 (__main__.TestForeachCUDA) ... ok (3.207s) 2022-03-17T20:08:30.0804067Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_int64 (__main__.TestForeachCUDA) ... ok (3.213s) 2022-03-17T20:08:33.2734687Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_int8 (__main__.TestForeachCUDA) ... ok (3.193s) 2022-03-17T20:08:36.4716776Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_uint8 (__main__.TestForeachCUDA) ... ok (3.198s) 2022-03-17T20:08:40.0231502Z test_pointwise_op_slowpath__foreach_addcmul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (3.551s) 2022-03-17T20:08:44.3245847Z test_pointwise_op_slowpath__foreach_addcmul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (4.301s) 2022-03-17T20:08:48.6965500Z test_pointwise_op_slowpath__foreach_addcmul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (4.372s) 2022-03-17T20:08:52.2585105Z test_pointwise_op_slowpath__foreach_addcmul_cuda_float16 (__main__.TestForeachCUDA) ... ok (3.562s) 2022-03-17T20:08:55.8100877Z test_pointwise_op_slowpath__foreach_addcmul_cuda_float32 (__main__.TestForeachCUDA) ... ok (3.551s) 2022-03-17T20:08:59.3225242Z test_pointwise_op_slowpath__foreach_addcmul_cuda_float64 (__main__.TestForeachCUDA) ... ok (3.512s) 2022-03-17T20:09:02.2663220Z test_pointwise_op_slowpath__foreach_addcmul_cuda_int16 (__main__.TestForeachCUDA) ... ok (2.944s) 2022-03-17T20:09:05.1564329Z test_pointwise_op_slowpath__foreach_addcmul_cuda_int32 (__main__.TestForeachCUDA) ... ok (2.890s) 2022-03-17T20:09:07.9883454Z test_pointwise_op_slowpath__foreach_addcmul_cuda_int64 (__main__.TestForeachCUDA) ... ok (2.832s) 2022-03-17T20:09:10.8780791Z test_pointwise_op_slowpath__foreach_addcmul_cuda_int8 (__main__.TestForeachCUDA) ... ok (2.890s) 2022-03-17T20:09:13.7787168Z test_pointwise_op_slowpath__foreach_addcmul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (2.900s) 2022-03-17T20:09:13.7835795Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:13.7885117Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:13.7931858Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:13.7977270Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:13.8218760Z test_reduce_fastpath__foreach_norm_cuda_bfloat16 (__main__.TestForeachCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.get_all_fp_dtypes() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with [torch.float32, torch.float64, torch.float16, torch.bfloat16]. 2022-03-17T20:09:13.8220073Z warnings.warn(msg, FutureWarning) 2022-03-17T20:09:14.0326636Z ok (0.235s) 2022-03-17T20:09:14.2889026Z test_reduce_fastpath__foreach_norm_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.256s) 2022-03-17T20:09:14.5548585Z test_reduce_fastpath__foreach_norm_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.266s) 2022-03-17T20:09:14.7894529Z test_reduce_fastpath__foreach_norm_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.234s) 2022-03-17T20:09:15.0246484Z test_reduce_fastpath__foreach_norm_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.235s) 2022-03-17T20:09:15.2511061Z test_reduce_fastpath__foreach_norm_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.226s) 2022-03-17T20:09:15.5429497Z test_reduce_slowpath__foreach_norm_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.292s) 2022-03-17T20:09:15.8587934Z test_reduce_slowpath__foreach_norm_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.316s) 2022-03-17T20:09:16.1815800Z test_reduce_slowpath__foreach_norm_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.323s) 2022-03-17T20:09:16.5316852Z test_reduce_slowpath__foreach_norm_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.350s) 2022-03-17T20:09:16.8248547Z test_reduce_slowpath__foreach_norm_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.293s) 2022-03-17T20:09:17.1093065Z test_reduce_slowpath__foreach_norm_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.284s) 2022-03-17T20:09:17.1699682Z test_unary_fastpath__foreach_abs_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.061s) 2022-03-17T20:09:17.2048812Z test_unary_fastpath__foreach_abs_cuda_bool (__main__.TestForeachCUDA) ... ok (0.035s) 2022-03-17T20:09:17.3223189Z test_unary_fastpath__foreach_abs_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.117s) 2022-03-17T20:09:17.4419918Z test_unary_fastpath__foreach_abs_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.120s) 2022-03-17T20:09:17.5017604Z test_unary_fastpath__foreach_abs_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-03-17T20:09:17.5620019Z test_unary_fastpath__foreach_abs_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-03-17T20:09:17.6194256Z test_unary_fastpath__foreach_abs_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.057s) 2022-03-17T20:09:17.6541071Z test_unary_fastpath__foreach_abs_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.035s) 2022-03-17T20:09:17.6889632Z test_unary_fastpath__foreach_abs_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.035s) 2022-03-17T20:09:17.7202208Z test_unary_fastpath__foreach_abs_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.031s) 2022-03-17T20:09:17.7557833Z test_unary_fastpath__foreach_abs_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.035s) 2022-03-17T20:09:17.7918918Z test_unary_fastpath__foreach_abs_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.036s) 2022-03-17T20:09:17.8588577Z test_unary_fastpath__foreach_acos_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.067s) 2022-03-17T20:09:17.9294668Z test_unary_fastpath__foreach_acos_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-03-17T20:09:17.9893090Z test_unary_fastpath__foreach_acos_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-03-17T20:09:18.0507168Z test_unary_fastpath__foreach_acos_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.061s) 2022-03-17T20:09:18.1066147Z test_unary_fastpath__foreach_acos_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-03-17T20:09:18.1741639Z test_unary_fastpath__foreach_asin_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.067s) 2022-03-17T20:09:18.2445514Z test_unary_fastpath__foreach_asin_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-03-17T20:09:18.3045518Z test_unary_fastpath__foreach_asin_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-03-17T20:09:18.3643281Z test_unary_fastpath__foreach_asin_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-03-17T20:09:18.4197937Z test_unary_fastpath__foreach_asin_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:09:18.4867200Z test_unary_fastpath__foreach_atan_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.067s) 2022-03-17T20:09:18.5572271Z test_unary_fastpath__foreach_atan_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-03-17T20:09:18.6173326Z test_unary_fastpath__foreach_atan_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-03-17T20:09:18.6778103Z test_unary_fastpath__foreach_atan_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-03-17T20:09:18.7336595Z test_unary_fastpath__foreach_atan_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-03-17T20:09:18.7943438Z test_unary_fastpath__foreach_ceil_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.061s) 2022-03-17T20:09:18.8545550Z test_unary_fastpath__foreach_ceil_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-03-17T20:09:18.9150539Z test_unary_fastpath__foreach_ceil_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-03-17T20:09:18.9711601Z test_unary_fastpath__foreach_ceil_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-03-17T20:09:19.0381847Z test_unary_fastpath__foreach_cos_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.067s) 2022-03-17T20:09:19.1091751Z test_unary_fastpath__foreach_cos_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-03-17T20:09:19.1699465Z test_unary_fastpath__foreach_cos_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.061s) 2022-03-17T20:09:19.2299878Z test_unary_fastpath__foreach_cos_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-03-17T20:09:19.2856782Z test_unary_fastpath__foreach_cos_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-03-17T20:09:19.3529371Z test_unary_fastpath__foreach_cosh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.067s) 2022-03-17T20:09:19.4236366Z test_unary_fastpath__foreach_cosh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-03-17T20:09:19.4831437Z test_unary_fastpath__foreach_cosh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:19.5430081Z test_unary_fastpath__foreach_cosh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-03-17T20:09:19.5990577Z test_unary_fastpath__foreach_cosh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-03-17T20:09:19.6592732Z test_unary_fastpath__foreach_erf_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-03-17T20:09:19.7190824Z test_unary_fastpath__foreach_erf_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-03-17T20:09:19.7799051Z test_unary_fastpath__foreach_erf_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.061s) 2022-03-17T20:09:19.8358867Z test_unary_fastpath__foreach_erf_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-03-17T20:09:20.0833936Z test_unary_fastpath__foreach_erfc_cuda_bfloat16 (__main__.TestForeachCUDA) ... test_foreach.py:59: UserWarning: Specified kernel cache directory could not be created! This disables kernel caching. Specified directory is /var/lib/jenkins/.cache/torch/kernels. This warning will appear only once per process. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/jit_utils.cpp:860.) 2022-03-17T20:09:20.0836145Z return [self.func(*i, **kwargs) for i in zip(*inputs)] 2022-03-17T20:09:20.1393133Z ok (0.303s) 2022-03-17T20:09:20.4218989Z test_unary_fastpath__foreach_erfc_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.282s) 2022-03-17T20:09:20.7023974Z test_unary_fastpath__foreach_erfc_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.280s) 2022-03-17T20:09:21.0192744Z test_unary_fastpath__foreach_erfc_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.317s) 2022-03-17T20:09:21.5656160Z test_unary_fastpath__foreach_exp_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.546s) 2022-03-17T20:09:22.1137647Z test_unary_fastpath__foreach_exp_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.548s) 2022-03-17T20:09:22.1731191Z test_unary_fastpath__foreach_exp_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:22.2328357Z test_unary_fastpath__foreach_exp_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-03-17T20:09:22.2879753Z test_unary_fastpath__foreach_exp_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:09:22.3467308Z test_unary_fastpath__foreach_expm1_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:22.4058308Z test_unary_fastpath__foreach_expm1_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:22.4653156Z test_unary_fastpath__foreach_expm1_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:22.5205030Z test_unary_fastpath__foreach_expm1_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:09:22.5792554Z test_unary_fastpath__foreach_floor_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:22.6398580Z test_unary_fastpath__foreach_floor_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-03-17T20:09:22.6997202Z test_unary_fastpath__foreach_floor_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-03-17T20:09:22.7563778Z test_unary_fastpath__foreach_floor_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.057s) 2022-03-17T20:09:22.8163300Z test_unary_fastpath__foreach_frac_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-03-17T20:09:22.8760596Z test_unary_fastpath__foreach_frac_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-03-17T20:09:22.9354520Z test_unary_fastpath__foreach_frac_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:22.9898866Z test_unary_fastpath__foreach_frac_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-03-17T20:09:23.0559725Z test_unary_fastpath__foreach_log10_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.066s) 2022-03-17T20:09:23.1251028Z test_unary_fastpath__foreach_log10_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-03-17T20:09:23.1841042Z test_unary_fastpath__foreach_log10_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:23.2434285Z test_unary_fastpath__foreach_log10_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:23.2986140Z test_unary_fastpath__foreach_log10_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:09:23.3578451Z test_unary_fastpath__foreach_log1p_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:23.4170352Z test_unary_fastpath__foreach_log1p_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:23.4721637Z test_unary_fastpath__foreach_log1p_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:09:23.5377301Z test_unary_fastpath__foreach_log2_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.065s) 2022-03-17T20:09:23.6087710Z test_unary_fastpath__foreach_log2_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-03-17T20:09:23.6677659Z test_unary_fastpath__foreach_log2_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:23.7268580Z test_unary_fastpath__foreach_log2_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:23.7812540Z test_unary_fastpath__foreach_log2_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-03-17T20:09:23.8473787Z test_unary_fastpath__foreach_log_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.066s) 2022-03-17T20:09:23.9167596Z test_unary_fastpath__foreach_log_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-03-17T20:09:23.9749899Z test_unary_fastpath__foreach_log_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.058s) 2022-03-17T20:09:24.0338820Z test_unary_fastpath__foreach_log_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:24.0886311Z test_unary_fastpath__foreach_log_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:09:24.1548685Z test_unary_fastpath__foreach_neg_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.066s) 2022-03-17T20:09:24.2243774Z test_unary_fastpath__foreach_neg_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-03-17T20:09:24.2827858Z test_unary_fastpath__foreach_neg_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.058s) 2022-03-17T20:09:24.3380526Z test_unary_fastpath__foreach_neg_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:09:24.3731633Z test_unary_fastpath__foreach_neg_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.035s) 2022-03-17T20:09:24.4077098Z test_unary_fastpath__foreach_neg_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.034s) 2022-03-17T20:09:24.4382896Z test_unary_fastpath__foreach_neg_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.030s) 2022-03-17T20:09:24.4739992Z test_unary_fastpath__foreach_neg_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.036s) 2022-03-17T20:09:24.5087322Z test_unary_fastpath__foreach_neg_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.035s) 2022-03-17T20:09:24.5679072Z test_unary_fastpath__foreach_reciprocal_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:24.6260230Z test_unary_fastpath__foreach_reciprocal_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.058s) 2022-03-17T20:09:24.6811658Z test_unary_fastpath__foreach_reciprocal_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:09:24.7402395Z test_unary_fastpath__foreach_round_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:24.7986215Z test_unary_fastpath__foreach_round_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.058s) 2022-03-17T20:09:24.8576190Z test_unary_fastpath__foreach_round_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:24.9125622Z test_unary_fastpath__foreach_round_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:09:24.9718736Z test_unary_fastpath__foreach_sigmoid_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:25.0306643Z test_unary_fastpath__foreach_sigmoid_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:25.0851259Z test_unary_fastpath__foreach_sigmoid_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-03-17T20:09:25.1511226Z test_unary_fastpath__foreach_sin_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.066s) 2022-03-17T20:09:25.2212143Z test_unary_fastpath__foreach_sin_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-03-17T20:09:25.2802511Z test_unary_fastpath__foreach_sin_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:25.3389763Z test_unary_fastpath__foreach_sin_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:25.3952988Z test_unary_fastpath__foreach_sin_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-03-17T20:09:25.4610415Z test_unary_fastpath__foreach_sinh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.066s) 2022-03-17T20:09:25.5308099Z test_unary_fastpath__foreach_sinh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-03-17T20:09:25.5892508Z test_unary_fastpath__foreach_sinh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.058s) 2022-03-17T20:09:25.6480435Z test_unary_fastpath__foreach_sinh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:25.7028849Z test_unary_fastpath__foreach_sinh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:09:26.3370331Z test_unary_fastpath__foreach_sqrt_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.634s) 2022-03-17T20:09:27.0011247Z test_unary_fastpath__foreach_sqrt_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.664s) 2022-03-17T20:09:27.0600681Z test_unary_fastpath__foreach_sqrt_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:27.1191138Z test_unary_fastpath__foreach_sqrt_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:27.1739552Z test_unary_fastpath__foreach_sqrt_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:09:27.2394424Z test_unary_fastpath__foreach_tan_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.065s) 2022-03-17T20:09:27.3090098Z test_unary_fastpath__foreach_tan_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-03-17T20:09:27.3684139Z test_unary_fastpath__foreach_tan_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:27.4274204Z test_unary_fastpath__foreach_tan_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:27.4822617Z test_unary_fastpath__foreach_tan_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:09:27.5495646Z test_unary_fastpath__foreach_tanh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.067s) 2022-03-17T20:09:27.6190461Z test_unary_fastpath__foreach_tanh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-03-17T20:09:27.6785476Z test_unary_fastpath__foreach_tanh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:27.7375759Z test_unary_fastpath__foreach_tanh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:27.7928520Z test_unary_fastpath__foreach_tanh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:09:27.8522611Z test_unary_fastpath__foreach_trunc_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:27.9113503Z test_unary_fastpath__foreach_trunc_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:27.9707792Z test_unary_fastpath__foreach_trunc_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-03-17T20:09:28.0255672Z test_unary_fastpath__foreach_trunc_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-03-17T20:09:28.0299562Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.0562199Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_bool (__main__.TestForeachCUDA) ... ok (0.026s) 2022-03-17T20:09:28.0685513Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.012s) 2022-03-17T20:09:28.0810478Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.012s) 2022-03-17T20:09:28.0853852Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.0897540Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.0939832Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.0975171Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:09:28.1013146Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.1046374Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:09:28.1080507Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:09:28.1115197Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:09:28.1162146Z test_unary_op_tensors_on_different_devices__foreach_acos_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.1210220Z test_unary_op_tensors_on_different_devices__foreach_acos_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.1453928Z test_unary_op_tensors_on_different_devices__foreach_acos_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-03-17T20:09:28.1502421Z test_unary_op_tensors_on_different_devices__foreach_acos_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.1545443Z test_unary_op_tensors_on_different_devices__foreach_acos_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.1592419Z test_unary_op_tensors_on_different_devices__foreach_asin_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.1640559Z test_unary_op_tensors_on_different_devices__foreach_asin_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.1884500Z test_unary_op_tensors_on_different_devices__foreach_asin_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-03-17T20:09:28.1927945Z test_unary_op_tensors_on_different_devices__foreach_asin_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.1970927Z test_unary_op_tensors_on_different_devices__foreach_asin_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.2018318Z test_unary_op_tensors_on_different_devices__foreach_atan_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.2071856Z test_unary_op_tensors_on_different_devices__foreach_atan_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.2321525Z test_unary_op_tensors_on_different_devices__foreach_atan_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.025s) 2022-03-17T20:09:28.2364975Z test_unary_op_tensors_on_different_devices__foreach_atan_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.2407484Z test_unary_op_tensors_on_different_devices__foreach_atan_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.2451238Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.2698792Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.025s) 2022-03-17T20:09:28.2741703Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.2783993Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.2836692Z test_unary_op_tensors_on_different_devices__foreach_cos_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.2884885Z test_unary_op_tensors_on_different_devices__foreach_cos_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.3129566Z test_unary_op_tensors_on_different_devices__foreach_cos_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-03-17T20:09:28.3173445Z test_unary_op_tensors_on_different_devices__foreach_cos_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.3216131Z test_unary_op_tensors_on_different_devices__foreach_cos_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.3262976Z test_unary_op_tensors_on_different_devices__foreach_cosh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.3310509Z test_unary_op_tensors_on_different_devices__foreach_cosh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.3550996Z test_unary_op_tensors_on_different_devices__foreach_cosh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-03-17T20:09:28.3605513Z test_unary_op_tensors_on_different_devices__foreach_cosh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.3647775Z test_unary_op_tensors_on_different_devices__foreach_cosh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.3691919Z test_unary_op_tensors_on_different_devices__foreach_erf_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.3937607Z test_unary_op_tensors_on_different_devices__foreach_erf_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-03-17T20:09:28.3981058Z test_unary_op_tensors_on_different_devices__foreach_erf_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.4024714Z test_unary_op_tensors_on_different_devices__foreach_erf_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.4068862Z test_unary_op_tensors_on_different_devices__foreach_erfc_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.4316556Z test_unary_op_tensors_on_different_devices__foreach_erfc_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.025s) 2022-03-17T20:09:28.4366182Z test_unary_op_tensors_on_different_devices__foreach_erfc_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.4409016Z test_unary_op_tensors_on_different_devices__foreach_erfc_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.4456077Z test_unary_op_tensors_on_different_devices__foreach_exp_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.4504167Z test_unary_op_tensors_on_different_devices__foreach_exp_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.4754368Z test_unary_op_tensors_on_different_devices__foreach_exp_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.025s) 2022-03-17T20:09:28.4797528Z test_unary_op_tensors_on_different_devices__foreach_exp_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.4840257Z test_unary_op_tensors_on_different_devices__foreach_exp_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.4884254Z test_unary_op_tensors_on_different_devices__foreach_expm1_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.5134960Z test_unary_op_tensors_on_different_devices__foreach_expm1_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.025s) 2022-03-17T20:09:28.5178534Z test_unary_op_tensors_on_different_devices__foreach_expm1_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.5221119Z test_unary_op_tensors_on_different_devices__foreach_expm1_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.5264689Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.5515782Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.025s) 2022-03-17T20:09:28.5558703Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.5601092Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.5644711Z test_unary_op_tensors_on_different_devices__foreach_frac_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.5694287Z test_unary_op_tensors_on_different_devices__foreach_frac_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.5738048Z test_unary_op_tensors_on_different_devices__foreach_frac_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.5780666Z test_unary_op_tensors_on_different_devices__foreach_frac_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.5827764Z test_unary_op_tensors_on_different_devices__foreach_log10_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.5875425Z test_unary_op_tensors_on_different_devices__foreach_log10_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.6116274Z test_unary_op_tensors_on_different_devices__foreach_log10_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-03-17T20:09:28.6159496Z test_unary_op_tensors_on_different_devices__foreach_log10_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.6201870Z test_unary_op_tensors_on_different_devices__foreach_log10_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.6452642Z test_unary_op_tensors_on_different_devices__foreach_log1p_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.025s) 2022-03-17T20:09:28.6496151Z test_unary_op_tensors_on_different_devices__foreach_log1p_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.6538729Z test_unary_op_tensors_on_different_devices__foreach_log1p_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.6585685Z test_unary_op_tensors_on_different_devices__foreach_log2_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.6633391Z test_unary_op_tensors_on_different_devices__foreach_log2_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.6875466Z test_unary_op_tensors_on_different_devices__foreach_log2_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-03-17T20:09:28.6918877Z test_unary_op_tensors_on_different_devices__foreach_log2_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.6961619Z test_unary_op_tensors_on_different_devices__foreach_log2_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.7014791Z test_unary_op_tensors_on_different_devices__foreach_log_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.7062439Z test_unary_op_tensors_on_different_devices__foreach_log_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.7304285Z test_unary_op_tensors_on_different_devices__foreach_log_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-03-17T20:09:28.7347355Z test_unary_op_tensors_on_different_devices__foreach_log_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.7390140Z test_unary_op_tensors_on_different_devices__foreach_log_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.7436776Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.7485515Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.7528907Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.7577241Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.7612551Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:09:28.7646862Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:09:28.7679689Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:09:28.7714022Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:09:28.7748383Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-03-17T20:09:28.7791413Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.7834646Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.7882622Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.7926226Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.8173787Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.025s) 2022-03-17T20:09:28.8216750Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.8259021Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.8503321Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-03-17T20:09:28.8546313Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.8588530Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.8641290Z test_unary_op_tensors_on_different_devices__foreach_sin_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.8689157Z test_unary_op_tensors_on_different_devices__foreach_sin_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.8935915Z test_unary_op_tensors_on_different_devices__foreach_sin_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.025s) 2022-03-17T20:09:28.8979387Z test_unary_op_tensors_on_different_devices__foreach_sin_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.9022105Z test_unary_op_tensors_on_different_devices__foreach_sin_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.9068826Z test_unary_op_tensors_on_different_devices__foreach_sinh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.9116403Z test_unary_op_tensors_on_different_devices__foreach_sinh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.9361317Z test_unary_op_tensors_on_different_devices__foreach_sinh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-03-17T20:09:28.9410501Z test_unary_op_tensors_on_different_devices__foreach_sinh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.9452759Z test_unary_op_tensors_on_different_devices__foreach_sinh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.9499742Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.9547247Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.9793855Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.025s) 2022-03-17T20:09:28.9837217Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.9879877Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:28.9926992Z test_unary_op_tensors_on_different_devices__foreach_tan_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:28.9980886Z test_unary_op_tensors_on_different_devices__foreach_tan_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:29.0224667Z test_unary_op_tensors_on_different_devices__foreach_tan_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-03-17T20:09:29.0267920Z test_unary_op_tensors_on_different_devices__foreach_tan_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:29.0310364Z test_unary_op_tensors_on_different_devices__foreach_tan_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:29.0356943Z test_unary_op_tensors_on_different_devices__foreach_tanh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:29.0405003Z test_unary_op_tensors_on_different_devices__foreach_tanh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:29.0653386Z test_unary_op_tensors_on_different_devices__foreach_tanh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.025s) 2022-03-17T20:09:29.0696522Z test_unary_op_tensors_on_different_devices__foreach_tanh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:29.0745081Z test_unary_op_tensors_on_different_devices__foreach_tanh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-03-17T20:09:29.0788887Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:29.1037318Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.025s) 2022-03-17T20:09:29.1080410Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:29.1122663Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-03-17T20:09:29.2120870Z test_unary_slowpath__foreach_abs_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.100s) 2022-03-17T20:09:29.2865342Z test_unary_slowpath__foreach_abs_cuda_bool (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:09:29.4164388Z test_unary_slowpath__foreach_abs_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.130s) 2022-03-17T20:09:29.5457439Z test_unary_slowpath__foreach_abs_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.129s) 2022-03-17T20:09:29.6466312Z test_unary_slowpath__foreach_abs_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.101s) 2022-03-17T20:09:29.7453817Z test_unary_slowpath__foreach_abs_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.099s) 2022-03-17T20:09:29.8406297Z test_unary_slowpath__foreach_abs_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.095s) 2022-03-17T20:09:29.9173716Z test_unary_slowpath__foreach_abs_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-03-17T20:09:29.9921998Z test_unary_slowpath__foreach_abs_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:30.0626515Z test_unary_slowpath__foreach_abs_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-03-17T20:09:30.1383120Z test_unary_slowpath__foreach_abs_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-03-17T20:09:30.2117714Z test_unary_slowpath__foreach_abs_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-03-17T20:09:30.2939066Z test_unary_slowpath__foreach_acos_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:09:30.3691146Z test_unary_slowpath__foreach_acos_cuda_bool (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:30.4586539Z test_unary_slowpath__foreach_acos_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.089s) 2022-03-17T20:09:30.5516907Z test_unary_slowpath__foreach_acos_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.093s) 2022-03-17T20:09:30.6371913Z test_unary_slowpath__foreach_acos_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.085s) 2022-03-17T20:09:30.7204603Z test_unary_slowpath__foreach_acos_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:09:30.7992245Z test_unary_slowpath__foreach_acos_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-03-17T20:09:30.8747910Z test_unary_slowpath__foreach_acos_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:30.9499661Z test_unary_slowpath__foreach_acos_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:31.0256434Z test_unary_slowpath__foreach_acos_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:31.1009812Z test_unary_slowpath__foreach_acos_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:31.1764795Z test_unary_slowpath__foreach_acos_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:31.2609484Z test_unary_slowpath__foreach_asin_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.084s) 2022-03-17T20:09:31.3359734Z test_unary_slowpath__foreach_asin_cuda_bool (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:31.4256748Z test_unary_slowpath__foreach_asin_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.090s) 2022-03-17T20:09:31.5190457Z test_unary_slowpath__foreach_asin_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.093s) 2022-03-17T20:09:31.6015066Z test_unary_slowpath__foreach_asin_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:09:31.6840583Z test_unary_slowpath__foreach_asin_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:09:31.7649982Z test_unary_slowpath__foreach_asin_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-03-17T20:09:31.8404817Z test_unary_slowpath__foreach_asin_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:31.9170009Z test_unary_slowpath__foreach_asin_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-03-17T20:09:31.9917896Z test_unary_slowpath__foreach_asin_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:32.0669558Z test_unary_slowpath__foreach_asin_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:32.1417754Z test_unary_slowpath__foreach_asin_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:32.2242155Z test_unary_slowpath__foreach_atan_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:09:32.2983592Z test_unary_slowpath__foreach_atan_cuda_bool (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:09:32.3892400Z test_unary_slowpath__foreach_atan_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.091s) 2022-03-17T20:09:32.4850294Z test_unary_slowpath__foreach_atan_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.096s) 2022-03-17T20:09:32.5672873Z test_unary_slowpath__foreach_atan_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:09:32.6517187Z test_unary_slowpath__foreach_atan_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.084s) 2022-03-17T20:09:32.7304387Z test_unary_slowpath__foreach_atan_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-03-17T20:09:32.8057196Z test_unary_slowpath__foreach_atan_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:32.8814067Z test_unary_slowpath__foreach_atan_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-03-17T20:09:32.9570731Z test_unary_slowpath__foreach_atan_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-03-17T20:09:33.0314629Z test_unary_slowpath__foreach_atan_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:09:33.1061532Z test_unary_slowpath__foreach_atan_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:33.1906221Z test_unary_slowpath__foreach_ceil_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.084s) 2022-03-17T20:09:33.2605899Z test_unary_slowpath__foreach_ceil_cuda_bool (__main__.TestForeachCUDA) ... ok (0.070s) 2022-03-17T20:09:33.3402946Z test_unary_slowpath__foreach_ceil_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-03-17T20:09:33.4189866Z test_unary_slowpath__foreach_ceil_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-03-17T20:09:33.5018357Z test_unary_slowpath__foreach_ceil_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:09:33.5843061Z test_unary_slowpath__foreach_ceil_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:09:33.6631355Z test_unary_slowpath__foreach_ceil_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-03-17T20:09:33.7340712Z test_unary_slowpath__foreach_ceil_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-03-17T20:09:33.8054578Z test_unary_slowpath__foreach_ceil_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-03-17T20:09:33.8762345Z test_unary_slowpath__foreach_ceil_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-03-17T20:09:33.9470662Z test_unary_slowpath__foreach_ceil_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-03-17T20:09:34.0173866Z test_unary_slowpath__foreach_ceil_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-03-17T20:09:34.1017229Z test_unary_slowpath__foreach_cos_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.084s) 2022-03-17T20:09:34.1762878Z test_unary_slowpath__foreach_cos_cuda_bool (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:09:34.2658105Z test_unary_slowpath__foreach_cos_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.089s) 2022-03-17T20:09:34.3585814Z test_unary_slowpath__foreach_cos_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.093s) 2022-03-17T20:09:34.4411547Z test_unary_slowpath__foreach_cos_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:09:34.5237824Z test_unary_slowpath__foreach_cos_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:09:34.6027648Z test_unary_slowpath__foreach_cos_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-03-17T20:09:34.6806636Z test_unary_slowpath__foreach_cos_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-03-17T20:09:34.7552554Z test_unary_slowpath__foreach_cos_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:09:34.8302163Z test_unary_slowpath__foreach_cos_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:34.9050369Z test_unary_slowpath__foreach_cos_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:34.9804796Z test_unary_slowpath__foreach_cos_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:35.0632747Z test_unary_slowpath__foreach_cosh_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:09:35.1376382Z test_unary_slowpath__foreach_cosh_cuda_bool (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:09:35.2283685Z test_unary_slowpath__foreach_cosh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.091s) 2022-03-17T20:09:35.3235332Z test_unary_slowpath__foreach_cosh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.095s) 2022-03-17T20:09:35.4062062Z test_unary_slowpath__foreach_cosh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:09:35.4886218Z test_unary_slowpath__foreach_cosh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:09:35.5673907Z test_unary_slowpath__foreach_cosh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-03-17T20:09:35.6422268Z test_unary_slowpath__foreach_cosh_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:35.7176118Z test_unary_slowpath__foreach_cosh_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:35.7923135Z test_unary_slowpath__foreach_cosh_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:35.8669383Z test_unary_slowpath__foreach_cosh_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:09:35.9421321Z test_unary_slowpath__foreach_cosh_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:36.0264849Z test_unary_slowpath__foreach_erf_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.084s) 2022-03-17T20:09:36.1008391Z test_unary_slowpath__foreach_erf_cuda_bool (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:09:36.1816789Z test_unary_slowpath__foreach_erf_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-03-17T20:09:36.2625988Z test_unary_slowpath__foreach_erf_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-03-17T20:09:36.3457483Z test_unary_slowpath__foreach_erf_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:09:36.4282218Z test_unary_slowpath__foreach_erf_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:09:36.5071545Z test_unary_slowpath__foreach_erf_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-03-17T20:09:36.5821686Z test_unary_slowpath__foreach_erf_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:36.6576424Z test_unary_slowpath__foreach_erf_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:36.7337323Z test_unary_slowpath__foreach_erf_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-03-17T20:09:36.8085165Z test_unary_slowpath__foreach_erf_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:09:36.8846665Z test_unary_slowpath__foreach_erf_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-03-17T20:09:38.1431420Z test_unary_slowpath__foreach_erfc_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (1.258s) 2022-03-17T20:10:14.4386631Z test_unary_slowpath__foreach_erfc_cuda_bool (__main__.TestForeachCUDA) ... ok (36.295s) 2022-03-17T20:10:14.5200085Z test_unary_slowpath__foreach_erfc_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-03-17T20:10:14.6006611Z test_unary_slowpath__foreach_erfc_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-03-17T20:10:15.8531152Z test_unary_slowpath__foreach_erfc_cuda_float16 (__main__.TestForeachCUDA) ... ok (1.252s) 2022-03-17T20:10:17.1058929Z test_unary_slowpath__foreach_erfc_cuda_float32 (__main__.TestForeachCUDA) ... ok (1.253s) 2022-03-17T20:10:18.3969993Z test_unary_slowpath__foreach_erfc_cuda_float64 (__main__.TestForeachCUDA) ... ok (1.291s) 2022-03-17T20:10:18.4678503Z test_unary_slowpath__foreach_erfc_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-03-17T20:10:18.5387133Z test_unary_slowpath__foreach_erfc_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-03-17T20:10:18.6101776Z test_unary_slowpath__foreach_erfc_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-03-17T20:10:18.6823159Z test_unary_slowpath__foreach_erfc_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-03-17T20:10:18.7536627Z test_unary_slowpath__foreach_erfc_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-03-17T20:10:18.8367708Z test_unary_slowpath__foreach_exp_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:18.9117243Z test_unary_slowpath__foreach_exp_cuda_bool (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:20.4743369Z test_unary_slowpath__foreach_exp_cuda_complex128 (__main__.TestForeachCUDA) ... ok (1.562s) 2022-03-17T20:10:21.9622457Z test_unary_slowpath__foreach_exp_cuda_complex64 (__main__.TestForeachCUDA) ... ok (1.488s) 2022-03-17T20:10:22.0463053Z test_unary_slowpath__foreach_exp_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.084s) 2022-03-17T20:10:22.1293237Z test_unary_slowpath__foreach_exp_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:22.2098957Z test_unary_slowpath__foreach_exp_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-03-17T20:10:22.2856016Z test_unary_slowpath__foreach_exp_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-03-17T20:10:22.3613468Z test_unary_slowpath__foreach_exp_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-03-17T20:10:22.4362002Z test_unary_slowpath__foreach_exp_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:22.5112516Z test_unary_slowpath__foreach_exp_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:22.5871000Z test_unary_slowpath__foreach_exp_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-03-17T20:10:22.6697227Z test_unary_slowpath__foreach_expm1_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:22.7449277Z test_unary_slowpath__foreach_expm1_cuda_bool (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:22.8266850Z test_unary_slowpath__foreach_expm1_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:10:22.9076461Z test_unary_slowpath__foreach_expm1_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-03-17T20:10:22.9897888Z test_unary_slowpath__foreach_expm1_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:10:23.0741470Z test_unary_slowpath__foreach_expm1_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.084s) 2022-03-17T20:10:23.1534762Z test_unary_slowpath__foreach_expm1_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-03-17T20:10:23.2296756Z test_unary_slowpath__foreach_expm1_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-03-17T20:10:23.3054854Z test_unary_slowpath__foreach_expm1_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-03-17T20:10:23.3802109Z test_unary_slowpath__foreach_expm1_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:23.4547585Z test_unary_slowpath__foreach_expm1_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:10:23.5300215Z test_unary_slowpath__foreach_expm1_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:23.6124111Z test_unary_slowpath__foreach_floor_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:10:23.6831524Z test_unary_slowpath__foreach_floor_cuda_bool (__main__.TestForeachCUDA) ... ok (0.071s) 2022-03-17T20:10:23.7640772Z test_unary_slowpath__foreach_floor_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-03-17T20:10:23.8435212Z test_unary_slowpath__foreach_floor_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-03-17T20:10:23.9283429Z test_unary_slowpath__foreach_floor_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.085s) 2022-03-17T20:10:24.0112865Z test_unary_slowpath__foreach_floor_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:24.0911985Z test_unary_slowpath__foreach_floor_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-03-17T20:10:24.1617446Z test_unary_slowpath__foreach_floor_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-03-17T20:10:24.2335954Z test_unary_slowpath__foreach_floor_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-03-17T20:10:24.3041672Z test_unary_slowpath__foreach_floor_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-03-17T20:10:24.3749147Z test_unary_slowpath__foreach_floor_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-03-17T20:10:24.4456308Z test_unary_slowpath__foreach_floor_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-03-17T20:10:24.5289073Z test_unary_slowpath__foreach_frac_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:24.5982651Z test_unary_slowpath__foreach_frac_cuda_bool (__main__.TestForeachCUDA) ... ok (0.069s) 2022-03-17T20:10:24.6787414Z test_unary_slowpath__foreach_frac_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-03-17T20:10:24.7611512Z test_unary_slowpath__foreach_frac_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:10:24.8463897Z test_unary_slowpath__foreach_frac_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.085s) 2022-03-17T20:10:24.9291653Z test_unary_slowpath__foreach_frac_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:25.0079657Z test_unary_slowpath__foreach_frac_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-03-17T20:10:25.0791836Z test_unary_slowpath__foreach_frac_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-03-17T20:10:25.1510429Z test_unary_slowpath__foreach_frac_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-03-17T20:10:25.2220946Z test_unary_slowpath__foreach_frac_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-03-17T20:10:25.2928003Z test_unary_slowpath__foreach_frac_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-03-17T20:10:25.3632611Z test_unary_slowpath__foreach_frac_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-03-17T20:10:25.4469934Z test_unary_slowpath__foreach_log10_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.084s) 2022-03-17T20:10:25.5217492Z test_unary_slowpath__foreach_log10_cuda_bool (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:25.6117130Z test_unary_slowpath__foreach_log10_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.090s) 2022-03-17T20:10:25.7068578Z test_unary_slowpath__foreach_log10_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.095s) 2022-03-17T20:10:25.7893434Z test_unary_slowpath__foreach_log10_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:10:25.8723639Z test_unary_slowpath__foreach_log10_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:25.9515900Z test_unary_slowpath__foreach_log10_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-03-17T20:10:26.0283202Z test_unary_slowpath__foreach_log10_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-03-17T20:10:26.1034831Z test_unary_slowpath__foreach_log10_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:26.1785144Z test_unary_slowpath__foreach_log10_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:26.2529119Z test_unary_slowpath__foreach_log10_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:10:26.3290194Z test_unary_slowpath__foreach_log10_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-03-17T20:10:26.4117468Z test_unary_slowpath__foreach_log1p_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:26.4860299Z test_unary_slowpath__foreach_log1p_cuda_bool (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:10:26.5670418Z test_unary_slowpath__foreach_log1p_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-03-17T20:10:26.6476268Z test_unary_slowpath__foreach_log1p_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-03-17T20:10:26.7312639Z test_unary_slowpath__foreach_log1p_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.084s) 2022-03-17T20:10:26.8138414Z test_unary_slowpath__foreach_log1p_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:10:26.8929460Z test_unary_slowpath__foreach_log1p_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-03-17T20:10:26.9681603Z test_unary_slowpath__foreach_log1p_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:27.0429903Z test_unary_slowpath__foreach_log1p_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:27.1203311Z test_unary_slowpath__foreach_log1p_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-03-17T20:10:27.1952171Z test_unary_slowpath__foreach_log1p_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:27.2700658Z test_unary_slowpath__foreach_log1p_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:27.3521621Z test_unary_slowpath__foreach_log2_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:10:27.4270100Z test_unary_slowpath__foreach_log2_cuda_bool (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:27.5167655Z test_unary_slowpath__foreach_log2_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.090s) 2022-03-17T20:10:27.6099443Z test_unary_slowpath__foreach_log2_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.093s) 2022-03-17T20:10:27.6952318Z test_unary_slowpath__foreach_log2_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.085s) 2022-03-17T20:10:27.7778190Z test_unary_slowpath__foreach_log2_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:10:27.8568457Z test_unary_slowpath__foreach_log2_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-03-17T20:10:27.9323421Z test_unary_slowpath__foreach_log2_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:28.0090615Z test_unary_slowpath__foreach_log2_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-03-17T20:10:28.0844283Z test_unary_slowpath__foreach_log2_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:28.1593693Z test_unary_slowpath__foreach_log2_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:28.2346527Z test_unary_slowpath__foreach_log2_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:28.3168412Z test_unary_slowpath__foreach_log_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:10:28.3928216Z test_unary_slowpath__foreach_log_cuda_bool (__main__.TestForeachCUDA) ... ok (0.076s) 2022-03-17T20:10:28.4828611Z test_unary_slowpath__foreach_log_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.090s) 2022-03-17T20:10:28.5770412Z test_unary_slowpath__foreach_log_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.094s) 2022-03-17T20:10:28.6605511Z test_unary_slowpath__foreach_log_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:28.7435836Z test_unary_slowpath__foreach_log_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:28.8231060Z test_unary_slowpath__foreach_log_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-03-17T20:10:28.8981592Z test_unary_slowpath__foreach_log_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:28.9755567Z test_unary_slowpath__foreach_log_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.077s) 2022-03-17T20:10:29.0505892Z test_unary_slowpath__foreach_log_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:29.1250690Z test_unary_slowpath__foreach_log_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:10:29.2002126Z test_unary_slowpath__foreach_log_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:29.2831268Z test_unary_slowpath__foreach_neg_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:29.3517962Z test_unary_slowpath__foreach_neg_cuda_bool (__main__.TestForeachCUDA) ... ok (0.069s) 2022-03-17T20:10:29.4417541Z test_unary_slowpath__foreach_neg_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.090s) 2022-03-17T20:10:29.5347378Z test_unary_slowpath__foreach_neg_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.093s) 2022-03-17T20:10:29.6186126Z test_unary_slowpath__foreach_neg_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.084s) 2022-03-17T20:10:29.7015769Z test_unary_slowpath__foreach_neg_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:29.7807373Z test_unary_slowpath__foreach_neg_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-03-17T20:10:29.8390010Z test_unary_slowpath__foreach_neg_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.058s) 2022-03-17T20:10:29.8972648Z test_unary_slowpath__foreach_neg_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.058s) 2022-03-17T20:10:29.9515732Z test_unary_slowpath__foreach_neg_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-03-17T20:10:30.0118100Z test_unary_slowpath__foreach_neg_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-03-17T20:10:30.0696384Z test_unary_slowpath__foreach_neg_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.058s) 2022-03-17T20:10:30.1524311Z test_unary_slowpath__foreach_reciprocal_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:30.2277746Z test_unary_slowpath__foreach_reciprocal_cuda_bool (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:30.3179086Z test_unary_slowpath__foreach_reciprocal_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.090s) 2022-03-17T20:10:30.4113761Z test_unary_slowpath__foreach_reciprocal_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.093s) 2022-03-17T20:10:30.4940593Z test_unary_slowpath__foreach_reciprocal_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:30.5784527Z test_unary_slowpath__foreach_reciprocal_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.084s) 2022-03-17T20:10:30.6580378Z test_unary_slowpath__foreach_reciprocal_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-03-17T20:10:30.7335588Z test_unary_slowpath__foreach_reciprocal_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:30.8085908Z test_unary_slowpath__foreach_reciprocal_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:30.8841482Z test_unary_slowpath__foreach_reciprocal_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:30.9600436Z test_unary_slowpath__foreach_reciprocal_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-03-17T20:10:31.0359248Z test_unary_slowpath__foreach_reciprocal_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-03-17T20:10:31.1187147Z test_unary_slowpath__foreach_round_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:31.1880984Z test_unary_slowpath__foreach_round_cuda_bool (__main__.TestForeachCUDA) ... ok (0.069s) 2022-03-17T20:10:31.2688439Z test_unary_slowpath__foreach_round_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-03-17T20:10:31.3521078Z test_unary_slowpath__foreach_round_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:31.4351271Z test_unary_slowpath__foreach_round_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:31.5197345Z test_unary_slowpath__foreach_round_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.084s) 2022-03-17T20:10:31.5988558Z test_unary_slowpath__foreach_round_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-03-17T20:10:31.6697124Z test_unary_slowpath__foreach_round_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-03-17T20:10:31.7401853Z test_unary_slowpath__foreach_round_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-03-17T20:10:31.8113023Z test_unary_slowpath__foreach_round_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-03-17T20:10:31.8816589Z test_unary_slowpath__foreach_round_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-03-17T20:10:31.9522180Z test_unary_slowpath__foreach_round_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-03-17T20:10:32.0356627Z test_unary_slowpath__foreach_sigmoid_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:32.1099654Z test_unary_slowpath__foreach_sigmoid_cuda_bool (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:10:34.8498609Z test_unary_slowpath__foreach_sigmoid_cuda_complex128 (__main__.TestForeachCUDA) ... ok (2.740s) 2022-03-17T20:10:37.3051792Z test_unary_slowpath__foreach_sigmoid_cuda_complex64 (__main__.TestForeachCUDA) ... ok (2.455s) 2022-03-17T20:10:37.3876165Z test_unary_slowpath__foreach_sigmoid_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:10:37.4709055Z test_unary_slowpath__foreach_sigmoid_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:37.5515662Z test_unary_slowpath__foreach_sigmoid_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-03-17T20:10:37.6261082Z test_unary_slowpath__foreach_sigmoid_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:10:37.7013779Z test_unary_slowpath__foreach_sigmoid_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:37.7759771Z test_unary_slowpath__foreach_sigmoid_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:10:37.8497304Z test_unary_slowpath__foreach_sigmoid_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:10:37.9259132Z test_unary_slowpath__foreach_sigmoid_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-03-17T20:10:38.0093524Z test_unary_slowpath__foreach_sin_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:38.0839050Z test_unary_slowpath__foreach_sin_cuda_bool (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:10:38.1731015Z test_unary_slowpath__foreach_sin_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.089s) 2022-03-17T20:10:38.2659925Z test_unary_slowpath__foreach_sin_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.093s) 2022-03-17T20:10:38.3482671Z test_unary_slowpath__foreach_sin_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:10:38.4307352Z test_unary_slowpath__foreach_sin_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:10:38.5111193Z test_unary_slowpath__foreach_sin_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-03-17T20:10:38.5858585Z test_unary_slowpath__foreach_sin_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:38.6609684Z test_unary_slowpath__foreach_sin_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:38.7363977Z test_unary_slowpath__foreach_sin_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:38.8105273Z test_unary_slowpath__foreach_sin_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:10:38.8854931Z test_unary_slowpath__foreach_sin_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:38.9673717Z test_unary_slowpath__foreach_sinh_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:10:39.0414523Z test_unary_slowpath__foreach_sinh_cuda_bool (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:10:39.1327975Z test_unary_slowpath__foreach_sinh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.091s) 2022-03-17T20:10:39.2268102Z test_unary_slowpath__foreach_sinh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.094s) 2022-03-17T20:10:39.3094313Z test_unary_slowpath__foreach_sinh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:39.3918712Z test_unary_slowpath__foreach_sinh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:10:39.4713924Z test_unary_slowpath__foreach_sinh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-03-17T20:10:39.5470595Z test_unary_slowpath__foreach_sinh_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-03-17T20:10:39.6228755Z test_unary_slowpath__foreach_sinh_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-03-17T20:10:39.6979718Z test_unary_slowpath__foreach_sinh_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:39.7763742Z test_unary_slowpath__foreach_sinh_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-03-17T20:10:39.8522149Z test_unary_slowpath__foreach_sinh_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-03-17T20:10:39.9342203Z test_unary_slowpath__foreach_sqrt_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:10:40.0089307Z test_unary_slowpath__foreach_sqrt_cuda_bool (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:41.6244855Z test_unary_slowpath__foreach_sqrt_cuda_complex128 (__main__.TestForeachCUDA) ... ok (1.615s) 2022-03-17T20:10:43.2141515Z test_unary_slowpath__foreach_sqrt_cuda_complex64 (__main__.TestForeachCUDA) ... ok (1.590s) 2022-03-17T20:10:43.2964768Z test_unary_slowpath__foreach_sqrt_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:10:43.3786883Z test_unary_slowpath__foreach_sqrt_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:10:43.4588433Z test_unary_slowpath__foreach_sqrt_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-03-17T20:10:43.5336630Z test_unary_slowpath__foreach_sqrt_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:43.6081837Z test_unary_slowpath__foreach_sqrt_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:10:43.6830334Z test_unary_slowpath__foreach_sqrt_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:43.7581240Z test_unary_slowpath__foreach_sqrt_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:43.8327942Z test_unary_slowpath__foreach_sqrt_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:43.9150037Z test_unary_slowpath__foreach_tan_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:10:43.9896894Z test_unary_slowpath__foreach_tan_cuda_bool (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:44.0799729Z test_unary_slowpath__foreach_tan_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.090s) 2022-03-17T20:10:44.1752332Z test_unary_slowpath__foreach_tan_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.095s) 2022-03-17T20:10:44.2577305Z test_unary_slowpath__foreach_tan_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:10:44.3401973Z test_unary_slowpath__foreach_tan_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:10:44.4189695Z test_unary_slowpath__foreach_tan_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-03-17T20:10:44.4940157Z test_unary_slowpath__foreach_tan_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:44.5696890Z test_unary_slowpath__foreach_tan_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-03-17T20:10:44.6440485Z test_unary_slowpath__foreach_tan_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:10:44.7189045Z test_unary_slowpath__foreach_tan_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:44.7953442Z test_unary_slowpath__foreach_tan_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.076s) 2022-03-17T20:10:44.8780956Z test_unary_slowpath__foreach_tanh_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:44.9525361Z test_unary_slowpath__foreach_tanh_cuda_bool (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:10:45.0422330Z test_unary_slowpath__foreach_tanh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.090s) 2022-03-17T20:10:45.1359956Z test_unary_slowpath__foreach_tanh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.094s) 2022-03-17T20:10:45.2189566Z test_unary_slowpath__foreach_tanh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:45.3014115Z test_unary_slowpath__foreach_tanh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-03-17T20:10:45.3818671Z test_unary_slowpath__foreach_tanh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-03-17T20:10:45.4565701Z test_unary_slowpath__foreach_tanh_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:45.5310730Z test_unary_slowpath__foreach_tanh_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:10:45.6053659Z test_unary_slowpath__foreach_tanh_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-03-17T20:10:45.6805237Z test_unary_slowpath__foreach_tanh_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:45.7551904Z test_unary_slowpath__foreach_tanh_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-03-17T20:10:45.8378771Z test_unary_slowpath__foreach_trunc_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:45.9078078Z test_unary_slowpath__foreach_trunc_cuda_bool (__main__.TestForeachCUDA) ... ok (0.070s) 2022-03-17T20:10:45.9883378Z test_unary_slowpath__foreach_trunc_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-03-17T20:10:46.0696205Z test_unary_slowpath__foreach_trunc_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.081s) 2022-03-17T20:10:46.1536549Z test_unary_slowpath__foreach_trunc_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.084s) 2022-03-17T20:10:46.2364389Z test_unary_slowpath__foreach_trunc_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-03-17T20:10:46.3153149Z test_unary_slowpath__foreach_trunc_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-03-17T20:10:46.3853008Z test_unary_slowpath__foreach_trunc_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-03-17T20:10:46.4551473Z test_unary_slowpath__foreach_trunc_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-03-17T20:10:46.5260517Z test_unary_slowpath__foreach_trunc_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-03-17T20:10:46.5960273Z test_unary_slowpath__foreach_trunc_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-03-17T20:10:46.6659859Z test_unary_slowpath__foreach_trunc_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-03-17T20:10:46.6660767Z 2022-03-17T20:10:46.6661159Z ---------------------------------------------------------------------- 2022-03-17T20:10:46.6661471Z Ran 1190 tests in 321.732s 2022-03-17T20:10:46.6661634Z 2022-03-17T20:10:46.6662628Z OK (skipped=2) 2022-03-17T20:10:46.6662793Z 2022-03-17T20:10:46.6662897Z Generating XML reports... 2022-03-17T20:10:46.8490161Z Generated XML report: test-reports/python-unittest/test_foreach/TEST-TestForeachCUDA-20220317200524.xml 2022-03-17T20:10:47.1474037Z Running test_linalg ... [2022-03-17 20:10:47.146772] 2022-03-17T20:10:47.1474977Z Executing ['/opt/conda/bin/python', 'test_linalg.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:10:47.146884] 2022-03-17T20:10:49.5782752Z Test results will be stored in test-reports/python-unittest/test_linalg 2022-03-17T20:10:49.5931183Z 2022-03-17T20:10:49.5931707Z Running tests... 2022-03-17T20:10:49.5932188Z ---------------------------------------------------------------------- 2022-03-17T20:10:49.6012739Z test_addbmm_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-03-17T20:10:50.7496831Z test_addbmm_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.148s) 2022-03-17T20:10:51.6697609Z test_addbmm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.920s) 2022-03-17T20:10:52.5238940Z test_addbmm_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.854s) 2022-03-17T20:10:53.3450029Z test_addbmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.821s) 2022-03-17T20:10:54.1163570Z test_addbmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.771s) 2022-03-17T20:10:54.1206038Z test_addmm_baddbmm_overflow_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-03-17T20:10:54.1712173Z test_addmm_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.051s) 2022-03-17T20:10:54.1986124Z test_addmm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-03-17T20:10:54.2274294Z test_addmm_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-03-17T20:10:54.2537201Z test_addmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-03-17T20:10:54.2789900Z test_addmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-03-17T20:10:54.5688573Z test_addmm_sizes_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.290s) 2022-03-17T20:10:54.8567529Z test_addmm_sizes_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.288s) 2022-03-17T20:10:55.1428969Z test_addmm_sizes_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.286s) 2022-03-17T20:10:55.4291862Z test_addmm_sizes_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.286s) 2022-03-17T20:10:55.4618117Z test_addmv_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.033s) 2022-03-17T20:10:55.4950463Z test_addmv_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.033s) 2022-03-17T20:10:55.5280927Z test_addmv_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.033s) 2022-03-17T20:10:55.5588838Z test_addmv_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-03-17T20:10:55.5886086Z test_addmv_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-03-17T20:10:55.6100081Z test_addmv_rowmajor_colmajor_incx_incy_lda_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-03-17T20:10:55.6312779Z test_addmv_rowmajor_colmajor_incx_incy_lda_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-03-17T20:10:55.6516122Z test_addmv_rowmajor_colmajor_incx_incy_lda_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-03-17T20:10:55.6669119Z test_addr_bool_cuda_bool (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-03-17T20:10:55.6916846Z test_addr_float_and_complex_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-03-17T20:10:55.7246503Z test_addr_float_and_complex_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.033s) 2022-03-17T20:10:55.7571104Z test_addr_float_and_complex_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.032s) 2022-03-17T20:10:55.7818705Z test_addr_float_and_complex_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-03-17T20:10:55.8054241Z test_addr_float_and_complex_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-03-17T20:10:55.8289498Z test_addr_float_and_complex_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-03-17T20:10:55.8596575Z test_addr_integral_cuda_int16 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-03-17T20:10:55.8905494Z test_addr_integral_cuda_int32 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-03-17T20:10:55.9206699Z test_addr_integral_cuda_int64 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-03-17T20:10:55.9515674Z test_addr_integral_cuda_int8 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-03-17T20:10:55.9817379Z test_addr_integral_cuda_uint8 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-03-17T20:10:56.9066605Z test_addr_type_promotion_cuda (__main__.TestLinalgCUDA) ... ok (0.925s) 2022-03-17T20:10:56.9127031Z test_baddbmm_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-03-17T20:10:58.6520336Z test_baddbmm_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.739s) 2022-03-17T20:11:00.4840323Z test_baddbmm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (1.832s) 2022-03-17T20:11:02.2482177Z test_baddbmm_cuda_float16 (__main__.TestLinalgCUDA) ... ok (1.764s) 2022-03-17T20:11:03.8860771Z test_baddbmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (1.638s) 2022-03-17T20:11:05.4252212Z test_baddbmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (1.539s) 2022-03-17T20:11:05.4310540Z test_blas_alpha_beta_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-03-17T20:11:05.4368577Z test_blas_alpha_beta_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-03-17T20:11:05.4426035Z test_blas_alpha_beta_empty_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-03-17T20:11:05.4482893Z test_blas_alpha_beta_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-03-17T20:11:05.4537539Z test_blas_alpha_beta_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-03-17T20:11:05.6288498Z test_blas_empty_cuda (__main__.TestLinalgCUDA) ... ok (0.175s) 2022-03-17T20:11:05.6305913Z test_blas_mv_large_input_cuda (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:11:05.6343796Z test_blas_nan_out_cuda_bfloat16 (__main__.TestLinalgCUDA) ... test_linalg.py:5125: UserWarning: An output with one or more elements was resized since it had shape [7], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:11:05.6345506Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-03-17T20:11:05.6366305Z ok (0.006s) 2022-03-17T20:11:05.6414952Z test_blas_nan_out_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-03-17T20:11:05.6463522Z test_blas_nan_out_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-03-17T20:11:05.6512130Z test_blas_nan_out_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-03-17T20:11:05.6560619Z test_blas_nan_out_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-03-17T20:11:05.6609858Z test_blas_nan_out_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-03-17T20:11:05.6668458Z test_bmm_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-03-17T20:11:14.8752161Z test_bmm_cuda_complex128 (__main__.TestLinalgCUDA) ... test_linalg.py:6081: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:11:14.8754325Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:11:15.1434360Z test_linalg.py:6081: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:11:15.1435931Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:11:15.2305236Z test_linalg.py:6081: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:11:15.2306810Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:11:15.4946093Z test_linalg.py:6081: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:11:15.4947658Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:11:15.5829466Z test_linalg.py:6081: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:11:15.5831088Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:11:15.8479665Z test_linalg.py:6081: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:11:15.8481230Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:11:15.9349392Z test_linalg.py:6081: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:11:15.9350964Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:11:25.5160405Z test_linalg.py:6081: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:11:25.5162389Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:11:25.7839521Z test_linalg.py:6081: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:11:25.7841795Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:11:25.8730831Z test_linalg.py:6081: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:11:25.8732435Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:11:26.1363953Z test_linalg.py:6081: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:11:26.1365542Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:11:26.2246468Z test_linalg.py:6081: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:11:26.2248092Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:11:26.4908071Z test_linalg.py:6081: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:11:26.4909648Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:11:26.5794264Z test_linalg.py:6081: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:11:26.5795866Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:11:26.8442691Z ok (21.177s) 2022-03-17T20:11:48.0379456Z test_bmm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (21.193s) 2022-03-17T20:12:09.4742160Z test_bmm_cuda_float16 (__main__.TestLinalgCUDA) ... ok (21.436s) 2022-03-17T20:12:30.5144408Z test_bmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (21.040s) 2022-03-17T20:12:51.4922167Z test_bmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (20.978s) 2022-03-17T20:12:51.4986798Z test_broadcast_batched_matmul_cuda (__main__.TestLinalgCUDA) ... test_linalg.py:7227: UserWarning: An output with one or more elements was resized since it had shape [3, 8], which does not match the required output shape [24, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:12:51.4988330Z torch.matmul(l, r, out=out) 2022-03-17T20:12:51.5005225Z test_linalg.py:7227: UserWarning: An output with one or more elements was resized since it had shape [3, 8], which does not match the required output shape [3, 8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:12:51.5006166Z torch.matmul(l, r, out=out) 2022-03-17T20:12:51.5120248Z test_linalg.py:7227: UserWarning: An output with one or more elements was resized since it had shape [3, 8, 1], which does not match the required output shape [24, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:12:51.5121082Z torch.matmul(l, r, out=out) 2022-03-17T20:12:51.5209072Z test_linalg.py:7227: UserWarning: An output with one or more elements was resized since it had shape [3, 1], which does not match the required output shape [3, 1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:12:51.5209900Z torch.matmul(l, r, out=out) 2022-03-17T20:12:51.5317942Z test_linalg.py:7227: UserWarning: An output with one or more elements was resized since it had shape [3, 8, 1], which does not match the required output shape [3, 8]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:12:51.5318762Z torch.matmul(l, r, out=out) 2022-03-17T20:12:51.5370314Z ok (0.045s) 2022-03-17T20:12:51.5434770Z test_broadcast_fused_matmul_cuda (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-03-17T20:12:51.5454986Z test_chain_matmul_cuda_float64 (__main__.TestLinalgCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1664: UserWarning: torch.chain_matmul is deprecated and will be removed in a future PyTorch release. Use torch.linalg.multi_dot instead, which accepts a list of two or more tensors rather than multiple parameters. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:878.) 2022-03-17T20:12:51.5456113Z return _VF.chain_matmul(matrices) # type: ignore[attr-defined] 2022-03-17T20:12:51.5520232Z ok (0.008s) 2022-03-17T20:12:51.6686144Z test_cholesky_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.116s) 2022-03-17T20:12:51.6949448Z test_cholesky_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-03-17T20:12:51.7176273Z test_cholesky_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-03-17T20:12:51.7357593Z test_cholesky_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-03-17T20:12:51.7774973Z test_cholesky_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.042s) 2022-03-17T20:12:51.8174822Z test_cholesky_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.040s) 2022-03-17T20:12:51.8583391Z test_cholesky_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.041s) 2022-03-17T20:12:51.8995665Z test_cholesky_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.041s) 2022-03-17T20:12:51.9101470Z test_cholesky_ex_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-03-17T20:12:51.9225084Z test_cholesky_ex_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-03-17T20:12:51.9344061Z test_cholesky_ex_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-03-17T20:12:51.9440618Z test_cholesky_ex_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-03-17T20:12:51.9603189Z test_cholesky_ex_non_pd_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-03-17T20:12:51.9758614Z test_cholesky_ex_non_pd_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-03-17T20:12:51.9916472Z test_cholesky_ex_non_pd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-03-17T20:12:52.0073877Z test_cholesky_ex_non_pd_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-03-17T20:12:52.0162144Z test_cholesky_ex_out_info_error_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-03-17T20:12:52.0244175Z test_cholesky_ex_out_info_error_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-03-17T20:12:52.0324133Z test_cholesky_ex_out_info_error_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-03-17T20:12:52.0404281Z test_cholesky_ex_out_info_error_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-03-17T20:12:52.3266023Z test_cholesky_inverse_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.286s) 2022-03-17T20:12:52.4036559Z test_cholesky_inverse_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.077s) 2022-03-17T20:12:52.4769666Z test_cholesky_inverse_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.073s) 2022-03-17T20:12:52.5498590Z test_cholesky_inverse_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.073s) 2022-03-17T20:12:52.5770575Z test_cholesky_inverse_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-03-17T20:12:52.6031382Z test_cholesky_inverse_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-03-17T20:12:52.6292962Z test_cholesky_inverse_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-03-17T20:12:52.6550717Z test_cholesky_inverse_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-03-17T20:12:52.6822139Z test_cholesky_solve_batched_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-03-17T20:12:52.7090817Z test_cholesky_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-03-17T20:12:52.7349820Z test_cholesky_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-03-17T20:12:52.7602774Z test_cholesky_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-03-17T20:12:52.7633652Z test_cholesky_solve_batched_cuda_complex128 (__main__.TestLinalgCUDA) ... test_linalg.py:2680: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-03-17T20:12:52.7634176Z L = torch.cholesky(A) 2022-03-17T20:12:52.7634644Z should be replaced with 2022-03-17T20:12:52.7637074Z L = torch.linalg.cholesky(A) 2022-03-17T20:12:52.7637449Z and 2022-03-17T20:12:52.7637707Z U = torch.cholesky(A, upper=True) 2022-03-17T20:12:52.7637966Z should be replaced with 2022-03-17T20:12:52.7638250Z U = torch.linalg.cholesky(A).mH(). 2022-03-17T20:12:52.7638780Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1340.) 2022-03-17T20:12:52.7639301Z L = torch.cholesky(A, upper=upper) 2022-03-17T20:12:52.7755730Z ok (0.015s) 2022-03-17T20:12:52.7902550Z test_cholesky_solve_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-03-17T20:12:52.8040308Z test_cholesky_solve_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-03-17T20:12:52.8178801Z test_cholesky_solve_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-03-17T20:12:52.8197460Z test_cholesky_solve_batched_many_batches_cuda_complex128 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:12:52.8215982Z test_cholesky_solve_batched_many_batches_cuda_complex64 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:12:52.8234152Z test_cholesky_solve_batched_many_batches_cuda_float32 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:12:52.8252990Z test_cholesky_solve_batched_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:12:52.8321068Z test_cholesky_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-03-17T20:12:52.8391952Z test_cholesky_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-03-17T20:12:52.8455645Z test_cholesky_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-03-17T20:12:52.8519160Z test_cholesky_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-03-17T20:12:52.8638692Z test_cholesky_solve_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-03-17T20:12:52.8760205Z test_cholesky_solve_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-03-17T20:12:52.8879838Z test_cholesky_solve_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-03-17T20:12:52.8996879Z test_cholesky_solve_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-03-17T20:12:53.6141430Z test_cond_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.714s) 2022-03-17T20:12:53.7974173Z test_cond_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.183s) 2022-03-17T20:12:53.9400902Z test_cond_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.143s) 2022-03-17T20:12:54.1516311Z test_cond_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.211s) 2022-03-17T20:12:54.2244471Z test_cond_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.073s) 2022-03-17T20:12:54.2975053Z test_cond_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.073s) 2022-03-17T20:12:54.3696975Z test_cond_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.072s) 2022-03-17T20:12:54.4431480Z test_cond_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.073s) 2022-03-17T20:12:54.4458094Z test_cross_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:12:54.4486819Z test_cross_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:12:54.4855659Z test_cross_errors_cuda (__main__.TestLinalgCUDA) ... ok (0.037s) 2022-03-17T20:12:54.4883696Z test_cross_with_and_without_dim_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:12:54.4910772Z test_cross_with_and_without_dim_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:12:54.5308712Z test_det_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.040s) 2022-03-17T20:12:54.5636016Z test_det_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.033s) 2022-03-17T20:12:54.8680024Z test_det_logdet_slogdet_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.304s) 2022-03-17T20:12:54.8795448Z test_det_logdet_slogdet_cuda_float64 (__main__.TestLinalgCUDA) ... test_linalg.py:6828: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-03-17T20:12:54.8796307Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-03-17T20:12:54.8796652Z Q, R = torch.qr(A, some) 2022-03-17T20:12:54.8796887Z should be replaced with 2022-03-17T20:12:54.8797504Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1983.) 2022-03-17T20:12:54.8797943Z q, _ = torch.qr(mat) 2022-03-17T20:12:58.5572016Z ok (3.689s) 2022-03-17T20:12:58.6019579Z test_dot_invalid_args_cuda (__main__.TestLinalgCUDA) ... ok (0.045s) 2022-03-17T20:12:58.6076579Z test_dot_vs_numpy_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-03-17T20:12:58.6129106Z test_dot_vs_numpy_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-03-17T20:12:58.6144350Z test_eig_check_magma_cuda_float32 (__main__.TestLinalgCUDA) ... skip (0.001s) 2022-03-17T20:12:58.6290265Z test_eig_compare_backends_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-03-17T20:12:58.6438561Z test_eig_compare_backends_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-03-17T20:12:58.6572015Z test_eig_compare_backends_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-03-17T20:12:58.6704853Z test_eig_compare_backends_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-03-17T20:12:58.7160764Z test_eig_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.045s) 2022-03-17T20:12:58.7606032Z test_eig_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.044s) 2022-03-17T20:12:58.8180705Z test_eig_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.057s) 2022-03-17T20:12:58.8759787Z test_eig_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.058s) 2022-03-17T20:12:58.8935470Z test_eig_numpy_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-03-17T20:12:58.9095791Z test_eig_numpy_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-03-17T20:12:58.9385393Z test_eig_with_nan_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-03-17T20:12:58.9678890Z test_eig_with_nan_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-03-17T20:12:58.9953711Z test_eig_with_nan_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-03-17T20:12:59.0235548Z test_eig_with_nan_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-03-17T20:12:59.0786176Z test_eigh_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.055s) 2022-03-17T20:12:59.1329431Z test_eigh_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.054s) 2022-03-17T20:12:59.1847078Z test_eigh_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.052s) 2022-03-17T20:12:59.2345987Z test_eigh_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.050s) 2022-03-17T20:12:59.2761705Z test_eigh_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.041s) 2022-03-17T20:12:59.3192097Z test_eigh_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.043s) 2022-03-17T20:12:59.3608884Z test_eigh_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.042s) 2022-03-17T20:12:59.4033212Z test_eigh_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.042s) 2022-03-17T20:12:59.4072219Z test_eigh_lower_uplo_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-03-17T20:12:59.4111650Z test_eigh_lower_uplo_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-03-17T20:12:59.4150687Z test_eigh_lower_uplo_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-03-17T20:12:59.4189023Z test_eigh_lower_uplo_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-03-17T20:12:59.4425603Z test_eigvals_compare_backends_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-03-17T20:12:59.4671968Z test_eigvals_compare_backends_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-03-17T20:12:59.4908027Z test_eigvals_compare_backends_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-03-17T20:12:59.5131902Z test_eigvals_compare_backends_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-03-17T20:12:59.5304407Z test_eigvals_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-03-17T20:12:59.5480953Z test_eigvals_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-03-17T20:12:59.5685001Z test_eigvals_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-03-17T20:12:59.5884173Z test_eigvals_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-03-17T20:12:59.6003008Z test_eigvals_numpy_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-03-17T20:12:59.6118155Z test_eigvals_numpy_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-03-17T20:12:59.6414577Z test_eigvalsh_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-03-17T20:12:59.6693572Z test_eigvalsh_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-03-17T20:12:59.6961517Z test_eigvalsh_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-03-17T20:12:59.7224015Z test_eigvalsh_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-03-17T20:12:59.7421075Z test_eigvalsh_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... test_linalg.py:1024: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:239.) 2022-03-17T20:12:59.7421685Z out = torch.empty_like(t).to(real_dtype) 2022-03-17T20:12:59.7515919Z ok (0.029s) 2022-03-17T20:12:59.7812566Z test_eigvalsh_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-03-17T20:12:59.8110404Z test_eigvalsh_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-03-17T20:12:59.8411185Z test_eigvalsh_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-03-17T20:12:59.8577514Z test_einsum_corner_cases_cuda (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-03-17T20:12:59.8809547Z test_einsum_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-03-17T20:12:59.9014299Z test_einsum_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-03-17T20:12:59.9501724Z test_einsum_error_cases_cuda (__main__.TestLinalgCUDA) ... ok (0.049s) 2022-03-17T20:13:00.2851649Z test_einsum_random_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.335s) 2022-03-17T20:13:00.5874114Z test_einsum_random_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.302s) 2022-03-17T20:13:00.5993105Z test_einsum_sublist_format_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-03-17T20:13:00.6095080Z test_einsum_sublist_format_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-03-17T20:13:00.6497959Z test_geqrf_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.040s) 2022-03-17T20:13:00.6897592Z test_geqrf_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.040s) 2022-03-17T20:13:00.7260931Z test_geqrf_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.036s) 2022-03-17T20:13:00.7615183Z test_geqrf_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.035s) 2022-03-17T20:13:00.7840133Z test_householder_product_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-03-17T20:13:00.8070280Z test_householder_product_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-03-17T20:13:00.8285572Z test_householder_product_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-03-17T20:13:00.8493318Z test_householder_product_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-03-17T20:13:00.8920660Z test_householder_product_errors_and_warnings_cuda (__main__.TestLinalgCUDA) ... ok (0.043s) 2022-03-17T20:13:00.9201031Z test_inner_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-03-17T20:13:00.9465178Z test_inner_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-03-17T20:13:01.0030688Z test_inv_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.056s) 2022-03-17T20:13:01.0594085Z test_inv_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.056s) 2022-03-17T20:13:01.1147038Z test_inv_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.055s) 2022-03-17T20:13:01.1698716Z test_inv_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.055s) 2022-03-17T20:13:01.1716427Z test_inv_ex_info_device_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:13:01.1734164Z test_inv_ex_info_device_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:13:01.1751973Z test_inv_ex_info_device_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:13:01.1775285Z test_inv_ex_info_device_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:13:01.1941809Z test_inv_ex_singular_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-03-17T20:13:01.2108361Z test_inv_ex_singular_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-03-17T20:13:01.2296554Z test_inv_ex_singular_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-03-17T20:13:01.2463850Z test_inv_ex_singular_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-03-17T20:13:01.2699080Z test_invariance_error_spectral_decompositions_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-03-17T20:13:01.5493213Z test_inverse_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.279s) 2022-03-17T20:13:01.7350800Z test_inverse_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.186s) 2022-03-17T20:13:01.9003519Z test_inverse_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.165s) 2022-03-17T20:13:02.0788701Z test_inverse_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.178s) 2022-03-17T20:13:02.1352731Z test_inverse_errors_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.056s) 2022-03-17T20:13:02.1917722Z test_inverse_errors_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.056s) 2022-03-17T20:13:02.2480330Z test_inverse_errors_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.056s) 2022-03-17T20:13:02.3044826Z test_inverse_errors_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.056s) 2022-03-17T20:13:02.3062886Z test_inverse_errors_large_cuda_complex128 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:13:02.3080330Z test_inverse_errors_large_cuda_complex64 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:13:02.3098351Z test_inverse_errors_large_cuda_float32 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:13:02.3121982Z test_inverse_errors_large_cuda_float64 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:13:02.3141585Z test_inverse_many_batches_cuda_complex128 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:13:02.3161208Z test_inverse_many_batches_cuda_complex64 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:13:02.3180957Z test_inverse_many_batches_cuda_float32 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:13:02.3200616Z test_inverse_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:13:02.3449872Z test_kron_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-03-17T20:13:02.3708218Z test_kron_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-03-17T20:13:02.3946837Z test_kron_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-03-17T20:13:02.4174587Z test_kron_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-03-17T20:13:02.4221288Z test_kron_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-03-17T20:13:02.4259588Z test_kron_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-03-17T20:13:02.4298047Z test_kron_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-03-17T20:13:02.4335530Z test_kron_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-03-17T20:13:02.4412583Z test_kron_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... test_linalg.py:1099: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:13:02.4413471Z torch.kron(a, b, out=out) 2022-03-17T20:13:02.4415424Z ok (0.008s) 2022-03-17T20:13:02.4489519Z test_kron_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... test_linalg.py:1099: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:13:02.4490420Z torch.kron(a, b, out=out) 2022-03-17T20:13:02.4492518Z ok (0.008s) 2022-03-17T20:13:02.4568746Z test_kron_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... test_linalg.py:1099: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:13:02.4569638Z torch.kron(a, b, out=out) 2022-03-17T20:13:02.4571388Z ok (0.008s) 2022-03-17T20:13:02.4645565Z test_kron_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... test_linalg.py:1099: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:13:02.4646414Z torch.kron(a, b, out=out) 2022-03-17T20:13:02.4648678Z ok (0.008s) 2022-03-17T20:13:02.4724437Z test_lapack_empty_cuda (__main__.TestLinalgCUDA) ... test_linalg.py:7725: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-03-17T20:13:02.4725050Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-03-17T20:13:02.4725428Z L, _ = torch.eig(A) 2022-03-17T20:13:02.4725674Z should be replaced with 2022-03-17T20:13:02.4725935Z L_complex = torch.linalg.eigvals(A) 2022-03-17T20:13:02.4726188Z and 2022-03-17T20:13:02.4726412Z L, V = torch.eig(A, eigenvectors=True) 2022-03-17T20:13:02.4726689Z should be replaced with 2022-03-17T20:13:02.4727118Z L_complex, V_complex = torch.linalg.eig(A) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2913.) 2022-03-17T20:13:02.4727549Z for shape in args)) 2022-03-17T20:13:02.4731977Z test_linalg.py:7725: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-03-17T20:13:02.4732939Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-03-17T20:13:02.4733563Z L, _ = torch.symeig(A, upper=upper) 2022-03-17T20:13:02.4733841Z should be replaced with 2022-03-17T20:13:02.4734342Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-03-17T20:13:02.4734606Z and 2022-03-17T20:13:02.4734854Z L, V = torch.symeig(A, eigenvectors=True) 2022-03-17T20:13:02.4735127Z should be replaced with 2022-03-17T20:13:02.4735721Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2527.) 2022-03-17T20:13:02.4736151Z for shape in args)) 2022-03-17T20:13:02.4780749Z test_linalg.py:7754: UserWarning: torch.lstsq is deprecated in favor of torch.linalg.lstsq and will be removed in a future PyTorch release. 2022-03-17T20:13:02.4781769Z torch.linalg.lstsq has reversed arguments and does not return the QR decomposition in the returned tuple (although it returns other information about the problem). 2022-03-17T20:13:02.4782282Z To get the qr decomposition consider using torch.linalg.qr. 2022-03-17T20:13:02.4783068Z The returned solution in torch.lstsq stored the residuals of the solution in the last m - n columns of the returned value whenever m > n. In torch.linalg.lstsq, the residuals in the field 'residuals' of the returned named tuple. 2022-03-17T20:13:02.4783667Z The unpacking of the solution, as in 2022-03-17T20:13:02.4783971Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-03-17T20:13:02.4784232Z should be replaced with 2022-03-17T20:13:02.4784670Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3655.) 2022-03-17T20:13:02.4785190Z self.assertRaises(RuntimeError, lambda: torch.lstsq(torch.randn(0, 0), torch.randn(0, 0))) 2022-03-17T20:13:02.4824128Z ok (0.017s) 2022-03-17T20:13:02.4923100Z test_linalg_cross_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-03-17T20:13:02.5019424Z test_linalg_cross_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-03-17T20:13:02.5327848Z test_linalg_cross_errors_cuda (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-03-17T20:13:02.5355855Z test_linalg_cross_with_and_without_dim_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:13:02.5383245Z test_linalg_cross_with_and_without_dim_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:13:03.0177266Z test_linalg_lstsq_batch_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.479s) 2022-03-17T20:13:03.1585920Z test_linalg_lstsq_batch_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.141s) 2022-03-17T20:13:03.2669666Z test_linalg_lstsq_batch_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.108s) 2022-03-17T20:13:03.4225400Z test_linalg_lstsq_batch_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.155s) 2022-03-17T20:13:05.1449826Z test_linalg_lstsq_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.722s) 2022-03-17T20:13:05.6816710Z test_linalg_lstsq_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.537s) 2022-03-17T20:13:06.0933484Z test_linalg_lstsq_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.412s) 2022-03-17T20:13:06.7701477Z test_linalg_lstsq_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.677s) 2022-03-17T20:13:06.8205865Z test_linalg_lstsq_input_checks_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.050s) 2022-03-17T20:13:06.8692711Z test_linalg_lstsq_input_checks_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.049s) 2022-03-17T20:13:06.9190656Z test_linalg_lstsq_input_checks_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.050s) 2022-03-17T20:13:06.9672320Z test_linalg_lstsq_input_checks_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.048s) 2022-03-17T20:13:08.3453610Z test_linalg_lu_factor_and_lu_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.378s) 2022-03-17T20:13:09.0082087Z test_linalg_lu_factor_and_lu_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.663s) 2022-03-17T20:13:09.5302530Z test_linalg_lu_factor_and_lu_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.522s) 2022-03-17T20:13:10.4719971Z test_linalg_lu_factor_and_lu_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.942s) 2022-03-17T20:13:10.4779654Z test_linalg_matrix_exp_analytic_cuda_complex128 (__main__.TestLinalgCUDA) ... skip (0.006s) 2022-03-17T20:13:10.4831154Z test_linalg_matrix_exp_analytic_cuda_complex64 (__main__.TestLinalgCUDA) ... skip (0.005s) 2022-03-17T20:13:10.4883156Z test_linalg_matrix_exp_analytic_cuda_float32 (__main__.TestLinalgCUDA) ... skip (0.005s) 2022-03-17T20:13:10.4941644Z test_linalg_matrix_exp_analytic_cuda_float64 (__main__.TestLinalgCUDA) ... skip (0.006s) 2022-03-17T20:13:10.5540845Z test_linalg_matrix_exp_batch_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.060s) 2022-03-17T20:13:10.6119165Z test_linalg_matrix_exp_batch_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.058s) 2022-03-17T20:13:10.6287939Z test_linalg_matrix_exp_boundary_cases_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-03-17T20:13:10.6450609Z test_linalg_matrix_exp_boundary_cases_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-03-17T20:13:10.6619031Z test_linalg_matrix_exp_boundary_cases_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-03-17T20:13:10.6782326Z test_linalg_matrix_exp_boundary_cases_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-03-17T20:13:10.8269918Z test_linalg_matrix_exp_compare_with_taylor_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.149s) 2022-03-17T20:13:10.9739768Z test_linalg_matrix_exp_compare_with_taylor_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.147s) 2022-03-17T20:13:11.1195711Z test_linalg_matrix_exp_compare_with_taylor_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.145s) 2022-03-17T20:13:11.2550938Z test_linalg_matrix_exp_compare_with_taylor_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.135s) 2022-03-17T20:13:11.2756638Z test_linalg_matrix_exp_utils_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-03-17T20:13:11.2940543Z test_linalg_matrix_exp_utils_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-03-17T20:13:11.3050215Z test_linalg_qr_autograd_errors_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-03-17T20:13:11.3453591Z test_linalg_solve_triangular_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.040s) 2022-03-17T20:13:11.3862390Z test_linalg_solve_triangular_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.041s) 2022-03-17T20:13:11.4488819Z test_linalg_solve_triangular_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.062s) 2022-03-17T20:13:11.4798915Z test_linalg_solve_triangular_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-03-17T20:13:15.2766685Z test_linalg_solve_triangular_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (3.796s) 2022-03-17T20:13:19.1297213Z test_linalg_solve_triangular_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (3.853s) 2022-03-17T20:13:19.9220585Z test_linalg_solve_triangular_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.792s) 2022-03-17T20:13:20.6843307Z test_linalg_solve_triangular_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.762s) 2022-03-17T20:13:20.6863064Z test_linalg_solve_triangular_large_cuda_complex128 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:13:20.6880368Z test_linalg_solve_triangular_large_cuda_complex64 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:13:20.6897736Z test_linalg_solve_triangular_large_cuda_float32 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:13:20.6915199Z test_linalg_solve_triangular_large_cuda_float64 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:13:20.7036693Z test_linear_algebra_scalar_raises_cuda (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-03-17T20:13:20.7064061Z test_lobpcg_basic_cuda_float64 (__main__.TestLinalgCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/_lobpcg.py:945: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-03-17T20:13:20.7064825Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-03-17T20:13:20.7065221Z X = torch.triangular_solve(B, A).solution 2022-03-17T20:13:20.7065483Z should be replaced with 2022-03-17T20:13:20.7065926Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1675.) 2022-03-17T20:13:20.7066404Z Rinv = torch.triangular_solve(Id, R, upper=True).solution 2022-03-17T20:13:24.4412010Z ok (3.737s) 2022-03-17T20:13:45.0781948Z test_lobpcg_ortho_cuda_float64 (__main__.TestLinalgCUDA) ... ok (20.637s) 2022-03-17T20:13:45.0862400Z test_lobpcg_scipy_cuda_float64 (__main__.TestLinalgCUDA) 2022-03-17T20:13:45.0872211Z Compare torch and scipy.sparse.linalg implementations of lobpcg ... skip (0.009s) 2022-03-17T20:13:45.0892030Z test_lobpcg_torchscript_cuda_float64 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:13:45.1047238Z test_lstsq_cuda_float64 (__main__.TestLinalgCUDA) ... test_linalg.py:7648: UserWarning: torch.lstsq is deprecated in favor of torch.linalg.lstsq and will be removed in a future PyTorch release. 2022-03-17T20:13:45.1049374Z torch.linalg.lstsq has reversed arguments and does not return the QR decomposition in the returned tuple (although it returns other information about the problem). 2022-03-17T20:13:45.1050560Z To get the qr decomposition consider using torch.linalg.qr. 2022-03-17T20:13:45.1051553Z The returned solution in torch.lstsq stored the residuals of the solution in the last m - n columns of the returned value whenever m > n. In torch.linalg.lstsq, the residuals in the field 'residuals' of the returned named tuple. 2022-03-17T20:13:45.1052449Z The unpacking of the solution, as in 2022-03-17T20:13:45.1052995Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-03-17T20:13:45.1053278Z should be replaced with 2022-03-17T20:13:45.1056344Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebra.cpp:3275.) 2022-03-17T20:13:45.1057595Z res1 = torch.lstsq(b, a)[0] 2022-03-17T20:13:45.1399190Z ok (0.051s) 2022-03-17T20:13:45.1567367Z test_lu_solve_batched_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-03-17T20:13:45.1675805Z test_lu_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-03-17T20:13:45.1765049Z test_lu_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-03-17T20:13:45.1862887Z test_lu_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-03-17T20:13:45.2336312Z test_lu_solve_batched_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-03-17T20:13:45.2694305Z test_lu_solve_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.036s) 2022-03-17T20:13:45.2979408Z test_lu_solve_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-03-17T20:13:45.3283977Z test_lu_solve_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-03-17T20:13:45.3302442Z test_lu_solve_batched_many_batches_cuda_complex128 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:13:45.3319996Z test_lu_solve_batched_many_batches_cuda_complex64 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:13:45.3338269Z test_lu_solve_batched_many_batches_cuda_float32 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:13:45.3356023Z test_lu_solve_batched_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:13:45.3830720Z test_lu_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-03-17T20:13:45.4123607Z test_lu_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-03-17T20:13:45.4306003Z test_lu_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-03-17T20:13:45.4520843Z test_lu_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-03-17T20:13:45.4556935Z test_lu_solve_large_matrices_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:13:45.4592655Z test_lu_solve_large_matrices_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:13:45.4626365Z test_lu_solve_large_matrices_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:13:45.4659663Z test_lu_solve_large_matrices_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:13:45.4791786Z test_lu_solve_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-03-17T20:13:45.4922348Z test_lu_solve_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-03-17T20:13:45.5059021Z test_lu_solve_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-03-17T20:13:45.5193616Z test_lu_solve_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-03-17T20:13:45.5316195Z test_lu_unpack_check_input_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-03-17T20:13:45.5855952Z test_lu_unpack_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.054s) 2022-03-17T20:13:45.6404574Z test_lu_unpack_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.055s) 2022-03-17T20:13:45.6773389Z test_lu_unpack_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.037s) 2022-03-17T20:13:45.7130850Z test_lu_unpack_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.036s) 2022-03-17T20:13:46.2606592Z test_matmul_45724_cuda (__main__.TestLinalgCUDA) ... ok (0.547s) 2022-03-17T20:13:46.2650090Z test_matmul_small_brute_force_1d_Nd_cuda (__main__.TestLinalgCUDA) ... skip (0.004s) 2022-03-17T20:13:46.2688403Z test_matmul_small_brute_force_2d_Nd_cuda (__main__.TestLinalgCUDA) ... skip (0.004s) 2022-03-17T20:13:46.2871038Z test_matrix_norm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-03-17T20:13:46.3041456Z test_matrix_norm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-03-17T20:13:46.3448243Z test_matrix_power_negative_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.041s) 2022-03-17T20:13:46.3774969Z test_matrix_power_negative_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.033s) 2022-03-17T20:13:46.3947333Z test_matrix_power_non_negative_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-03-17T20:13:46.4103173Z test_matrix_power_non_negative_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-03-17T20:13:47.3002597Z test_matrix_rank_atol_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.890s) 2022-03-17T20:13:47.5167234Z test_matrix_rank_atol_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.216s) 2022-03-17T20:13:47.6672914Z test_matrix_rank_atol_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.150s) 2022-03-17T20:13:47.9440704Z test_matrix_rank_atol_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.277s) 2022-03-17T20:13:47.9601495Z test_matrix_rank_atol_rtol_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-03-17T20:13:47.9640064Z test_matrix_rank_basic_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-03-17T20:13:47.9678450Z test_matrix_rank_basic_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-03-17T20:13:47.9716499Z test_matrix_rank_basic_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-03-17T20:13:47.9762146Z test_matrix_rank_basic_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-03-17T20:13:48.2143807Z test_matrix_rank_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.238s) 2022-03-17T20:13:48.2845799Z test_matrix_rank_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.070s) 2022-03-17T20:13:48.3368780Z test_matrix_rank_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.052s) 2022-03-17T20:13:48.4274018Z test_matrix_rank_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.090s) 2022-03-17T20:13:48.4532685Z test_matrix_rank_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-03-17T20:13:48.4793764Z test_matrix_rank_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-03-17T20:13:48.5048778Z test_matrix_rank_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-03-17T20:13:48.5311106Z test_matrix_rank_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-03-17T20:13:48.5395961Z test_matrix_rank_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-03-17T20:13:48.5481280Z test_matrix_rank_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-03-17T20:13:48.5564202Z test_matrix_rank_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-03-17T20:13:48.5652249Z test_matrix_rank_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-03-17T20:13:48.5725716Z test_mm_bmm_non_memory_dense_cuda (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-03-17T20:13:48.5775581Z test_mm_cuda_complex128 (__main__.TestLinalgCUDA) ... skip (0.005s) 2022-03-17T20:13:48.5825566Z test_mm_cuda_complex64 (__main__.TestLinalgCUDA) ... skip (0.005s) 2022-03-17T20:13:48.5875802Z test_mm_cuda_float32 (__main__.TestLinalgCUDA) ... skip (0.005s) 2022-03-17T20:13:48.5926632Z test_mm_cuda_float64 (__main__.TestLinalgCUDA) ... skip (0.005s) 2022-03-17T20:13:48.6129650Z test_multi_dot_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-03-17T20:13:48.6281051Z test_multi_dot_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-03-17T20:13:48.6695837Z test_multi_dot_errors_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.041s) 2022-03-17T20:13:48.8157714Z test_norm_complex_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.146s) 2022-03-17T20:13:48.8659666Z test_norm_complex_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.050s) 2022-03-17T20:13:48.8804368Z test_norm_complex_old_cuda (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-03-17T20:13:51.2121241Z test_norm_dtype_cuda (__main__.TestLinalgCUDA) ... ok (2.331s) 2022-03-17T20:13:51.3673795Z test_norm_errors_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.155s) 2022-03-17T20:13:51.5205001Z test_norm_errors_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.153s) 2022-03-17T20:13:51.5255639Z test_norm_extreme_values_cuda (__main__.TestLinalgCUDA) ... /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2569: RuntimeWarning: divide by zero encountered in power 2022-03-17T20:13:51.5256108Z ret **= (1 / ord) 2022-03-17T20:13:51.5297086Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2567: RuntimeWarning: divide by zero encountered in reciprocal 2022-03-17T20:13:51.5297472Z absx **= ord 2022-03-17T20:13:51.5301937Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2567: RuntimeWarning: divide by zero encountered in power 2022-03-17T20:13:51.5302331Z absx **= ord 2022-03-17T20:13:51.6404464Z ok (0.120s) 2022-03-17T20:13:51.6456842Z test_norm_fastpaths_cuda (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-03-17T20:13:51.8694044Z test_norm_fro_2_equivalence_old_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.224s) 2022-03-17T20:13:52.3795006Z test_norm_fused_type_promotion_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.510s) 2022-03-17T20:13:52.3889456Z test_norm_fused_type_promotion_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-03-17T20:13:52.8752266Z test_norm_matrix_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.486s) 2022-03-17T20:14:27.8534485Z test_norm_matrix_cuda_float64 (__main__.TestLinalgCUDA) ... ok (34.978s) 2022-03-17T20:14:28.5385670Z test_norm_matrix_degenerate_shapes_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.685s) 2022-03-17T20:14:29.2317469Z test_norm_matrix_degenerate_shapes_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.693s) 2022-03-17T20:14:29.9170660Z test_norm_matrix_degenerate_shapes_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.685s) 2022-03-17T20:14:30.6026083Z test_norm_matrix_degenerate_shapes_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.685s) 2022-03-17T20:14:31.3559534Z test_norm_old_cuda (__main__.TestLinalgCUDA) ... ok (0.753s) 2022-03-17T20:14:31.3697339Z test_norm_old_nan_propagation_cuda (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-03-17T20:14:31.5397267Z test_norm_vector_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.170s) 2022-03-17T20:14:32.5209933Z test_norm_vector_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.981s) 2022-03-17T20:14:32.9474967Z test_norm_vector_degenerate_shapes_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.426s) 2022-03-17T20:14:33.3719845Z test_norm_vector_degenerate_shapes_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.424s) 2022-03-17T20:14:33.7974888Z test_norm_vector_degenerate_shapes_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.425s) 2022-03-17T20:14:34.2213545Z test_norm_vector_degenerate_shapes_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.424s) 2022-03-17T20:14:34.3598113Z test_nuclear_norm_axes_small_brute_force_old_cuda (__main__.TestLinalgCUDA) ... ok (0.138s) 2022-03-17T20:14:34.3995984Z test_nuclear_norm_exceptions_old_cuda (__main__.TestLinalgCUDA) ... ok (0.040s) 2022-03-17T20:14:34.4280752Z test_nuclear_norm_out_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-03-17T20:14:34.5235516Z test_nuclear_norm_out_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.095s) 2022-03-17T20:14:34.5390709Z test_old_cholesky_batched_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-03-17T20:14:34.5549198Z test_old_cholesky_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-03-17T20:14:34.5697985Z test_old_cholesky_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-03-17T20:14:34.5845596Z test_old_cholesky_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-03-17T20:14:34.5865243Z test_old_cholesky_batched_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:14:34.5894220Z test_old_cholesky_batched_upper_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:34.5929995Z test_old_cholesky_batched_upper_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:34.5957614Z test_old_cholesky_batched_upper_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:34.5985155Z test_old_cholesky_batched_upper_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:34.6035240Z test_old_cholesky_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-03-17T20:14:34.6086469Z test_old_cholesky_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-03-17T20:14:34.6134661Z test_old_cholesky_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-03-17T20:14:34.6181396Z test_old_cholesky_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-03-17T20:14:34.6208323Z test_old_cholesky_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:34.6241423Z test_old_cholesky_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:34.6268400Z test_old_cholesky_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:34.6294194Z test_old_cholesky_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:34.6402518Z test_old_eig_basic_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-03-17T20:14:34.6509961Z test_old_eig_basic_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-03-17T20:14:34.6620249Z test_old_eig_basic_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-03-17T20:14:34.6724520Z test_old_eig_basic_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-03-17T20:14:34.6971165Z test_old_eig_invalid_input_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-03-17T20:14:34.7219710Z test_old_eig_invalid_input_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-03-17T20:14:34.7469225Z test_old_eig_out_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-03-17T20:14:34.7716760Z test_old_eig_out_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-03-17T20:14:34.7826477Z test_old_eig_reuse_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-03-17T20:14:34.7938327Z test_old_eig_reuse_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-03-17T20:14:34.7980341Z test_old_matrix_rank_cuda_complex128 (__main__.TestLinalgCUDA) ... test_linalg.py:3784: UserWarning: torch.matrix_rank is deprecated in favor of torch.linalg.matrix_rankand will be removed in a future PyTorch release. The parameter 'symmetric' was renamed in torch.linalg.matrix_rank to 'hermitian'. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:619.) 2022-03-17T20:14:34.7981148Z self.assertEqual(torch.matrix_rank(a).item(), 10) 2022-03-17T20:14:34.9090353Z test_linalg.py:3800: UserWarning: torch.matrix_rank is deprecated in favor of torch.linalg.matrix_rankand will be removed in a future PyTorch release. The parameter 'symmetric' was renamed in torch.linalg.matrix_rank to 'hermitian'. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:610.) 2022-03-17T20:14:34.9091367Z self.assertEqual(torch.matrix_rank(a, 0.01), np.linalg.matrix_rank(a.cpu().numpy(), 0.01)) 2022-03-17T20:14:34.9556280Z ok (0.162s) 2022-03-17T20:14:34.9918883Z test_old_matrix_rank_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.036s) 2022-03-17T20:14:35.0208774Z test_old_matrix_rank_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-03-17T20:14:35.0875543Z test_old_matrix_rank_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.067s) 2022-03-17T20:14:35.0932133Z test_old_solve_batched_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... test_linalg.py:3312: UserWarning: torch.solve is deprecated in favor of torch.linalg.solveand will be removed in a future PyTorch release. 2022-03-17T20:14:35.0933399Z torch.linalg.solve has its arguments reversed and does not return the LU factorization. 2022-03-17T20:14:35.0934341Z To get the LU factorization see torch.lu, which can be used with torch.lu_solve or torch.lu_unpack. 2022-03-17T20:14:35.0935037Z X = torch.solve(B, A).solution 2022-03-17T20:14:35.0935567Z should be replaced with 2022-03-17T20:14:35.0936401Z X = torch.linalg.solve(A, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:864.) 2022-03-17T20:14:35.0937173Z x, _ = torch.solve(b, A) 2022-03-17T20:14:35.1067357Z ok (0.019s) 2022-03-17T20:14:35.1196954Z test_old_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-03-17T20:14:35.1310440Z test_old_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-03-17T20:14:35.1432634Z test_old_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-03-17T20:14:35.2014616Z test_old_solve_batched_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.058s) 2022-03-17T20:14:35.2533807Z test_old_solve_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.052s) 2022-03-17T20:14:35.3031173Z test_old_solve_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.050s) 2022-03-17T20:14:35.3548780Z test_old_solve_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.052s) 2022-03-17T20:14:35.3565628Z test_old_solve_batched_many_batches_cuda_complex128 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:14:35.3582088Z test_old_solve_batched_many_batches_cuda_complex64 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:14:35.3598583Z test_old_solve_batched_many_batches_cuda_float32 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:14:35.3615558Z test_old_solve_batched_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:14:35.3930226Z test_old_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-03-17T20:14:35.4158945Z test_old_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-03-17T20:14:35.4371003Z test_old_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-03-17T20:14:35.4602934Z test_old_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-03-17T20:14:35.4694572Z test_old_solve_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... test_linalg.py:3332: UserWarning: torch.solve is deprecated in favor of torch.linalg.solveand will be removed in a future PyTorch release. 2022-03-17T20:14:35.4695198Z torch.linalg.solve has its arguments reversed and does not return the LU factorization. 2022-03-17T20:14:35.4695681Z To get the LU factorization see torch.lu, which can be used with torch.lu_solve or torch.lu_unpack. 2022-03-17T20:14:35.4696029Z X = torch.solve(B, A).solution 2022-03-17T20:14:35.4696302Z should be replaced with 2022-03-17T20:14:35.4696730Z X = torch.linalg.solve(A, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:883.) 2022-03-17T20:14:35.4697220Z torch.solve(b, a, out=(out, lu)) 2022-03-17T20:14:35.4888164Z ok (0.028s) 2022-03-17T20:14:35.5157545Z test_old_solve_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-03-17T20:14:35.5427813Z test_old_solve_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-03-17T20:14:35.5697622Z test_old_solve_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-03-17T20:14:35.8083190Z test_ormqr_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.238s) 2022-03-17T20:14:36.0560400Z test_ormqr_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.248s) 2022-03-17T20:14:36.2696641Z test_ormqr_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.214s) 2022-03-17T20:14:36.4740546Z test_ormqr_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.204s) 2022-03-17T20:14:36.5139939Z test_ormqr_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.040s) 2022-03-17T20:14:36.5524885Z test_ormqr_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-03-17T20:14:36.5874516Z test_ormqr_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.035s) 2022-03-17T20:14:36.6230540Z test_ormqr_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.035s) 2022-03-17T20:14:36.6286082Z test_outer_cuda_bfloat16 (__main__.TestLinalgCUDA) ... test_linalg.py:129: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1041.) 2022-03-17T20:14:36.6286910Z torch.ger(a, b, out=out) 2022-03-17T20:14:36.6342047Z ok (0.011s) 2022-03-17T20:14:36.6430068Z test_outer_cuda_bool (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-03-17T20:14:36.6548856Z test_outer_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-03-17T20:14:36.6669272Z test_outer_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-03-17T20:14:36.6785833Z test_outer_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-03-17T20:14:36.6894005Z test_outer_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-03-17T20:14:36.7000992Z test_outer_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-03-17T20:14:36.7089782Z test_outer_cuda_int16 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-03-17T20:14:36.7178433Z test_outer_cuda_int32 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-03-17T20:14:36.7264828Z test_outer_cuda_int64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-03-17T20:14:36.7354765Z test_outer_cuda_int8 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-03-17T20:14:36.7442912Z test_outer_cuda_uint8 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-03-17T20:14:36.7743941Z test_outer_ger_addr_legacy_tests_cuda (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-03-17T20:14:36.7770031Z test_outer_type_promotion_cuda_bfloat16_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.7795767Z test_outer_type_promotion_cuda_bfloat16_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.7821958Z test_outer_type_promotion_cuda_bfloat16_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.7847841Z test_outer_type_promotion_cuda_bfloat16_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.7873605Z test_outer_type_promotion_cuda_bfloat16_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.7899389Z test_outer_type_promotion_cuda_bfloat16_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.7925440Z test_outer_type_promotion_cuda_bfloat16_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.7956985Z test_outer_type_promotion_cuda_bfloat16_int16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.7982971Z test_outer_type_promotion_cuda_bfloat16_int32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.8009139Z test_outer_type_promotion_cuda_bfloat16_int64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.8034847Z test_outer_type_promotion_cuda_bfloat16_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8060555Z test_outer_type_promotion_cuda_bfloat16_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8087505Z test_outer_type_promotion_cuda_bool_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.8113018Z test_outer_type_promotion_cuda_bool_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8139057Z test_outer_type_promotion_cuda_bool_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8171001Z test_outer_type_promotion_cuda_bool_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.8196564Z test_outer_type_promotion_cuda_bool_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8222390Z test_outer_type_promotion_cuda_bool_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8248576Z test_outer_type_promotion_cuda_bool_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.8274267Z test_outer_type_promotion_cuda_bool_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8300187Z test_outer_type_promotion_cuda_bool_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8326382Z test_outer_type_promotion_cuda_bool_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8352086Z test_outer_type_promotion_cuda_bool_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8383990Z test_outer_type_promotion_cuda_bool_uint8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.8410061Z test_outer_type_promotion_cuda_complex128_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.8435804Z test_outer_type_promotion_cuda_complex128_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8461886Z test_outer_type_promotion_cuda_complex128_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.8487856Z test_outer_type_promotion_cuda_complex128_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8513696Z test_outer_type_promotion_cuda_complex128_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8539591Z test_outer_type_promotion_cuda_complex128_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8565512Z test_outer_type_promotion_cuda_complex128_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8597173Z test_outer_type_promotion_cuda_complex128_int16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.8623454Z test_outer_type_promotion_cuda_complex128_int32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.8649546Z test_outer_type_promotion_cuda_complex128_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8675037Z test_outer_type_promotion_cuda_complex128_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8701514Z test_outer_type_promotion_cuda_complex128_uint8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.8727230Z test_outer_type_promotion_cuda_complex64_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8753098Z test_outer_type_promotion_cuda_complex64_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8779109Z test_outer_type_promotion_cuda_complex64_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8810878Z test_outer_type_promotion_cuda_complex64_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.8836649Z test_outer_type_promotion_cuda_complex64_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8862411Z test_outer_type_promotion_cuda_complex64_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8888503Z test_outer_type_promotion_cuda_complex64_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8914215Z test_outer_type_promotion_cuda_complex64_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8940234Z test_outer_type_promotion_cuda_complex64_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.8966165Z test_outer_type_promotion_cuda_complex64_int64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.8991832Z test_outer_type_promotion_cuda_complex64_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9023700Z test_outer_type_promotion_cuda_complex64_uint8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.9049603Z test_outer_type_promotion_cuda_float16_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9075282Z test_outer_type_promotion_cuda_float16_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9101305Z test_outer_type_promotion_cuda_float16_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.9127393Z test_outer_type_promotion_cuda_float16_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.9153140Z test_outer_type_promotion_cuda_float16_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9178896Z test_outer_type_promotion_cuda_float16_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9205113Z test_outer_type_promotion_cuda_float16_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.9236796Z test_outer_type_promotion_cuda_float16_int16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.9262778Z test_outer_type_promotion_cuda_float16_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9288821Z test_outer_type_promotion_cuda_float16_int64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.9314516Z test_outer_type_promotion_cuda_float16_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9340437Z test_outer_type_promotion_cuda_float16_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9366524Z test_outer_type_promotion_cuda_float32_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9392052Z test_outer_type_promotion_cuda_float32_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9418133Z test_outer_type_promotion_cuda_float32_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9450043Z test_outer_type_promotion_cuda_float32_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.9475531Z test_outer_type_promotion_cuda_float32_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9501357Z test_outer_type_promotion_cuda_float32_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9527422Z test_outer_type_promotion_cuda_float32_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9552953Z test_outer_type_promotion_cuda_float32_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9578812Z test_outer_type_promotion_cuda_float32_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9604819Z test_outer_type_promotion_cuda_float32_int64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.9630400Z test_outer_type_promotion_cuda_float32_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9663962Z test_outer_type_promotion_cuda_float32_uint8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.9689803Z test_outer_type_promotion_cuda_float64_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9715531Z test_outer_type_promotion_cuda_float64_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9741501Z test_outer_type_promotion_cuda_float64_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.9767668Z test_outer_type_promotion_cuda_float64_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9793101Z test_outer_type_promotion_cuda_float64_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9819101Z test_outer_type_promotion_cuda_float64_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9844862Z test_outer_type_promotion_cuda_float64_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9876090Z test_outer_type_promotion_cuda_float64_int16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:36.9902121Z test_outer_type_promotion_cuda_float64_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9928286Z test_outer_type_promotion_cuda_float64_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9953862Z test_outer_type_promotion_cuda_float64_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:36.9979684Z test_outer_type_promotion_cuda_float64_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0005793Z test_outer_type_promotion_cuda_int16_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:37.0031625Z test_outer_type_promotion_cuda_int16_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0057879Z test_outer_type_promotion_cuda_int16_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:37.0089041Z test_outer_type_promotion_cuda_int16_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:37.0114918Z test_outer_type_promotion_cuda_int16_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0140726Z test_outer_type_promotion_cuda_int16_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0166822Z test_outer_type_promotion_cuda_int16_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:37.0192332Z test_outer_type_promotion_cuda_int16_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0218332Z test_outer_type_promotion_cuda_int16_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0244562Z test_outer_type_promotion_cuda_int16_int64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:37.0270138Z test_outer_type_promotion_cuda_int16_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0302114Z test_outer_type_promotion_cuda_int16_uint8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:37.0328085Z test_outer_type_promotion_cuda_int32_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:37.0353625Z test_outer_type_promotion_cuda_int32_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0379635Z test_outer_type_promotion_cuda_int32_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0405893Z test_outer_type_promotion_cuda_int32_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:37.0431246Z test_outer_type_promotion_cuda_int32_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0457200Z test_outer_type_promotion_cuda_int32_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0482928Z test_outer_type_promotion_cuda_int32_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0514608Z test_outer_type_promotion_cuda_int32_int16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:37.0540334Z test_outer_type_promotion_cuda_int32_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0566382Z test_outer_type_promotion_cuda_int32_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0591870Z test_outer_type_promotion_cuda_int32_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0617836Z test_outer_type_promotion_cuda_int32_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0643513Z test_outer_type_promotion_cuda_int64_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0669312Z test_outer_type_promotion_cuda_int64_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0696147Z test_outer_type_promotion_cuda_int64_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:37.0727709Z test_outer_type_promotion_cuda_int64_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:37.0753240Z test_outer_type_promotion_cuda_int64_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0779085Z test_outer_type_promotion_cuda_int64_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0805153Z test_outer_type_promotion_cuda_int64_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0830633Z test_outer_type_promotion_cuda_int64_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0856648Z test_outer_type_promotion_cuda_int64_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0882491Z test_outer_type_promotion_cuda_int64_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0908449Z test_outer_type_promotion_cuda_int64_int8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:37.0940342Z test_outer_type_promotion_cuda_int64_uint8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:37.0966223Z test_outer_type_promotion_cuda_int8_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.0991943Z test_outer_type_promotion_cuda_int8_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.1017972Z test_outer_type_promotion_cuda_int8_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.1043620Z test_outer_type_promotion_cuda_int8_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.1069603Z test_outer_type_promotion_cuda_int8_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.1095361Z test_outer_type_promotion_cuda_int8_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.1121071Z test_outer_type_promotion_cuda_int8_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.1153105Z test_outer_type_promotion_cuda_int8_int16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:37.1178807Z test_outer_type_promotion_cuda_int8_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.1204816Z test_outer_type_promotion_cuda_int8_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.1230654Z test_outer_type_promotion_cuda_int8_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.1256806Z test_outer_type_promotion_cuda_int8_uint8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:37.1282293Z test_outer_type_promotion_cuda_uint8_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.1308330Z test_outer_type_promotion_cuda_uint8_bool (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:37.1334449Z test_outer_type_promotion_cuda_uint8_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:37.1366391Z test_outer_type_promotion_cuda_uint8_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:37.1391864Z test_outer_type_promotion_cuda_uint8_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.1418052Z test_outer_type_promotion_cuda_uint8_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.1443707Z test_outer_type_promotion_cuda_uint8_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.1469643Z test_outer_type_promotion_cuda_uint8_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.1495744Z test_outer_type_promotion_cuda_uint8_int32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:37.1521621Z test_outer_type_promotion_cuda_uint8_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-03-17T20:14:37.1547946Z test_outer_type_promotion_cuda_uint8_int8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:37.1579822Z test_outer_type_promotion_cuda_uint8_uint8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:14:42.8317642Z test_pca_lowrank_cuda (__main__.TestLinalgCUDA) ... ok (5.673s) 2022-03-17T20:14:43.8919016Z test_pinv_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.060s) 2022-03-17T20:14:44.4581751Z test_pinv_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.566s) 2022-03-17T20:14:44.9337476Z test_pinv_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.475s) 2022-03-17T20:14:45.5061108Z test_pinv_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.572s) 2022-03-17T20:14:45.5545723Z test_pinv_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.048s) 2022-03-17T20:14:45.5954929Z test_pinv_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.041s) 2022-03-17T20:14:45.6356264Z test_pinv_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.040s) 2022-03-17T20:14:45.6768175Z test_pinv_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.041s) 2022-03-17T20:14:45.8067797Z test_pinverse_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.130s) 2022-03-17T20:14:45.8639615Z test_pinverse_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.057s) 2022-03-17T20:14:45.9108775Z test_pinverse_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-03-17T20:14:45.9709390Z test_pinverse_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.060s) 2022-03-17T20:14:45.9727937Z test_preferred_linalg_library_cuda (__main__.TestLinalgCUDA) ... [W Context.cpp:163] Warning: torch.backends.cuda.preferred_linalg_library is an experimental feature. If you see any error or unexpected behavior when this flag is set please file an issue on GitHub. (function operator()) 2022-03-17T20:14:45.9752427Z ok (0.004s) 2022-03-17T20:14:45.9773018Z test_qr_batched_cuda_complex128 (__main__.TestLinalgCUDA) 2022-03-17T20:14:45.9829603Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.008s) 2022-03-17T20:14:45.9849779Z test_qr_batched_cuda_complex64 (__main__.TestLinalgCUDA) 2022-03-17T20:14:45.9895859Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.007s) 2022-03-17T20:14:45.9916127Z test_qr_batched_cuda_float32 (__main__.TestLinalgCUDA) 2022-03-17T20:14:45.9960561Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.006s) 2022-03-17T20:14:45.9980793Z test_qr_batched_cuda_float64 (__main__.TestLinalgCUDA) 2022-03-17T20:14:46.0023854Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.006s) 2022-03-17T20:14:46.0070590Z test_qr_cuda_complex128 (__main__.TestLinalgCUDA) ... test_linalg.py:3913: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-03-17T20:14:46.0071604Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-03-17T20:14:46.0071930Z Q, R = torch.qr(A, some) 2022-03-17T20:14:46.0072189Z should be replaced with 2022-03-17T20:14:46.0072794Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1995.) 2022-03-17T20:14:46.0073277Z torch.qr(A, some=some, out=(Q_out, R_out)) 2022-03-17T20:14:46.1184310Z ok (0.116s) 2022-03-17T20:14:46.2242264Z test_qr_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.106s) 2022-03-17T20:14:46.3223395Z test_qr_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.098s) 2022-03-17T20:14:46.4179560Z test_qr_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.096s) 2022-03-17T20:14:46.4317155Z test_qr_error_cases_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-03-17T20:14:46.4332490Z test_qr_out_cuda_complex128 (__main__.TestLinalgCUDA) 2022-03-17T20:14:46.4475923Z test torch.linalg.qr(out=...) vs torch.lingalg.qr ... ok (0.016s) 2022-03-17T20:14:46.4490696Z test_qr_out_cuda_complex64 (__main__.TestLinalgCUDA) 2022-03-17T20:14:46.4640555Z test torch.linalg.qr(out=...) vs torch.lingalg.qr ... ok (0.016s) 2022-03-17T20:14:46.4655685Z test_qr_out_cuda_float32 (__main__.TestLinalgCUDA) 2022-03-17T20:14:46.4795485Z test torch.linalg.qr(out=...) vs torch.lingalg.qr ... ok (0.015s) 2022-03-17T20:14:46.4810550Z test_qr_out_cuda_float64 (__main__.TestLinalgCUDA) 2022-03-17T20:14:46.4943527Z test torch.linalg.qr(out=...) vs torch.lingalg.qr ... ok (0.015s) 2022-03-17T20:14:46.4959208Z test_qr_vs_numpy_cuda_complex128 (__main__.TestLinalgCUDA) 2022-03-17T20:14:46.5067492Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.012s) 2022-03-17T20:14:46.5083520Z test_qr_vs_numpy_cuda_complex64 (__main__.TestLinalgCUDA) 2022-03-17T20:14:46.5192593Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.012s) 2022-03-17T20:14:46.5208477Z test_qr_vs_numpy_cuda_float32 (__main__.TestLinalgCUDA) 2022-03-17T20:14:46.5312709Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.012s) 2022-03-17T20:14:46.5328683Z test_qr_vs_numpy_cuda_float64 (__main__.TestLinalgCUDA) 2022-03-17T20:14:46.5436824Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.012s) 2022-03-17T20:14:46.5506546Z test_renorm_cuda (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-03-17T20:14:46.5522577Z test_renorm_ps_cuda (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:14:46.9394296Z test_slogdet_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.387s) 2022-03-17T20:14:47.1725864Z test_slogdet_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.233s) 2022-03-17T20:14:47.3779953Z test_slogdet_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.205s) 2022-03-17T20:14:47.6026719Z test_slogdet_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.224s) 2022-03-17T20:14:47.6420599Z test_slogdet_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.039s) 2022-03-17T20:14:47.6830250Z test_slogdet_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.041s) 2022-03-17T20:14:47.7245565Z test_slogdet_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.041s) 2022-03-17T20:14:47.7639017Z test_slogdet_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.039s) 2022-03-17T20:14:47.7879827Z test_solve_batched_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-03-17T20:14:47.8040292Z test_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-03-17T20:14:47.8162740Z test_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-03-17T20:14:47.8296934Z test_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-03-17T20:14:48.1888908Z test_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.359s) 2022-03-17T20:14:48.4484001Z test_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.259s) 2022-03-17T20:14:48.6875076Z test_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.239s) 2022-03-17T20:14:48.9535458Z test_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.266s) 2022-03-17T20:14:49.0359818Z test_solve_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.082s) 2022-03-17T20:14:49.1230472Z test_solve_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.087s) 2022-03-17T20:14:49.2096330Z test_solve_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.086s) 2022-03-17T20:14:49.2929754Z test_solve_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.083s) 2022-03-17T20:14:49.3460787Z test_solve_methods_arg_device_cuda (__main__.TestLinalgCUDA) ... ok (0.053s) 2022-03-17T20:14:49.3497680Z test_strided_mm_bmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-03-17T20:14:49.3536649Z test_strided_mm_bmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-03-17T20:14:50.8740365Z test_svd_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.520s) 2022-03-17T20:14:52.2579060Z test_svd_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (1.384s) 2022-03-17T20:14:53.5316248Z test_svd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (1.274s) 2022-03-17T20:14:54.8490537Z test_svd_cuda_float64 (__main__.TestLinalgCUDA) ... ok (1.317s) 2022-03-17T20:15:02.6440887Z test_svd_lowrank_cuda_float64 (__main__.TestLinalgCUDA) ... ok (7.795s) 2022-03-17T20:15:02.7374770Z test_svd_memory_allocation_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.093s) 2022-03-17T20:15:02.7755396Z test_svd_memory_allocation_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-03-17T20:15:02.7938038Z test_svd_memory_allocation_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-03-17T20:15:02.8519960Z test_svd_memory_allocation_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.058s) 2022-03-17T20:15:02.9342219Z test_svd_nan_error_cuda_complex128 (__main__.TestLinalgCUDA) ... test_linalg.py:2668: UserWarning: During the SVD execution, batches 0 failed to converge. A more accurate method will be used to calculate the SVD as a fallback. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLib.cpp:661.) 2022-03-17T20:15:02.9342890Z svd(a) 2022-03-17T20:15:03.5526689Z ok (0.701s) 2022-03-17T20:15:03.7176520Z test_svd_nan_error_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.165s) 2022-03-17T20:15:03.8245193Z test_svd_nan_error_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.107s) 2022-03-17T20:15:04.0404619Z test_svd_nan_error_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.216s) 2022-03-17T20:15:04.0474834Z test_symeig_cuda_complex128 (__main__.TestLinalgCUDA) ... test_linalg.py:7388: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-03-17T20:15:04.0475506Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-03-17T20:15:04.0475933Z L, _ = torch.symeig(A, upper=upper) 2022-03-17T20:15:04.0476209Z should be replaced with 2022-03-17T20:15:04.0476689Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-03-17T20:15:04.0476973Z and 2022-03-17T20:15:04.0477854Z L, V = torch.symeig(A, eigenvectors=True) 2022-03-17T20:15:04.0478143Z should be replaced with 2022-03-17T20:15:04.0478778Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2545.) 2022-03-17T20:15:04.0479291Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-03-17T20:15:04.0639414Z test_linalg.py:7388: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:15:04.0640295Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-03-17T20:15:04.1280493Z test_linalg.py:7388: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:15:04.1281657Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-03-17T20:15:04.3642764Z test_linalg.py:7388: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:15:04.3643675Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-03-17T20:15:05.4888317Z test_linalg.py:7388: UserWarning: An output with one or more elements was resized since it had shape [5, 3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:15:05.4889602Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-03-17T20:15:06.6281073Z ok (2.588s) 2022-03-17T20:15:09.2159653Z test_symeig_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (2.588s) 2022-03-17T20:15:11.8068957Z test_symeig_cuda_float32 (__main__.TestLinalgCUDA) ... ok (2.591s) 2022-03-17T20:15:14.3916980Z test_symeig_cuda_float64 (__main__.TestLinalgCUDA) ... ok (2.585s) 2022-03-17T20:15:14.4216269Z test_symeig_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-03-17T20:15:14.4513852Z test_symeig_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-03-17T20:15:14.4810776Z test_symeig_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-03-17T20:15:14.5106924Z test_symeig_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-03-17T20:15:14.5169828Z test_tensordot_cuda (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-03-17T20:15:14.5415778Z test_tensorinv_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-03-17T20:15:14.5651884Z test_tensorinv_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-03-17T20:15:14.5869829Z test_tensorinv_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-03-17T20:15:14.6082759Z test_tensorinv_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-03-17T20:15:14.6112963Z test_tensorinv_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:15:14.6143056Z test_tensorinv_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:15:14.6173325Z test_tensorinv_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:15:14.6203078Z test_tensorinv_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:15:14.6484626Z test_tensorinv_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-03-17T20:15:14.6760784Z test_tensorinv_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-03-17T20:15:14.7018153Z test_tensorinv_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-03-17T20:15:14.7280954Z test_tensorinv_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-03-17T20:15:14.7407969Z test_tensorinv_singular_input_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-03-17T20:15:14.7532171Z test_tensorinv_singular_input_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-03-17T20:15:14.7656207Z test_tensorinv_singular_input_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-03-17T20:15:14.7780767Z test_tensorinv_singular_input_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-03-17T20:15:14.7957013Z test_tensorsolve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-03-17T20:15:14.8130810Z test_tensorsolve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-03-17T20:15:14.8297752Z test_tensorsolve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-03-17T20:15:14.8461084Z test_tensorsolve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-03-17T20:15:14.8491986Z test_tensorsolve_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:15:14.8522879Z test_tensorsolve_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:15:14.8553768Z test_tensorsolve_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:15:14.8584346Z test_tensorsolve_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-03-17T20:15:14.8717008Z test_tensorsolve_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-03-17T20:15:15.0048475Z test_triangular_solve_batched_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.133s) 2022-03-17T20:15:15.0546100Z test_triangular_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.050s) 2022-03-17T20:15:15.1007979Z test_triangular_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.046s) 2022-03-17T20:15:15.1465634Z test_triangular_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.046s) 2022-03-17T20:15:15.1782377Z test_triangular_solve_batched_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.032s) 2022-03-17T20:15:15.2105749Z test_triangular_solve_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.032s) 2022-03-17T20:15:15.2414289Z test_triangular_solve_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-03-17T20:15:15.2716268Z test_triangular_solve_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-03-17T20:15:15.2741693Z test_triangular_solve_batched_many_batches_cuda_complex128 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:15:15.2766813Z test_triangular_solve_batched_many_batches_cuda_complex64 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:15:15.2791665Z test_triangular_solve_batched_many_batches_cuda_float32 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:15:15.2816688Z test_triangular_solve_batched_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip (0.002s) 2022-03-17T20:15:15.3080543Z test_triangular_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-03-17T20:15:15.3347392Z test_triangular_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-03-17T20:15:15.3600818Z test_triangular_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-03-17T20:15:15.3851495Z test_triangular_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-03-17T20:15:15.4165583Z test_triangular_solve_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-03-17T20:15:15.4464530Z test_triangular_solve_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-03-17T20:15:15.4768466Z test_triangular_solve_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-03-17T20:15:15.5067273Z test_triangular_solve_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-03-17T20:15:15.5519493Z test_vdot_invalid_args_cuda (__main__.TestLinalgCUDA) ... ok (0.045s) 2022-03-17T20:15:15.5585200Z test_vdot_vs_numpy_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-03-17T20:15:15.5644314Z test_vdot_vs_numpy_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-03-17T20:15:25.5344738Z test_vector_norm_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (9.970s) 2022-03-17T20:15:29.8402464Z test_vector_norm_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (4.306s) 2022-03-17T20:15:34.1565998Z test_vector_norm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (4.316s) 2022-03-17T20:15:44.1136784Z test_vector_norm_cuda_float16 (__main__.TestLinalgCUDA) ... ok (9.957s) 2022-03-17T20:15:54.0688127Z test_vector_norm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (9.955s) 2022-03-17T20:16:03.9957379Z test_vector_norm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (9.927s) 2022-03-17T20:16:04.0412096Z test_vector_norm_dim_tuple_arg_cuda (__main__.TestLinalgCUDA) ... ok (0.045s) 2022-03-17T20:16:04.0446648Z test_vector_norm_extreme_values_cuda (__main__.TestLinalgCUDA) ... /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2569: RuntimeWarning: divide by zero encountered in power 2022-03-17T20:16:04.0447103Z ret **= (1 / ord) 2022-03-17T20:16:04.0487226Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2567: RuntimeWarning: divide by zero encountered in reciprocal 2022-03-17T20:16:04.0487623Z absx **= ord 2022-03-17T20:16:04.0490500Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2567: RuntimeWarning: divide by zero encountered in power 2022-03-17T20:16:04.0490896Z absx **= ord 2022-03-17T20:16:04.0921336Z ok (0.051s) 2022-03-17T20:16:04.2600895Z test_vector_norm_out_dtype_error_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.168s) 2022-03-17T20:16:04.4473898Z test_vector_norm_out_dtype_error_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.187s) 2022-03-17T20:16:04.6322531Z test_vector_norm_out_dtype_error_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.185s) 2022-03-17T20:16:04.7975421Z test_vector_norm_out_dtype_error_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.165s) 2022-03-17T20:16:04.9635424Z test_vector_norm_out_dtype_error_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.166s) 2022-03-17T20:16:05.1303259Z test_vector_norm_out_dtype_error_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.167s) 2022-03-17T20:16:05.1303591Z 2022-03-17T20:16:05.1303977Z ---------------------------------------------------------------------- 2022-03-17T20:16:05.1304303Z Ran 747 tests in 315.537s 2022-03-17T20:16:05.1306673Z 2022-03-17T20:16:05.1306958Z OK (skipped=44) 2022-03-17T20:16:05.1307175Z 2022-03-17T20:16:05.1307424Z Generating XML reports... 2022-03-17T20:16:05.2150562Z Generated XML report: test-reports/python-unittest/test_linalg/TEST-TestLinalgCUDA-20220317201049.xml 2022-03-17T20:16:05.5901387Z Running test_nn ... [2022-03-17 20:16:05.589569] 2022-03-17T20:16:05.5902043Z Executing ['/opt/conda/bin/python', 'test_nn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:16:05.589680] 2022-03-17T20:16:08.7248094Z Test results will be stored in test-reports/python-unittest/test_nn 2022-03-17T20:16:08.8959480Z 2022-03-17T20:16:08.8960046Z Running tests... 2022-03-17T20:16:08.8960612Z ---------------------------------------------------------------------- 2022-03-17T20:16:08.8975775Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... ok (0.002s) 2022-03-17T20:16:08.8999753Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... ok (0.002s) 2022-03-17T20:16:08.9127577Z test_to (__main__.PackedSequenceTest) ... ok (0.013s) 2022-03-17T20:16:08.9144093Z test_to_memory_format (__main__.PackedSequenceTest) ... ok (0.002s) 2022-03-17T20:16:08.9204436Z test_total_length (__main__.PackedSequenceTest) ... ok (0.006s) 2022-03-17T20:16:08.9217875Z test_type_casts (__main__.PackedSequenceTest) 2022-03-17T20:16:08.9609961Z Test type casting of `PackedSequence` against type casting of tensor ... ok (0.040s) 2022-03-17T20:16:08.9670571Z test_wrong_order (__main__.PackedSequenceTest) ... ok (0.006s) 2022-03-17T20:16:08.9687288Z test_add_relu (__main__.TestAddRelu) ... ok (0.002s) 2022-03-17T20:16:08.9700241Z test_add_relu_broadcasting (__main__.TestAddRelu) ... ok (0.001s) 2022-03-17T20:16:08.9726668Z test_avg_pool1d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-03-17T20:16:08.9747064Z test_avg_pool2d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-03-17T20:16:08.9806214Z test_avg_pool2d_with_zero_divisor (__main__.TestAvgPool) ... ok (0.006s) 2022-03-17T20:16:08.9826526Z test_avg_pool3d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-03-17T20:16:08.9883085Z test_avg_pool3d_with_zero_divisor (__main__.TestAvgPool) ... ok (0.006s) 2022-03-17T20:16:09.0014480Z test_doubletensor_avg_pool2d (__main__.TestAvgPool) ... ok (0.013s) 2022-03-17T20:16:09.0106544Z test_doubletensor_avg_pool2d_with_divisor (__main__.TestAvgPool) ... ok (0.009s) 2022-03-17T20:16:09.0942108Z test_doubletensor_avg_pool3d (__main__.TestAvgPool) ... ok (0.083s) 2022-03-17T20:16:09.3453184Z test_doubletensor_avg_pool3d_with_divisor (__main__.TestAvgPool) ... ok (0.251s) 2022-03-17T20:16:09.3469343Z test_constant_pad_nd (__main__.TestConstantPadNd) ... ok (0.002s) 2022-03-17T20:16:09.3482220Z test_preserves_memory_format (__main__.TestConstantPadNd) ... ok (0.001s) 2022-03-17T20:16:09.3489861Z test_pickle_softsign (__main__.TestFunctionalPickle) ... ok (0.001s) 2022-03-17T20:16:09.8429957Z test_fuse_module_eval_numerics (__main__.TestFusionEval) ... ok (0.494s) 2022-03-17T20:16:09.8454943Z test_chained_initialization (__main__.TestLazyModules) ... ok (0.003s) 2022-03-17T20:16:09.8469020Z test_invalid_functions (__main__.TestLazyModules) ... ok (0.001s) 2022-03-17T20:16:09.8481236Z test_lazy_batchnorm1d (__main__.TestLazyModules) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:178: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-03-17T20:16:09.8483144Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-03-17T20:16:09.8604898Z ok (0.013s) 2022-03-17T20:16:09.8752507Z test_lazy_batchnorm1d_pickle (__main__.TestLazyModules) ... ok (0.015s) 2022-03-17T20:16:09.8788690Z test_lazy_batchnorm1d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-03-17T20:16:09.8862051Z test_lazy_batchnorm2d (__main__.TestLazyModules) ... ok (0.007s) 2022-03-17T20:16:09.8936283Z test_lazy_batchnorm2d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-03-17T20:16:09.8970304Z test_lazy_batchnorm2d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-03-17T20:16:09.9060420Z test_lazy_batchnorm3d (__main__.TestLazyModules) ... ok (0.009s) 2022-03-17T20:16:09.9138972Z test_lazy_batchnorm3d_pickle (__main__.TestLazyModules) ... ok (0.008s) 2022-03-17T20:16:09.9172844Z test_lazy_batchnorm3d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-03-17T20:16:09.9208941Z test_lazy_conv1d (__main__.TestLazyModules) ... ok (0.003s) 2022-03-17T20:16:09.9238116Z test_lazy_conv1d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-03-17T20:16:09.9258611Z test_lazy_conv1d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-03-17T20:16:09.9289142Z test_lazy_conv2d (__main__.TestLazyModules) ... ok (0.003s) 2022-03-17T20:16:09.9319247Z test_lazy_conv2d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-03-17T20:16:09.9340602Z test_lazy_conv2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-03-17T20:16:09.9652449Z test_lazy_conv3d (__main__.TestLazyModules) ... ok (0.031s) 2022-03-17T20:16:09.9784164Z test_lazy_conv3d_pickle (__main__.TestLazyModules) ... ok (0.013s) 2022-03-17T20:16:09.9808759Z test_lazy_conv3d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-03-17T20:16:09.9866695Z test_lazy_conv_transpose1d_pickle (__main__.TestLazyModules) ... ok (0.006s) 2022-03-17T20:16:09.9888718Z test_lazy_conv_transpose1d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-03-17T20:16:10.0061784Z test_lazy_conv_transpose2d (__main__.TestLazyModules) ... ok (0.017s) 2022-03-17T20:16:10.0140654Z test_lazy_conv_transpose2d_pickle (__main__.TestLazyModules) ... ok (0.008s) 2022-03-17T20:16:10.0162427Z test_lazy_conv_transpose2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-03-17T20:16:10.2119777Z test_lazy_conv_transpose3d (__main__.TestLazyModules) ... ok (0.195s) 2022-03-17T20:16:10.2844966Z test_lazy_conv_transpose3d_pickle (__main__.TestLazyModules) ... ok (0.072s) 2022-03-17T20:16:10.2869065Z test_lazy_conv_transpose3d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-03-17T20:16:10.2977564Z test_lazy_conv_transposed1d (__main__.TestLazyModules) ... ok (0.011s) 2022-03-17T20:16:10.2988478Z test_lazy_forward_hook (__main__.TestLazyModules) 2022-03-17T20:16:10.2993476Z This test is to test whether lazymodule can register other forward hook ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:178: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-03-17T20:16:10.2994269Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-03-17T20:16:10.2997472Z ok (0.002s) 2022-03-17T20:16:10.3073542Z test_lazy_instancenorm1d (__main__.TestLazyModules) ... ok (0.007s) 2022-03-17T20:16:10.3150195Z test_lazy_instancenorm1d_pickle (__main__.TestLazyModules) ... ok (0.008s) 2022-03-17T20:16:10.3213172Z test_lazy_instancenorm1d_state (__main__.TestLazyModules) ... ok (0.006s) 2022-03-17T20:16:10.3289310Z test_lazy_instancenorm2d (__main__.TestLazyModules) ... ok (0.008s) 2022-03-17T20:16:10.3369546Z test_lazy_instancenorm2d_pickle (__main__.TestLazyModules) ... ok (0.008s) 2022-03-17T20:16:10.3430518Z test_lazy_instancenorm2d_state (__main__.TestLazyModules) ... ok (0.006s) 2022-03-17T20:16:10.3521047Z test_lazy_instancenorm3d (__main__.TestLazyModules) ... ok (0.009s) 2022-03-17T20:16:10.3599255Z test_lazy_instancenorm3d_pickle (__main__.TestLazyModules) ... ok (0.008s) 2022-03-17T20:16:10.3662885Z test_lazy_instancenorm3d_state (__main__.TestLazyModules) ... ok (0.006s) 2022-03-17T20:16:10.3694326Z test_lazy_linear_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-03-17T20:16:10.3720937Z test_lazy_module_buffer (__main__.TestLazyModules) ... ok (0.003s) 2022-03-17T20:16:10.3732345Z test_lazy_module_jit_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-03-17T20:16:10.3741979Z test_lazy_module_jit_param (__main__.TestLazyModules) ... ok (0.001s) 2022-03-17T20:16:10.3767728Z test_lazy_module_parameter (__main__.TestLazyModules) ... ok (0.002s) 2022-03-17T20:16:10.3777546Z test_lazy_pre_forward_hook (__main__.TestLazyModules) 2022-03-17T20:16:10.3781598Z This test is to test whether lazymodule can register other pre-forward hook ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:178: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-03-17T20:16:10.3782745Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-03-17T20:16:10.3784938Z ok (0.002s) 2022-03-17T20:16:10.3795771Z test_lazy_share_memory_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-03-17T20:16:10.3805701Z test_lazy_share_memory_param (__main__.TestLazyModules) ... ok (0.001s) 2022-03-17T20:16:10.3824531Z test_linear (__main__.TestLazyModules) ... ok (0.002s) 2022-03-17T20:16:10.3844785Z test_linear_state (__main__.TestLazyModules) ... ok (0.002s) 2022-03-17T20:16:10.3858687Z test_materialize_device (__main__.TestLazyModules) ... ok (0.001s) 2022-03-17T20:16:10.3871817Z test_materialize_dtype (__main__.TestLazyModules) ... ok (0.001s) 2022-03-17T20:16:10.3943954Z test_optimizer_pass (__main__.TestLazyModules) ... ok (0.007s) 2022-03-17T20:16:10.3954646Z test_spectral_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-03-17T20:16:10.3964862Z test_weight_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-03-17T20:16:10.3994283Z test_global_and_local_hooks_order (__main__.TestModuleGlobalHooks) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1033: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-03-17T20:16:10.3995221Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-03-17T20:16:10.3997934Z ok (0.003s) 2022-03-17T20:16:10.4018877Z test_module_backward_global_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-03-17T20:16:10.4032872Z test_module_forward_forward_hook_removable (__main__.TestModuleGlobalHooks) 2022-03-17T20:16:10.4042398Z This test is to test when multiple forward hook functions can be registered ... ok (0.002s) 2022-03-17T20:16:10.4055871Z test_module_forward_preforward_hook_removable (__main__.TestModuleGlobalHooks) 2022-03-17T20:16:10.4064407Z This test is to test when multiple pre-forward hook functions can be ... ok (0.002s) 2022-03-17T20:16:10.4088883Z test_module_global_forward_preforward_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-03-17T20:16:10.4111605Z test_module_global_hook_invalid_outputs (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-03-17T20:16:10.4270429Z test_module_global_hooks (__main__.TestModuleGlobalHooks) ... ok (0.016s) 2022-03-17T20:16:10.4448455Z test_AdaptiveAvgPool1d (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:10.4625965Z test_AdaptiveAvgPool1d_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:10.4797676Z test_AdaptiveAvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:10.4970553Z test_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:10.5118424Z test_AdaptiveAvgPool1d_one_output (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:10.5283345Z test_AdaptiveAvgPool1d_one_output_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:10.5428314Z test_AdaptiveAvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:10.5608816Z test_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:10.5764602Z test_AdaptiveAvgPool2d_single (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:10.5919714Z test_AdaptiveAvgPool2d_single_1x1output (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:10.6076511Z test_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:10.6246583Z test_AdaptiveAvgPool2d_single_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:10.6407079Z test_AdaptiveAvgPool2d_tuple (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:10.6585831Z test_AdaptiveAvgPool2d_tuple_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:10.6749631Z test_AdaptiveAvgPool2d_tuple_none (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:10.6918164Z test_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:10.7054411Z test_AdaptiveAvgPool3d_last_dim (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:10.7210274Z test_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:10.7383206Z test_AdaptiveAvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:10.7555385Z test_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:10.7717889Z test_AdaptiveAvgPool3d_single (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:10.7898331Z test_AdaptiveAvgPool3d_single_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:10.8072658Z test_AdaptiveAvgPool3d_tuple (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:10.8249448Z test_AdaptiveAvgPool3d_tuple_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:10.8421045Z test_AdaptiveAvgPool3d_tuple_none (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:10.8606523Z test_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:11.2470755Z test_AdaptiveLogSoftmax (__main__.TestNN) ... ok (0.386s) 2022-03-17T20:16:11.3005182Z test_AdaptiveLogSoftmax_cuda (__main__.TestNN) ... ok (0.053s) 2022-03-17T20:16:11.3176462Z test_AdaptiveMaxPool1d (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:11.3350599Z test_AdaptiveMaxPool1d_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:11.3518482Z test_AdaptiveMaxPool1d_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:11.3689278Z test_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:11.3842715Z test_AdaptiveMaxPool2d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:11.4001670Z test_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:11.4145039Z test_AdaptiveMaxPool2d_single (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:11.4320857Z test_AdaptiveMaxPool2d_single_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:11.4479967Z test_AdaptiveMaxPool2d_tuple (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:11.4649488Z test_AdaptiveMaxPool2d_tuple_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:11.4792530Z test_AdaptiveMaxPool2d_tuple_none (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:11.4962507Z test_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:11.5121675Z test_AdaptiveMaxPool3d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:11.5288976Z test_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:11.5439835Z test_AdaptiveMaxPool3d_single (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:11.5612054Z test_AdaptiveMaxPool3d_single_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:11.5768775Z test_AdaptiveMaxPool3d_single_nonatomic (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:11.5947839Z test_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:11.6110770Z test_AdaptiveMaxPool3d_tuple (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:11.6284588Z test_AdaptiveMaxPool3d_tuple_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:11.6443957Z test_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:11.6616526Z test_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:11.6774325Z test_AdaptiveMaxPool3d_tuple_none (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:11.6963698Z test_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:11.6992458Z test_AlphaDropout (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:11.7142663Z test_AvgPool1d (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:11.7313492Z test_AvgPool1d_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:11.7467477Z test_AvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:11.7635053Z test_AvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:11.7784024Z test_AvgPool1d_stride (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:11.7955076Z test_AvgPool1d_stride_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:11.8102059Z test_AvgPool1d_stride_pad (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:11.8271102Z test_AvgPool1d_stride_pad_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:11.8421657Z test_AvgPool2d (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:11.8589514Z test_AvgPool2d_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:11.8731029Z test_AvgPool2d_divisor (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:11.8912705Z test_AvgPool2d_divisor_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:11.9070737Z test_AvgPool2d_divisor_stride (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:11.9235086Z test_AvgPool2d_divisor_stride_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:11.9391340Z test_AvgPool2d_divisor_stride_pad (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:11.9553152Z test_AvgPool2d_divisor_stride_pad_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:11.9573455Z test_AvgPool2d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:11.9590592Z test_AvgPool2d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip (0.002s) 2022-03-17T20:16:11.9608486Z test_AvgPool2d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:11.9624887Z test_AvgPool2d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip (0.002s) 2022-03-17T20:16:11.9643008Z test_AvgPool2d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:11.9660096Z test_AvgPool2d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip (0.002s) 2022-03-17T20:16:11.9825150Z test_AvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:11.9983912Z test_AvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:12.0136854Z test_AvgPool2d_stride (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:12.0302153Z test_AvgPool2d_stride_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:12.0441875Z test_AvgPool2d_stride_pad (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:12.0602248Z test_AvgPool2d_stride_pad_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:12.0744024Z test_AvgPool3d (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:12.0905845Z test_AvgPool3d_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:12.1061239Z test_AvgPool3d_divisor (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:12.1226136Z test_AvgPool3d_divisor_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:12.1368928Z test_AvgPool3d_divisor_stride (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:12.1525049Z test_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:12.1698111Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:12.1721744Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:12.1735201Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor_cuda (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:16:12.1892399Z test_AvgPool3d_divisor_stride_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:12.2036452Z test_AvgPool3d_divisor_stride_pad (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:12.2199252Z test_AvgPool3d_divisor_stride_pad_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:12.2348591Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:12.2517504Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:12.2541293Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:12.2554030Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor_cuda (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:16:12.2707000Z test_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:12.2868582Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:12.2897520Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.2911436Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor_cuda (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:16:12.3064675Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:12.3227767Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:12.3255196Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.3268501Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor_cuda (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:16:12.3284677Z test_AvgPool3d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:12.3297646Z test_AvgPool3d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:16:12.3314028Z test_AvgPool3d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:12.3327222Z test_AvgPool3d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:16:12.3342677Z test_AvgPool3d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:16:12.3355493Z test_AvgPool3d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:16:12.3491108Z test_AvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:12.3648878Z test_AvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:12.3799190Z test_AvgPool3d_stride (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:12.3956270Z test_AvgPool3d_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:12.4123818Z test_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:12.4273738Z test_AvgPool3d_stride_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:12.4417462Z test_AvgPool3d_stride_pad (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:12.4593946Z test_AvgPool3d_stride_pad_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:12.4744975Z test_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:12.4906768Z test_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:12.5059292Z test_AvgPool3d_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:12.5232576Z test_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:12.5393859Z test_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:12.5554834Z test_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:12.5643363Z test_BCELoss (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:12.5674641Z test_BCELoss_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.5704082Z test_BCELoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.5733981Z test_BCELoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.5769232Z test_BCELoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.5843287Z test_BCELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:12.5871256Z test_BCELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.5905855Z test_BCELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.5934482Z test_BCELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.6014193Z test_BCELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:12.6042955Z test_BCELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.6070985Z test_BCELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.6098942Z test_BCELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.6163784Z test_BCELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:12.6195697Z test_BCELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.6228678Z test_BCELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.6260805Z test_BCELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.6411297Z test_BCELoss_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:12.6575921Z test_BCELoss_no_reduce_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:12.6677709Z test_BCELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:12.6749714Z test_BCELoss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:12.6820544Z test_BCELoss_scalar_weights (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:12.6851850Z test_BCELoss_scalar_weights_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.6882139Z test_BCELoss_scalar_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.6913801Z test_BCELoss_scalar_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.6945300Z test_BCELoss_scalar_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.7026259Z test_BCELoss_weights (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:12.7059059Z test_BCELoss_weights_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.7098319Z test_BCELoss_weights_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:12.7129061Z test_BCELoss_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.7160769Z test_BCELoss_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.7311895Z test_BCELoss_weights_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:12.7472578Z test_BCELoss_weights_no_reduce_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:12.7564093Z test_BCELoss_weights_no_reduce_scalar (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:12.7638065Z test_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:12.7711787Z test_BCEWithLogitsLoss (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:12.7748385Z test_BCEWithLogitsLoss_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:12.7784789Z test_BCEWithLogitsLoss_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:12.7821982Z test_BCEWithLogitsLoss_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:12.7835073Z test_BCEWithLogitsLoss_legacy_enum (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-03-17T20:16:12.7836182Z warnings.warn(warning.format(ret)) 2022-03-17T20:16:12.7923258Z /opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-03-17T20:16:12.7924197Z warnings.warn(warning.format(ret)) 2022-03-17T20:16:12.7944100Z ok (0.012s) 2022-03-17T20:16:12.8114380Z test_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:12.8181622Z test_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:12.8213822Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.8245179Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.8277137Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.8343418Z test_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:12.8374747Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.8405659Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.8436447Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.8503332Z test_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:12.8534372Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.8571606Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:12.8602223Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.8731517Z test_BCEWithLogitsLoss_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:12.8874557Z test_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:12.8937856Z test_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:12.8990015Z test_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:12.9052150Z test_BCEWithLogitsLoss_scalar_weights (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:12.9084334Z test_BCEWithLogitsLoss_scalar_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.9115921Z test_BCEWithLogitsLoss_scalar_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.9148045Z test_BCEWithLogitsLoss_scalar_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:12.9236366Z test_BCEWithLogitsLoss_weights (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:12.9289940Z test_BCEWithLogitsLoss_weights_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:12.9327144Z test_BCEWithLogitsLoss_weights_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:12.9367776Z test_BCEWithLogitsLoss_weights_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:13.3198906Z test_BatchNorm1d_3d_input (__main__.TestNN) ... ok (0.383s) 2022-03-17T20:16:13.3455332Z test_BatchNorm1d_3d_input_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:13.3780825Z test_BatchNorm1d_3d_input_eval (__main__.TestNN) ... ok (0.032s) 2022-03-17T20:16:13.4008482Z test_BatchNorm1d_3d_input_eval_cuda (__main__.TestNN) ... ok (0.023s) 2022-03-17T20:16:13.4216486Z test_BatchNorm1d_3d_input_not_affine (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:13.4402547Z test_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:13.4584365Z test_BatchNorm1d_3d_input_not_affine_eval (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:13.4763182Z test_BatchNorm1d_3d_input_not_affine_eval_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:13.5102438Z test_BatchNorm1d_affine (__main__.TestNN) ... ok (0.034s) 2022-03-17T20:16:13.5362636Z test_BatchNorm1d_affine_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:13.5691847Z test_BatchNorm1d_affine_eval (__main__.TestNN) ... ok (0.033s) 2022-03-17T20:16:13.5931101Z test_BatchNorm1d_affine_eval_cuda (__main__.TestNN) ... ok (0.024s) 2022-03-17T20:16:13.6299959Z test_BatchNorm1d_affine_simple_average (__main__.TestNN) ... ok (0.037s) 2022-03-17T20:16:13.6549755Z test_BatchNorm1d_affine_simple_average_cuda (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:13.6878674Z test_BatchNorm1d_affine_simple_average_eval (__main__.TestNN) ... ok (0.033s) 2022-03-17T20:16:13.7122642Z test_BatchNorm1d_affine_simple_average_eval_cuda (__main__.TestNN) ... ok (0.024s) 2022-03-17T20:16:13.7333350Z test_BatchNorm1d_not_affine (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:13.7515849Z test_BatchNorm1d_not_affine_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:13.7704840Z test_BatchNorm1d_not_affine_eval (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:13.7880352Z test_BatchNorm1d_not_affine_eval_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:13.8223854Z test_BatchNorm1d_not_tracking_stats (__main__.TestNN) ... ok (0.034s) 2022-03-17T20:16:13.8465251Z test_BatchNorm1d_not_tracking_stats_cuda (__main__.TestNN) ... ok (0.024s) 2022-03-17T20:16:13.8816459Z test_BatchNorm1d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.035s) 2022-03-17T20:16:13.9059566Z test_BatchNorm1d_not_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.024s) 2022-03-17T20:16:13.9201065Z test_BatchNorm1d_zero_batch (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:13.9319529Z test_BatchNorm1d_zero_batch_cuda (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:13.9453148Z test_BatchNorm1d_zero_batch_eval (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:13.9570704Z test_BatchNorm1d_zero_batch_eval_cuda (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:13.9958474Z test_BatchNorm2d (__main__.TestNN) ... ok (0.038s) 2022-03-17T20:16:14.0352474Z test_BatchNorm2d_2d_simple_average (__main__.TestNN) ... ok (0.039s) 2022-03-17T20:16:14.0621957Z test_BatchNorm2d_2d_simple_average_cuda (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:14.0965293Z test_BatchNorm2d_2d_simple_average_eval (__main__.TestNN) ... ok (0.034s) 2022-03-17T20:16:14.1209007Z test_BatchNorm2d_2d_simple_average_eval_cuda (__main__.TestNN) ... ok (0.024s) 2022-03-17T20:16:14.1462926Z test_BatchNorm2d_cuda (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:14.1808565Z test_BatchNorm2d_eval (__main__.TestNN) ... ok (0.034s) 2022-03-17T20:16:14.2054467Z test_BatchNorm2d_eval_cuda (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:14.2435123Z test_BatchNorm2d_momentum (__main__.TestNN) ... ok (0.038s) 2022-03-17T20:16:14.2687109Z test_BatchNorm2d_momentum_cuda (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:14.3024489Z test_BatchNorm2d_momentum_eval (__main__.TestNN) ... ok (0.033s) 2022-03-17T20:16:14.3260418Z test_BatchNorm2d_momentum_eval_cuda (__main__.TestNN) ... ok (0.024s) 2022-03-17T20:16:14.3473832Z test_BatchNorm2d_not_affine (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:14.3666206Z test_BatchNorm2d_not_affine_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:14.3835051Z test_BatchNorm2d_not_affine_eval (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:14.4011940Z test_BatchNorm2d_not_affine_eval_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:14.4343520Z test_BatchNorm2d_not_tracking_stats (__main__.TestNN) ... ok (0.033s) 2022-03-17T20:16:14.4591533Z test_BatchNorm2d_not_tracking_stats_cuda (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:14.4925988Z test_BatchNorm2d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.033s) 2022-03-17T20:16:14.5181500Z test_BatchNorm2d_not_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:14.5330410Z test_BatchNorm2d_zero_batch (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:14.5447609Z test_BatchNorm2d_zero_batch_cuda (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:14.5581411Z test_BatchNorm2d_zero_batch_eval (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:14.5697033Z test_BatchNorm2d_zero_batch_eval_cuda (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:14.6060582Z test_BatchNorm3d (__main__.TestNN) ... ok (0.036s) 2022-03-17T20:16:14.6444654Z test_BatchNorm3d_3d_simple_average (__main__.TestNN) ... ok (0.038s) 2022-03-17T20:16:14.6700212Z test_BatchNorm3d_3d_simple_average_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:14.7017692Z test_BatchNorm3d_3d_simple_average_eval (__main__.TestNN) ... ok (0.031s) 2022-03-17T20:16:14.7257631Z test_BatchNorm3d_3d_simple_average_eval_cuda (__main__.TestNN) ... ok (0.024s) 2022-03-17T20:16:14.7509875Z test_BatchNorm3d_cuda (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:14.7857065Z test_BatchNorm3d_eval (__main__.TestNN) ... ok (0.034s) 2022-03-17T20:16:14.8100641Z test_BatchNorm3d_eval_cuda (__main__.TestNN) ... ok (0.024s) 2022-03-17T20:16:14.8503819Z test_BatchNorm3d_momentum (__main__.TestNN) ... ok (0.040s) 2022-03-17T20:16:14.8759416Z test_BatchNorm3d_momentum_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:14.9106070Z test_BatchNorm3d_momentum_eval (__main__.TestNN) ... ok (0.034s) 2022-03-17T20:16:14.9339260Z test_BatchNorm3d_momentum_eval_cuda (__main__.TestNN) ... ok (0.023s) 2022-03-17T20:16:14.9539615Z test_BatchNorm3d_not_affine (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:14.9730053Z test_BatchNorm3d_not_affine_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:14.9915186Z test_BatchNorm3d_not_affine_eval (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:15.0090162Z test_BatchNorm3d_not_affine_eval_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:15.0452911Z test_BatchNorm3d_not_tracking_stats (__main__.TestNN) ... ok (0.036s) 2022-03-17T20:16:15.0705397Z test_BatchNorm3d_not_tracking_stats_cuda (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:15.1082095Z test_BatchNorm3d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.037s) 2022-03-17T20:16:15.1355625Z test_BatchNorm3d_not_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:15.1496749Z test_BatchNorm3d_zero_batch (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:15.1623054Z test_BatchNorm3d_zero_batch_cuda (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:15.1756410Z test_BatchNorm3d_zero_batch_eval (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:15.1881103Z test_BatchNorm3d_zero_batch_eval_cuda (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:15.2034425Z test_CELU (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:15.2176897Z test_CELU_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:15.2270628Z test_CELU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:15.2412426Z test_CELU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:15.2517029Z test_CELU_scalar (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:15.2585451Z test_CELU_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:15.2781550Z test_CTCLoss_2d_int_target_lengths_intlists (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:15.2854382Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_double (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:15.2903746Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:15.3085019Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:15.3153133Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:15.3205727Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:15.3383010Z test_CTCLoss_2d_int_target_lengths_tensors (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:15.3453705Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_double (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:15.3501498Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:15.3681163Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:15.3750075Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:15.3794840Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:15.3974040Z test_CTCLoss_2d_lengths_tensors (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:15.4046819Z test_CTCLoss_2d_lengths_tensors_cuda_double (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:15.4094512Z test_CTCLoss_2d_lengths_tensors_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:15.4271262Z test_CTCLoss_2d_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:15.4338611Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:15.4390733Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:15.4538062Z test_CTCLoss_critical_target_len (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:15.4607474Z test_CTCLoss_lengthchecks_cpu (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:15.4697273Z test_CTCLoss_lengthchecks_cuda (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:15.4876682Z test_CTCLoss_lengths_intlists (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:15.4949070Z test_CTCLoss_lengths_intlists_cuda_double (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:15.4996896Z test_CTCLoss_lengths_intlists_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:15.5178124Z test_CTCLoss_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:15.5246559Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:15.5291327Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:15.5465905Z test_CTCLoss_lengths_tensors (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:15.5530699Z test_CTCLoss_lengths_tensors_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:15.5578757Z test_CTCLoss_lengths_tensors_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:15.5751347Z test_CTCLoss_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:15.5812856Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:15.5852808Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:17.7963203Z test_CTCLoss_long_targets (__main__.TestNN) ... ok (2.211s) 2022-03-17T20:16:17.8037761Z test_CTCLoss_typechecks (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:17.8105153Z test_CTCLoss_zero_infinity (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:17.8240851Z test_ConstantPad1d (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:17.8378297Z test_ConstantPad1d_batch (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:17.8522631Z test_ConstantPad1d_batch_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:17.8743058Z test_ConstantPad1d_complex (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:17.8890483Z test_ConstantPad1d_complex_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:17.9032764Z test_ConstantPad1d_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:17.9173070Z test_ConstantPad2d (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:17.9403282Z test_ConstantPad2d_complex (__main__.TestNN) ... ok (0.023s) 2022-03-17T20:16:17.9556945Z test_ConstantPad2d_complex_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:17.9703735Z test_ConstantPad2d_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:17.9849685Z test_ConstantPad2d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:18.0004939Z test_ConstantPad2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:18.0161602Z test_ConstantPad3d (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:18.0433830Z test_ConstantPad3d_complex (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:18.0610245Z test_ConstantPad3d_complex_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:18.0770727Z test_ConstantPad3d_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:18.0925274Z test_ConstantPad3d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:18.1077659Z test_ConstantPad3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:18.4466903Z test_Conv1d (__main__.TestNN) ... ok (0.339s) 2022-03-17T20:16:18.4932777Z test_Conv1d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.046s) 2022-03-17T20:16:18.5904071Z test_Conv1d_circular_stride2_pad2_cuda (__main__.TestNN) ... ok (0.097s) 2022-03-17T20:16:18.6162835Z test_Conv1d_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:18.6478659Z test_Conv1d_dilated (__main__.TestNN) ... ok (0.031s) 2022-03-17T20:16:18.7193073Z test_Conv1d_dilated_cuda (__main__.TestNN) ... ok (0.071s) 2022-03-17T20:16:18.7799811Z test_Conv1d_groups (__main__.TestNN) ... ok (0.060s) 2022-03-17T20:16:18.8068294Z test_Conv1d_groups_cuda (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:18.8100157Z test_Conv1d_module_same_padding (__main__.TestNN) ... test_nn.py:974: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:744.) 2022-03-17T20:16:18.8100974Z expect = F.conv1d(x, module.weight, module.bias, padding='same') 2022-03-17T20:16:18.8120855Z ok (0.005s) 2022-03-17T20:16:18.8453020Z test_Conv1d_pad1 (__main__.TestNN) ... ok (0.033s) 2022-03-17T20:16:18.8712509Z test_Conv1d_pad1_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:18.9026563Z test_Conv1d_pad1size1 (__main__.TestNN) ... ok (0.031s) 2022-03-17T20:16:18.9281027Z test_Conv1d_pad1size1_cuda (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:18.9603252Z test_Conv1d_pad2 (__main__.TestNN) ... ok (0.032s) 2022-03-17T20:16:18.9867993Z test_Conv1d_pad2_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:19.0200140Z test_Conv1d_pad2size1 (__main__.TestNN) ... ok (0.033s) 2022-03-17T20:16:19.0468685Z test_Conv1d_pad2size1_cuda (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:19.0811991Z test_Conv1d_pad_same (__main__.TestNN) ... ok (0.034s) 2022-03-17T20:16:19.1179166Z test_Conv1d_pad_same2 (__main__.TestNN) ... ok (0.036s) 2022-03-17T20:16:19.1456104Z test_Conv1d_pad_same2_cuda (__main__.TestNN) ... ok (0.028s) 2022-03-17T20:16:19.1716197Z test_Conv1d_pad_same_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:19.2051153Z test_Conv1d_pad_same_dilated (__main__.TestNN) ... ok (0.033s) 2022-03-17T20:16:19.2300064Z test_Conv1d_pad_same_dilated_cuda (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:19.2643245Z test_Conv1d_pad_valid (__main__.TestNN) ... ok (0.034s) 2022-03-17T20:16:19.2905212Z test_Conv1d_pad_valid_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:19.3264314Z test_Conv1d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.036s) 2022-03-17T20:16:19.3534215Z test_Conv1d_reflect_stride2_pad2_cuda (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:19.3894031Z test_Conv1d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.036s) 2022-03-17T20:16:19.4166368Z test_Conv1d_replicate_stride2_pad2_cuda (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:19.4513856Z test_Conv1d_stride (__main__.TestNN) ... ok (0.034s) 2022-03-17T20:16:19.4777381Z test_Conv1d_stride_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:19.5043522Z test_Conv1d_zero_batch (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:19.5232772Z test_Conv1d_zero_batch_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:19.5575044Z test_Conv1d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.034s) 2022-03-17T20:16:19.5836590Z test_Conv1d_zeros_stride2_pad2_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:19.6199387Z test_Conv2d (__main__.TestNN) ... ok (0.036s) 2022-03-17T20:16:19.6275579Z test_Conv2d_1x1 (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:19.6539249Z test_Conv2d_OneDNN (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:19.6619696Z test_Conv2d_backward_twice (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:19.7162289Z test_Conv2d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.054s) 2022-03-17T20:16:19.7573560Z test_Conv2d_circular_stride2_pad2_cuda (__main__.TestNN) ... ok (0.041s) 2022-03-17T20:16:19.7831942Z test_Conv2d_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:19.8208440Z test_Conv2d_depthwise (__main__.TestNN) ... ok (0.037s) 2022-03-17T20:16:19.8469455Z test_Conv2d_depthwise_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:19.8840613Z test_Conv2d_depthwise_dilated (__main__.TestNN) ... ok (0.037s) 2022-03-17T20:16:19.9087632Z test_Conv2d_depthwise_dilated_cuda (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:19.9467839Z test_Conv2d_depthwise_padded (__main__.TestNN) ... ok (0.038s) 2022-03-17T20:16:19.9731814Z test_Conv2d_depthwise_padded_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:20.0117370Z test_Conv2d_depthwise_strided (__main__.TestNN) ... ok (0.038s) 2022-03-17T20:16:20.0384605Z test_Conv2d_depthwise_strided_cuda (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:20.0808665Z test_Conv2d_depthwise_with_multiplier (__main__.TestNN) ... ok (0.042s) 2022-03-17T20:16:20.1095200Z test_Conv2d_depthwise_with_multiplier_cuda (__main__.TestNN) ... ok (0.029s) 2022-03-17T20:16:20.1432818Z test_Conv2d_dilated (__main__.TestNN) ... ok (0.034s) 2022-03-17T20:16:20.1681749Z test_Conv2d_dilated_cuda (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:20.1705040Z test_Conv2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:20.1718670Z test_Conv2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:16:20.2112483Z test_Conv2d_groups (__main__.TestNN) ... ok (0.039s) 2022-03-17T20:16:20.2406156Z test_Conv2d_groups_cuda (__main__.TestNN) ... ok (0.029s) 2022-03-17T20:16:20.2594967Z test_Conv2d_groups_nobias (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:20.2834098Z test_Conv2d_groups_nobias_v2 (__main__.TestNN) ... ok (0.024s) 2022-03-17T20:16:20.3219632Z test_Conv2d_groups_thnn (__main__.TestNN) ... ok (0.038s) 2022-03-17T20:16:20.3506454Z test_Conv2d_groups_thnn_cuda (__main__.TestNN) ... ok (0.029s) 2022-03-17T20:16:20.3533115Z test_Conv2d_groups_thnn_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:20.3550662Z test_Conv2d_groups_thnn_with_long_tensor_cuda (__main__.TestNN) ... skip (0.002s) 2022-03-17T20:16:20.3574495Z test_Conv2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:20.3592065Z test_Conv2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip (0.002s) 2022-03-17T20:16:20.3681359Z test_Conv2d_inconsistent_types (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:20.3865223Z test_Conv2d_inconsistent_types_on_GPU_with_cudnn (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:20.4119781Z test_Conv2d_inconsistent_types_on_GPU_without_cudnn (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:20.4132721Z test_Conv2d_missing_argument (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:16:20.4201756Z test_Conv2d_module_same_padding (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:20.4453318Z test_Conv2d_no_bias (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:20.4694681Z test_Conv2d_no_bias_cuda (__main__.TestNN) ... ok (0.024s) 2022-03-17T20:16:20.4719610Z test_Conv2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:20.4733393Z test_Conv2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:16:20.5079082Z test_Conv2d_pad_same (__main__.TestNN) ... ok (0.034s) 2022-03-17T20:16:20.5351406Z test_Conv2d_pad_same_cuda (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:20.5679904Z test_Conv2d_pad_same_dilated (__main__.TestNN) ... ok (0.033s) 2022-03-17T20:16:20.5942118Z test_Conv2d_pad_same_dilated_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:20.6262764Z test_Conv2d_pad_valid (__main__.TestNN) ... ok (0.032s) 2022-03-17T20:16:20.6528305Z test_Conv2d_pad_valid_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:20.6856133Z test_Conv2d_padding (__main__.TestNN) ... ok (0.033s) 2022-03-17T20:16:20.7144524Z test_Conv2d_padding_cuda (__main__.TestNN) ... ok (0.029s) 2022-03-17T20:16:20.7170589Z test_Conv2d_padding_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:20.7187850Z test_Conv2d_padding_with_long_tensor_cuda (__main__.TestNN) ... skip (0.002s) 2022-03-17T20:16:20.7548897Z test_Conv2d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.036s) 2022-03-17T20:16:20.7830707Z test_Conv2d_reflect_stride2_pad2_cuda (__main__.TestNN) ... ok (0.028s) 2022-03-17T20:16:20.8202074Z test_Conv2d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.037s) 2022-03-17T20:16:20.8477439Z test_Conv2d_replicate_stride2_pad2_cuda (__main__.TestNN) ... ok (0.028s) 2022-03-17T20:16:20.8830070Z test_Conv2d_strided (__main__.TestNN) ... ok (0.035s) 2022-03-17T20:16:20.9100359Z test_Conv2d_strided_cuda (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:20.9125972Z test_Conv2d_strided_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:20.9143379Z test_Conv2d_strided_with_long_tensor_cuda (__main__.TestNN) ... skip (0.002s) 2022-03-17T20:16:20.9166715Z test_Conv2d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:20.9183866Z test_Conv2d_with_long_tensor_cuda (__main__.TestNN) ... skip (0.002s) 2022-03-17T20:16:20.9447451Z test_Conv2d_zero_batch (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:20.9632598Z test_Conv2d_zero_batch_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:20.9651663Z test_Conv2d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:20.9664620Z test_Conv2d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:16:21.0019839Z test_Conv2d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.035s) 2022-03-17T20:16:21.0293295Z test_Conv2d_zeros_stride2_pad2_cuda (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:21.0619573Z test_Conv3d (__main__.TestNN) ... ok (0.032s) 2022-03-17T20:16:21.0872280Z test_Conv3d_1x1x1_no_bias (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:21.1101803Z test_Conv3d_1x1x1_no_bias_cuda (__main__.TestNN) ... ok (0.023s) 2022-03-17T20:16:21.1121874Z test_Conv3d_1x1x1_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:21.1143868Z test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip (0.002s) 2022-03-17T20:16:21.1866597Z test_Conv3d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.072s) 2022-03-17T20:16:21.2382435Z test_Conv3d_circular_stride2_pad2_cuda (__main__.TestNN) ... ok (0.051s) 2022-03-17T20:16:21.2640956Z test_Conv3d_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:21.2981110Z test_Conv3d_dilated (__main__.TestNN) ... ok (0.034s) 2022-03-17T20:16:21.3250479Z test_Conv3d_dilated_cuda (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:21.3582943Z test_Conv3d_dilated_strided (__main__.TestNN) ... ok (0.033s) 2022-03-17T20:16:21.3845544Z test_Conv3d_dilated_strided_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:21.4174172Z test_Conv3d_groups (__main__.TestNN) ... ok (0.033s) 2022-03-17T20:16:21.4428784Z test_Conv3d_groups_cuda (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:21.4561501Z test_Conv3d_groups_nobias (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:21.4700453Z test_Conv3d_groups_wbias (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:21.4723211Z test_Conv3d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:21.4737640Z test_Conv3d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:16:21.4797686Z test_Conv3d_module_same_padding (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:21.5045192Z test_Conv3d_no_bias (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:21.5285724Z test_Conv3d_no_bias_cuda (__main__.TestNN) ... ok (0.024s) 2022-03-17T20:16:21.5311437Z test_Conv3d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:21.5335925Z test_Conv3d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip (0.002s) 2022-03-17T20:16:21.5798075Z test_Conv3d_pad_same (__main__.TestNN) ... ok (0.046s) 2022-03-17T20:16:21.6096570Z test_Conv3d_pad_same_cuda (__main__.TestNN) ... ok (0.030s) 2022-03-17T20:16:21.6518155Z test_Conv3d_pad_same_dilated (__main__.TestNN) ... ok (0.042s) 2022-03-17T20:16:21.6798911Z test_Conv3d_pad_same_dilated_cuda (__main__.TestNN) ... ok (0.028s) 2022-03-17T20:16:21.7195852Z test_Conv3d_pad_valid (__main__.TestNN) ... ok (0.040s) 2022-03-17T20:16:21.7473867Z test_Conv3d_pad_valid_cuda (__main__.TestNN) ... ok (0.028s) 2022-03-17T20:16:21.7884001Z test_Conv3d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.041s) 2022-03-17T20:16:21.8169827Z test_Conv3d_replicate_stride2_pad2_cuda (__main__.TestNN) ... ok (0.029s) 2022-03-17T20:16:21.8521104Z test_Conv3d_stride (__main__.TestNN) ... ok (0.035s) 2022-03-17T20:16:21.8800480Z test_Conv3d_stride_cuda (__main__.TestNN) ... ok (0.028s) 2022-03-17T20:16:21.9179561Z test_Conv3d_stride_padding (__main__.TestNN) ... ok (0.038s) 2022-03-17T20:16:21.9459218Z test_Conv3d_stride_padding_cuda (__main__.TestNN) ... ok (0.028s) 2022-03-17T20:16:21.9484450Z test_Conv3d_stride_padding_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:21.9501233Z test_Conv3d_stride_padding_with_long_tensor_cuda (__main__.TestNN) ... skip (0.002s) 2022-03-17T20:16:21.9525780Z test_Conv3d_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:21.9548134Z test_Conv3d_stride_with_long_tensor_cuda (__main__.TestNN) ... skip (0.002s) 2022-03-17T20:16:21.9572078Z test_Conv3d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:21.9588717Z test_Conv3d_with_long_tensor_cuda (__main__.TestNN) ... skip (0.002s) 2022-03-17T20:16:21.9862258Z test_Conv3d_zero_batch (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:22.0055347Z test_Conv3d_zero_batch_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:22.0075372Z test_Conv3d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:22.0089849Z test_Conv3d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:16:22.0467993Z test_Conv3d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.037s) 2022-03-17T20:16:22.0742888Z test_Conv3d_zeros_stride2_pad2_cuda (__main__.TestNN) ... ok (0.028s) 2022-03-17T20:16:22.1058710Z test_ConvTranspose1d (__main__.TestNN) ... ok (0.031s) 2022-03-17T20:16:22.1308006Z test_ConvTranspose1d_cuda (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:22.1616835Z test_ConvTranspose1d_dilated (__main__.TestNN) ... ok (0.031s) 2022-03-17T20:16:22.1857265Z test_ConvTranspose1d_dilated_cuda (__main__.TestNN) ... ok (0.024s) 2022-03-17T20:16:22.2221493Z test_ConvTranspose1d_groups (__main__.TestNN) ... ok (0.036s) 2022-03-17T20:16:22.2480586Z test_ConvTranspose1d_groups_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:22.2723321Z test_ConvTranspose1d_no_bias (__main__.TestNN) ... ok (0.024s) 2022-03-17T20:16:22.2943101Z test_ConvTranspose1d_no_bias_cuda (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:22.3275985Z test_ConvTranspose2d (__main__.TestNN) ... ok (0.033s) 2022-03-17T20:16:22.3540933Z test_ConvTranspose2d_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:22.3790871Z test_ConvTranspose2d_dilated (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:22.4009650Z test_ConvTranspose2d_dilated_cuda (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:22.4029978Z test_ConvTranspose2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:22.4044053Z test_ConvTranspose2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:16:22.4378007Z test_ConvTranspose2d_groups (__main__.TestNN) ... ok (0.033s) 2022-03-17T20:16:22.4636713Z test_ConvTranspose2d_groups_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:22.4658054Z test_ConvTranspose2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:22.4672276Z test_ConvTranspose2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:16:22.4695441Z test_ConvTranspose2d_half_cublas_gemm (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:22.4945847Z test_ConvTranspose2d_no_bias (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:22.5168676Z test_ConvTranspose2d_no_bias_cuda (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:22.5188686Z test_ConvTranspose2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:22.5202542Z test_ConvTranspose2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:16:22.5248422Z test_ConvTranspose2d_output_size (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:26.0767949Z test_ConvTranspose2d_output_size_downsample_upsample (__main__.TestNN) ... ok (3.552s) 2022-03-17T20:16:26.0791287Z test_ConvTranspose2d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:26.0812799Z test_ConvTranspose2d_with_long_tensor_cuda (__main__.TestNN) ... skip (0.002s) 2022-03-17T20:16:26.1148019Z test_ConvTranspose3d (__main__.TestNN) ... ok (0.033s) 2022-03-17T20:16:26.1162651Z test_ConvTranspose3d_correct_output_size (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:16:26.1421120Z test_ConvTranspose3d_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:26.1764331Z test_ConvTranspose3d_dilated (__main__.TestNN) ... ok (0.034s) 2022-03-17T20:16:26.2027232Z test_ConvTranspose3d_dilated_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:26.2301871Z test_CosineEmbeddingLoss (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:26.2353106Z test_CosineEmbeddingLoss_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.2403237Z test_CosineEmbeddingLoss_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.2453102Z test_CosineEmbeddingLoss_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.2728879Z test_CosineEmbeddingLoss_margin (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:26.2780999Z test_CosineEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.2830419Z test_CosineEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.2888391Z test_CosineEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:26.3153264Z test_CosineEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:26.3201327Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.3250411Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.3298288Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.3518092Z test_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:26.3568712Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.3617366Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.3665222Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.3878505Z test_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:26.3935286Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:26.3981574Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.4028582Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.4237773Z test_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:26.4284010Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.4330994Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.4377587Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.4647673Z test_CosineEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:26.4699534Z test_CosineEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.4748684Z test_CosineEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.4808997Z test_CosineEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:26.4880031Z test_CrossEntropyLoss (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:26.4956050Z test_CrossEntropyLoss_2d (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:26.4988744Z test_CrossEntropyLoss_2d_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.5020051Z test_CrossEntropyLoss_2d_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.5051641Z test_CrossEntropyLoss_2d_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.5128294Z test_CrossEntropyLoss_2d_ignore_index (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:26.5158216Z test_CrossEntropyLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.5192862Z test_CrossEntropyLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.5229290Z test_CrossEntropyLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.5347879Z test_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:26.5396297Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.5451243Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.5495172Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:26.5612408Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:26.5655662Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:26.5706450Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.5754100Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.5860414Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:26.5899725Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:26.5944226Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:26.5988048Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:26.6110963Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:26.6153686Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:26.6198407Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:26.6249234Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.6332917Z test_CrossEntropyLoss_2d_prob_target (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:26.6363495Z test_CrossEntropyLoss_2d_prob_target_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.6394423Z test_CrossEntropyLoss_2d_prob_target_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.6425759Z test_CrossEntropyLoss_2d_prob_target_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.6504605Z test_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:26.6542262Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:26.6588898Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.6622128Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.6697679Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:26.6729127Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.6759931Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.6791467Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.6875797Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:26.6915666Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:26.6955223Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:26.6990078Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.7063216Z test_CrossEntropyLoss_2d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:26.7106716Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:26.7142162Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.7174217Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.7253717Z test_CrossEntropyLoss_2d_prob_target_weights (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:26.7285407Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.7317282Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.7350309Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.7424353Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:26.7455455Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.7486627Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.7523792Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:26.7600695Z test_CrossEntropyLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:26.7630937Z test_CrossEntropyLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.7663042Z test_CrossEntropyLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.7694698Z test_CrossEntropyLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.7772323Z test_CrossEntropyLoss_2d_weights (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:26.7802964Z test_CrossEntropyLoss_2d_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.7834214Z test_CrossEntropyLoss_2d_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.7865858Z test_CrossEntropyLoss_2d_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.7985291Z test_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:26.8045376Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:26.8092972Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.8136558Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:26.8255675Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:26.8304291Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.8353476Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:26.8396948Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:26.8501951Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:26.8546237Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:26.8591161Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:26.8637556Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:26.8744832Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:26.8785498Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:26.8826966Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:26.8866700Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:26.8951264Z test_CrossEntropyLoss_3d_prob_target (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:26.8985043Z test_CrossEntropyLoss_3d_prob_target_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.9018756Z test_CrossEntropyLoss_3d_prob_target_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.9052699Z test_CrossEntropyLoss_3d_prob_target_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.9137829Z test_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:26.9173299Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.9215738Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:26.9249854Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.9328315Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:26.9360704Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.9393890Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.9427678Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.9505122Z test_CrossEntropyLoss_3d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:26.9537250Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.9569401Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.9601575Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.9693570Z test_CrossEntropyLoss_3d_prob_target_weights (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:26.9729030Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.9764063Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.9799773Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.9881677Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:26.9916055Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.9950695Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:26.9985357Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.0072747Z test_CrossEntropyLoss_4d_prob_target (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:27.0108002Z test_CrossEntropyLoss_4d_prob_target_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.0150041Z test_CrossEntropyLoss_4d_prob_target_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:27.0183968Z test_CrossEntropyLoss_4d_prob_target_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.0266221Z test_CrossEntropyLoss_4d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:27.0297953Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.0330324Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.0362684Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.0451896Z test_CrossEntropyLoss_4d_prob_target_weights (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:27.0486882Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.0521593Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.0557008Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.0641137Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:27.0681426Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:27.0715483Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.0750287Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.0780374Z test_CrossEntropyLoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.0812294Z test_CrossEntropyLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.0842698Z test_CrossEntropyLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.0921545Z test_CrossEntropyLoss_dim_is_3 (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:27.0953367Z test_CrossEntropyLoss_dim_is_3_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.0985360Z test_CrossEntropyLoss_dim_is_3_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.1027842Z test_CrossEntropyLoss_dim_is_3_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:27.1106502Z test_CrossEntropyLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:27.1138207Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.1170992Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.1207228Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:27.1295112Z test_CrossEntropyLoss_higher_dim (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:27.1327480Z test_CrossEntropyLoss_higher_dim_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.1360044Z test_CrossEntropyLoss_higher_dim_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.1393809Z test_CrossEntropyLoss_higher_dim_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.1479734Z test_CrossEntropyLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:27.1518508Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:27.1551229Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.1585990Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.1653143Z test_CrossEntropyLoss_weights (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:27.1683649Z test_CrossEntropyLoss_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.1715694Z test_CrossEntropyLoss_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.1748301Z test_CrossEntropyLoss_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:27.1906714Z test_CrossMapLRN2d (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:27.2118886Z test_CrossMapLRN2d_cuda (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:27.2266031Z test_ELU (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:27.2415893Z test_ELU_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:27.2512125Z test_ELU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:27.2665102Z test_ELU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:27.2749696Z test_ELU_scalar (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:27.2818865Z test_ELU_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:27.2925042Z test_Embedding (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:27.3108331Z test_EmbeddingBag_discontiguous (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:27.3305368Z test_EmbeddingBag_discontiguous_cuda (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:27.3429399Z test_EmbeddingBag_max (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:27.3556203Z test_EmbeddingBag_max_cuda (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:27.3673756Z test_EmbeddingBag_max_padding_idx (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:27.3802211Z test_EmbeddingBag_max_padding_idx_cuda (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:27.3918834Z test_EmbeddingBag_mean (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:27.4067876Z test_EmbeddingBag_mean_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:27.4188007Z test_EmbeddingBag_mean_padding_idx (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:27.4329306Z test_EmbeddingBag_mean_padding_idx_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:27.4504446Z test_EmbeddingBag_sparse (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:27.4663700Z test_EmbeddingBag_sparse_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:27.4776648Z test_EmbeddingBag_sum (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:27.4913562Z test_EmbeddingBag_sum_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:27.5025795Z test_EmbeddingBag_sum_padding_idx (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:27.5173907Z test_EmbeddingBag_sum_padding_idx_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:27.5290839Z test_Embedding_cuda (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:27.5480474Z test_Embedding_discontiguous (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:27.5687127Z test_Embedding_discontiguous_cuda (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:27.5849490Z test_Embedding_sparse (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:27.5978836Z test_Embedding_sparse_cuda (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:27.8893944Z test_FeatureAlphaDropout (__main__.TestNN) ... ok (0.291s) 2022-03-17T20:16:27.9061673Z test_Flatten (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:27.9204580Z test_Flatten_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:27.9337862Z test_Flatten_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:27.9478909Z test_Flatten_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:27.9583998Z test_Fold (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:27.9723652Z test_Fold_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:27.9830150Z test_Fold_int_input (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:27.9970810Z test_Fold_int_input_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:28.0073310Z test_Fold_no_batch_dim_input (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:28.0215423Z test_Fold_no_batch_dim_input_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:28.0319146Z test_Fold_no_batch_dim_int_input (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:28.0461392Z test_Fold_no_batch_dim_int_input_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:28.0611069Z test_FractionalMaxPool2d_ratio (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:28.0774460Z test_FractionalMaxPool2d_ratio_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:28.0933933Z test_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:28.1107177Z test_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:28.1276578Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:28.1290998Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:16:28.1470339Z test_FractionalMaxPool2d_ratio_return_indices (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:28.1646933Z test_FractionalMaxPool2d_ratio_return_indices_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:28.1826089Z test_FractionalMaxPool2d_size (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:28.1992742Z test_FractionalMaxPool2d_size_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:28.2174679Z test_FractionalMaxPool2d_size_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:28.2344219Z test_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:28.2514816Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:28.2529688Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:16:28.2733474Z test_FractionalMaxPool3d_asymsize (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:28.2924248Z test_FractionalMaxPool3d_asymsize_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:28.3100847Z test_FractionalMaxPool3d_ratio (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:28.3269253Z test_FractionalMaxPool3d_ratio_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:28.3442699Z test_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:28.3619005Z test_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:28.3776764Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:28.3791746Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:16:28.3974847Z test_FractionalMaxPool3d_ratio_return_indices (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:28.4152529Z test_FractionalMaxPool3d_ratio_return_indices_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:28.4360542Z test_FractionalMaxPool3d_size (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:28.4540472Z test_FractionalMaxPool3d_size_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:28.4728173Z test_FractionalMaxPool3d_size_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:28.4902737Z test_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:28.5079277Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:28.5092259Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:16:28.5234409Z test_GELU (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:28.5381221Z test_GELU_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:28.5479144Z test_GELU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:28.5622486Z test_GELU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:28.5714665Z test_GELU_scalar (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:28.5785611Z test_GELU_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:28.5921786Z test_GLU (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:28.6067748Z test_GLU_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:28.6208378Z test_GLU_dim (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:28.6365429Z test_GLU_dim_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:28.6465743Z test_GLU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:28.6611230Z test_GLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:28.6984715Z test_GroupNorm_1d_affine (__main__.TestNN) ... ok (0.037s) 2022-03-17T20:16:28.7342635Z test_GroupNorm_1d_affine_GN (__main__.TestNN) ... ok (0.036s) 2022-03-17T20:16:28.7600123Z test_GroupNorm_1d_affine_GN_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:28.7964878Z test_GroupNorm_1d_affine_GN_eval (__main__.TestNN) ... ok (0.036s) 2022-03-17T20:16:28.8211858Z test_GroupNorm_1d_affine_GN_eval_cuda (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:28.8459323Z test_GroupNorm_1d_affine_cuda (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:28.8843530Z test_GroupNorm_1d_affine_eval (__main__.TestNN) ... ok (0.038s) 2022-03-17T20:16:28.9109707Z test_GroupNorm_1d_affine_eval_cuda (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:28.9377405Z test_GroupNorm_1d_affine_large_batch_cuda (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:28.9642757Z test_GroupNorm_1d_affine_large_batch_eval_cuda (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:28.9856307Z test_GroupNorm_1d_no_affine_IN (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:29.0058664Z test_GroupNorm_1d_no_affine_IN_cuda (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:29.0265176Z test_GroupNorm_1d_no_affine_IN_eval (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:29.0464308Z test_GroupNorm_1d_no_affine_IN_eval_cuda (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:29.0649340Z test_GroupNorm_1d_no_affine_LN (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:29.0836224Z test_GroupNorm_1d_no_affine_LN_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:29.1020338Z test_GroupNorm_1d_no_affine_LN_eval (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:29.1210422Z test_GroupNorm_1d_no_affine_LN_eval_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:29.1610917Z test_GroupNorm_2d_affine (__main__.TestNN) ... ok (0.040s) 2022-03-17T20:16:29.1879140Z test_GroupNorm_2d_affine_cuda (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:29.2265048Z test_GroupNorm_2d_affine_eval (__main__.TestNN) ... ok (0.038s) 2022-03-17T20:16:29.2535025Z test_GroupNorm_2d_affine_eval_cuda (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:29.2949951Z test_GroupNorm_2d_affine_large_feature_cuda (__main__.TestNN) ... ok (0.041s) 2022-03-17T20:16:29.3354469Z test_GroupNorm_2d_affine_large_feature_eval_cuda (__main__.TestNN) ... ok (0.040s) 2022-03-17T20:16:29.3561157Z test_GroupNorm_2d_no_affine_IN (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:29.3759748Z test_GroupNorm_2d_no_affine_IN_cuda (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:29.3963820Z test_GroupNorm_2d_no_affine_IN_eval (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:29.4164073Z test_GroupNorm_2d_no_affine_IN_eval_cuda (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:29.4369654Z test_GroupNorm_2d_no_affine_LN (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:29.4562148Z test_GroupNorm_2d_no_affine_LN_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:29.4771903Z test_GroupNorm_2d_no_affine_LN_eval (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:29.4975843Z test_GroupNorm_2d_no_affine_LN_eval_cuda (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:29.5737056Z test_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestNN) ... ok (0.076s) 2022-03-17T20:16:29.6368873Z test_GroupNorm_2d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... ok (0.063s) 2022-03-17T20:16:29.6504240Z test_Hardshrink (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:29.6650621Z test_Hardshrink_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:29.6753577Z test_Hardshrink_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:29.6899425Z test_Hardshrink_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:29.6986410Z test_Hardshrink_scalar (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:29.7056768Z test_Hardshrink_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:29.7119492Z test_Hardsigmoid_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:29.7256332Z test_Hardsigmoid_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:29.7317813Z test_Hardswish_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:29.7442296Z test_Hardswish_no_batch_dim_cuda (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:29.7579890Z test_Hardtanh (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:29.7721811Z test_Hardtanh_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:29.7813176Z test_Hardtanh_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:29.7953177Z test_Hardtanh_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:29.8043843Z test_Hardtanh_scalar (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:29.8112322Z test_Hardtanh_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:29.8198340Z test_HingeEmbeddingLoss (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:29.8242575Z test_HingeEmbeddingLoss_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:29.8276166Z test_HingeEmbeddingLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:29.8310894Z test_HingeEmbeddingLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:29.8396246Z test_HingeEmbeddingLoss_margin (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:29.8431290Z test_HingeEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:29.8465798Z test_HingeEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:29.8500034Z test_HingeEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:29.8610168Z test_HingeEmbeddingLoss_margin_no_reduce (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:29.8786427Z test_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:29.8865996Z test_HingeEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:29.8899659Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:29.8942560Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:29.8976231Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:29.9055987Z test_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:29.9089259Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:29.9122259Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:29.9155501Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:29.9235752Z test_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:29.9269601Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:29.9303278Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:29.9336913Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:29.9425451Z test_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:29.9458706Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:29.9491780Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:29.9525504Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:29.9635811Z test_HingeEmbeddingLoss_no_reduce (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:29.9813476Z test_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:29.9886091Z test_HingeEmbeddingLoss_scalar_margin (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:29.9919254Z test_HingeEmbeddingLoss_scalar_margin_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:29.9952086Z test_HingeEmbeddingLoss_scalar_margin_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:29.9984978Z test_HingeEmbeddingLoss_scalar_margin_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:30.0055183Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:30.0094458Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:30.0126630Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:30.0159663Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:30.0239421Z test_HingeEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:30.0272180Z test_HingeEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:30.0305703Z test_HingeEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:30.0339551Z test_HingeEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:30.0451024Z test_HuberLoss (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:30.0480306Z test_HuberLoss_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:30.0508915Z test_HuberLoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:30.0544064Z test_HuberLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:30.0572318Z test_HuberLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:30.0723549Z test_HuberLoss_delta (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:30.0875385Z test_HuberLoss_delta_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:30.0939814Z test_HuberLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:30.0968631Z test_HuberLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:30.0997057Z test_HuberLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:30.1026247Z test_HuberLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:30.1089235Z test_HuberLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:30.1117135Z test_HuberLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:30.1145867Z test_HuberLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:30.1182189Z test_HuberLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:30.1244850Z test_HuberLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:30.1272044Z test_HuberLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:30.1300279Z test_HuberLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:30.1328847Z test_HuberLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:30.1434556Z test_HuberLoss_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:30.1463654Z test_HuberLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:30.1491539Z test_HuberLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:30.1519526Z test_HuberLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:30.1554699Z test_HuberLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:30.1742620Z test_InstanceNorm1d (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:30.1952886Z test_InstanceNorm1d_cuda (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:30.2160434Z test_InstanceNorm1d_eval (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:30.2353016Z test_InstanceNorm1d_eval_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:30.2560265Z test_InstanceNorm1d_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:30.2753474Z test_InstanceNorm1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:30.2962131Z test_InstanceNorm1d_no_batch_dim_eval (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:30.3150867Z test_InstanceNorm1d_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:30.3394461Z test_InstanceNorm1d_tracking_stats (__main__.TestNN) ... ok (0.024s) 2022-03-17T20:16:30.3592983Z test_InstanceNorm1d_tracking_stats_cuda (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:30.3811484Z test_InstanceNorm1d_tracking_stats_eval (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:30.4006131Z test_InstanceNorm1d_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:30.4246230Z test_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.024s) 2022-03-17T20:16:30.4443016Z test_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:30.4672153Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.023s) 2022-03-17T20:16:30.4875909Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:30.5084517Z test_InstanceNorm2d (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:30.5272274Z test_InstanceNorm2d_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:30.5476422Z test_InstanceNorm2d_eval (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:30.5680849Z test_InstanceNorm2d_eval_cuda (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:30.5906322Z test_InstanceNorm2d_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:30.6093093Z test_InstanceNorm2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:30.6289803Z test_InstanceNorm2d_no_batch_dim_eval (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:30.6475917Z test_InstanceNorm2d_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:30.6693437Z test_InstanceNorm2d_tracking_stats (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:30.6890728Z test_InstanceNorm2d_tracking_stats_cuda (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:30.7085967Z test_InstanceNorm2d_tracking_stats_eval (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:30.7281672Z test_InstanceNorm2d_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:30.7535134Z test_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:30.7751001Z test_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:30.7980356Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.023s) 2022-03-17T20:16:30.8174262Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:30.8385199Z test_InstanceNorm3d (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:30.8570981Z test_InstanceNorm3d_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:30.8788069Z test_InstanceNorm3d_eval (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:30.8989423Z test_InstanceNorm3d_eval_cuda (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:30.9216029Z test_InstanceNorm3d_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:30.9416012Z test_InstanceNorm3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:30.9634798Z test_InstanceNorm3d_no_batch_dim_eval (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:30.9828456Z test_InstanceNorm3d_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:31.0078088Z test_InstanceNorm3d_tracking_stats (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:31.0299407Z test_InstanceNorm3d_tracking_stats_cuda (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:31.0529517Z test_InstanceNorm3d_tracking_stats_eval (__main__.TestNN) ... ok (0.023s) 2022-03-17T20:16:31.0731223Z test_InstanceNorm3d_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:31.0980177Z test_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:31.1192954Z test_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:31.1417917Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:31.1618060Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:31.1631879Z test_KLDivLoss (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2852: UserWarning: 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. 2022-03-17T20:16:31.1633669Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-03-17T20:16:31.1665631Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2852: UserWarning: 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. 2022-03-17T20:16:31.1667344Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-03-17T20:16:31.1709498Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2852: UserWarning: 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. 2022-03-17T20:16:31.1711198Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-03-17T20:16:31.1713638Z ok (0.009s) 2022-03-17T20:16:31.1736353Z test_KLDivLoss_batch_mean (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:31.1752841Z test_KLDivLoss_batch_mean_log_target (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:31.1789557Z test_KLDivLoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.1827471Z test_KLDivLoss_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:31.1865301Z test_KLDivLoss_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:31.1910133Z test_KLDivLoss_log_target (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2852: UserWarning: 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. 2022-03-17T20:16:31.1911965Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-03-17T20:16:31.1953413Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2852: UserWarning: 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. 2022-03-17T20:16:31.1955098Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-03-17T20:16:31.1956770Z ok (0.009s) 2022-03-17T20:16:31.1997864Z test_KLDivLoss_log_target_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:31.2035195Z test_KLDivLoss_log_target_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:31.2072837Z test_KLDivLoss_log_target_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:31.2164472Z test_KLDivLoss_log_target_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:31.2203554Z test_KLDivLoss_log_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:31.2240088Z test_KLDivLoss_log_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:31.2276374Z test_KLDivLoss_log_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:31.2339755Z test_KLDivLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:31.2368186Z test_KLDivLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.2396535Z test_KLDivLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.2425554Z test_KLDivLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.2488459Z test_KLDivLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:31.2516493Z test_KLDivLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.2551831Z test_KLDivLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.2580426Z test_KLDivLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.2643700Z test_KLDivLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:31.2672845Z test_KLDivLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.2701466Z test_KLDivLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.2730379Z test_KLDivLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.2910648Z test_KLDivLoss_no_reduce (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:31.3085898Z test_KLDivLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:31.3254342Z test_KLDivLoss_no_reduce_log_target (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:31.3423722Z test_KLDivLoss_no_reduce_log_target_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:31.3526655Z test_KLDivLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:31.3608441Z test_KLDivLoss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:31.3706224Z test_KLDivLoss_no_reduce_scalar_log_target (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:31.3799188Z test_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:31.3807236Z test_KLDivLoss_scalar (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2852: UserWarning: 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. 2022-03-17T20:16:31.3808132Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-03-17T20:16:31.3831508Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2852: UserWarning: 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. 2022-03-17T20:16:31.3832352Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-03-17T20:16:31.3863426Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2852: UserWarning: 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. 2022-03-17T20:16:31.3864262Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-03-17T20:16:31.3866574Z ok (0.007s) 2022-03-17T20:16:31.3895429Z test_KLDivLoss_scalar_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.3923884Z test_KLDivLoss_scalar_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.3952569Z test_KLDivLoss_scalar_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.3984724Z test_KLDivLoss_scalar_log_target (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2852: UserWarning: 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. 2022-03-17T20:16:31.3985635Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-03-17T20:16:31.4016736Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2852: UserWarning: 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. 2022-03-17T20:16:31.4017564Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-03-17T20:16:31.4019561Z ok (0.007s) 2022-03-17T20:16:31.4049396Z test_KLDivLoss_scalar_log_target_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.4078331Z test_KLDivLoss_scalar_log_target_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.4107862Z test_KLDivLoss_scalar_log_target_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.4170616Z test_KLDivLoss_scalar_log_target_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:31.4198748Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.4237094Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:31.4265740Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.4328414Z test_KLDivLoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:31.4356397Z test_KLDivLoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.4385050Z test_KLDivLoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.4414045Z test_KLDivLoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.4483481Z test_KLDivLoss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:31.4513922Z test_KLDivLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.4545753Z test_KLDivLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.4583452Z test_KLDivLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:31.4737165Z test_KLDivLoss_with_log_target_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:31.4907283Z test_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:31.5081099Z test_KLDivLoss_with_target_no_reduce (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:31.5255707Z test_KLDivLoss_with_target_no_reduce_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:31.5382500Z test_L1Loss (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:31.5420392Z test_L1Loss_cuda_cdouble (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:31.5452494Z test_L1Loss_cuda_cfloat (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.5482472Z test_L1Loss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.5513008Z test_L1Loss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.5544139Z test_L1Loss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.5608944Z test_L1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:31.5645706Z test_L1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:31.5675092Z test_L1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.5704834Z test_L1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.5768156Z test_L1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:31.5797229Z test_L1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.5826786Z test_L1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.5856677Z test_L1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.5919247Z test_L1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:31.5948387Z test_L1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.5978320Z test_L1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.6014418Z test_L1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:31.6161893Z test_L1Loss_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:31.6263818Z test_L1Loss_no_reduce_complex (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:355: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:239.) 2022-03-17T20:16:31.6265247Z jacobians[i][index_o].copy_(res.reshape(-1)) 2022-03-17T20:16:31.6411119Z ok (0.025s) 2022-03-17T20:16:31.6571070Z test_L1Loss_no_reduce_complex_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:31.6724081Z test_L1Loss_no_reduce_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:31.6826925Z test_L1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:31.6901230Z test_L1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:31.7007338Z test_L1Loss_scalar (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:31.7038507Z test_L1Loss_scalar_cuda_cdouble (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.7070034Z test_L1Loss_scalar_cuda_cfloat (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.7100452Z test_L1Loss_scalar_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.7130622Z test_L1Loss_scalar_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:31.7168267Z test_L1Loss_scalar_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:31.7376660Z test_LPPool1d (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:31.7587176Z test_LPPool1d_cuda (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:31.7803508Z test_LPPool1d_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:31.8032232Z test_LPPool1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.023s) 2022-03-17T20:16:31.8266879Z test_LPPool1d_norm (__main__.TestNN) ... ok (0.023s) 2022-03-17T20:16:31.8496360Z test_LPPool1d_norm_cuda (__main__.TestNN) ... ok (0.023s) 2022-03-17T20:16:31.8700469Z test_LPPool2d (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:31.8919885Z test_LPPool2d_cuda (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:31.9149721Z test_LPPool2d_norm (__main__.TestNN) ... ok (0.023s) 2022-03-17T20:16:31.9378080Z test_LPPool2d_norm_cuda (__main__.TestNN) ... ok (0.023s) 2022-03-17T20:16:31.9432425Z test_LSTM_cell (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:31.9509765Z test_LSTM_cell_forward_hidden_size (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:31.9553427Z test_LSTM_cell_forward_input_size (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:31.9887498Z test_LayerNorm_1d_elementwise_affine (__main__.TestNN) ... ok (0.033s) 2022-03-17T20:16:32.0130194Z test_LayerNorm_1d_elementwise_affine_cuda (__main__.TestNN) ... ok (0.024s) 2022-03-17T20:16:32.0459519Z test_LayerNorm_1d_elementwise_affine_eval (__main__.TestNN) ... ok (0.033s) 2022-03-17T20:16:32.0708385Z test_LayerNorm_1d_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:32.0985624Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestNN) ... ok (0.028s) 2022-03-17T20:16:32.1167975Z test_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:32.1438261Z test_LayerNorm_1d_empty_elementwise_affine_eval (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:32.1620291Z test_LayerNorm_1d_empty_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:32.1799751Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:32.1973557Z test_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:32.2151284Z test_LayerNorm_1d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:32.2322268Z test_LayerNorm_1d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:32.2647882Z test_LayerNorm_3d_elementwise_affine (__main__.TestNN) ... ok (0.032s) 2022-03-17T20:16:32.2890659Z test_LayerNorm_3d_elementwise_affine_cuda (__main__.TestNN) ... ok (0.024s) 2022-03-17T20:16:32.3225752Z test_LayerNorm_3d_elementwise_affine_eval (__main__.TestNN) ... ok (0.033s) 2022-03-17T20:16:32.3465808Z test_LayerNorm_3d_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.024s) 2022-03-17T20:16:33.1391794Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestNN) ... ok (0.792s) 2022-03-17T20:16:33.4678061Z test_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestNN) ... ok (0.327s) 2022-03-17T20:16:34.2665582Z test_LayerNorm_3d_no_affine_large_feature_eval (__main__.TestNN) ... ok (0.798s) 2022-03-17T20:16:34.5833828Z test_LayerNorm_3d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... ok (0.315s) 2022-03-17T20:16:34.6020918Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:34.6194331Z test_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:34.6354837Z test_LayerNorm_3d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:34.6527568Z test_LayerNorm_3d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:34.6672416Z test_LeakyReLU (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:34.6817376Z test_LeakyReLU_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:34.6912677Z test_LeakyReLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:34.7055200Z test_LeakyReLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:34.7198624Z test_LeakyReLU_with_negval (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:34.7340935Z test_LeakyReLU_with_negval_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:34.7434165Z test_LeakyReLU_with_negval_scalar (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:34.7502257Z test_LeakyReLU_with_negval_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:34.7648581Z test_LeakyReLU_with_zero_negval (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:34.7801547Z test_LeakyReLU_with_zero_negval_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:34.8091730Z test_Linear (__main__.TestNN) ... ok (0.029s) 2022-03-17T20:16:34.8309839Z test_Linear_cuda (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:34.8535183Z test_Linear_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:34.8757452Z test_Linear_no_batch_dim_cuda (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:34.8981211Z test_Linear_no_bias (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:34.9178567Z test_Linear_no_bias_cuda (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:34.9409183Z test_LocalResponseNorm_1d (__main__.TestNN) ... ok (0.023s) 2022-03-17T20:16:34.9626666Z test_LocalResponseNorm_1d_cuda (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:34.9872535Z test_LocalResponseNorm_2d_uneven_pad (__main__.TestNN) ... ok (0.024s) 2022-03-17T20:16:35.0086050Z test_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:35.0359514Z test_LocalResponseNorm_3d_custom_params (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:35.0604955Z test_LocalResponseNorm_3d_custom_params_cuda (__main__.TestNN) ... ok (0.024s) 2022-03-17T20:16:35.0769285Z test_LogSigmoid (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:35.0925942Z test_LogSigmoid_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:35.1038396Z test_LogSigmoid_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:35.1199941Z test_LogSigmoid_no_batch_dim_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:35.1294831Z test_LogSigmoid_scalar (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:35.1365023Z test_LogSigmoid_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:35.1516323Z test_LogSoftmax (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:35.1669727Z test_LogSoftmax_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:35.1850412Z test_LogSoftmax_multiparam (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:35.2016875Z test_LogSoftmax_multiparam_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:35.2109362Z test_LogSoftmax_multiparam_scalar (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:35.2181603Z test_LogSoftmax_multiparam_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:35.2323396Z test_LogSoftmax_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:35.2469081Z test_LogSoftmax_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:35.2581937Z test_MSELoss (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:35.2611640Z test_MSELoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.2648753Z test_MSELoss_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:35.2677756Z test_MSELoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.2739242Z test_MSELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:35.2767084Z test_MSELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.2795127Z test_MSELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.2823659Z test_MSELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.2885139Z test_MSELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:35.2912809Z test_MSELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.2941299Z test_MSELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.2969784Z test_MSELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.3031526Z test_MSELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:35.3067852Z test_MSELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:35.3096315Z test_MSELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.3124810Z test_MSELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.3277160Z test_MSELoss_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:35.3431311Z test_MSELoss_no_reduce_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:35.3530965Z test_MSELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:35.3602872Z test_MSELoss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:35.3663092Z test_MSELoss_prec (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:35.3920870Z test_MSELoss_prec_cuda_bfloat16 (__main__.TestNN) ... ok (0.026s) 2022-03-17T20:16:35.4325316Z test_MSELoss_prec_cuda_double (__main__.TestNN) ... ok (0.040s) 2022-03-17T20:16:35.4487455Z test_MSELoss_prec_cuda_float (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:35.4627831Z test_MSELoss_prec_cuda_half (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:35.4734528Z test_MSELoss_scalar (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:35.4766975Z test_MSELoss_scalar_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.4795319Z test_MSELoss_scalar_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.4824476Z test_MSELoss_scalar_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.4853904Z test_MSELoss_scalar_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.4953416Z test_MSELoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:35.4983333Z test_MSELoss_scalar_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.5011246Z test_MSELoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.5050542Z test_MSELoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:35.5078353Z test_MSELoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.5184856Z test_MSELoss_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:35.5213678Z test_MSELoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.5242340Z test_MSELoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.5271935Z test_MSELoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.5391066Z test_MarginRankingLoss (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:35.5428057Z test_MarginRankingLoss_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:35.5464529Z test_MarginRankingLoss_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:35.5500258Z test_MarginRankingLoss_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:35.5619808Z test_MarginRankingLoss_margin (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:35.5664973Z test_MarginRankingLoss_margin_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:35.5700566Z test_MarginRankingLoss_margin_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.5735927Z test_MarginRankingLoss_margin_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.5848010Z test_MarginRankingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:35.5884051Z test_MarginRankingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.5918927Z test_MarginRankingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.5954891Z test_MarginRankingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.6064544Z test_MarginRankingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:35.6099450Z test_MarginRankingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.6134073Z test_MarginRankingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.6176886Z test_MarginRankingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:35.6286881Z test_MarginRankingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:35.6321206Z test_MarginRankingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.6355503Z test_MarginRankingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.6390222Z test_MarginRankingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.6498677Z test_MarginRankingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:35.6533749Z test_MarginRankingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.6568316Z test_MarginRankingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.6603168Z test_MarginRankingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.6716561Z test_MarginRankingLoss_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:35.6752416Z test_MarginRankingLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.6795056Z test_MarginRankingLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:35.6830096Z test_MarginRankingLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:35.6982601Z test_MaxPool1d (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:35.7147106Z test_MaxPool1d_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:35.7303781Z test_MaxPool1d_return_indices (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:35.7467446Z test_MaxPool1d_return_indices_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:35.7611718Z test_MaxPool1d_stride (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:35.7785526Z test_MaxPool1d_stride_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:35.7936891Z test_MaxPool2d_3d_input (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:35.8097268Z test_MaxPool2d_3d_input_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:35.8234052Z test_MaxPool2d_4d_input (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:35.8415196Z test_MaxPool2d_4d_input_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:35.8581322Z test_MaxPool2d_return_indices (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:35.8756648Z test_MaxPool2d_return_indices_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:35.8917666Z test_MaxPool3d (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:35.9084113Z test_MaxPool3d_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:35.9258624Z test_MaxPool3d_return_indices (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:35.9427108Z test_MaxPool3d_return_indices_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:35.9587825Z test_MaxPool3d_stride (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:35.9753635Z test_MaxPool3d_stride_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:35.9915960Z test_MaxPool3d_stride_padding (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:36.0091226Z test_MaxPool3d_stride_padding_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:36.0287853Z test_MaxUnpool1d_net (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:36.0480531Z test_MaxUnpool1d_net_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:36.0690606Z test_MaxUnpool1d_net_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:36.0879323Z test_MaxUnpool1d_net_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:36.1056279Z test_MaxUnpool2d_net (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:36.1231584Z test_MaxUnpool2d_net_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:36.1428549Z test_MaxUnpool2d_net_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:36.1609744Z test_MaxUnpool2d_net_no_batch_dim_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:36.1707173Z test_MaxUnpool2d_output_size (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:36.1848090Z test_MaxUnpool3d_net (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:36.1997099Z test_MaxUnpool3d_net_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:36.2146535Z test_MaxUnpool3d_net_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:36.2297526Z test_MaxUnpool3d_net_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:36.2455481Z test_Mish (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:36.2611057Z test_Mish_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:36.2710761Z test_Mish_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:36.2856213Z test_Mish_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:36.2952720Z test_Mish_scalar (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:36.3025538Z test_Mish_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:36.3097015Z test_ModuleDict (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:36.3221559Z test_ModuleList (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:36.3513530Z test_MultiLabelMarginLoss (__main__.TestNN) ... ok (0.029s) 2022-03-17T20:16:36.3565900Z test_MultiLabelMarginLoss_0d_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:36.3626858Z test_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:36.3703864Z test_MultiLabelMarginLoss_1d (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:36.3730725Z test_MultiLabelMarginLoss_1d_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.3756144Z test_MultiLabelMarginLoss_1d_cuda_double (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:36.3782649Z test_MultiLabelMarginLoss_1d_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.3809198Z test_MultiLabelMarginLoss_1d_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.3910105Z test_MultiLabelMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:36.4048042Z test_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:36.4124526Z test_MultiLabelMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:36.4151515Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.4184888Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.4211064Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.4237632Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.4264886Z test_MultiLabelMarginLoss_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.4291164Z test_MultiLabelMarginLoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.4318142Z test_MultiLabelMarginLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.4345410Z test_MultiLabelMarginLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.4506080Z test_MultiLabelMarginLoss_index_neg (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:36.4645220Z test_MultiLabelMarginLoss_index_neg_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:36.4675129Z test_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.4708146Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.4734416Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.4760658Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.4791715Z test_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.4818005Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.4844132Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.4870666Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.4901773Z test_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.4928111Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.4954390Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.4987207Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.5347339Z test_MultiLabelMarginLoss_no_reduce (__main__.TestNN) ... ok (0.036s) 2022-03-17T20:16:36.5486795Z test_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:36.5776919Z test_MultiLabelMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.029s) 2022-03-17T20:16:36.5804984Z test_MultiLabelMarginLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.5831475Z test_MultiLabelMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.5858528Z test_MultiLabelMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.5886123Z test_MultiLabelMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.5944345Z test_MultiLabelSoftMarginLoss (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:36.5993643Z test_MultiLabelSoftMarginLoss_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:36.6038184Z test_MultiLabelSoftMarginLoss_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:36.6089306Z test_MultiLabelSoftMarginLoss_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:36.6212044Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:36.6259391Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:36.6302220Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:36.6345949Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:36.6467541Z test_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:36.6514449Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:36.6557366Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:36.6600754Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:36.6722922Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:36.6778464Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:36.6821175Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:36.6864658Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:36.7013702Z test_MultiLabelSoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:36.7175659Z test_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:36.7234299Z test_MultiLabelSoftMarginLoss_weights (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:36.7284533Z test_MultiLabelSoftMarginLoss_weights_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:36.7330277Z test_MultiLabelSoftMarginLoss_weights_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:36.7376414Z test_MultiLabelSoftMarginLoss_weights_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:36.7528797Z test_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:36.7702039Z test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:36.7760488Z test_MultiLabelSoftMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:36.7809370Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:36.7850400Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:36.7892111Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:36.7960645Z test_MultiMarginLoss (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:36.8000504Z test_MultiMarginLoss_1d (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:36.8027281Z test_MultiMarginLoss_1d_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:175: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.8028336Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-03-17T20:16:36.8032516Z ok (0.003s) 2022-03-17T20:16:36.8061355Z test_MultiMarginLoss_1d_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.8090297Z test_MultiMarginLoss_1d_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.8141336Z test_MultiMarginLoss_1d_no_reduce (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.8142345Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:16:36.8152190Z ok (0.006s) 2022-03-17T20:16:36.8181165Z test_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:175: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.8183151Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-03-17T20:16:36.8292008Z ok (0.014s) 2022-03-17T20:16:36.8331502Z test_MultiMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:36.8354740Z test_MultiMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:175: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.8355942Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-03-17T20:16:36.8359623Z ok (0.003s) 2022-03-17T20:16:36.8393095Z test_MultiMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.8420933Z test_MultiMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.8437925Z test_MultiMarginLoss_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.8438951Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:16:36.8440290Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [5], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.8441208Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:16:36.8449541Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:175: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.8450478Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-03-17T20:16:36.8454465Z ok (0.003s) 2022-03-17T20:16:36.8484670Z test_MultiMarginLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.8514463Z test_MultiMarginLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.8581542Z test_MultiMarginLoss_margin (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:36.8598808Z test_MultiMarginLoss_margin_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.8599842Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:16:36.8601168Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [5], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.8602500Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:16:36.8609177Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:175: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.8610132Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-03-17T20:16:36.8614157Z ok (0.003s) 2022-03-17T20:16:36.8644541Z test_MultiMarginLoss_margin_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.8680547Z test_MultiMarginLoss_margin_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:36.8803790Z test_MultiMarginLoss_margin_no_reduce (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.8804797Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:16:36.8816276Z ok (0.013s) 2022-03-17T20:16:36.8849257Z test_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:175: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.8851211Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-03-17T20:16:36.8966576Z ok (0.015s) 2022-03-17T20:16:36.9031669Z test_MultiMarginLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:36.9049777Z test_MultiMarginLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.9050851Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:16:36.9052181Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [5], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.9053204Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:16:36.9058690Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:175: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.9059637Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-03-17T20:16:36.9063063Z ok (0.003s) 2022-03-17T20:16:36.9093356Z test_MultiMarginLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.9122711Z test_MultiMarginLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.9247570Z test_MultiMarginLoss_no_reduce (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.9248575Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:16:36.9259252Z ok (0.014s) 2022-03-17T20:16:36.9291979Z test_MultiMarginLoss_no_reduce_cuda (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:175: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.9293937Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-03-17T20:16:36.9409274Z ok (0.015s) 2022-03-17T20:16:36.9474041Z test_MultiMarginLoss_p (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:36.9491913Z test_MultiMarginLoss_p_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.9492955Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:16:36.9494306Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [5], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.9495323Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:16:36.9500884Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:175: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.9501848Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-03-17T20:16:36.9505666Z ok (0.003s) 2022-03-17T20:16:36.9535415Z test_MultiMarginLoss_p_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.9571360Z test_MultiMarginLoss_p_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:36.9693729Z test_MultiMarginLoss_p_no_reduce (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.9694745Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:16:36.9706046Z ok (0.013s) 2022-03-17T20:16:36.9738663Z test_MultiMarginLoss_p_no_reduce_cuda (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:175: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.9740640Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-03-17T20:16:36.9855127Z ok (0.015s) 2022-03-17T20:16:36.9921187Z test_MultiMarginLoss_p_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:36.9938605Z test_MultiMarginLoss_p_sum_reduction_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.9939684Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:16:36.9941028Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [5], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.9941943Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:16:36.9947639Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:175: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:36.9948568Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-03-17T20:16:36.9952582Z ok (0.003s) 2022-03-17T20:16:36.9982113Z test_MultiMarginLoss_p_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.0012071Z test_MultiMarginLoss_p_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.0079181Z test_MultiMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:37.0096093Z test_MultiMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:37.0097098Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:16:37.0098413Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [5], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:37.0099344Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:16:37.0105517Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:175: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:37.0106481Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-03-17T20:16:37.0110255Z ok (0.003s) 2022-03-17T20:16:37.0140490Z test_MultiMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.0171252Z test_MultiMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.0238197Z test_MultiMarginLoss_weights (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:37.0261879Z test_MultiMarginLoss_weights_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:37.0263135Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:16:37.0264484Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [5], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:37.0265391Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:16:37.0271030Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:175: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:37.0271992Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-03-17T20:16:37.0275749Z ok (0.004s) 2022-03-17T20:16:37.0305952Z test_MultiMarginLoss_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.0336450Z test_MultiMarginLoss_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.0459772Z test_MultiMarginLoss_weights_no_reduce (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:37.0460797Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:16:37.0487975Z ok (0.015s) 2022-03-17T20:16:37.0520513Z test_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:175: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:37.0521966Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-03-17T20:16:37.0636654Z ok (0.015s) 2022-03-17T20:16:37.0703379Z test_MultiMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:37.0720110Z test_MultiMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:37.0721812Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:16:37.0723178Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [5], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:37.0724095Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:16:37.0729488Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:175: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:16:37.0730444Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-03-17T20:16:37.0734309Z ok (0.003s) 2022-03-17T20:16:37.0764641Z test_MultiMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.0794361Z test_MultiMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.0864554Z test_NLLLoss (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:37.1034342Z test_NLLLoss2d_no_reduce (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:37.1201297Z test_NLLLoss2d_no_reduce_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:37.1375732Z test_NLLLoss2d_no_reduce_ignore_index (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:37.1539987Z test_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:37.1709917Z test_NLLLoss2d_no_reduce_weights (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:37.1876489Z test_NLLLoss2d_no_reduce_weights_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:37.2189534Z test_NLLLossNd_no_reduce (__main__.TestNN) ... ok (0.031s) 2022-03-17T20:16:37.2367953Z test_NLLLossNd_no_reduce_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:37.2654375Z test_NLLLossNd_no_reduce_ignore_index (__main__.TestNN) ... ok (0.028s) 2022-03-17T20:16:37.2834977Z test_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:37.3147134Z test_NLLLossNd_no_reduce_weights (__main__.TestNN) ... ok (0.031s) 2022-03-17T20:16:37.3336566Z test_NLLLossNd_no_reduce_weights_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:37.3440525Z test_NLLLoss_2d (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:37.3477044Z test_NLLLoss_2d_cuda_bfloat16 (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:37.3509691Z test_NLLLoss_2d_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.3549617Z test_NLLLoss_2d_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:37.3583144Z test_NLLLoss_2d_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.3687401Z test_NLLLoss_2d_ignore_index (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:37.3723737Z test_NLLLoss_2d_ignore_index_cuda_bfloat16 (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:37.3756795Z test_NLLLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.3790603Z test_NLLLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.3824108Z test_NLLLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.3928911Z test_NLLLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:37.3965673Z test_NLLLoss_2d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:37.3997801Z test_NLLLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.4037689Z test_NLLLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:37.4071012Z test_NLLLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.4175233Z test_NLLLoss_2d_weights (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:37.4212376Z test_NLLLoss_2d_weights_cuda_bfloat16 (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:37.4245835Z test_NLLLoss_2d_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.4279225Z test_NLLLoss_2d_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.4313403Z test_NLLLoss_2d_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.4346826Z test_NLLLoss_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.4379042Z test_NLLLoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.4417922Z test_NLLLoss_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:37.4449758Z test_NLLLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.4519199Z test_NLLLoss_dim_is_3 (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:37.4549250Z test_NLLLoss_dim_is_3_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.4578242Z test_NLLLoss_dim_is_3_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.4611147Z test_NLLLoss_dim_is_3_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.4645807Z test_NLLLoss_dim_is_3_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.4718824Z test_NLLLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:37.4748845Z test_NLLLoss_dim_is_3_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.4778787Z test_NLLLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.4815031Z test_NLLLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:37.4845238Z test_NLLLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.5051055Z test_NLLLoss_higher_dim (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:37.5083366Z test_NLLLoss_higher_dim_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.5113302Z test_NLLLoss_higher_dim_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.5144723Z test_NLLLoss_higher_dim_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.5176320Z test_NLLLoss_higher_dim_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.5381457Z test_NLLLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:37.5414202Z test_NLLLoss_higher_dim_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.5450251Z test_NLLLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:37.5480286Z test_NLLLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.5511222Z test_NLLLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.5579745Z test_NLLLoss_ignore_index (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:37.5609059Z test_NLLLoss_ignore_index_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.5637087Z test_NLLLoss_ignore_index_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.5665651Z test_NLLLoss_ignore_index_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.5694720Z test_NLLLoss_ignore_index_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.5751968Z test_NLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:37.5779514Z test_NLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.5813438Z test_NLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.5841195Z test_NLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.5898985Z test_NLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:37.5926668Z test_NLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.5954522Z test_NLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.5982661Z test_NLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.6040196Z test_NLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:37.6067701Z test_NLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.6095671Z test_NLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.6123936Z test_NLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.6274273Z test_NLLLoss_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:37.6443083Z test_NLLLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:37.6605091Z test_NLLLoss_no_reduce_ignore_index (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:37.6778950Z test_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:37.6934204Z test_NLLLoss_no_reduce_weights (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:37.7097747Z test_NLLLoss_no_reduce_weights_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:37.7241368Z test_NLLLoss_no_reduce_weights_ignore_index (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:37.7401962Z test_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:37.7544307Z test_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:37.7724101Z test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:37.7808830Z test_NLLLoss_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:37.7837503Z test_NLLLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.7866104Z test_NLLLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.7900366Z test_NLLLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.7929530Z test_NLLLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.7996047Z test_NLLLoss_weights (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:37.8026211Z test_NLLLoss_weights_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.8054046Z test_NLLLoss_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.8082629Z test_NLLLoss_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.8111696Z test_NLLLoss_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.8179731Z test_NLLLoss_weights_ignore_index (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:37.8210026Z test_NLLLoss_weights_ignore_index_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.8241892Z test_NLLLoss_weights_ignore_index_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.8282559Z test_NLLLoss_weights_ignore_index_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:37.8312443Z test_NLLLoss_weights_ignore_index_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.8380372Z test_NLLLoss_weights_ignore_index_neg (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:37.8410009Z test_NLLLoss_weights_ignore_index_neg_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.8437969Z test_NLLLoss_weights_ignore_index_neg_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.8467574Z test_NLLLoss_weights_ignore_index_neg_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.8496929Z test_NLLLoss_weights_ignore_index_neg_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:37.8705268Z test_PReLU_1d (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:37.8897365Z test_PReLU_1d_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:37.9106670Z test_PReLU_1d_multiparam (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:37.9296850Z test_PReLU_1d_multiparam_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:37.9514205Z test_PReLU_2d (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:37.9699926Z test_PReLU_2d_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:37.9917958Z test_PReLU_2d_multiparam (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:38.0099204Z test_PReLU_2d_multiparam_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:38.0323323Z test_PReLU_3d (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:38.0515007Z test_PReLU_3d_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:38.0746650Z test_PReLU_3d_multiparam (__main__.TestNN) ... ok (0.023s) 2022-03-17T20:16:38.0935068Z test_PReLU_3d_multiparam_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:38.0952246Z test_PReLU_backward_requires_grad_false (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:38.1101882Z test_PReLU_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:38.1282936Z test_PReLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:38.1430099Z test_PReLU_scalar (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:38.1516259Z test_PReLU_scalar_cuda (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:38.1820567Z test_Padding122112_3dcircular (__main__.TestNN) ... ok (0.030s) 2022-03-17T20:16:38.2172983Z test_Padding122112_3dcircular_cuda (__main__.TestNN) ... ok (0.035s) 2022-03-17T20:16:38.2404689Z test_Padding1221_2dcircular (__main__.TestNN) ... ok (0.023s) 2022-03-17T20:16:38.2683458Z test_Padding1221_2dcircular_cuda (__main__.TestNN) ... ok (0.028s) 2022-03-17T20:16:38.2866675Z test_Padding12_1dcircular (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:38.3074955Z test_Padding12_1dcircular_cuda (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:38.3309085Z test_Padding2322_2dcircular (__main__.TestNN) ... ok (0.023s) 2022-03-17T20:16:38.3583030Z test_Padding2322_2dcircular_cuda (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:38.3767752Z test_Padding31_1dcircular (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:38.3976958Z test_Padding31_1dcircular_cuda (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:38.4279669Z test_Padding322112_3dcircular (__main__.TestNN) ... ok (0.030s) 2022-03-17T20:16:38.4638418Z test_Padding322112_3dcircular_cuda (__main__.TestNN) ... ok (0.036s) 2022-03-17T20:16:38.4953968Z test_Padding332122_3dcircular (__main__.TestNN) ... ok (0.031s) 2022-03-17T20:16:38.5312407Z test_Padding332122_3dcircular_cuda (__main__.TestNN) ... ok (0.036s) 2022-03-17T20:16:38.5559563Z test_Padding3331_2dcircular (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:38.5839860Z test_Padding3331_2dcircular_cuda (__main__.TestNN) ... ok (0.028s) 2022-03-17T20:16:38.6037695Z test_Padding33_1dcircular (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:38.6255248Z test_Padding33_1dcircular_cuda (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:38.6488652Z test_PairwiseDistance (__main__.TestNN) ... ok (0.023s) 2022-03-17T20:16:38.6706917Z test_PairwiseDistance_broadcast_lhs (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:38.6907871Z test_PairwiseDistance_broadcast_lhs_cuda (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:38.7122231Z test_PairwiseDistance_broadcast_rhs (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:38.7322691Z test_PairwiseDistance_broadcast_rhs_cuda (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:38.7516494Z test_PairwiseDistance_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:38.7731585Z test_PairwiseDistance_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2022-03-17T20:16:38.7926284Z test_PairwiseDistance_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:16:38.8153524Z test_PairwiseDistance_with_non_default_args (__main__.TestNN) ... ok (0.023s) 2022-03-17T20:16:38.8358627Z test_PairwiseDistance_with_non_default_args_cuda (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:38.8651287Z test_ParameterDict (__main__.TestNN) ... ok (0.029s) 2022-03-17T20:16:38.8677185Z test_ParameterDict_replication (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:38.8794693Z test_ParameterList (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:38.8815034Z test_ParameterList_replication (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:38.8957873Z test_PixelShuffle (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:38.9110245Z test_PixelShuffle_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:38.9258640Z test_PixelUnshuffle (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:38.9409985Z test_PixelUnshuffle_cuda (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:38.9498925Z test_PoissonNLLLoss_full_loss (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:38.9534766Z test_PoissonNLLLoss_full_loss_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:38.9571236Z test_PoissonNLLLoss_full_loss_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:38.9608546Z test_PoissonNLLLoss_full_loss_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:38.9697743Z test_PoissonNLLLoss_full_loss_no_log_input (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:38.9738419Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:38.9775996Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:38.9813463Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:38.9880151Z test_PoissonNLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:38.9917176Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:38.9947718Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:38.9978861Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:39.0047666Z test_PoissonNLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:39.0078068Z test_PoissonNLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:39.0107583Z test_PoissonNLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:39.0137278Z test_PoissonNLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:39.0204883Z test_PoissonNLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:39.0233747Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:39.0263621Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:39.0299585Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:39.0379067Z test_PoissonNLLLoss_no_full_loss (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:39.0411086Z test_PoissonNLLLoss_no_full_loss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:39.0443034Z test_PoissonNLLLoss_no_full_loss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:39.0474977Z test_PoissonNLLLoss_no_full_loss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:39.0554812Z test_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:39.0588473Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:39.0621652Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:39.0655480Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:39.0799163Z test_PoissonNLLLoss_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:39.0976256Z test_PoissonNLLLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:39.1055341Z test_RNN_cell (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:39.1176766Z test_RNN_cell_forward_hidden_size (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:39.1259824Z test_RNN_cell_forward_input_size (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:39.1284639Z test_RNN_cell_forward_zero_hidden_size (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:39.1716897Z test_RNN_cell_no_broadcasting (__main__.TestNN) ... ok (0.043s) 2022-03-17T20:16:39.2927748Z test_RNN_change_dropout (__main__.TestNN) ... ok (0.121s) 2022-03-17T20:16:42.5302544Z test_RNN_cpu_vs_cudnn_no_dropout (__main__.TestNN) ... ok (3.237s) 2022-03-17T20:16:45.7276272Z test_RNN_cpu_vs_cudnn_with_dropout (__main__.TestNN) ... ok (3.197s) 2022-03-17T20:16:45.7322996Z test_RNN_cudnn_weight_norm (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py:770: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-03-17T20:16:45.7323897Z self.dropout, self.training, self.bidirectional, self.batch_first) 2022-03-17T20:16:45.7338424Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py:770: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-03-17T20:16:45.7339224Z self.dropout, self.training, self.bidirectional, self.batch_first) 2022-03-17T20:16:45.7378864Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py:770: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-03-17T20:16:45.7379680Z self.dropout, self.training, self.bidirectional, self.batch_first) 2022-03-17T20:16:45.7395466Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py:770: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-03-17T20:16:45.7396246Z self.dropout, self.training, self.bidirectional, self.batch_first) 2022-03-17T20:16:45.7405563Z ok (0.013s) 2022-03-17T20:16:46.3770781Z test_RNN_dropout (__main__.TestNN) ... ok (0.636s) 2022-03-17T20:16:46.3794301Z test_RNN_dropout_state (__main__.TestNN) ... skip (0.002s) 2022-03-17T20:16:46.3916907Z test_RNN_input_size_zero (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:46.3938412Z test_RNN_nonlinearity (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:46.4067719Z test_RReLU (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:46.5904953Z test_RReLU_cuda (__main__.TestNN) ... skip (0.184s) 2022-03-17T20:16:46.5999162Z test_RReLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:46.6544726Z test_RReLU_no_batch_dim_cuda (__main__.TestNN) ... skip (0.054s) 2022-03-17T20:16:46.6679761Z test_RReLU_with_up_down (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:46.7241277Z test_RReLU_with_up_down_cuda (__main__.TestNN) ... skip (0.056s) 2022-03-17T20:16:46.7327137Z test_RReLU_with_up_down_scalar (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:46.7779670Z test_RReLU_with_up_down_scalar_cuda (__main__.TestNN) ... skip (0.045s) 2022-03-17T20:16:46.7932045Z test_ReLU (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:46.8075562Z test_ReLU6 (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:46.8673999Z test_ReLU6_cuda (__main__.TestNN) ... ok (0.060s) 2022-03-17T20:16:46.8768100Z test_ReLU6_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:46.9359616Z test_ReLU6_no_batch_dim_cuda (__main__.TestNN) ... ok (0.059s) 2022-03-17T20:16:46.9456703Z test_ReLU6_scalar (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:46.9972207Z test_ReLU6_scalar_cuda (__main__.TestNN) ... ok (0.051s) 2022-03-17T20:16:47.0555178Z test_ReLU_cuda (__main__.TestNN) ... ok (0.058s) 2022-03-17T20:16:47.0651418Z test_ReLU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:47.1372972Z test_ReLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.072s) 2022-03-17T20:16:47.1469775Z test_ReLU_scalar (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:47.1994860Z test_ReLU_scalar_cuda (__main__.TestNN) ... ok (0.052s) 2022-03-17T20:16:47.2134433Z test_ReflectionPad1d (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:47.2287257Z test_ReflectionPad1d_batch (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:47.2899002Z test_ReflectionPad1d_batch_cuda (__main__.TestNN) ... ok (0.061s) 2022-03-17T20:16:47.3134071Z test_ReflectionPad1d_complex (__main__.TestNN) ... ok (0.023s) 2022-03-17T20:16:47.3736788Z test_ReflectionPad1d_complex_cuda (__main__.TestNN) ... ok (0.060s) 2022-03-17T20:16:47.4431802Z test_ReflectionPad1d_cuda (__main__.TestNN) ... ok (0.069s) 2022-03-17T20:16:47.4580077Z test_ReflectionPad2d (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:47.4850963Z test_ReflectionPad2d_complex (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:47.5529616Z test_ReflectionPad2d_complex_cuda (__main__.TestNN) ... ok (0.068s) 2022-03-17T20:16:47.6136133Z test_ReflectionPad2d_cuda (__main__.TestNN) ... ok (0.061s) 2022-03-17T20:16:47.6287866Z test_ReflectionPad2d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:47.6887994Z test_ReflectionPad2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.060s) 2022-03-17T20:16:47.7091442Z test_ReflectionPad3d (__main__.TestNN) ... ok (0.020s) 2022-03-17T20:16:47.7462994Z test_ReflectionPad3d_complex (__main__.TestNN) ... ok (0.037s) 2022-03-17T20:16:47.8161045Z test_ReflectionPad3d_complex_cuda (__main__.TestNN) ... ok (0.070s) 2022-03-17T20:16:47.8975283Z test_ReflectionPad3d_cuda (__main__.TestNN) ... ok (0.081s) 2022-03-17T20:16:47.9154166Z test_ReflectionPad3d_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:16:47.9827331Z test_ReflectionPad3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.067s) 2022-03-17T20:16:47.9963398Z test_ReplicationPad1d (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:48.0115402Z test_ReplicationPad1d_batch (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:48.0720809Z test_ReplicationPad1d_batch_cuda (__main__.TestNN) ... ok (0.060s) 2022-03-17T20:16:48.0941433Z test_ReplicationPad1d_complex (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:16:48.1539202Z test_ReplicationPad1d_complex_cuda (__main__.TestNN) ... ok (0.060s) 2022-03-17T20:16:48.2128527Z test_ReplicationPad1d_cuda (__main__.TestNN) ... ok (0.059s) 2022-03-17T20:16:48.2271882Z test_ReplicationPad2d (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:48.2523302Z test_ReplicationPad2d_complex (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:16:48.3241509Z test_ReplicationPad2d_complex_cuda (__main__.TestNN) ... ok (0.072s) 2022-03-17T20:16:48.3864610Z test_ReplicationPad2d_cuda (__main__.TestNN) ... ok (0.062s) 2022-03-17T20:16:48.4009789Z test_ReplicationPad2d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:48.4613560Z test_ReplicationPad2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.060s) 2022-03-17T20:16:48.4761007Z test_ReplicationPad3d (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:48.5034892Z test_ReplicationPad3d_complex (__main__.TestNN) ... ok (0.027s) 2022-03-17T20:16:48.5655874Z test_ReplicationPad3d_complex_cuda (__main__.TestNN) ... ok (0.062s) 2022-03-17T20:16:48.6397656Z test_ReplicationPad3d_cuda (__main__.TestNN) ... ok (0.074s) 2022-03-17T20:16:48.6548523Z test_ReplicationPad3d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:48.7224465Z test_ReplicationPad3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.067s) 2022-03-17T20:16:48.7371624Z test_SELU (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:48.7973770Z test_SELU_cuda (__main__.TestNN) ... ok (0.060s) 2022-03-17T20:16:48.8071257Z test_SELU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:48.8676551Z test_SELU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.060s) 2022-03-17T20:16:48.8774170Z test_SELU_scalar (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:48.9292565Z test_SELU_scalar_cuda (__main__.TestNN) ... ok (0.052s) 2022-03-17T20:16:48.9322040Z test_Sequential_append (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:48.9344989Z test_Sequential_delitem (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:48.9381985Z test_Sequential_getitem (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:48.9401330Z test_Sequential_setitem (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:48.9421774Z test_Sequential_setitem_named (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:48.9568501Z test_SiLU (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:49.0232755Z test_SiLU_cuda (__main__.TestNN) ... ok (0.066s) 2022-03-17T20:16:49.0333666Z test_SiLU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:49.1025034Z test_SiLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.069s) 2022-03-17T20:16:49.1120067Z test_SiLU_scalar (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:49.1647590Z test_SiLU_scalar_cuda (__main__.TestNN) ... ok (0.053s) 2022-03-17T20:16:49.1782689Z test_Sigmoid (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:49.2381626Z test_Sigmoid_cuda (__main__.TestNN) ... ok (0.060s) 2022-03-17T20:16:49.2485611Z test_Sigmoid_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:49.3073689Z test_Sigmoid_no_batch_dim_cuda (__main__.TestNN) ... ok (0.059s) 2022-03-17T20:16:49.3172672Z test_Sigmoid_scalar (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:49.3693256Z test_Sigmoid_scalar_cuda (__main__.TestNN) ... ok (0.052s) 2022-03-17T20:16:49.3825986Z test_SmoothL1Loss (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:49.3974279Z test_SmoothL1Loss_beta (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:49.4753317Z test_SmoothL1Loss_beta_cuda (__main__.TestNN) ... ok (0.078s) 2022-03-17T20:16:49.5390148Z test_SmoothL1Loss_cuda_double (__main__.TestNN) ... ok (0.064s) 2022-03-17T20:16:49.6034570Z test_SmoothL1Loss_cuda_float (__main__.TestNN) ... ok (0.064s) 2022-03-17T20:16:49.6677572Z test_SmoothL1Loss_cuda_half (__main__.TestNN) ... ok (0.064s) 2022-03-17T20:16:49.6743673Z test_SmoothL1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:49.7398142Z test_SmoothL1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.065s) 2022-03-17T20:16:49.8044315Z test_SmoothL1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.064s) 2022-03-17T20:16:49.8696822Z test_SmoothL1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.065s) 2022-03-17T20:16:49.8763190Z test_SmoothL1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:49.9417068Z test_SmoothL1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.065s) 2022-03-17T20:16:50.0062244Z test_SmoothL1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.064s) 2022-03-17T20:16:50.0710498Z test_SmoothL1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.065s) 2022-03-17T20:16:50.0776390Z test_SmoothL1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:50.1431607Z test_SmoothL1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.065s) 2022-03-17T20:16:50.2079756Z test_SmoothL1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.065s) 2022-03-17T20:16:50.2728238Z test_SmoothL1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.065s) 2022-03-17T20:16:50.2880840Z test_SmoothL1Loss_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:50.3648728Z test_SmoothL1Loss_no_reduce_cuda (__main__.TestNN) ... ok (0.077s) 2022-03-17T20:16:50.3752118Z test_SmoothL1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:50.4468500Z test_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.071s) 2022-03-17T20:16:50.4580123Z test_SmoothL1Loss_scalar (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:50.5256334Z test_SmoothL1Loss_scalar_cuda_double (__main__.TestNN) ... ok (0.067s) 2022-03-17T20:16:50.5930854Z test_SmoothL1Loss_scalar_cuda_float (__main__.TestNN) ... ok (0.067s) 2022-03-17T20:16:50.6598842Z test_SmoothL1Loss_scalar_cuda_half (__main__.TestNN) ... ok (0.067s) 2022-03-17T20:16:50.6706067Z test_SmoothL1Loss_scalar_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:50.7395644Z test_SmoothL1Loss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.069s) 2022-03-17T20:16:50.8083699Z test_SmoothL1Loss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.069s) 2022-03-17T20:16:50.8764336Z test_SmoothL1Loss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.068s) 2022-03-17T20:16:50.8876196Z test_SmoothL1Loss_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:50.9545223Z test_SmoothL1Loss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.067s) 2022-03-17T20:16:51.0221953Z test_SmoothL1Loss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.068s) 2022-03-17T20:16:51.0882428Z test_SmoothL1Loss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.066s) 2022-03-17T20:16:51.1036536Z test_SmoothL1Loss_zero_beta (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:51.1809832Z test_SmoothL1Loss_zero_beta_cuda (__main__.TestNN) ... ok (0.077s) 2022-03-17T20:16:51.1882806Z test_SoftMarginLoss (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:51.2558850Z test_SoftMarginLoss_cuda_double (__main__.TestNN) ... ok (0.067s) 2022-03-17T20:16:51.3226710Z test_SoftMarginLoss_cuda_float (__main__.TestNN) ... ok (0.067s) 2022-03-17T20:16:51.3891619Z test_SoftMarginLoss_cuda_half (__main__.TestNN) ... ok (0.066s) 2022-03-17T20:16:51.3964852Z test_SoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:51.4636319Z test_SoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.067s) 2022-03-17T20:16:51.5303094Z test_SoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.067s) 2022-03-17T20:16:51.5963518Z test_SoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.066s) 2022-03-17T20:16:51.6036755Z test_SoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:51.6709242Z test_SoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.067s) 2022-03-17T20:16:51.7375848Z test_SoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.066s) 2022-03-17T20:16:51.8038325Z test_SoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.066s) 2022-03-17T20:16:51.8112544Z test_SoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:51.8784902Z test_SoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.067s) 2022-03-17T20:16:51.9454617Z test_SoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.067s) 2022-03-17T20:16:52.0113571Z test_SoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.066s) 2022-03-17T20:16:52.0276147Z test_SoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:52.1083735Z test_SoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.081s) 2022-03-17T20:16:52.1154407Z test_SoftMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:52.1813279Z test_SoftMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.066s) 2022-03-17T20:16:52.2450785Z test_SoftMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.064s) 2022-03-17T20:16:52.3111953Z test_SoftMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.066s) 2022-03-17T20:16:52.3275247Z test_Softmax (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:52.3447835Z test_Softmax2d (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:52.4228541Z test_Softmax2d_cuda (__main__.TestNN) ... ok (0.078s) 2022-03-17T20:16:52.4380727Z test_Softmax2d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:52.5134224Z test_Softmax2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.075s) 2022-03-17T20:16:52.5826190Z test_Softmax_cuda (__main__.TestNN) ... ok (0.069s) 2022-03-17T20:16:52.5969297Z test_Softmax_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:52.6690613Z test_Softmax_no_batch_dim_cuda (__main__.TestNN) ... ok (0.072s) 2022-03-17T20:16:52.6786840Z test_Softmax_scalar (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:52.7465036Z test_Softmax_scalar_cuda (__main__.TestNN) ... ok (0.068s) 2022-03-17T20:16:52.7613100Z test_Softmin (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:52.8390916Z test_Softmin_cuda (__main__.TestNN) ... ok (0.078s) 2022-03-17T20:16:52.8546119Z test_Softmin_multidim (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:52.9237566Z test_Softmin_multidim_cuda (__main__.TestNN) ... ok (0.069s) 2022-03-17T20:16:52.9390814Z test_Softmin_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:53.0134717Z test_Softmin_no_batch_dim_cuda (__main__.TestNN) ... ok (0.074s) 2022-03-17T20:16:53.0243044Z test_Softmin_scalar (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:53.0931198Z test_Softmin_scalar_cuda (__main__.TestNN) ... ok (0.069s) 2022-03-17T20:16:53.1081746Z test_Softplus (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:53.1248080Z test_Softplus_beta (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:53.1913178Z test_Softplus_beta_cuda (__main__.TestNN) ... ok (0.066s) 2022-03-17T20:16:53.2062080Z test_Softplus_beta_threshold (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:53.2847307Z test_Softplus_beta_threshold_cuda (__main__.TestNN) ... ok (0.078s) 2022-03-17T20:16:53.2944335Z test_Softplus_beta_threshold_scalar (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:53.3659413Z test_Softplus_beta_threshold_scalar_cuda (__main__.TestNN) ... ok (0.071s) 2022-03-17T20:16:53.4445130Z test_Softplus_cuda (__main__.TestNN) ... ok (0.079s) 2022-03-17T20:16:53.4542630Z test_Softplus_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:53.5320597Z test_Softplus_no_batch_dim_cuda (__main__.TestNN) ... ok (0.078s) 2022-03-17T20:16:53.5452171Z test_Softshrink (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:53.6234566Z test_Softshrink_cuda (__main__.TestNN) ... ok (0.078s) 2022-03-17T20:16:53.6366382Z test_Softshrink_lambda (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:53.7146523Z test_Softshrink_lambda_cuda (__main__.TestNN) ... ok (0.078s) 2022-03-17T20:16:53.7232760Z test_Softshrink_lambda_scalar (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:53.7939435Z test_Softshrink_lambda_scalar_cuda (__main__.TestNN) ... ok (0.070s) 2022-03-17T20:16:53.8035462Z test_Softshrink_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:53.8824138Z test_Softshrink_no_batch_dim_cuda (__main__.TestNN) ... ok (0.079s) 2022-03-17T20:16:53.8986280Z test_Softsign (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:53.9783770Z test_Softsign_cuda (__main__.TestNN) ... ok (0.080s) 2022-03-17T20:16:53.9901239Z test_Softsign_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:54.0710248Z test_Softsign_no_batch_dim_cuda (__main__.TestNN) ... ok (0.081s) 2022-03-17T20:16:54.0822567Z test_Softsign_scalar (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:54.1542273Z test_Softsign_scalar_cuda (__main__.TestNN) ... ok (0.072s) 2022-03-17T20:16:54.1701257Z test_Tanh (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:54.2450137Z test_Tanh_cuda (__main__.TestNN) ... ok (0.076s) 2022-03-17T20:16:54.2547023Z test_Tanh_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:54.3333400Z test_Tanh_no_batch_dim_cuda (__main__.TestNN) ... ok (0.078s) 2022-03-17T20:16:54.3421476Z test_Tanh_scalar (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:54.4144948Z test_Tanh_scalar_cuda (__main__.TestNN) ... ok (0.072s) 2022-03-17T20:16:54.4297430Z test_Tanhshrink (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:54.5098252Z test_Tanhshrink_cuda (__main__.TestNN) ... ok (0.080s) 2022-03-17T20:16:54.5201852Z test_Tanhshrink_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:54.5985830Z test_Tanhshrink_no_batch_dim_cuda (__main__.TestNN) ... ok (0.078s) 2022-03-17T20:16:54.6079281Z test_Tanhshrink_scalar (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:54.6787847Z test_Tanhshrink_scalar_cuda (__main__.TestNN) ... ok (0.071s) 2022-03-17T20:16:54.6926031Z test_Threshold_large_value (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:54.7707593Z test_Threshold_large_value_cuda (__main__.TestNN) ... ok (0.078s) 2022-03-17T20:16:54.7804392Z test_Threshold_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:54.8547448Z test_Threshold_no_batch_dim_cuda (__main__.TestNN) ... ok (0.074s) 2022-03-17T20:16:54.8698597Z test_Threshold_threshold_value (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:54.9490670Z test_Threshold_threshold_value_cuda (__main__.TestNN) ... ok (0.079s) 2022-03-17T20:16:54.9590239Z test_Threshold_threshold_value_scalar (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:55.0301302Z test_Threshold_threshold_value_scalar_cuda (__main__.TestNN) ... ok (0.071s) 2022-03-17T20:16:55.1500826Z test_TransformerDecoderLayer_gelu_activation (__main__.TestNN) ... ok (0.120s) 2022-03-17T20:16:55.2920468Z test_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestNN) ... ok (0.142s) 2022-03-17T20:16:55.4108884Z test_TransformerDecoderLayer_relu_activation (__main__.TestNN) ... ok (0.119s) 2022-03-17T20:16:55.5560694Z test_TransformerDecoderLayer_relu_activation_cuda (__main__.TestNN) ... ok (0.145s) 2022-03-17T20:16:55.6261359Z test_TransformerEncoderLayer_gelu_activation (__main__.TestNN) ... ok (0.070s) 2022-03-17T20:16:55.7438431Z test_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestNN) ... ok (0.118s) 2022-03-17T20:16:55.9641889Z test_TransformerEncoderLayer_relu_activation (__main__.TestNN) ... ok (0.220s) 2022-03-17T20:16:56.0904652Z test_TransformerEncoderLayer_relu_activation_cuda (__main__.TestNN) ... ok (0.126s) 2022-03-17T20:16:56.8416844Z test_Transformer_cell (__main__.TestNN) ... ok (0.751s) 2022-03-17T20:16:57.4942540Z test_Transformer_multilayer_coder (__main__.TestNN) ... ok (0.652s) 2022-03-17T20:16:57.7858022Z test_Transformer_multilayer_coder_cuda (__main__.TestNN) ... ok (0.291s) 2022-03-17T20:16:57.8023043Z test_TripletMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:57.8589181Z test_TripletMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.056s) 2022-03-17T20:16:57.9096754Z test_TripletMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.051s) 2022-03-17T20:16:57.9603652Z test_TripletMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.051s) 2022-03-17T20:16:57.9767894Z test_TripletMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:58.0277155Z test_TripletMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.051s) 2022-03-17T20:16:58.0771899Z test_TripletMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.049s) 2022-03-17T20:16:58.1262078Z test_TripletMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.049s) 2022-03-17T20:16:58.1430904Z test_TripletMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:16:58.1929335Z test_TripletMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.050s) 2022-03-17T20:16:58.2415013Z test_TripletMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.048s) 2022-03-17T20:16:58.2898224Z test_TripletMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.048s) 2022-03-17T20:16:58.3041031Z test_Unflatten_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:58.3652315Z test_Unflatten_no_batch_dim_cuda (__main__.TestNN) ... ok (0.061s) 2022-03-17T20:16:58.3759528Z test_Unfold (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:58.4360423Z test_Unfold_cuda (__main__.TestNN) ... ok (0.060s) 2022-03-17T20:16:58.4467789Z test_Unfold_int_input (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:58.5059692Z test_Unfold_int_input_cuda (__main__.TestNN) ... ok (0.059s) 2022-03-17T20:16:58.5205411Z test_ZeroPad2d (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:58.5443985Z test_ZeroPad2d_complex (__main__.TestNN) ... ok (0.024s) 2022-03-17T20:16:58.6299674Z test_ZeroPad2d_complex_cuda (__main__.TestNN) ... ok (0.085s) 2022-03-17T20:16:58.6943192Z test_ZeroPad2d_cuda (__main__.TestNN) ... ok (0.064s) 2022-03-17T20:16:58.7085494Z test_ZeroPad2d_negative_dims (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:16:58.7675899Z test_ZeroPad2d_negative_dims_cuda (__main__.TestNN) ... ok (0.059s) 2022-03-17T20:16:58.7828019Z test_ZeroPad2d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:58.8457124Z test_ZeroPad2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.063s) 2022-03-17T20:16:58.8682153Z test_adaptive_log_softmax (__main__.TestNN) ... ok (0.023s) 2022-03-17T20:16:58.8734547Z test_adaptive_pooling_avg_nhwc (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:58.9289636Z test_adaptive_pooling_avg_nhwc_launch_config_backward (__main__.TestNN) ... skip (0.055s) 2022-03-17T20:16:58.9773221Z test_adaptive_pooling_avg_nhwc_launch_config_forward (__main__.TestNN) ... skip (0.048s) 2022-03-17T20:16:58.9830131Z test_adaptive_pooling_avg_nhwc_non_contiguous (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:58.9910767Z test_adaptive_pooling_bfloat16 (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:16:58.9924697Z test_adaptive_pooling_input_size (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:16:58.9950022Z test_adaptive_pooling_size_none (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:59.0044737Z test_adaptive_pooling_size_overflow (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:59.0082125Z test_add_module (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:59.0100592Z test_add_module_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:59.0221848Z test_affine_grid (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:59.0354523Z test_affine_grid_3d (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:59.0413797Z test_affine_grid_error_checking (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:59.0485843Z test_assignment (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:16:59.0505791Z test_batchnorm_buffer_update_when_stats_are_not_tracked (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:59.0552974Z test_batchnorm_cudnn_half (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:59.0659047Z test_batchnorm_cudnn_nhwc (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:16:59.0749367Z test_batchnorm_nhwc_cpu (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:16:59.1298793Z test_batchnorm_nhwc_cuda (__main__.TestNN) ... ok (0.055s) 2022-03-17T20:16:59.1329024Z test_batchnorm_non_contig_cpu (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:59.1840103Z test_batchnorm_nonaffine_cuda_half_input (__main__.TestNN) ... ok (0.051s) 2022-03-17T20:16:59.1942206Z test_batchnorm_raises_error_if_bias_is_not_same_size_as_input (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:59.1955373Z test_batchnorm_raises_error_if_less_than_one_value_per_channel (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:16:59.2054042Z test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:59.2152806Z test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:59.2303886Z test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:16:59.2407683Z test_batchnorm_raises_error_if_weight_is_not_same_size_as_input (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:59.2425861Z test_bce_loss_always_nonnegative (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:59.2454371Z test_bce_loss_broadcasts_weights (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:59.2586917Z test_bce_loss_input_range (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:16:59.2599952Z test_bce_loss_size_mismatch (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:16:59.2625627Z test_bce_with_logits_broadcasts_pos_weights (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:59.2651926Z test_bce_with_logits_broadcasts_weights (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:59.2697782Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:59.3031064Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad (__main__.TestNN) ... ok (0.033s) 2022-03-17T20:16:59.3148737Z test_bce_with_logits_has_correct_forward_grad (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:16:59.3165310Z test_bce_with_logits_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:59.3183855Z test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:59.3197472Z test_bce_with_logits_raises_if_target_and_input_are_different_size (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:16:59.3215940Z test_bce_with_logits_stability (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:59.3232945Z test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:59.3277209Z test_bilinear (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:59.3299639Z test_bilinear_broadcasting (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:59.3627552Z test_bilinear_no_bias (__main__.TestNN) ... ok (0.033s) 2022-03-17T20:16:59.3670424Z test_bilinear_non_contiguous (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:16:59.4115389Z test_binary_cross_entropy_grads (__main__.TestNN) ... ok (0.044s) 2022-03-17T20:16:59.4126704Z test_broadcast_double_backwards_gpu (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:16:59.4136663Z test_broadcast_no_grad (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:16:59.4149322Z test_broadcast_not_requiring_grad (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:16:59.4162446Z test_buffer_not_persistent (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:16:59.4180767Z test_buffer_not_persistent_assign (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:59.4192193Z test_buffer_not_persistent_del (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:16:59.4202593Z test_buffer_not_persistent_load (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:16:59.4218837Z test_buffer_not_persistent_overwrite (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:59.4247455Z test_buffers_and_named_buffers (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:59.4261139Z test_caching_parametrization (__main__.TestNN) 2022-03-17T20:16:59.4278869Z Test the caching system of a parametrization ... ok (0.003s) 2022-03-17T20:16:59.4298841Z test_call_supports_python_dict_output (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:998: UserWarning: Using non-full backward hooks on a Module that does not return a single Tensor or a tuple of Tensors is deprecated and will be removed in future versions. This hook will be missing some of the grad_output. Please use register_full_backward_hook to get the documented behavior. 2022-03-17T20:16:59.4299801Z warnings.warn("Using non-full backward hooks on a Module that does not return a " 2022-03-17T20:16:59.4301143Z ok (0.002s) 2022-03-17T20:16:59.4356642Z test_channel_shuffle (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:59.4377326Z test_children (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:59.4539762Z test_clip_grad_norm (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:16:59.4570647Z test_clip_grad_value (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:59.4582037Z test_compute_nparams_to_prune (__main__.TestNN) 2022-03-17T20:16:59.4588579Z Test that requested pruning `amount` gets translated into the ... ok (0.002s) 2022-03-17T20:16:59.4616938Z test_container_copy (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:16:59.4677691Z test_conv2d_discontiguous_weight (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:16:59.5291373Z test_conv_backcompat (__main__.TestNN) ... ok (0.061s) 2022-03-17T20:16:59.5322376Z test_conv_cudnn_memory_layout_dominance (__main__.TestNN) ... expected failure (0.003s) 2022-03-17T20:16:59.6549250Z test_conv_modules_raise_error_on_incorrect_input_size (__main__.TestNN) ... ok (0.122s) 2022-03-17T20:16:59.6564621Z test_conv_padding_mode (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:16:59.7587708Z test_conv_shapecheck (__main__.TestNN) ... ok (0.102s) 2022-03-17T20:16:59.7638412Z test_conv_tbc (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:16:59.7669803Z test_convert_sync_batchnorm (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:16:59.7670652Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:16:59.7671659Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:16:59.7672425Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:16:59.7704605Z ok (0.006s) 2022-03-17T20:16:59.7806710Z test_cosine_embedding_loss_invalid_shape (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:59.7904855Z test_cosine_embedding_loss_margin_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:16:59.8000905Z test_cosine_embedding_loss_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:17:00.0513312Z test_cosine_embedding_loss_with_diff_type (__main__.TestNN) ... ok (0.251s) 2022-03-17T20:17:00.0551960Z test_cosine_similarity (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:17:00.0580960Z test_cross_entropy_loss (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:05.5196504Z test_cross_entropy_loss_precision (__main__.TestNN) ... ok (5.461s) 2022-03-17T20:17:05.5310433Z test_cudnn_non_contiguous (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:17:05.5340063Z test_cudnn_noncontiguous_weight (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:05.5348707Z test_cudnn_rnn_dropout_states_device (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:17:05.5829341Z test_cudnn_weight_format (__main__.TestNN) ... ok (0.048s) 2022-03-17T20:17:05.6086595Z test_cudnn_weight_tying (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:17:05.6100238Z test_custom_from_mask_pruning (__main__.TestNN) 2022-03-17T20:17:05.6107350Z Test that the CustomFromMask is capable of receiving ... ok (0.002s) 2022-03-17T20:17:05.6125538Z test_dir (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:05.6137428Z test_dir_digit (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:17:05.6194465Z test_elu_inplace_gradgrad (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:17:05.6260783Z test_elu_inplace_on_view (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:17:05.6280387Z test_embedding_bag_from_pretrained (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:05.6293866Z test_embedding_bag_from_pretrained_padding_idx (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:17:05.6321823Z test_embedding_bag_functional (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:05.6472409Z test_embedding_bag_padding_idx_error (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:17:05.6490281Z test_embedding_from_pretrained (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:05.6510869Z test_embedding_from_pretrained_options (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:05.6526229Z test_embedding_from_pretrained_padding_idx (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:17:05.6550049Z test_embedding_functional (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:05.6567609Z test_embedding_max_norm (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:05.6615549Z test_embedding_max_norm_unsorted_repeating_indices (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:17:05.6633328Z test_embedding_sparse_basic (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:05.6657748Z test_embedding_sparse_empty_tensor (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:05.6677234Z test_embeddingbag_from_pretrained (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:05.6702970Z test_embeddingbag_from_pretrained_options (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:05.7200432Z test_error_RNN_seq_len_zero (__main__.TestNN) ... ok (0.050s) 2022-03-17T20:17:05.7266047Z test_errors_parametrized_tensor_parametrization (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:17:05.7358330Z test_errors_unparametrized_tensor_parametrization (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:17:05.7381297Z test_extra_state (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:05.7382120Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:05.7386623Z ok (0.003s) 2022-03-17T20:17:05.7399710Z test_extra_state_missing_get_extra_state (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:17:05.7413487Z test_extra_state_missing_set_extra_state (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:17:05.7437478Z test_extra_state_non_dict (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:05.7458109Z test_fb_fc_packed (__main__.TestNN) ... test_nn.py:5129: UserWarning: fbgemm_pack_gemm_matrix_fp16 is deprecated and will be removed in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/QuantizedLinear.cpp:374.) 2022-03-17T20:17:05.7458718Z packed_w_tensor = torch.fbgemm_pack_gemm_matrix_fp16(w_tensor) 2022-03-17T20:17:05.7462263Z test_nn.py:5130: UserWarning: fbgemm_linear_fp16_weight_fp32_activation is deprecated and will be removed in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/QuantizedLinear.cpp:409.) 2022-03-17T20:17:05.7462896Z actual_output = torch.fbgemm_linear_fp16_weight(x_tensor, packed_w_tensor, b_tensor) 2022-03-17T20:17:05.7466478Z ok (0.003s) 2022-03-17T20:17:05.7479937Z test_flatten (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:17:05.7818472Z test_fold_invalid_arg (__main__.TestNN) ... ok (0.034s) 2022-03-17T20:17:05.7864542Z test_functional_grad_conv (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:17:05.7882684Z test_gaussian_nll_loss_args (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:05.7920898Z test_gaussian_nll_loss_broadcasting (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:17:05.7950954Z test_gaussian_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:05.7969310Z test_get_buffer (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:05.7995618Z test_get_buffer_from_submodules (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:05.8011275Z test_getattr_with_property (__main__.TestNN) ... expected failure (0.001s) 2022-03-17T20:17:05.8028524Z test_global_pruning (__main__.TestNN) 2022-03-17T20:17:05.8047369Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.003s) 2022-03-17T20:17:05.8070255Z test_global_pruning_importance_scores (__main__.TestNN) 2022-03-17T20:17:05.8087202Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.004s) 2022-03-17T20:17:05.8458599Z test_grad_conv1d_input (__main__.TestNN) ... ok (0.037s) 2022-03-17T20:17:05.8917284Z test_grad_conv1d_weight (__main__.TestNN) ... ok (0.046s) 2022-03-17T20:17:05.9314566Z test_grad_conv2d_input (__main__.TestNN) ... ok (0.039s) 2022-03-17T20:17:05.9806346Z test_grad_conv2d_weight (__main__.TestNN) ... ok (0.049s) 2022-03-17T20:17:06.0452453Z test_grad_conv3d_input (__main__.TestNN) ... ok (0.064s) 2022-03-17T20:17:06.1152511Z test_grad_conv3d_weight (__main__.TestNN) ... ok (0.070s) 2022-03-17T20:17:11.3420783Z test_grid_sample (__main__.TestNN) ... ok (5.227s) 2022-03-17T20:17:11.7608182Z test_grid_sample_3d (__main__.TestNN) ... ok (0.419s) 2022-03-17T20:17:11.7780295Z test_grid_sample_error_checking (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4159: UserWarning: 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. 2022-03-17T20:17:11.7781051Z "Default grid_sample and affine_grid behavior has changed " 2022-03-17T20:17:11.7835455Z ok (0.023s) 2022-03-17T20:17:11.7854272Z test_grouped_conv_cudnn_nhwc_support (__main__.TestNN) ... skip (0.002s) 2022-03-17T20:17:11.9389359Z test_hardtanh_backward (__main__.TestNN) ... ok (0.153s) 2022-03-17T20:17:11.9445300Z test_hardtanh_inplace_gradgrad (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:17:11.9477380Z test_hook_backward_size (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:11.9494481Z test_hook_backward_writeable (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1909: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-03-17T20:17:11.9495109Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-03-17T20:17:11.9496556Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1033: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-03-17T20:17:11.9497446Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-03-17T20:17:11.9501995Z ok (0.002s) 2022-03-17T20:17:11.9527002Z test_hook_cpp (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:11.9544680Z test_hook_extra_input (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:11.9570525Z test_hook_forward_preforward_writable (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:11.9726864Z test_hook_inplace (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:17:11.9747850Z test_hook_invalid_outputs (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:11.9761962Z test_hook_last_arg_requires_grad (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:17:11.9799207Z test_hook_no_requires_grad (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:17:11.9891915Z test_hook_non_full_warning (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:17:11.9909379Z test_hook_requires_grad (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:11.9934277Z test_hooks (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1033: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-03-17T20:17:11.9935195Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-03-17T20:17:12.0070293Z ok (0.016s) 2022-03-17T20:17:12.0168037Z test_huber_loss_invalid_delta (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:17:12.0182494Z test_identity_pruning (__main__.TestNN) 2022-03-17T20:17:12.0206907Z Test that a mask of 1s does not change forward or backward. ... ok (0.004s) 2022-03-17T20:17:12.0236833Z test_initialization_parametrization (__main__.TestNN) 2022-03-17T20:17:12.0273906Z Test that it is possible to initialize a parametrization when it ... ok (0.006s) 2022-03-17T20:17:12.0305510Z test_inplace_thnn (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:12.7067000Z test_interpolate (__main__.TestNN) ... ok (0.676s) 2022-03-17T20:17:12.7206659Z test_interpolate_bicubic_2d (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:17:12.7883894Z test_interpolate_bicubic_2d_cuda (__main__.TestNN) ... ok (0.068s) 2022-03-17T20:17:12.8018325Z test_interpolate_bicubic_2d_zero_dim (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:17:12.8578735Z test_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestNN) ... ok (0.056s) 2022-03-17T20:17:12.8732289Z test_interpolate_bicubic_scale_2d (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:17:12.9320521Z test_interpolate_bicubic_scale_2d_cuda (__main__.TestNN) ... ok (0.059s) 2022-03-17T20:17:12.9451566Z test_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:17:13.0035133Z test_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestNN) ... ok (0.058s) 2022-03-17T20:17:13.0166869Z test_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:17:13.0292996Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:17:13.1020779Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... ok (0.073s) 2022-03-17T20:17:13.1663790Z test_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... ok (0.064s) 2022-03-17T20:17:13.1792784Z test_interpolate_bicubic_tuple_2d (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:17:13.1920867Z test_interpolate_bicubic_tuple_2d_align_corners (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:17:13.2516508Z test_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestNN) ... ok (0.060s) 2022-03-17T20:17:13.3094756Z test_interpolate_bicubic_tuple_2d_cuda (__main__.TestNN) ... ok (0.058s) 2022-03-17T20:17:13.3224119Z test_interpolate_bilinear_2d (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:17:13.3808959Z test_interpolate_bilinear_2d_cuda (__main__.TestNN) ... ok (0.058s) 2022-03-17T20:17:13.3925048Z test_interpolate_bilinear_2d_zero_dim (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:17:13.4475459Z test_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestNN) ... ok (0.055s) 2022-03-17T20:17:13.4605515Z test_interpolate_bilinear_scale_2d (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:17:13.5197601Z test_interpolate_bilinear_scale_2d_cuda (__main__.TestNN) ... ok (0.059s) 2022-03-17T20:17:13.5328889Z test_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:17:13.6028364Z test_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestNN) ... ok (0.070s) 2022-03-17T20:17:13.6153351Z test_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:17:13.6275703Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:17:13.6871304Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... ok (0.059s) 2022-03-17T20:17:13.7453468Z test_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... ok (0.058s) 2022-03-17T20:17:13.7577716Z test_interpolate_bilinear_tuple_2d (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:17:13.7699692Z test_interpolate_bilinear_tuple_2d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:17:13.8285432Z test_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestNN) ... ok (0.058s) 2022-03-17T20:17:13.8862752Z test_interpolate_bilinear_tuple_2d_cuda (__main__.TestNN) ... ok (0.058s) 2022-03-17T20:17:13.8889835Z test_interpolate_illegal_memory_access (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:13.9013186Z test_interpolate_linear_1d (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:17:13.9132950Z test_interpolate_linear_1d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:17:13.9723216Z test_interpolate_linear_1d_align_corners_cuda (__main__.TestNN) ... ok (0.059s) 2022-03-17T20:17:14.0492343Z test_interpolate_linear_1d_cuda (__main__.TestNN) ... ok (0.077s) 2022-03-17T20:17:14.0604144Z test_interpolate_linear_1d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:17:14.1202399Z test_interpolate_linear_1d_zero_dim_cuda (__main__.TestNN) ... ok (0.060s) 2022-03-17T20:17:14.1325139Z test_interpolate_linear_scale_1d (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:17:14.1443713Z test_interpolate_linear_scale_1d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:17:14.2029858Z test_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestNN) ... ok (0.058s) 2022-03-17T20:17:14.2608333Z test_interpolate_linear_scale_1d_cuda (__main__.TestNN) ... ok (0.058s) 2022-03-17T20:17:14.2730758Z test_interpolate_linear_tuple_1d (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:17:14.3325852Z test_interpolate_linear_tuple_1d_cuda (__main__.TestNN) ... ok (0.059s) 2022-03-17T20:17:14.3446544Z test_interpolate_nearest_1d (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:17:14.4028257Z test_interpolate_nearest_1d_cuda (__main__.TestNN) ... ok (0.058s) 2022-03-17T20:17:14.4139837Z test_interpolate_nearest_1d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:17:14.4684605Z test_interpolate_nearest_1d_zero_dim_cuda (__main__.TestNN) ... ok (0.054s) 2022-03-17T20:17:14.4814499Z test_interpolate_nearest_2d (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:17:14.5587549Z test_interpolate_nearest_2d_cuda (__main__.TestNN) ... ok (0.077s) 2022-03-17T20:17:14.5713801Z test_interpolate_nearest_2d_launch_configs (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:17:14.6459861Z test_interpolate_nearest_2d_launch_configs_cuda (__main__.TestNN) ... ok (0.074s) 2022-03-17T20:17:14.6574477Z test_interpolate_nearest_2d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-03-17T20:17:14.7312545Z test_interpolate_nearest_2d_zero_dim_cuda (__main__.TestNN) ... ok (0.074s) 2022-03-17T20:17:14.7467377Z test_interpolate_nearest_3d (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:17:14.8257844Z test_interpolate_nearest_3d_cuda (__main__.TestNN) ... ok (0.079s) 2022-03-17T20:17:14.8375149Z test_interpolate_nearest_3d_zero_dim (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:17:14.9008517Z test_interpolate_nearest_3d_zero_dim_cuda (__main__.TestNN) ... ok (0.063s) 2022-03-17T20:17:14.9129978Z test_interpolate_nearest_scale_1d (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:17:14.9913439Z test_interpolate_nearest_scale_1d_cuda (__main__.TestNN) ... ok (0.078s) 2022-03-17T20:17:15.0042709Z test_interpolate_nearest_scale_2d (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:17:15.0832218Z test_interpolate_nearest_scale_2d_cuda (__main__.TestNN) ... ok (0.079s) 2022-03-17T20:17:15.1013474Z test_interpolate_nearest_scale_3d (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:17:15.1818502Z test_interpolate_nearest_scale_3d_cuda (__main__.TestNN) ... ok (0.080s) 2022-03-17T20:17:15.1940416Z test_interpolate_nearest_tuple_1d (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:17:15.2609953Z test_interpolate_nearest_tuple_1d_cuda (__main__.TestNN) ... ok (0.067s) 2022-03-17T20:17:15.2738431Z test_interpolate_nearest_tuple_2d (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:17:15.3444814Z test_interpolate_nearest_tuple_2d_cuda (__main__.TestNN) ... ok (0.070s) 2022-03-17T20:17:15.3613999Z test_interpolate_nearest_tuple_3d (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:17:15.4280120Z test_interpolate_nearest_tuple_3d_cuda (__main__.TestNN) ... ok (0.066s) 2022-03-17T20:17:15.4462187Z test_interpolate_trilinear_3d (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:17:15.5239409Z test_interpolate_trilinear_3d_cuda (__main__.TestNN) ... ok (0.078s) 2022-03-17T20:17:15.5361611Z test_interpolate_trilinear_3d_zero_dim (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:17:15.6005654Z test_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestNN) ... ok (0.064s) 2022-03-17T20:17:15.6187372Z test_interpolate_trilinear_scale_3d (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:17:15.6357907Z test_interpolate_trilinear_scale_3d_align_corners (__main__.TestNN) ... ok (0.017s) 2022-03-17T20:17:15.7114922Z test_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestNN) ... ok (0.075s) 2022-03-17T20:17:15.7824462Z test_interpolate_trilinear_scale_3d_cuda (__main__.TestNN) ... ok (0.071s) 2022-03-17T20:17:15.7961395Z test_interpolate_trilinear_tuple_3d (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:17:15.8095471Z test_interpolate_trilinear_tuple_3d_align_corners (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:17:15.8743527Z test_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestNN) ... ok (0.065s) 2022-03-17T20:17:15.9508345Z test_interpolate_trilinear_tuple_3d_cuda (__main__.TestNN) ... ok (0.076s) 2022-03-17T20:17:15.9977761Z test_invalid_conv1d (__main__.TestNN) ... ok (0.047s) 2022-03-17T20:17:16.0896675Z test_invalid_conv2d (__main__.TestNN) ... ok (0.092s) 2022-03-17T20:17:16.1356382Z test_invalid_conv3d (__main__.TestNN) ... ok (0.046s) 2022-03-17T20:17:16.1375486Z test_invalid_dropout_p (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:16.1400884Z test_kl_div_log_softmax_target (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:16.1421975Z test_kl_div_with_diff_type (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2852: UserWarning: 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. 2022-03-17T20:17:16.1423842Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-03-17T20:17:16.1512583Z ok (0.011s) 2022-03-17T20:17:16.1606807Z test_kl_div_with_diff_type_log_target (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:17:27.6152118Z test_l1_loss_correct (__main__.TestNN) ... ok (11.454s) 2022-03-17T20:17:27.6168091Z test_l1_unstructured_pruning (__main__.TestNN) 2022-03-17T20:17:27.6186646Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.004s) 2022-03-17T20:17:27.6205031Z test_l1_unstructured_pruning_with_importance_scores (__main__.TestNN) 2022-03-17T20:17:27.6221359Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.003s) 2022-03-17T20:17:27.6266857Z test_layer_norm_grads_with_create_graph_flag (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:17:27.6283508Z test_linear_broadcasting (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:27.6298732Z test_ln_structured_pruning (__main__.TestNN) 2022-03-17T20:17:27.6317334Z Check Ln structured pruning by hand. ... ok (0.003s) 2022-03-17T20:17:27.6336298Z test_ln_structured_pruning_importance_scores (__main__.TestNN) 2022-03-17T20:17:27.6354274Z Check Ln structured pruning by hand. ... ok (0.004s) 2022-03-17T20:17:27.6421362Z test_load_state_dict (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:27.6422934Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:27.6507094Z ok (0.015s) 2022-03-17T20:17:27.6530000Z test_load_state_dict_BC (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:27.6565787Z test_load_state_dict_custom (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:27.6584880Z test_load_state_dict_invalid (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:27.7611466Z test_load_state_dict_ref_cycle (__main__.TestNN) ... ok (0.102s) 2022-03-17T20:17:27.7644346Z test_log_softmax_cpu (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:27.7779641Z test_log_softmax_dim0 (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:17:27.8433484Z test_log_softmax_dim0_cuda (__main__.TestNN) ... ok (0.065s) 2022-03-17T20:17:27.8562149Z test_log_softmax_dim3 (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:17:27.9205628Z test_log_softmax_dim3_cuda (__main__.TestNN) ... ok (0.064s) 2022-03-17T20:17:27.9333822Z test_log_softmax_lastdim (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:17:27.9980265Z test_log_softmax_lastdim_cuda (__main__.TestNN) ... ok (0.064s) 2022-03-17T20:17:28.0058090Z test_log_softmax_scalar (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:17:28.0638110Z test_log_softmax_scalar_cuda (__main__.TestNN) ... ok (0.058s) 2022-03-17T20:17:28.0774641Z test_log_softmax_spatial (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:17:28.1413755Z test_log_softmax_spatial_cuda (__main__.TestNN) ... ok (0.064s) 2022-03-17T20:17:28.1574606Z test_log_softmax_spatial_special (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:17:28.2211589Z test_log_softmax_spatial_special_cuda (__main__.TestNN) ... ok (0.064s) 2022-03-17T20:17:28.2220058Z test_loss_equal_input_target_shape (__main__.TestNN) ... test_nn.py:6641: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:28.2220846Z 'mse_loss': lambda x, y: F.mse_loss(x, y), 2022-03-17T20:17:28.2254112Z test_nn.py:6642: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:28.2254772Z 'l1_loss': lambda x, y: F.l1_loss(x, y), 2022-03-17T20:17:28.2287420Z test_nn.py:6643: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:28.2288060Z 'smooth_l1_loss': lambda x, y: F.smooth_l1_loss(x, y), 2022-03-17T20:17:28.2318235Z test_nn.py:6644: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:28.2318861Z 'huber_loss': lambda x, y: F.huber_loss(x, y), 2022-03-17T20:17:28.2349456Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2852: UserWarning: 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. 2022-03-17T20:17:28.2350276Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-03-17T20:17:28.2502130Z ok (0.029s) 2022-03-17T20:17:28.2546402Z test_margin_ranking_loss_margin_no_reduce (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:17:28.2588688Z test_margin_ranking_loss_no_reduce (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:17:28.2624143Z test_max_unpool2d_nhwc_cpu (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:28.2673850Z test_mismatch_shape_conv2d (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:17:28.2808994Z test_module_apply_inplace_op (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:17:28.3153097Z test_module_backcompat (__main__.TestNN) ... ok (0.034s) 2022-03-17T20:17:28.3181867Z test_module_to_argparse (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:28.3203706Z test_modules (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:28.3229192Z test_move_sparse_half_embedding (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:28.3245938Z test_mse_loss_size_warning (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:31.2897962Z test_multihead_attention_average_attn_weights_False (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:5224: UserWarning: Byte tensor for attn_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead. 2022-03-17T20:17:31.2899470Z warnings.warn("Byte tensor for attn_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead.") 2022-03-17T20:17:31.2901045Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:5244: UserWarning: Byte tensor for key_padding_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead. 2022-03-17T20:17:31.2902289Z warnings.warn("Byte tensor for key_padding_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead.") 2022-03-17T20:17:31.7106501Z ok (3.386s) 2022-03-17T20:17:35.1197317Z test_multihead_attention_average_attn_weights_True (__main__.TestNN) ... ok (3.409s) 2022-03-17T20:17:35.1287515Z test_multihead_attn_3d_attn_mask (__main__.TestNN) ... ok (0.009s) 2022-03-17T20:17:35.1343404Z test_multihead_attn_invalid_shape (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:17:35.1356246Z test_multihead_attn_no_bias (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:17:35.1419061Z test_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:17:35.1952639Z test_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:175: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:17:35.1954519Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-03-17T20:17:35.2063599Z ok (0.064s) 2022-03-17T20:17:35.2169494Z test_multiple_inputs_parametrization (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:17:35.2206607Z test_multiple_pruning_calls (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:17:35.2234634Z test_named_children (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:35.2286949Z test_named_modules (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:17:35.2339000Z test_native_dropout_corner_case (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:17:35.2960764Z test_new_spectral_norm (__main__.TestNN) ... ok (0.062s) 2022-03-17T20:17:35.3003516Z test_new_spectral_norm_dim (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:17:35.3050889Z test_new_spectral_norm_forward (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:17:35.3107994Z test_new_spectral_norm_load_state_dict (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:35.3109767Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:35.3312085Z ok (0.026s) 2022-03-17T20:17:36.1343716Z test_nnpack_conv (__main__.TestNN) ... ok (0.803s) 2022-03-17T20:17:36.1385428Z test_no_grad (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:17:36.1400249Z test_non_leaf_parameters (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:17:36.1482765Z test_normalize (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:17:36.1511268Z test_orthogonal_errors (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:36.1585486Z test_orthogonal_parametrization (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-03-17T20:17:36.1586588Z warnings.warn(msg, FutureWarning) 2022-03-17T20:17:36.9037620Z ok (0.752s) 2022-03-17T20:17:36.9227631Z test_overwrite_module_params_on_conversion (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:17:36.9644821Z test_pack_padded_sequence (__main__.TestNN) ... ok (0.042s) 2022-03-17T20:17:37.0386491Z test_pack_sequence (__main__.TestNN) ... ok (0.074s) 2022-03-17T20:17:37.0419574Z test_pack_sequence_batch_sizes_throw (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:37.0430629Z test_pad_scalar_error (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:17:37.0561952Z test_pad_sequence (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:17:37.0619903Z test_padding_list (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:17:37.0655162Z test_pairwise_distance (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:17:37.0682320Z test_parameter_assignment (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:37.0739009Z test_parameterlistdict_pickle (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:17:37.0758404Z test_parameterlistdict_setting_attributes (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:37.0786158Z test_parameters_and_named_parameters (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:37.0801547Z test_parameters_to_vector (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:17:37.0812788Z test_parametrization_same_training_mode (__main__.TestNN) 2022-03-17T20:17:37.0820730Z Test training mode updated on parametrization registration ... ok (0.002s) 2022-03-17T20:17:37.0855638Z test_partial_flat_weights (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py:770: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-03-17T20:17:37.0856527Z self.dropout, self.training, self.bidirectional, self.batch_first) 2022-03-17T20:17:37.0860072Z ok (0.004s) 2022-03-17T20:17:37.1561674Z test_pdist (__main__.TestNN) ... ok (0.070s) 2022-03-17T20:17:37.1644988Z test_pdist_cpu_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.008s) 2022-03-17T20:17:37.2245657Z test_pdist_cuda_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.060s) 2022-03-17T20:17:37.2299437Z test_pdist_empty_col (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:17:37.2355189Z test_pdist_empty_row (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:17:37.2542516Z test_pdist_large (__main__.TestNN) ... ok (0.019s) 2022-03-17T20:17:37.3463305Z test_pdist_zeros (__main__.TestNN) 2022-03-17T20:17:37.3804124Z Test that grad is still valid when dist is 0 ... ok (0.035s) 2022-03-17T20:17:38.0456151Z test_pixel_shuffle_unshuffle (__main__.TestNN) ... ok (0.665s) 2022-03-17T20:17:38.0475500Z test_pointwise_loss_broadcast (__main__.TestNN) ... test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0476346Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0478956Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0479629Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0483428Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0484283Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0485110Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0485742Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0488291Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0488925Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0489757Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0490387Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0507427Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0508187Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0509822Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0510509Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0511477Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0512113Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0515367Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0516008Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0516820Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0517422Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0520640Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0522200Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0523189Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0523830Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0539112Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0540229Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0541422Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0542404Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0543503Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0544531Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0547033Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0548315Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0549286Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0549909Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0551387Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0552692Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0553686Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0554295Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0570091Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0571109Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0572377Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0573191Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0575759Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0576709Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0579066Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0580396Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0580962Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0581555Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0593967Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0595144Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0596279Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0597302Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0598226Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0598838Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0601568Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0602445Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0603212Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0603837Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0617469Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0618073Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0619520Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0620229Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0621341Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0622001Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0624503Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0625303Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0626135Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0627124Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0640105Z test_nn.py:9876: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0640766Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-03-17T20:17:38.0642139Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0642787Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0646303Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0646926Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0650317Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0650949Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0651599Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0652314Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0653886Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0654508Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0655282Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0655885Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0672552Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0673166Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0674482Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0675104Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0676932Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0677545Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0680557Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0681166Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0682080Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0682801Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0685415Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0686036Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0686585Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0687297Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0705421Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0706103Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0707511Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0708127Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0709422Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0710097Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0713050Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0713674Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0714282Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0715039Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0717148Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0717761Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0718313Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0718909Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0735636Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0736298Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0737594Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0738253Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0741077Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0741990Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0743987Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0744596Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0745138Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0745901Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0758952Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0759587Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0760940Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0761922Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0762763Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0763386Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0766134Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0766758Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0767731Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0768324Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0782972Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0783614Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0785027Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0785641Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0787376Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0788211Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0790608Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0791237Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0791895Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0792526Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0807246Z test_nn.py:9877: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0807898Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0809800Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0810904Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0813133Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0813768Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0817285Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0817958Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0818510Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0819388Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0821720Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0822350Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0822915Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0823540Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0840412Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0841077Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0842642Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0843272Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0845024Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0845680Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0849323Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0850001Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0850571Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0851250Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0854007Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0854777Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0855354Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0855966Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0872633Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0873362Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0875240Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0875915Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0876649Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0877267Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0880776Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0881856Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0882426Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0883272Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0885768Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0886412Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0886984Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0887608Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0904052Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0904895Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0906757Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0907558Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0910146Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0911153Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0913398Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0914034Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0914601Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0915229Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0929126Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0929811Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0931209Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0931843Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0932927Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0933558Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0936658Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0937326Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0937899Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0938529Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0952078Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0952883Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0954443Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0955193Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0956034Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0956669Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0959810Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0960460Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0961180Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0962154Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0975590Z test_nn.py:9878: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0976334Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-03-17T20:17:38.0977755Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0978381Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.0981420Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0982043Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.0985140Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0985780Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.0986324Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0987104Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.0989477Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0990095Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.0990659Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.0991265Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1008392Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1009071Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1010631Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1011292Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1012564Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1013190Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1016698Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1017454Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1018027Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1018732Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1021492Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1022128Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1022689Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1023286Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1039965Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1040726Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1042566Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1043195Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1044069Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1044687Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1048348Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1048988Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1049551Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1050212Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1053021Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1054082Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1054644Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1055260Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1071195Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1072001Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1073958Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1074815Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1077111Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1077767Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1080623Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1081250Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1082359Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1082992Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1096456Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1097125Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1098310Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1098938Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1100780Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1101599Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1103893Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1104512Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1105414Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1106044Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1119737Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1120414Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1122237Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1122857Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1123418Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1124161Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1127470Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1128119Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1128680Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1129277Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1142560Z test_nn.py:9879: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-03-17T20:17:38.1143206Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-03-17T20:17:38.1146076Z ok (0.069s) 2022-03-17T20:17:38.1162595Z test_pointwise_loss_target_grad_none_reduction (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:38.1184240Z test_poisson_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:38.1195452Z test_projections_errors_on_gru_and_rnn (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:17:38.1265691Z test_projections_lstm_args_check (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:17:38.1280632Z test_projections_lstm_check_device (__main__.TestNN) ... skip (0.001s) 2022-03-17T20:17:38.1499088Z test_projections_lstm_initial_hidden_state (__main__.TestNN) ... ok (0.022s) 2022-03-17T20:17:38.1516678Z test_prune (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:38.1536994Z test_prune_importance_scores (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:38.1558387Z test_prune_importance_scores_mimic_default (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:38.1573921Z test_pruning_container (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:17:38.1594883Z test_pruning_container_compute_mask (__main__.TestNN) 2022-03-17T20:17:38.1612769Z Test `compute_mask` of pruning container with a known `t` and ... ok (0.004s) 2022-03-17T20:17:38.1622611Z test_pruning_id_consistency (__main__.TestNN) 2022-03-17T20:17:38.1631346Z Test that pruning doesn't change the id of the parameters, which ... ok (0.002s) 2022-03-17T20:17:38.1644452Z test_pruning_rollback (__main__.TestNN) 2022-03-17T20:17:38.1665028Z Test that if something fails when the we try to compute the mask, ... ok (0.003s) 2022-03-17T20:17:38.1689988Z test_pruning_serialization_model (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1691956Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1693103Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1693844Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1694865Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1695714Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1697285Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1698573Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1700052Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1700822Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1701826Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1702608Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1703619Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1704361Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1705354Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1706093Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1707091Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1707818Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1708925Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1709683Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1710727Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1711474Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1712553Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1713292Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1714282Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1715017Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1716028Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1716755Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1717756Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1718492Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1719473Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1720226Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1721225Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1722418Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1723423Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1724293Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1729495Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1730532Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1731968Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1732885Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1733905Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1734638Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1735648Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1736398Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1737874Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1738634Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1739649Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1740396Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1741395Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1742133Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1743151Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1743881Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1744974Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1745734Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1746049Z ok (0.007s) 2022-03-17T20:17:38.1768590Z test_pruning_serialization_state_dict (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1769499Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1770899Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1771645Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1772660Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1773627Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1774942Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1776365Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1777716Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1778605Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1779619Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1780627Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1781643Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1782465Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1783760Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1784635Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1785667Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1786399Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1787689Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1788525Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1789522Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1790270Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1791275Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1792267Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1793294Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1794032Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1795043Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1795774Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1796773Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1797510Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1798500Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1799239Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1800313Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1801051Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1802385Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1803125Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1804252Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1804980Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1805984Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1806724Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1807869Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1808996Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1810583Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1811454Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1812463Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1813198Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1814200Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1814931Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1816223Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1817077Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1818087Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1818836Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1819841Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1820649Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1821638Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1822373Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1823380Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1824108Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1825115Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1825855Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1826878Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1827627Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1828634Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1829373Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1830359Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1831091Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1832478Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1833221Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1834249Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1835199Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1836252Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1837001Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1838003Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1838742Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1839732Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1840472Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1841742Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.1842484Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.1842816Z ok (0.008s) 2022-03-17T20:17:38.1854145Z test_random_pruning (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:17:38.1870545Z test_random_pruning_0perc (__main__.TestNN) 2022-03-17T20:17:38.1897137Z Test that a mask of 1s does not change forward or backward. ... ok (0.004s) 2022-03-17T20:17:38.1909716Z test_random_pruning_forward (__main__.TestNN) 2022-03-17T20:17:38.1923575Z check forward with mask (by hand). ... ok (0.003s) 2022-03-17T20:17:38.1935633Z test_random_pruning_new_weight (__main__.TestNN) 2022-03-17T20:17:38.1959567Z Test that module.name now contains a pruned version of ... ok (0.003s) 2022-03-17T20:17:38.1970666Z test_random_pruning_orig (__main__.TestNN) 2022-03-17T20:17:38.1992788Z Test that original tensor is correctly stored in 'orig' ... ok (0.003s) 2022-03-17T20:17:38.2074761Z test_random_pruning_pickle (__main__.TestNN) ... ok (0.008s) 2022-03-17T20:17:38.2088372Z test_random_pruning_sizes (__main__.TestNN) 2022-03-17T20:17:38.2114689Z Test that the new parameters and buffers created by the pruning ... ok (0.004s) 2022-03-17T20:17:38.2133698Z test_random_structured_pruning_amount (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:38.2158145Z test_register_and_remove_buffer_parametrization (__main__.TestNN) 2022-03-17T20:17:38.2176758Z Test that it is possible to add and remove parametrizations on buffers ... ok (0.004s) 2022-03-17T20:17:38.2198810Z test_register_and_remove_nested_parametrization (__main__.TestNN) 2022-03-17T20:17:38.2219909Z Test that it is possible to nest the parametrizations ... ok (0.004s) 2022-03-17T20:17:38.2327172Z test_register_and_remove_parametrization (__main__.TestNN) 2022-03-17T20:17:38.2514620Z Test that it is possible to add a few parametrizations ... ok (0.029s) 2022-03-17T20:17:38.2532639Z test_register_buffer_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:38.2548952Z test_register_buffer_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:38.2563908Z test_register_buffer_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:17:38.2573477Z test_register_buffer_raises_error_if_not_tensor (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:17:38.2591997Z test_register_parameter_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:38.2608648Z test_register_parameter_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:38.2623154Z test_register_parameter_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:17:38.2687840Z test_relu_inplace_on_view (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:17:38.2704625Z test_remove_pruning (__main__.TestNN) 2022-03-17T20:17:38.2732374Z `prune.remove` removes the hook and the reparametrization ... ok (0.004s) 2022-03-17T20:17:38.2742241Z test_remove_pruning_exception (__main__.TestNN) 2022-03-17T20:17:38.2750530Z Removing from an unpruned tensor throws an assertion error ... ok (0.002s) 2022-03-17T20:17:38.2761536Z test_remove_pruning_forward (__main__.TestNN) 2022-03-17T20:17:38.2774442Z Remove pruning and check forward is unchanged from previous ... ok (0.002s) 2022-03-17T20:17:38.2791878Z test_repr (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:38.2813272Z test_requires_grad_ (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:38.2913990Z test_rnn_args_check (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:17:38.2930582Z test_rnn_check_device (__main__.TestNN) ... skip (0.002s) 2022-03-17T20:17:38.3118161Z test_rnn_initial_hidden_state (__main__.TestNN) ... ok (0.018s) 2022-03-17T20:17:38.3143594Z test_rnn_pruning (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:38.3184643Z test_rnn_weight_norm (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:17:38.3207509Z test_serialization_parametrization (__main__.TestNN) 2022-03-17T20:17:38.3238508Z Test that it is possible to serialize a parametrized model via state_dict ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.3240214Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.3242795Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.3244338Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.3246505Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.3247999Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.3250280Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.3251741Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.3253690Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.3255300Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.3257240Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.3258683Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.3282710Z ok (0.010s) 2022-03-17T20:17:38.3308445Z test_share_memory (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:38.3559563Z test_smoothl1loss_intergral_target (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:17:38.3617508Z test_smoothl1loss_negative_beta_not_supported (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:17:38.3647016Z test_softmax_cpu (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:38.3788637Z test_softmax_functional_dim0 (__main__.TestNN) ... ok (0.014s) 2022-03-17T20:17:38.4344897Z test_softmax_functional_dim0_cuda (__main__.TestNN) ... skip (0.055s) 2022-03-17T20:17:38.4468185Z test_softmax_functional_dim3 (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:17:38.4950345Z test_softmax_functional_dim3_cuda (__main__.TestNN) ... skip (0.048s) 2022-03-17T20:17:38.5023900Z test_softmax_functional_scalar (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:17:38.5481071Z test_softmax_functional_scalar_cuda (__main__.TestNN) ... skip (0.046s) 2022-03-17T20:17:38.5608600Z test_softmax_lastdim (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:17:38.6256478Z test_softmax_lastdim_cuda (__main__.TestNN) ... ok (0.065s) 2022-03-17T20:17:38.6374948Z test_softmax_lastdim_dtype (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:17:38.6850939Z test_softmax_lastdim_dtype_cuda (__main__.TestNN) ... skip (0.047s) 2022-03-17T20:17:38.6985969Z test_softmax_spatial (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:17:38.7598585Z test_softmax_spatial_cuda (__main__.TestNN) ... ok (0.061s) 2022-03-17T20:17:38.7720085Z test_softmax_spatial_dtype (__main__.TestNN) ... ok (0.012s) 2022-03-17T20:17:38.8202040Z test_softmax_spatial_dtype_cuda (__main__.TestNN) ... skip (0.048s) 2022-03-17T20:17:38.8348703Z test_softmax_spatial_special (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:17:38.8971219Z test_softmax_spatial_special_cuda (__main__.TestNN) ... ok (0.062s) 2022-03-17T20:17:38.8989155Z test_softmin (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:38.9396674Z test_spectral_norm (__main__.TestNN) ... ok (0.041s) 2022-03-17T20:17:38.9419532Z test_spectral_norm_dim (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:38.9448299Z test_spectral_norm_forward (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:38.9737516Z test_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.029s) 2022-03-17T20:17:38.9767004Z test_spectral_norm_pickle (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:38.9806823Z test_state_dict (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.9807739Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.9808784Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.9809531Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.9810718Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.9811474Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.9812464Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.9813219Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.9814230Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:17:38.9814975Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:17:38.9821518Z ok (0.005s) 2022-03-17T20:17:39.0364642Z test_sync_batchnorm_accuracy_cuda (__main__.TestNN) ... ok (0.054s) 2022-03-17T20:17:39.0400357Z test_sync_batchnorm_backward_elemt (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:17:42.2909104Z test_thnn_conv_strided_padded_dilated (__main__.TestNN) ... ok (3.251s) 2022-03-17T20:17:42.2938349Z test_threshold_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:42.2951448Z test_threshold_int (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:17:42.2990292Z test_to (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:17:42.3010332Z test_train_errors_for_invalid_mode (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:42.5563697Z test_transformer_args_check (__main__.TestNN) ... ok (0.255s) 2022-03-17T20:17:42.5723680Z test_transformer_layer_args_check (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:17:42.7715667Z test_transformerdecoder (__main__.TestNN) ... ok (0.199s) 2022-03-17T20:17:42.8081131Z test_transformerdecoderlayer (__main__.TestNN) ... ok (0.036s) 2022-03-17T20:17:42.8518747Z test_transformerdecoderlayer_gelu (__main__.TestNN) ... ok (0.044s) 2022-03-17T20:17:42.9536507Z test_transformerencoder (__main__.TestNN) ... ok (0.102s) 2022-03-17T20:17:42.9817095Z test_transformerencoderlayer (__main__.TestNN) ... ok (0.028s) 2022-03-17T20:17:43.0069615Z test_transformerencoderlayer_gelu (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:17:43.0129146Z test_triplet_margin_loss (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:17:43.0225608Z test_triplet_margin_loss_invalid (__main__.TestNN) ... ok (0.010s) 2022-03-17T20:17:43.0279921Z test_triplet_margin_loss_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:17:43.0347045Z test_triplet_margin_loss_swap (__main__.TestNN) ... ok (0.007s) 2022-03-17T20:17:43.0411440Z test_triplet_margin_loss_swap_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-03-17T20:17:43.0467229Z test_type (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:17:43.0491612Z test_unflatten (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:916: UserWarning: 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. (Triggered internally at /var/lib/jenkins/workspace/c10/core/TensorImpl.h:1483.) 2022-03-17T20:17:43.0492364Z return super(Tensor, self).refine_names(names) 2022-03-17T20:17:43.0494805Z ok (0.003s) 2022-03-17T20:17:43.0520651Z test_unflatten_invalid_arg (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:43.0684894Z test_unfold_invalid_arg (__main__.TestNN) ... ok (0.016s) 2022-03-17T20:17:43.0839211Z test_unpack_sequence (__main__.TestNN) ... ok (0.015s) 2022-03-17T20:17:43.0975227Z test_unpad_sequence (__main__.TestNN) ... ok (0.013s) 2022-03-17T20:17:43.0984933Z test_unstructured_pruning_same_magnitude (__main__.TestNN) 2022-03-17T20:17:43.0990996Z Since it may happen that the tensor to prune has entries with the ... ok (0.002s) 2022-03-17T20:17:43.1007721Z test_upsamplingBilinear2d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:43.1257187Z test_upsamplingLinear1d (__main__.TestNN) ... ok (0.025s) 2022-03-17T20:17:43.1273138Z test_upsamplingLinear1d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:43.1936274Z test_upsamplingTrilinear3d (__main__.TestNN) ... ok (0.066s) 2022-03-17T20:17:43.1962097Z test_upsamplingTrilinear3d_spatial_invariance (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:43.2239204Z test_upsampling_not_recompute_scale_factor (__main__.TestNN) ... ok (0.028s) 2022-03-17T20:17:43.2253329Z test_upsampling_small_scale (__main__.TestNN) ... ok (0.001s) 2022-03-17T20:17:43.2264068Z test_validate_pruning_amount (__main__.TestNN) 2022-03-17T20:17:43.2267775Z Tests the second util function that validates the pruning ... ok (0.001s) 2022-03-17T20:17:43.2280583Z test_validate_pruning_amount_init (__main__.TestNN) 2022-03-17T20:17:43.2284753Z Test the first util function that validates the pruning ... ok (0.002s) 2022-03-17T20:17:43.2302105Z test_vector_to_parameters (__main__.TestNN) ... ok (0.002s) 2022-03-17T20:17:43.2352428Z test_weight_norm (__main__.TestNN) ... ok (0.005s) 2022-03-17T20:17:43.2378599Z test_weight_norm_pickle (__main__.TestNN) ... ok (0.003s) 2022-03-17T20:17:43.2419318Z test_zero_grad (__main__.TestNN) ... ok (0.004s) 2022-03-17T20:17:43.3054593Z test_AdaptiveMaxPool1d_indices_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.063s) 2022-03-17T20:17:43.3591109Z test_AdaptiveMaxPool1d_indices_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-03-17T20:17:43.4117237Z test_AdaptiveMaxPool1d_indices_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.052s) 2022-03-17T20:17:43.4672465Z test_AdaptiveMaxPool1d_indices_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-03-17T20:17:43.5226309Z test_AdaptiveMaxPool2d_indices_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-03-17T20:17:43.5760426Z test_AdaptiveMaxPool2d_indices_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-03-17T20:17:43.6296925Z test_AdaptiveMaxPool2d_indices_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-03-17T20:17:43.6830175Z test_AdaptiveMaxPool2d_indices_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-03-17T20:17:43.7355191Z test_AdaptiveMaxPool3d_indices_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.052s) 2022-03-17T20:17:43.7894901Z test_AdaptiveMaxPool3d_indices_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-03-17T20:17:43.8446647Z test_AdaptiveMaxPool3d_indices_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-03-17T20:17:43.8973941Z test_AdaptiveMaxPool3d_indices_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-03-17T20:17:43.9628243Z test_AdaptiveMaxPool_zero_batch_dim_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.065s) 2022-03-17T20:17:44.0168952Z test_AvgPool2d_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-03-17T20:17:44.0662166Z test_AvgPool3d_backward_after_cat_dim1_device_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.049s) 2022-03-17T20:17:44.1218795Z test_BatchNorm_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-03-17T20:17:44.1717129Z test_Bilinear_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:17:44.2861903Z test_CTCLoss_cudnn_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.114s) 2022-03-17T20:17:44.3380243Z test_CTCLoss_empty_target_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.052s) 2022-03-17T20:17:44.3894154Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.051s) 2022-03-17T20:17:44.4463298Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-03-17T20:17:44.4983030Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.052s) 2022-03-17T20:17:44.5502150Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.052s) 2022-03-17T20:17:44.6024147Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.052s) 2022-03-17T20:17:44.6537285Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.051s) 2022-03-17T20:17:44.9670760Z test_Conv2d_backward_depthwise_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.313s) 2022-03-17T20:17:45.0338518Z test_Conv2d_depthwise_naive_groups_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.067s) 2022-03-17T20:17:45.0960232Z test_Conv2d_depthwise_naive_groups_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-03-17T20:17:45.1553190Z test_Conv2d_depthwise_naive_groups_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.059s) 2022-03-17T20:17:45.2134353Z test_Conv2d_deterministic_cudnn_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.058s) 2022-03-17T20:17:45.2687325Z test_Conv2d_deterministic_cudnn_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-03-17T20:17:45.3252397Z test_Conv2d_deterministic_cudnn_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-03-17T20:17:45.5834031Z test_Conv2d_large_workspace_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.258s) 2022-03-17T20:17:45.9776848Z test_Conv2d_large_workspace_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.224s) 2022-03-17T20:17:47.7947047Z test_Conv2d_large_workspace_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (1.694s) 2022-03-17T20:17:49.4078679Z test_Conv2d_naive_groups_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.088s) 2022-03-17T20:17:49.4641893Z test_Conv2d_naive_groups_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-03-17T20:17:49.5174279Z test_Conv2d_naive_groups_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-03-17T20:17:49.5698206Z test_Conv2d_size_1_kernel_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.052s) 2022-03-17T20:17:49.6310221Z test_Conv3d_depthwise_naive_groups_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2022-03-17T20:17:49.6901070Z test_Conv3d_depthwise_naive_groups_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.059s) 2022-03-17T20:17:49.7497988Z test_Conv3d_depthwise_naive_groups_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-03-17T20:17:49.8022006Z test_ConvTranspose2d_large_output_padding_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.052s) 2022-03-17T20:17:49.8539993Z test_ConvTranspose2d_large_output_padding_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.052s) 2022-03-17T20:17:49.9058892Z test_ConvTranspose2d_size_1_kernel_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.052s) 2022-03-17T20:17:49.9576197Z test_ConvTranspose3d_size_1_kernel_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.052s) 2022-03-17T20:17:50.0263322Z test_Dropout2d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.069s) 2022-03-17T20:17:50.0931611Z test_Dropout3d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.067s) 2022-03-17T20:17:50.6368618Z test_Dropout_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.544s) 2022-03-17T20:17:50.6969731Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int32_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-03-17T20:17:50.7495971Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int32_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-03-17T20:17:50.8081952Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int32_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.058s) 2022-03-17T20:17:50.8675739Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int64_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.059s) 2022-03-17T20:17:50.9254333Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int64_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.058s) 2022-03-17T20:17:50.9816124Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int64_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-03-17T20:17:51.0407218Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int32_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.059s) 2022-03-17T20:17:51.0988317Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int32_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.058s) 2022-03-17T20:17:51.1593262Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int32_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-03-17T20:17:51.2158401Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int64_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-03-17T20:17:51.2698725Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int64_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-03-17T20:17:51.3274226Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int64_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-03-17T20:17:51.4212586Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int32_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.094s) 2022-03-17T20:17:51.5338215Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int32_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.112s) 2022-03-17T20:17:51.6322478Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int32_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.098s) 2022-03-17T20:17:51.7268878Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int64_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.095s) 2022-03-17T20:17:51.8214793Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int64_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.094s) 2022-03-17T20:17:51.9153006Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int64_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.094s) 2022-03-17T20:17:52.0216161Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int32_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.106s) 2022-03-17T20:17:52.1310604Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int32_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.109s) 2022-03-17T20:17:52.2415930Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int32_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.110s) 2022-03-17T20:17:52.3519897Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int64_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.110s) 2022-03-17T20:17:52.4561774Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int64_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.104s) 2022-03-17T20:17:52.5670413Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int64_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.111s) 2022-03-17T20:17:52.6326875Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int32_float16 (__main__.TestNNDeviceTypeCUDA) ... skip (0.066s) 2022-03-17T20:17:52.6894747Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int32_float32 (__main__.TestNNDeviceTypeCUDA) ... skip (0.057s) 2022-03-17T20:17:52.7348804Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int32_float64 (__main__.TestNNDeviceTypeCUDA) ... skip (0.045s) 2022-03-17T20:17:52.7807191Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int64_float16 (__main__.TestNNDeviceTypeCUDA) ... skip (0.046s) 2022-03-17T20:17:52.8354765Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int64_float32 (__main__.TestNNDeviceTypeCUDA) ... skip (0.055s) 2022-03-17T20:17:52.8938230Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int64_float64 (__main__.TestNNDeviceTypeCUDA) ... skip (0.058s) 2022-03-17T20:17:52.9484508Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int32_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-03-17T20:17:53.0028059Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int32_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-03-17T20:17:53.0685560Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int32_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.066s) 2022-03-17T20:17:53.1310734Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int64_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-03-17T20:17:53.1861555Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int64_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-03-17T20:17:53.2434051Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int64_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-03-17T20:17:53.3113597Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int32_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.068s) 2022-03-17T20:17:53.3667467Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int32_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-03-17T20:17:53.4214596Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int32_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-03-17T20:17:53.4870240Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int64_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.065s) 2022-03-17T20:17:53.5596019Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int64_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.072s) 2022-03-17T20:17:53.6211960Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int64_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-03-17T20:17:53.6866569Z test_EmbeddingBag_per_sample_weights_failures_cuda_int32_int32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.065s) 2022-03-17T20:17:53.7518425Z test_EmbeddingBag_per_sample_weights_failures_cuda_int32_int64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.065s) 2022-03-17T20:17:53.8058740Z test_EmbeddingBag_per_sample_weights_failures_cuda_int64_int32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-03-17T20:17:53.8599194Z test_EmbeddingBag_per_sample_weights_failures_cuda_int64_int64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-03-17T20:17:53.9098336Z test_FractionalMaxPool2d_zero_batch_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:17:53.9549463Z test_FractionalMaxPool2d_zero_out_size_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.045s) 2022-03-17T20:17:54.0052450Z test_FractionalMaxPool3d_zero_batch_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:17:54.0500890Z test_FractionalMaxPool3d_zero_out_size_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.045s) 2022-03-17T20:17:54.1186164Z test_GRU_grad_and_gradgrad_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:175: UserWarning: 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. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/autograd/engine.cpp:994.) 2022-03-17T20:17:54.1187311Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-03-17T20:17:54.1496187Z ok (0.100s) 2022-03-17T20:17:54.1987286Z test_GroupNorm_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.049s) 2022-03-17T20:17:54.2607385Z test_GroupNorm_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-03-17T20:17:55.1198531Z test_GroupNorm_numeric_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.859s) 2022-03-17T20:17:55.2343758Z test_GroupNorm_raises_error_if_one_value_per_group_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.114s) 2022-03-17T20:17:55.2883430Z test_InstanceNorm1d_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-03-17T20:17:55.3447101Z test_InstanceNorm2d_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-03-17T20:17:55.3963077Z test_InstanceNorm3d_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.051s) 2022-03-17T20:17:55.5079134Z test_LSTM_grad_and_gradgrad_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.111s) 2022-03-17T20:17:55.6248084Z test_LayerNorm_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.117s) 2022-03-17T20:17:56.1865098Z test_LayerNorm_numeric_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.562s) 2022-03-17T20:17:56.3053984Z test_LocalResponseNorm_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.119s) 2022-03-17T20:17:56.3509639Z test_MarginLoss_empty_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:17:56.3510956Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:17:56.3512647Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:175: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [0, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:17:56.3513618Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-03-17T20:17:56.3794327Z ok (0.074s) 2022-03-17T20:17:56.4253362Z test_MarginLoss_empty_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:17:56.4254892Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:17:56.4256735Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:175: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [0, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:17:56.4257712Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-03-17T20:17:56.4531000Z ok (0.074s) 2022-03-17T20:17:56.5039703Z test_MaxPool1d_indices_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.051s) 2022-03-17T20:17:56.5538866Z test_MaxPool1d_indices_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:17:56.6037441Z test_MaxPool1d_indices_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:17:56.6533939Z test_MaxPool1d_indices_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:17:56.7033406Z test_MaxPool2d_indices_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:17:56.7531231Z test_MaxPool2d_indices_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:17:56.8028071Z test_MaxPool2d_indices_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:17:56.8524273Z test_MaxPool2d_indices_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.049s) 2022-03-17T20:17:56.9016403Z test_MaxPool3d_indices_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.049s) 2022-03-17T20:17:56.9507813Z test_MaxPool3d_indices_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.049s) 2022-03-17T20:17:57.0001018Z test_MaxPool3d_indices_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.049s) 2022-03-17T20:17:57.0493119Z test_MaxPool3d_indices_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.049s) 2022-03-17T20:17:57.1089144Z test_MaxPool_zero_batch_dim_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.059s) 2022-03-17T20:17:57.1579138Z test_MaxUnpool_zero_batch_dim_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.049s) 2022-03-17T20:17:58.1812657Z test_ReflectionPad2d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (1.023s) 2022-03-17T20:17:58.5048354Z test_ReflectionPad3d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.323s) 2022-03-17T20:17:58.5820727Z test_ReflectionPad_empty_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.077s) 2022-03-17T20:17:58.6445176Z test_ReflectionPad_empty_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-03-17T20:17:58.7035504Z test_ReplicationPad1d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.059s) 2022-03-17T20:17:58.9433178Z test_ReplicationPad2d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.240s) 2022-03-17T20:18:06.0043162Z test_ReplicationPad3d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (7.061s) 2022-03-17T20:18:06.1134139Z test_ReplicationPad_empty_cuda_complex128 (__main__.TestNNDeviceTypeCUDA) ... ok (0.109s) 2022-03-17T20:18:06.1858655Z test_ReplicationPad_empty_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.072s) 2022-03-17T20:18:06.3757935Z test_TransformerDecoderLayer_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.190s) 2022-03-17T20:18:06.7591149Z test_TransformerDecoder_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.383s) 2022-03-17T20:18:06.9587933Z test_TransformerEncoderLayer_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.200s) 2022-03-17T20:18:07.2377119Z test_TransformerEncoder_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.279s) 2022-03-17T20:18:08.5323182Z test_Transformer_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (1.294s) 2022-03-17T20:18:08.6817397Z test_Unfold_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.149s) 2022-03-17T20:18:08.7387922Z test_activations_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-03-17T20:18:08.7869001Z test_adaptive_avg_pool2d_output_size_one_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.048s) 2022-03-17T20:18:08.8318983Z test_adaptive_avg_pool3d_output_size_one_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.045s) 2022-03-17T20:18:08.8851731Z test_adaptive_pool_invalid_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-03-17T20:18:08.9412272Z test_adaptive_pooling_max_nhwc_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-03-17T20:18:08.9965395Z test_adaptive_pooling_max_nhwc_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.055s) 2022-03-17T20:18:09.0637195Z test_adaptive_pooling_no_suppot_input_cuda_int16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.067s) 2022-03-17T20:18:09.1308038Z test_adaptive_pooling_no_suppot_input_cuda_int32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.067s) 2022-03-17T20:18:09.1985376Z test_adaptive_pooling_no_suppot_input_cuda_int64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.068s) 2022-03-17T20:18:09.2679442Z test_adaptive_pooling_no_suppot_input_cuda_int8 (__main__.TestNNDeviceTypeCUDA) ... ok (0.069s) 2022-03-17T20:18:09.3357001Z test_adaptive_pooling_no_suppot_input_cuda_uint8 (__main__.TestNNDeviceTypeCUDA) ... ok (0.068s) 2022-03-17T20:18:09.3818011Z test_adaptive_pooling_zero_batch_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.046s) 2022-03-17T20:18:09.4275458Z test_adaptive_pooling_zero_batch_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.046s) 2022-03-17T20:18:09.4727855Z test_affine_2d_rotate0_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.045s) 2022-03-17T20:18:09.5178859Z test_affine_2d_rotate45_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.045s) 2022-03-17T20:18:09.5893191Z test_affine_2d_rotate90_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.071s) 2022-03-17T20:18:10.1890204Z test_affine_2d_rotateRandom_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.600s) 2022-03-17T20:18:21.4141077Z test_affine_3d_rotateRandom_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (11.225s) 2022-03-17T20:18:21.4668984Z test_avg_pool2d_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.053s) 2022-03-17T20:18:21.8190044Z test_avg_pool2d_nhwc_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.352s) 2022-03-17T20:18:22.3319503Z test_avg_pool2d_nhwc_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.513s) 2022-03-17T20:18:22.9358616Z test_avg_pool2d_nhwc_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.604s) 2022-03-17T20:18:23.0862303Z test_batchnorm_affine_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.150s) 2022-03-17T20:18:23.1608379Z test_batchnorm_affine_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.075s) 2022-03-17T20:18:23.2182865Z test_batchnorm_affine_mixed_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-03-17T20:18:23.2763485Z test_batchnorm_affine_mixed_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.058s) 2022-03-17T20:18:23.3463797Z test_batchnorm_eval_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.070s) 2022-03-17T20:18:23.4099803Z test_batchnorm_eval_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.064s) 2022-03-17T20:18:23.4716921Z test_batchnorm_eval_mixed_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-03-17T20:18:23.5417245Z test_batchnorm_eval_mixed_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.070s) 2022-03-17T20:18:23.7441363Z test_batchnorm_grad_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.202s) 2022-03-17T20:18:23.8140027Z test_batchnorm_large_batch_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.070s) 2022-03-17T20:18:23.9080044Z test_batchnorm_large_batch_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.065s) 2022-03-17T20:18:24.0719855Z test_batchnorm_simple_average_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.077s) 2022-03-17T20:18:24.1448397Z test_batchnorm_simple_average_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.073s) 2022-03-17T20:18:24.2168317Z test_batchnorm_simple_average_mixed_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.072s) 2022-03-17T20:18:24.2947233Z test_batchnorm_simple_average_mixed_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.078s) 2022-03-17T20:18:24.3610332Z test_batchnorm_update_stats_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.066s) 2022-03-17T20:18:24.8454132Z test_clip_grad_norm_error_if_nonfinite_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.484s) 2022-03-17T20:18:24.9127884Z test_clip_grad_norm_multi_device_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.067s) 2022-03-17T20:18:24.9834239Z test_contig_wrong_stride_cudnn_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.070s) 2022-03-17T20:18:25.0480244Z test_conv1d_same_padding_backward_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.064s) 2022-03-17T20:18:25.1200510Z test_conv1d_same_padding_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.072s) 2022-03-17T20:18:25.1730697Z test_conv1d_valid_padding_backward_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-03-17T20:18:25.2179119Z test_conv1d_valid_padding_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.045s) 2022-03-17T20:18:25.2614589Z test_conv2d_no_grad_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip (0.043s) 2022-03-17T20:18:25.3103419Z test_conv2d_same_padding_backward_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.049s) 2022-03-17T20:18:25.3571112Z test_conv2d_same_padding_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.047s) 2022-03-17T20:18:25.4026776Z test_conv2d_valid_padding_backward_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.045s) 2022-03-17T20:18:25.4466928Z test_conv2d_valid_padding_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.044s) 2022-03-17T20:18:25.5183556Z test_conv3d_same_padding_backward_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.072s) 2022-03-17T20:18:25.5698583Z test_conv3d_same_padding_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.051s) 2022-03-17T20:18:25.6675786Z test_conv3d_valid_padding_backward_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.098s) 2022-03-17T20:18:25.7199403Z test_conv3d_valid_padding_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.052s) 2022-03-17T20:18:25.7684897Z test_convTranspose_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.048s) 2022-03-17T20:18:25.8578483Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.089s) 2022-03-17T20:18:25.9479046Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.090s) 2022-03-17T20:18:26.0520805Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.104s) 2022-03-17T20:18:26.1562198Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.104s) 2022-03-17T20:18:26.2647005Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.108s) 2022-03-17T20:18:26.3673783Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.103s) 2022-03-17T20:18:26.4708454Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.103s) 2022-03-17T20:18:26.5744349Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.103s) 2022-03-17T20:18:26.6731122Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.099s) 2022-03-17T20:18:26.7694276Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.096s) 2022-03-17T20:18:26.8644914Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.095s) 2022-03-17T20:18:26.9610377Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.096s) 2022-03-17T20:18:27.0595074Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.098s) 2022-03-17T20:18:27.1555293Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.096s) 2022-03-17T20:18:27.2510606Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.095s) 2022-03-17T20:18:27.3456621Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.095s) 2022-03-17T20:18:27.4456768Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.100s) 2022-03-17T20:18:27.5466097Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.101s) 2022-03-17T20:18:27.6411793Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.094s) 2022-03-17T20:18:27.7367073Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.095s) 2022-03-17T20:18:27.8367141Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.100s) 2022-03-17T20:18:27.9435497Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.107s) 2022-03-17T20:18:28.0514261Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.108s) 2022-03-17T20:18:28.1573228Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.106s) 2022-03-17T20:18:28.2607691Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.103s) 2022-03-17T20:18:28.3632113Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.102s) 2022-03-17T20:18:28.4656113Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.102s) 2022-03-17T20:18:28.5671242Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.101s) 2022-03-17T20:18:28.6717353Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.104s) 2022-03-17T20:18:28.7753784Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.103s) 2022-03-17T20:18:28.8822232Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.107s) 2022-03-17T20:18:28.9864047Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.104s) 2022-03-17T20:18:29.0894820Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.103s) 2022-03-17T20:18:29.1888039Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.099s) 2022-03-17T20:18:29.2874618Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.098s) 2022-03-17T20:18:29.3823295Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.095s) 2022-03-17T20:18:29.4787961Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.096s) 2022-03-17T20:18:29.5818275Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.103s) 2022-03-17T20:18:29.6774917Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.096s) 2022-03-17T20:18:29.7709448Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.093s) 2022-03-17T20:18:29.8684280Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.097s) 2022-03-17T20:18:29.9670124Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.098s) 2022-03-17T20:18:30.0702646Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.103s) 2022-03-17T20:18:30.1656945Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.095s) 2022-03-17T20:18:30.2667955Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.101s) 2022-03-17T20:18:30.3670909Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.100s) 2022-03-17T20:18:30.4651779Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.098s) 2022-03-17T20:18:30.5609937Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.096s) 2022-03-17T20:18:30.6659427Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-03-17T20:18:30.7683420Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.102s) 2022-03-17T20:18:30.8659818Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.098s) 2022-03-17T20:18:30.9622552Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.096s) 2022-03-17T20:18:31.0677189Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-03-17T20:18:31.1724699Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-03-17T20:18:31.2701855Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.098s) 2022-03-17T20:18:31.3659701Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.096s) 2022-03-17T20:18:31.5111727Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.145s) 2022-03-17T20:18:31.6464532Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.135s) 2022-03-17T20:18:31.7477432Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.101s) 2022-03-17T20:18:31.8459409Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.098s) 2022-03-17T20:18:31.9754086Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.129s) 2022-03-17T20:18:32.1031550Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.128s) 2022-03-17T20:18:32.2041610Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.101s) 2022-03-17T20:18:32.3030260Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.099s) 2022-03-17T20:18:32.5061636Z test_conv_backend_cudnn3d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.203s) 2022-03-17T20:18:32.6974023Z test_conv_backend_cudnn3d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.191s) 2022-03-17T20:18:32.8858458Z test_conv_backend_cudnn3d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.188s) 2022-03-17T20:18:33.0608250Z test_conv_backend_cudnn3d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.175s) 2022-03-17T20:18:33.2360347Z test_conv_backend_cudnn3d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.175s) 2022-03-17T20:18:33.4014539Z test_conv_backend_cudnn3d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.165s) 2022-03-17T20:18:33.5823474Z test_conv_backend_cudnn3d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.181s) 2022-03-17T20:18:33.7557363Z test_conv_backend_cudnn3d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.173s) 2022-03-17T20:18:33.8464097Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.091s) 2022-03-17T20:18:33.9346933Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.088s) 2022-03-17T20:18:34.0223891Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.088s) 2022-03-17T20:18:34.1040906Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.082s) 2022-03-17T20:18:34.1898033Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.086s) 2022-03-17T20:18:34.2811743Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.091s) 2022-03-17T20:18:34.3657007Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.084s) 2022-03-17T20:18:34.4480992Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.082s) 2022-03-17T20:18:34.5299539Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.082s) 2022-03-17T20:18:34.6222675Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.092s) 2022-03-17T20:18:34.7088555Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.086s) 2022-03-17T20:18:34.7914481Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.082s) 2022-03-17T20:18:34.8761587Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-03-17T20:18:34.9685101Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.092s) 2022-03-17T20:18:35.0543500Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.086s) 2022-03-17T20:18:35.1386178Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.084s) 2022-03-17T20:18:35.2203178Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.082s) 2022-03-17T20:18:35.3012543Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.081s) 2022-03-17T20:18:35.3943050Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.093s) 2022-03-17T20:18:35.4818930Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.087s) 2022-03-17T20:18:35.5675041Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-03-17T20:18:35.6609030Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.093s) 2022-03-17T20:18:35.7459432Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-03-17T20:18:35.8273864Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.081s) 2022-03-17T20:18:35.9040653Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.077s) 2022-03-17T20:18:35.9802557Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.076s) 2022-03-17T20:18:36.0571949Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.077s) 2022-03-17T20:18:36.1333536Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.076s) 2022-03-17T20:18:36.2131906Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.080s) 2022-03-17T20:18:36.2917999Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.078s) 2022-03-17T20:18:36.3700740Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.078s) 2022-03-17T20:18:36.4469217Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.077s) 2022-03-17T20:18:36.5255087Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.078s) 2022-03-17T20:18:36.6045063Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.079s) 2022-03-17T20:18:36.6829903Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.078s) 2022-03-17T20:18:36.7622170Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.079s) 2022-03-17T20:18:36.8439570Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.082s) 2022-03-17T20:18:36.9237658Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.080s) 2022-03-17T20:18:37.0028804Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.079s) 2022-03-17T20:18:37.0801819Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.077s) 2022-03-17T20:18:37.1590666Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.079s) 2022-03-17T20:18:37.2370301Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.078s) 2022-03-17T20:18:37.3153425Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.078s) 2022-03-17T20:18:37.3923044Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.077s) 2022-03-17T20:18:37.4723535Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.080s) 2022-03-17T20:18:37.5518663Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.079s) 2022-03-17T20:18:37.6317945Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.080s) 2022-03-17T20:18:37.7116538Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.080s) 2022-03-17T20:18:37.7889621Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.077s) 2022-03-17T20:18:37.8665983Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.077s) 2022-03-17T20:18:37.9450491Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.078s) 2022-03-17T20:18:38.0232615Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.078s) 2022-03-17T20:18:38.1031358Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.080s) 2022-03-17T20:18:38.1830374Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.080s) 2022-03-17T20:18:38.2652676Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.082s) 2022-03-17T20:18:38.3464671Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.081s) 2022-03-17T20:18:38.4248365Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.078s) 2022-03-17T20:18:38.5024442Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.077s) 2022-03-17T20:18:38.5804008Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.078s) 2022-03-17T20:18:38.6579628Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.077s) 2022-03-17T20:18:38.7390751Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.081s) 2022-03-17T20:18:38.8187057Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.080s) 2022-03-17T20:18:38.8996354Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.081s) 2022-03-17T20:18:38.9799703Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.080s) 2022-03-17T20:18:39.0608740Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.081s) 2022-03-17T20:18:39.1407614Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.080s) 2022-03-17T20:18:39.2207192Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.080s) 2022-03-17T20:18:39.3024429Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.082s) 2022-03-17T20:18:39.3875211Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-03-17T20:18:39.4719244Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.084s) 2022-03-17T20:18:39.5579406Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.086s) 2022-03-17T20:18:39.6427397Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-03-17T20:18:39.7085402Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.066s) 2022-03-17T20:18:39.7686612Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.060s) 2022-03-17T20:18:39.8294236Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.061s) 2022-03-17T20:18:39.8985830Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.069s) 2022-03-17T20:18:39.9700616Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.071s) 2022-03-17T20:18:40.0325182Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:40.0933754Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.061s) 2022-03-17T20:18:40.1577542Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:40.2268695Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.069s) 2022-03-17T20:18:40.3087962Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.082s) 2022-03-17T20:18:40.3891590Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.080s) 2022-03-17T20:18:40.4703645Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.081s) 2022-03-17T20:18:40.5493982Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.079s) 2022-03-17T20:18:40.6167421Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.067s) 2022-03-17T20:18:40.6794997Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.063s) 2022-03-17T20:18:40.7439422Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:40.8135506Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.070s) 2022-03-17T20:18:40.8848475Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.071s) 2022-03-17T20:18:40.9455929Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.061s) 2022-03-17T20:18:41.0073631Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:41.0717052Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:41.1338668Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:41.1949653Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.061s) 2022-03-17T20:18:41.2534304Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.058s) 2022-03-17T20:18:41.3164197Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.063s) 2022-03-17T20:18:41.3801254Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:41.4417973Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:41.5073045Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.065s) 2022-03-17T20:18:41.5728517Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.065s) 2022-03-17T20:18:41.6352475Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:41.6955278Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.060s) 2022-03-17T20:18:41.7580852Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:41.8224556Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:41.8885849Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.066s) 2022-03-17T20:18:41.9586317Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.070s) 2022-03-17T20:18:42.0250957Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.066s) 2022-03-17T20:18:42.0889179Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:42.1507052Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:42.2120706Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.061s) 2022-03-17T20:18:42.2758228Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:42.3412735Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.065s) 2022-03-17T20:18:42.4075189Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.066s) 2022-03-17T20:18:42.4739958Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.066s) 2022-03-17T20:18:42.5392744Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.065s) 2022-03-17T20:18:42.6148096Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.075s) 2022-03-17T20:18:42.6943398Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.079s) 2022-03-17T20:18:42.7731145Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.079s) 2022-03-17T20:18:42.8504201Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.077s) 2022-03-17T20:18:42.9210605Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.071s) 2022-03-17T20:18:42.9847435Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.063s) 2022-03-17T20:18:43.0485186Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:43.1132641Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.065s) 2022-03-17T20:18:43.1784604Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.065s) 2022-03-17T20:18:43.2425263Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:43.3073178Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.065s) 2022-03-17T20:18:43.3712385Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:43.4342036Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.063s) 2022-03-17T20:18:43.4969712Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.063s) 2022-03-17T20:18:43.5601948Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.063s) 2022-03-17T20:18:43.6347670Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.074s) 2022-03-17T20:18:43.7047447Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.070s) 2022-03-17T20:18:43.7709825Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.066s) 2022-03-17T20:18:43.8331273Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:43.8945360Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.061s) 2022-03-17T20:18:43.9562265Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:44.0199515Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:44.0846648Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.065s) 2022-03-17T20:18:44.1515912Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.067s) 2022-03-17T20:18:44.2296984Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.078s) 2022-03-17T20:18:44.3012784Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.071s) 2022-03-17T20:18:44.3806156Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.079s) 2022-03-17T20:18:44.4537974Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.073s) 2022-03-17T20:18:44.5165107Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.063s) 2022-03-17T20:18:44.5805478Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:44.6419593Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.061s) 2022-03-17T20:18:44.7038898Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:44.7683344Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:44.8310153Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.063s) 2022-03-17T20:18:44.8926436Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.061s) 2022-03-17T20:18:44.9561243Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.063s) 2022-03-17T20:18:45.0174353Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.061s) 2022-03-17T20:18:45.0817324Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:45.1430320Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.061s) 2022-03-17T20:18:45.2043920Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.061s) 2022-03-17T20:18:45.2683146Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:45.3298832Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.061s) 2022-03-17T20:18:45.3933689Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.063s) 2022-03-17T20:18:45.4574940Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:45.5207807Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.063s) 2022-03-17T20:18:45.5846615Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:45.6463740Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:45.7109758Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:45.7754723Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:45.8368719Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.061s) 2022-03-17T20:18:45.8980638Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.061s) 2022-03-17T20:18:45.9603252Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:46.0239826Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:46.0856366Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:46.1497305Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:46.2116460Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:46.2762553Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:46.3393766Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.063s) 2022-03-17T20:18:46.4011943Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:46.4638394Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:46.5264808Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.063s) 2022-03-17T20:18:46.5909253Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:46.6551482Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:46.7173689Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:46.7799144Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:46.8446564Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.065s) 2022-03-17T20:18:46.9095943Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.065s) 2022-03-17T20:18:46.9748093Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.065s) 2022-03-17T20:18:47.0560936Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.081s) 2022-03-17T20:18:47.1374029Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.081s) 2022-03-17T20:18:47.2388011Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.101s) 2022-03-17T20:18:47.3302421Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.092s) 2022-03-17T20:18:47.4076570Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.077s) 2022-03-17T20:18:47.5067748Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.099s) 2022-03-17T20:18:47.6002394Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.093s) 2022-03-17T20:18:47.6877670Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.087s) 2022-03-17T20:18:47.7770194Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.089s) 2022-03-17T20:18:47.8746545Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.097s) 2022-03-17T20:18:47.9661120Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.091s) 2022-03-17T20:18:48.0457084Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.079s) 2022-03-17T20:18:48.1469151Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.101s) 2022-03-17T20:18:48.2448530Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.098s) 2022-03-17T20:18:48.3381903Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.093s) 2022-03-17T20:18:48.4179265Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.079s) 2022-03-17T20:18:48.5098781Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.092s) 2022-03-17T20:18:48.5770739Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.067s) 2022-03-17T20:18:48.6500549Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.073s) 2022-03-17T20:18:48.7232917Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.073s) 2022-03-17T20:18:48.7977256Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.074s) 2022-03-17T20:18:48.8724222Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.075s) 2022-03-17T20:18:48.9462692Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.074s) 2022-03-17T20:18:49.0154487Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.069s) 2022-03-17T20:18:49.0793970Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:49.1434194Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:49.2075418Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:49.2696300Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:49.3330528Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.063s) 2022-03-17T20:18:49.4199699Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.087s) 2022-03-17T20:18:49.4988574Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.079s) 2022-03-17T20:18:49.5715703Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.073s) 2022-03-17T20:18:49.6427744Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.071s) 2022-03-17T20:18:49.7081018Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.065s) 2022-03-17T20:18:49.7746565Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.066s) 2022-03-17T20:18:49.8403585Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.065s) 2022-03-17T20:18:49.9046269Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:49.9803901Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.076s) 2022-03-17T20:18:50.0433291Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.063s) 2022-03-17T20:18:50.1281134Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.085s) 2022-03-17T20:18:50.2304549Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.102s) 2022-03-17T20:18:50.3067030Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.076s) 2022-03-17T20:18:50.3906235Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.084s) 2022-03-17T20:18:50.4672142Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.076s) 2022-03-17T20:18:50.5600901Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.093s) 2022-03-17T20:18:50.6335066Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.073s) 2022-03-17T20:18:50.7314418Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.098s) 2022-03-17T20:18:50.8288667Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.097s) 2022-03-17T20:18:50.9143857Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.085s) 2022-03-17T20:18:50.9807033Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.066s) 2022-03-17T20:18:51.0500151Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.069s) 2022-03-17T20:18:51.1106104Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.060s) 2022-03-17T20:18:51.1723672Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:51.2319941Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.059s) 2022-03-17T20:18:51.2913990Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.059s) 2022-03-17T20:18:51.3568923Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.065s) 2022-03-17T20:18:51.4194281Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:51.4888357Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.069s) 2022-03-17T20:18:51.5559689Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.067s) 2022-03-17T20:18:51.6162850Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.060s) 2022-03-17T20:18:51.6796641Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.063s) 2022-03-17T20:18:51.7433551Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.064s) 2022-03-17T20:18:51.8054718Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:51.8676759Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:51.9295361Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.062s) 2022-03-17T20:18:51.9949352Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.065s) 2022-03-17T20:18:52.0611296Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.066s) 2022-03-17T20:18:52.1240659Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.063s) 2022-03-17T20:18:52.1889380Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.065s) 2022-03-17T20:18:52.2558920Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.067s) 2022-03-17T20:18:52.3252792Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.069s) 2022-03-17T20:18:52.3968674Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.071s) 2022-03-17T20:18:52.4758608Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.079s) 2022-03-17T20:18:52.5566374Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.081s) 2022-03-17T20:18:52.6348795Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.078s) 2022-03-17T20:18:52.7210565Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.086s) 2022-03-17T20:18:52.8066424Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.085s) 2022-03-17T20:18:52.8936668Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.087s) 2022-03-17T20:18:52.9722832Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.078s) 2022-03-17T20:18:53.0562912Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.084s) 2022-03-17T20:18:53.1400038Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.084s) 2022-03-17T20:18:53.2266494Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.086s) 2022-03-17T20:18:53.3132056Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.086s) 2022-03-17T20:18:53.3991066Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.086s) 2022-03-17T20:18:53.4874679Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.088s) 2022-03-17T20:18:53.5741906Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.087s) 2022-03-17T20:18:53.6587434Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.084s) 2022-03-17T20:18:53.7414770Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.083s) 2022-03-17T20:18:53.8258507Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.084s) 2022-03-17T20:18:53.9099990Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.084s) 2022-03-17T20:18:53.9927702Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.083s) 2022-03-17T20:18:54.0781438Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.085s) 2022-03-17T20:18:54.1629403Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.085s) 2022-03-17T20:18:54.2440211Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.081s) 2022-03-17T20:18:54.3187895Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.075s) 2022-03-17T20:18:54.4034259Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.084s) 2022-03-17T20:18:54.4877361Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.084s) 2022-03-17T20:18:54.5636294Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.076s) 2022-03-17T20:18:54.6377962Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.074s) 2022-03-17T20:18:54.7160721Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.078s) 2022-03-17T20:18:54.7883365Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.072s) 2022-03-17T20:18:54.8723313Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.084s) 2022-03-17T20:18:54.9514694Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.079s) 2022-03-17T20:18:55.0310630Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.079s) 2022-03-17T20:18:55.1449597Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.114s) 2022-03-17T20:18:55.2541395Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.109s) 2022-03-17T20:18:55.3665010Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.112s) 2022-03-17T20:18:55.4886958Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.122s) 2022-03-17T20:18:55.6283902Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.140s) 2022-03-17T20:18:55.7657002Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.137s) 2022-03-17T20:18:55.9009061Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.135s) 2022-03-17T20:18:56.0387646Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.138s) 2022-03-17T20:18:56.1667857Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.128s) 2022-03-17T20:18:56.2910722Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.124s) 2022-03-17T20:18:56.4124235Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.121s) 2022-03-17T20:18:56.5179746Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-03-17T20:18:56.6230797Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-03-17T20:18:56.7252403Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.102s) 2022-03-17T20:18:56.8285833Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.103s) 2022-03-17T20:18:56.9319690Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.103s) 2022-03-17T20:18:57.0325354Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.100s) 2022-03-17T20:18:57.1317539Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.099s) 2022-03-17T20:18:57.2322165Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.100s) 2022-03-17T20:18:57.3320909Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.100s) 2022-03-17T20:18:57.4340091Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.102s) 2022-03-17T20:18:57.5399259Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.106s) 2022-03-17T20:18:57.6455328Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-03-17T20:18:57.7480502Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.102s) 2022-03-17T20:18:57.8497130Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.102s) 2022-03-17T20:18:57.9521740Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.102s) 2022-03-17T20:18:58.0569902Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-03-17T20:18:58.1557134Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.099s) 2022-03-17T20:18:58.2608199Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.105s) 2022-03-17T20:18:58.3667073Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.106s) 2022-03-17T20:18:58.4781211Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.111s) 2022-03-17T20:18:58.5933436Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.115s) 2022-03-17T20:18:58.7115489Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.118s) 2022-03-17T20:18:58.8300442Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.118s) 2022-03-17T20:18:58.9496358Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.119s) 2022-03-17T20:18:59.0661200Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.116s) 2022-03-17T20:18:59.1954526Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.129s) 2022-03-17T20:18:59.3279125Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.132s) 2022-03-17T20:18:59.4629511Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.135s) 2022-03-17T20:18:59.5965456Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.133s) 2022-03-17T20:18:59.7148796Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.118s) 2022-03-17T20:18:59.8384605Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.123s) 2022-03-17T20:18:59.9615675Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.123s) 2022-03-17T20:19:00.0820827Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.120s) 2022-03-17T20:19:00.2088085Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.127s) 2022-03-17T20:19:00.3286755Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.120s) 2022-03-17T20:19:00.4526632Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.124s) 2022-03-17T20:19:00.5657704Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.113s) 2022-03-17T20:19:00.6944757Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.129s) 2022-03-17T20:19:00.8206594Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.126s) 2022-03-17T20:19:00.9451281Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.124s) 2022-03-17T20:19:01.0653423Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.120s) 2022-03-17T20:19:01.1948450Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.129s) 2022-03-17T20:19:01.3233897Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.128s) 2022-03-17T20:19:01.4496599Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.126s) 2022-03-17T20:19:01.5723981Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.123s) 2022-03-17T20:19:01.6792339Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.107s) 2022-03-17T20:19:01.7890750Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.110s) 2022-03-17T20:19:01.9027104Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.113s) 2022-03-17T20:19:02.0129263Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.110s) 2022-03-17T20:19:02.1267402Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.114s) 2022-03-17T20:19:02.2401823Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.113s) 2022-03-17T20:19:02.3563613Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.116s) 2022-03-17T20:19:02.4695648Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.113s) 2022-03-17T20:19:02.5422194Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.073s) 2022-03-17T20:19:02.6171108Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.075s) 2022-03-17T20:19:02.6842067Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.067s) 2022-03-17T20:19:02.7524984Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.068s) 2022-03-17T20:19:02.8238343Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.071s) 2022-03-17T20:19:02.8900360Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.066s) 2022-03-17T20:19:02.9564552Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.066s) 2022-03-17T20:19:03.0231831Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.067s) 2022-03-17T20:19:03.1293486Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.106s) 2022-03-17T20:19:03.2390551Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.110s) 2022-03-17T20:19:03.3486646Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.109s) 2022-03-17T20:19:03.4656974Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.117s) 2022-03-17T20:19:03.6006936Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.135s) 2022-03-17T20:19:03.7337434Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.133s) 2022-03-17T20:19:03.8667400Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.133s) 2022-03-17T20:19:04.0060989Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.139s) 2022-03-17T20:19:04.1273248Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.121s) 2022-03-17T20:19:04.2469227Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.119s) 2022-03-17T20:19:04.3656781Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.119s) 2022-03-17T20:19:04.4837876Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.118s) 2022-03-17T20:19:04.6227841Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.139s) 2022-03-17T20:19:04.7531428Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.130s) 2022-03-17T20:19:04.8847179Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.131s) 2022-03-17T20:19:05.0157004Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.131s) 2022-03-17T20:19:05.1592980Z test_conv_backend_slow3d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.143s) 2022-03-17T20:19:05.3002541Z test_conv_backend_slow3d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.141s) 2022-03-17T20:19:05.4445674Z test_conv_backend_slow3d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.144s) 2022-03-17T20:19:05.5834887Z test_conv_backend_slow3d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.139s) 2022-03-17T20:19:05.7285068Z test_conv_backend_slow3d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.145s) 2022-03-17T20:19:05.8722129Z test_conv_backend_slow3d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.144s) 2022-03-17T20:19:06.0138155Z test_conv_backend_slow3d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.141s) 2022-03-17T20:19:06.1585981Z test_conv_backend_slow3d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.145s) 2022-03-17T20:19:06.2972459Z test_conv_backend_slow3d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.138s) 2022-03-17T20:19:06.4344616Z test_conv_backend_slow3d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.137s) 2022-03-17T20:19:06.5696105Z test_conv_backend_slow3d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.135s) 2022-03-17T20:19:06.7058428Z test_conv_backend_slow3d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.136s) 2022-03-17T20:19:06.8423826Z test_conv_backend_slow3d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.136s) 2022-03-17T20:19:06.9783160Z test_conv_backend_slow3d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.136s) 2022-03-17T20:19:07.1103581Z test_conv_backend_slow3d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.132s) 2022-03-17T20:19:07.2429855Z test_conv_backend_slow3d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.132s) 2022-03-17T20:19:07.3020181Z test_conv_cudnn_mismatch_memory_format_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.059s) 2022-03-17T20:19:07.3981519Z test_conv_cudnn_ndhwc_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.096s) 2022-03-17T20:19:07.4963441Z test_conv_cudnn_ndhwc_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.098s) 2022-03-17T20:19:07.5714558Z test_conv_cudnn_nhwc_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... skip (0.075s) 2022-03-17T20:19:07.6286762Z test_conv_cudnn_nhwc_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip (0.057s) 2022-03-17T20:19:07.6831567Z test_conv_cudnn_nhwc_support_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-03-17T20:19:07.7359206Z test_conv_cudnn_nhwc_support_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-03-17T20:19:07.8617020Z test_conv_double_backward_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.126s) 2022-03-17T20:19:07.9362112Z test_conv_double_backward_groups_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.074s) 2022-03-17T20:19:08.0018691Z test_conv_double_backward_no_bias_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.066s) 2022-03-17T20:19:08.1199107Z test_conv_double_backward_stride_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.118s) 2022-03-17T20:19:08.1799684Z test_conv_double_backward_strided_with_3D_input_and_weight_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-03-17T20:19:08.2342542Z test_conv_empty_channel_cuda (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/nn/init.py:403: UserWarning: Initializing zero-element tensors is a no-op 2022-03-17T20:19:08.2343184Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-03-17T20:19:08.2434704Z /opt/conda/lib/python3.7/site-packages/torch/nn/init.py:403: UserWarning: Initializing zero-element tensors is a no-op 2022-03-17T20:19:08.2435387Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-03-17T20:19:08.2528245Z /opt/conda/lib/python3.7/site-packages/torch/nn/init.py:403: UserWarning: Initializing zero-element tensors is a no-op 2022-03-17T20:19:08.2528806Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-03-17T20:19:08.2618240Z ok (0.082s) 2022-03-17T20:19:08.3642593Z test_conv_large_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.102s) 2022-03-17T20:19:08.4610303Z test_conv_large_nosplit_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.097s) 2022-03-17T20:19:08.5170153Z test_conv_noncontig_weights_and_bias_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-03-17T20:19:08.5805720Z test_conv_noncontig_weights_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.063s) 2022-03-17T20:19:08.6839745Z test_conv_transposed_large_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.103s) 2022-03-17T20:19:08.7437688Z test_convert_conv2d_weight_memory_format_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-03-17T20:19:08.8271333Z test_cross_entropy_label_smoothing_consistent_index_target_and_probs_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.083s) 2022-03-17T20:19:08.8870531Z test_cross_entropy_label_smoothing_errors_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-03-17T20:19:08.9884356Z test_cross_entropy_label_smoothing_weight_ignore_indices_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.101s) 2022-03-17T20:19:09.0780077Z test_cross_entropy_label_smoothing_with_probs_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.089s) 2022-03-17T20:19:09.1544656Z test_cross_entropy_loss_index_target_unit_weights_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.076s) 2022-03-17T20:19:09.2210604Z test_cross_entropy_loss_one_hot_target_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.067s) 2022-03-17T20:19:09.2948893Z test_cross_entropy_loss_prob_target_all_reductions_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.074s) 2022-03-17T20:19:09.3591835Z test_cross_entropy_loss_prob_target_unit_weights_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.064s) 2022-03-17T20:19:09.4120310Z test_ctc_loss_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.053s) 2022-03-17T20:19:09.4651411Z test_ctc_loss_cudnn_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-03-17T20:19:09.5694632Z test_cudnn_convolution_add_relu_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.104s) 2022-03-17T20:19:09.6715024Z test_cudnn_convolution_add_relu_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.102s) 2022-03-17T20:19:09.7651265Z test_cudnn_convolution_relu_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.093s) 2022-03-17T20:19:09.8594268Z test_cudnn_convolution_relu_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.094s) 2022-03-17T20:19:09.9230446Z test_device_mask_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.063s) 2022-03-17T20:19:09.9870258Z test_elu_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.064s) 2022-03-17T20:19:10.0560328Z test_elu_inplace_with_neg_alpha_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.069s) 2022-03-17T20:19:10.1153848Z test_embedding_backward_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.059s) 2022-03-17T20:19:10.1726152Z test_embedding_backward_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-03-17T20:19:13.3926760Z test_embedding_bag_1D_padding_idx_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (3.220s) 2022-03-17T20:19:17.6264545Z test_embedding_bag_1D_padding_idx_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (4.234s) 2022-03-17T20:19:17.8314426Z test_embedding_bag_2D_padding_idx_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.205s) 2022-03-17T20:19:18.0752303Z test_embedding_bag_2D_padding_idx_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.244s) 2022-03-17T20:19:18.2724049Z test_embedding_bag_bfloat16_cuda_int32_int32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.197s) 2022-03-17T20:19:18.4689465Z test_embedding_bag_bfloat16_cuda_int32_int64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.196s) 2022-03-17T20:19:18.6638184Z test_embedding_bag_bfloat16_cuda_int64_int32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.195s) 2022-03-17T20:19:18.8587018Z test_embedding_bag_bfloat16_cuda_int64_int64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.195s) 2022-03-17T20:19:19.2042078Z test_embedding_bag_device_cuda_int32_int32_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.345s) 2022-03-17T20:19:19.6089496Z test_embedding_bag_device_cuda_int32_int32_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.405s) 2022-03-17T20:19:19.9986695Z test_embedding_bag_device_cuda_int32_int32_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.390s) 2022-03-17T20:19:20.3466849Z test_embedding_bag_device_cuda_int32_int64_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.348s) 2022-03-17T20:19:20.7509549Z test_embedding_bag_device_cuda_int32_int64_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.404s) 2022-03-17T20:19:21.1413311Z test_embedding_bag_device_cuda_int32_int64_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.390s) 2022-03-17T20:19:21.4955970Z test_embedding_bag_device_cuda_int64_int32_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.354s) 2022-03-17T20:19:21.8985621Z test_embedding_bag_device_cuda_int64_int32_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.403s) 2022-03-17T20:19:22.2917857Z test_embedding_bag_device_cuda_int64_int32_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.393s) 2022-03-17T20:19:22.6390221Z test_embedding_bag_device_cuda_int64_int64_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.347s) 2022-03-17T20:19:23.0458367Z test_embedding_bag_device_cuda_int64_int64_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.407s) 2022-03-17T20:19:23.4386768Z test_embedding_bag_device_cuda_int64_int64_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.393s) 2022-03-17T20:19:23.4966353Z test_embedding_bag_empty_input_cuda_int32_int32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.058s) 2022-03-17T20:19:23.5493089Z test_embedding_bag_empty_input_cuda_int32_int64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-03-17T20:19:23.6019589Z test_embedding_bag_empty_input_cuda_int64_int32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.052s) 2022-03-17T20:19:23.6564348Z test_embedding_bag_empty_input_cuda_int64_int64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-03-17T20:19:23.7070388Z test_embedding_bag_non_contiguous_weight_cuda_int32_int32_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:19:23.7573894Z test_embedding_bag_non_contiguous_weight_cuda_int32_int32_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:19:23.8088122Z test_embedding_bag_non_contiguous_weight_cuda_int32_int32_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.051s) 2022-03-17T20:19:23.8582425Z test_embedding_bag_non_contiguous_weight_cuda_int32_int64_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.049s) 2022-03-17T20:19:23.9080835Z test_embedding_bag_non_contiguous_weight_cuda_int32_int64_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:19:23.9610668Z test_embedding_bag_non_contiguous_weight_cuda_int32_int64_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-03-17T20:19:24.0125506Z test_embedding_bag_non_contiguous_weight_cuda_int64_int32_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.051s) 2022-03-17T20:19:24.0648864Z test_embedding_bag_non_contiguous_weight_cuda_int64_int32_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.052s) 2022-03-17T20:19:24.1169242Z test_embedding_bag_non_contiguous_weight_cuda_int64_int32_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.052s) 2022-03-17T20:19:24.1689557Z test_embedding_bag_non_contiguous_weight_cuda_int64_int64_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.052s) 2022-03-17T20:19:24.2207305Z test_embedding_bag_non_contiguous_weight_cuda_int64_int64_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.052s) 2022-03-17T20:19:24.2731911Z test_embedding_bag_non_contiguous_weight_cuda_int64_int64_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.052s) 2022-03-17T20:19:24.3228933Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cuda_float32_int32 (__main__.TestNNDeviceTypeCUDA) ... skip (0.050s) 2022-03-17T20:19:24.3719900Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cuda_float32_int64 (__main__.TestNNDeviceTypeCUDA) ... skip (0.049s) 2022-03-17T20:19:24.4207549Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cuda_float64_int32 (__main__.TestNNDeviceTypeCUDA) ... skip (0.049s) 2022-03-17T20:19:24.4696135Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cuda_float64_int64 (__main__.TestNNDeviceTypeCUDA) ... skip (0.049s) 2022-03-17T20:19:24.5185226Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cuda_float32_int32 (__main__.TestNNDeviceTypeCUDA) ... skip (0.049s) 2022-03-17T20:19:24.5675628Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cuda_float32_int64 (__main__.TestNNDeviceTypeCUDA) ... skip (0.049s) 2022-03-17T20:19:24.6174611Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cuda_float64_int32 (__main__.TestNNDeviceTypeCUDA) ... skip (0.050s) 2022-03-17T20:19:24.6668126Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cuda_float64_int64 (__main__.TestNNDeviceTypeCUDA) ... skip (0.049s) 2022-03-17T20:19:24.7168507Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cuda_float32_int32 (__main__.TestNNDeviceTypeCUDA) ... skip (0.050s) 2022-03-17T20:19:24.7663465Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cuda_float32_int64 (__main__.TestNNDeviceTypeCUDA) ... skip (0.049s) 2022-03-17T20:19:24.8143999Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cuda_float64_int32 (__main__.TestNNDeviceTypeCUDA) ... skip (0.048s) 2022-03-17T20:19:24.8639418Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cuda_float64_int64 (__main__.TestNNDeviceTypeCUDA) ... skip (0.049s) 2022-03-17T20:19:24.9140182Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cuda_float32_int32 (__main__.TestNNDeviceTypeCUDA) ... skip (0.050s) 2022-03-17T20:19:24.9655997Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cuda_float32_int64 (__main__.TestNNDeviceTypeCUDA) ... skip (0.051s) 2022-03-17T20:19:25.0151937Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cuda_float64_int32 (__main__.TestNNDeviceTypeCUDA) ... skip (0.050s) 2022-03-17T20:19:25.0634698Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cuda_float64_int64 (__main__.TestNNDeviceTypeCUDA) ... skip (0.048s) 2022-03-17T20:19:25.1100565Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cuda_float32_int32 (__main__.TestNNDeviceTypeCUDA) ... skip (0.046s) 2022-03-17T20:19:25.1552151Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cuda_float32_int64 (__main__.TestNNDeviceTypeCUDA) ... skip (0.045s) 2022-03-17T20:19:25.2026769Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cuda_float64_int32 (__main__.TestNNDeviceTypeCUDA) ... skip (0.047s) 2022-03-17T20:19:25.2495851Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cuda_float64_int64 (__main__.TestNNDeviceTypeCUDA) ... skip (0.047s) 2022-03-17T20:19:25.2993353Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cuda_float32_int32 (__main__.TestNNDeviceTypeCUDA) ... skip (0.050s) 2022-03-17T20:19:25.3487990Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cuda_float32_int64 (__main__.TestNNDeviceTypeCUDA) ... skip (0.049s) 2022-03-17T20:19:25.3971345Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cuda_float64_int32 (__main__.TestNNDeviceTypeCUDA) ... skip (0.048s) 2022-03-17T20:19:25.4447852Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cuda_float64_int64 (__main__.TestNNDeviceTypeCUDA) ... skip (0.048s) 2022-03-17T20:19:25.5037772Z test_embedding_dense_grad_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.059s) 2022-03-17T20:19:25.5544056Z test_embedding_max_norm_device_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.051s) 2022-03-17T20:19:25.6043684Z test_embedding_max_norm_device_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:19:25.6546938Z test_embedding_max_norm_device_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:19:25.7283762Z test_embedding_padding_idx_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.074s) 2022-03-17T20:19:25.8033377Z test_embedding_padding_idx_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.075s) 2022-03-17T20:19:25.8776711Z test_embedding_padding_idx_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.074s) 2022-03-17T20:19:25.9363623Z test_embedding_scalar_weight_error_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.059s) 2022-03-17T20:19:25.9843949Z test_empty_dropout_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.048s) 2022-03-17T20:19:26.1152124Z test_fold_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.131s) 2022-03-17T20:19:26.2061756Z test_fractional_max_pool2d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.091s) 2022-03-17T20:19:26.3187962Z test_fractional_max_pool3d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.112s) 2022-03-17T20:19:26.3703337Z test_fractional_max_pool_nan_inf_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.051s) 2022-03-17T20:19:26.4188209Z test_fractional_max_pool_nan_inf_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.048s) 2022-03-17T20:19:26.4671142Z test_fractional_max_pool_nan_inf_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.048s) 2022-03-17T20:19:26.5165562Z test_grid_sample_large_cuda (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4159: UserWarning: 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. 2022-03-17T20:19:26.5166328Z "Default grid_sample and affine_grid behavior has changed " 2022-03-17T20:19:26.5175821Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4221: UserWarning: 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. 2022-03-17T20:19:26.5176485Z "Default grid_sample and affine_grid behavior has changed " 2022-03-17T20:19:26.5179640Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4159: UserWarning: 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. 2022-03-17T20:19:26.5180296Z "Default grid_sample and affine_grid behavior has changed " 2022-03-17T20:19:26.5193612Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4221: UserWarning: 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. 2022-03-17T20:19:26.5194265Z "Default grid_sample and affine_grid behavior has changed " 2022-03-17T20:19:26.5197008Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4159: UserWarning: 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. 2022-03-17T20:19:26.5197642Z "Default grid_sample and affine_grid behavior has changed " 2022-03-17T20:19:26.5211144Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4221: UserWarning: 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. 2022-03-17T20:19:26.5211781Z "Default grid_sample and affine_grid behavior has changed " 2022-03-17T20:19:26.5214480Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4159: UserWarning: 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. 2022-03-17T20:19:26.5215134Z "Default grid_sample and affine_grid behavior has changed " 2022-03-17T20:19:26.5227605Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4221: UserWarning: 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. 2022-03-17T20:19:26.5228250Z "Default grid_sample and affine_grid behavior has changed " 2022-03-17T20:19:26.5229774Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4159: UserWarning: 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. 2022-03-17T20:19:26.5230418Z "Default grid_sample and affine_grid behavior has changed " 2022-03-17T20:19:26.5240226Z ok (0.057s) 2022-03-17T20:19:26.6204989Z test_grid_sample_large_index_2d_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip (0.096s) 2022-03-17T20:19:26.7105376Z test_grid_sample_large_index_2d_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... skip (0.090s) 2022-03-17T20:19:26.8000762Z test_grid_sample_large_index_3d_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip (0.089s) 2022-03-17T20:19:26.8905856Z test_grid_sample_large_index_3d_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... skip (0.090s) 2022-03-17T20:19:26.9381837Z test_grid_sample_nan_inf_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.047s) 2022-03-17T20:19:26.9862430Z test_grid_sample_nan_inf_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.048s) 2022-03-17T20:19:27.0358568Z test_group_convTranspose_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.049s) 2022-03-17T20:19:27.0859465Z test_group_conv_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:19:27.1334805Z test_groupnorm_nhwc_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip (0.047s) 2022-03-17T20:19:27.1805403Z test_groupnorm_nhwc_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... skip (0.047s) 2022-03-17T20:19:27.2531427Z test_gumbel_softmax_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.072s) 2022-03-17T20:19:27.3272586Z test_gumbel_softmax_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.074s) 2022-03-17T20:19:27.4015527Z test_gumbel_softmax_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.074s) 2022-03-17T20:19:27.4524968Z test_hardsigmoid_grad_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.051s) 2022-03-17T20:19:27.5026877Z test_hardswish_grad_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:19:27.5543780Z test_hardswish_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.052s) 2022-03-17T20:19:27.6032823Z test_instancenorm_raises_error_for_single_spatial_element_during_training_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.049s) 2022-03-17T20:19:27.6490445Z test_instancenorm_raises_error_if_less_than_one_value_per_channel_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.046s) 2022-03-17T20:19:27.6988440Z test_invalid_reduction_strings_cuda (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:19:27.6989532Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:19:27.7028911Z ok (0.054s) 2022-03-17T20:19:27.7509488Z test_layernorm_half_precision_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.047s) 2022-03-17T20:19:27.7986201Z test_layernorm_weight_bias_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.048s) 2022-03-17T20:19:27.8544392Z test_leaky_relu_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-03-17T20:19:27.9161747Z test_leaky_relu_inplace_with_neg_slope_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.062s) 2022-03-17T20:19:27.9658299Z test_leaky_relu_inplace_with_zero_slope_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:19:28.0140432Z test_linear_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.048s) 2022-03-17T20:19:28.0615891Z test_log_softmax_big_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.047s) 2022-03-17T20:19:28.1096065Z test_log_softmax_big_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.048s) 2022-03-17T20:19:28.1569221Z test_logsigmoid_out_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.047s) 2022-03-17T20:19:28.2057068Z test_lstmcell_backward_only_one_output_grad_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.049s) 2022-03-17T20:19:32.6055250Z test_masked_softmax_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (4.400s) 2022-03-17T20:19:33.1155150Z test_masked_softmax_transformer_layout_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.510s) 2022-03-17T20:19:33.1946346Z test_max_pool1d_corner_cases_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip (0.079s) 2022-03-17T20:19:33.2418398Z test_max_pool1d_corner_cases_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... skip (0.047s) 2022-03-17T20:19:33.2885468Z test_max_pool1d_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip (0.047s) 2022-03-17T20:19:33.3349330Z test_max_pool1d_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... skip (0.046s) 2022-03-17T20:19:33.3794000Z test_max_pool1d_errors_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip (0.044s) 2022-03-17T20:19:33.4243143Z test_max_pool2d_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.045s) 2022-03-17T20:19:35.3518944Z test_max_pool2d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (1.927s) 2022-03-17T20:19:35.4270525Z test_max_pool2d_indices_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.075s) 2022-03-17T20:19:35.7660088Z test_max_pool2d_nhwc_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.339s) 2022-03-17T20:19:36.2935943Z test_max_pool2d_nhwc_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.527s) 2022-03-17T20:19:36.8938317Z test_max_pool2d_nhwc_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.600s) 2022-03-17T20:19:37.0485145Z test_max_pool_nan_inf_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.155s) 2022-03-17T20:19:37.1083761Z test_max_pool_nan_inf_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-03-17T20:19:37.1660876Z test_max_pool_nan_inf_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.058s) 2022-03-17T20:19:37.2945235Z test_maxpool3d_non_square_backward_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.128s) 2022-03-17T20:19:37.2961631Z test_maxpool_indices_no_batch_dim_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) 2022-03-17T20:19:37.3848695Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.090s) 2022-03-17T20:19:37.3865303Z test_maxpool_indices_no_batch_dim_cuda_float16 (__main__.TestNNDeviceTypeCUDA) 2022-03-17T20:19:37.4351896Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.050s) 2022-03-17T20:19:37.4368222Z test_maxpool_indices_no_batch_dim_cuda_float32 (__main__.TestNNDeviceTypeCUDA) 2022-03-17T20:19:37.4831539Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.048s) 2022-03-17T20:19:37.4847860Z test_maxpool_indices_no_batch_dim_cuda_float64 (__main__.TestNNDeviceTypeCUDA) 2022-03-17T20:19:37.5314878Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.048s) 2022-03-17T20:19:37.5814947Z test_mish_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:19:37.6275499Z test_module_to_empty_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.046s) 2022-03-17T20:19:37.6738166Z test_module_to_empty_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.046s) 2022-03-17T20:19:37.7247364Z test_multi_margin_loss_errors_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.051s) 2022-03-17T20:19:37.7743703Z test_multihead_attention_dtype_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.049s) 2022-03-17T20:19:37.8231002Z test_multihead_attention_dtype_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.049s) 2022-03-17T20:19:37.8716743Z test_multihead_attention_dtype_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.048s) 2022-03-17T20:19:37.9202039Z test_nll_loss_all_ignored_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.048s) 2022-03-17T20:19:37.9708710Z test_nll_loss_byte_target_matches_long_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.051s) 2022-03-17T20:19:38.0219834Z test_nll_loss_empty_tensor_reduction_mean_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.051s) 2022-03-17T20:19:38.0718114Z test_nll_loss_empty_tensor_reduction_none_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:19:38.1217007Z test_nll_loss_empty_tensor_reduction_sum_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:19:38.1753160Z test_nll_loss_invalid_target_dim_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-03-17T20:19:38.2368083Z test_nll_loss_invalid_weights_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2022-03-17T20:19:38.2871353Z test_nll_loss_mismatched_batch_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:19:38.3338451Z test_nll_loss_out_of_bounds_ignore_index_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.047s) 2022-03-17T20:19:38.3839538Z test_nll_loss_total_weight_is_zero_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:19:38.4338775Z test_nn_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:19:38.4872350Z test_nn_scalars_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-03-17T20:19:38.5522535Z test_nn_scalars_reductions_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.065s) 2022-03-17T20:19:38.6003923Z test_noncontig_conv_grad_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.048s) 2022-03-17T20:19:38.6496559Z test_noncontig_conv_grad_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.049s) 2022-03-17T20:19:38.6993691Z test_noncontig_conv_grad_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-03-17T20:19:38.7476213Z test_nonlinearity_propagate_nan_cuda (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1898: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-03-17T20:19:38.7476887Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-03-17T20:19:38.7478378Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1909: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-03-17T20:19:38.7483192Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-03-17T20:19:38.7492022Z ok (0.050s) 2022-03-17T20:19:38.8055285Z test_one_hot_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.056s) 2022-03-17T20:19:38.8525861Z test_overwrite_module_params_on_conversion_cpu_device_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.047s) 2022-03-17T20:19:38.9098211Z test_pad_cuda_complex128 (__main__.TestNNDeviceTypeCUDA) ... ok (0.057s) 2022-03-17T20:19:38.9685135Z test_pad_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.059s) 2022-03-17T20:19:44.5250228Z test_pool3d_large_size_int64_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (5.556s) 2022-03-17T20:19:44.5963383Z test_pool3d_size_one_feature_dim_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.071s) 2022-03-17T20:19:44.6822605Z test_pool_invalid_size_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.086s) 2022-03-17T20:19:44.7692295Z test_pool_invalid_size_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.087s) 2022-03-17T20:19:44.8552285Z test_pool_invalid_size_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.086s) 2022-03-17T20:19:44.9407731Z test_pool_invalid_size_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-03-17T20:19:44.9916968Z test_pool_large_size_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.051s) 2022-03-17T20:19:45.4581845Z test_pool_large_size_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.074s) 2022-03-17T20:19:45.9238939Z test_pool_large_size_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.075s) 2022-03-17T20:19:46.3960103Z test_pool_large_size_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.079s) 2022-03-17T20:19:46.9080755Z test_pooling_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.089s) 2022-03-17T20:19:46.9099270Z test_pooling_shape_cuda (__main__.TestNNDeviceTypeCUDA) 2022-03-17T20:19:46.9618694Z Test the output shape calculation for pooling functions ... ok (0.054s) 2022-03-17T20:19:47.0288724Z test_pooling_size_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.067s) 2022-03-17T20:19:47.1478920Z test_pooling_zero_stride_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.119s) 2022-03-17T20:19:47.2388614Z test_prelu_backward_32bit_indexing_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.091s) 2022-03-17T20:19:47.3307949Z test_rnn_fused_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.092s) 2022-03-17T20:19:47.4253693Z test_rnn_fused_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.094s) 2022-03-17T20:19:47.6087854Z test_rnn_retain_variables_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.183s) 2022-03-17T20:19:47.7850133Z test_rnn_retain_variables_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.176s) 2022-03-17T20:19:47.9548142Z test_rnn_retain_variables_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.170s) 2022-03-17T20:19:48.0091411Z test_save_lstm_compatibility_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.054s) 2022-03-17T20:19:48.0597921Z test_silu_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.051s) 2022-03-17T20:19:48.1069008Z test_skip_init_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.047s) 2022-03-17T20:19:48.1696008Z test_smooth_l1_loss_vs_huber_loss_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.063s) 2022-03-17T20:19:48.2583447Z test_softmax_64bit_indexing_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... skip (0.089s) 2022-03-17T20:19:48.3460504Z test_softmax_64bit_indexing_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip (0.088s) 2022-03-17T20:19:48.4039770Z test_softmax_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.058s) 2022-03-17T20:19:48.4529247Z test_softmax_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.049s) 2022-03-17T20:19:48.5003138Z test_softmax_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.047s) 2022-03-17T20:19:49.1062828Z test_softmax_results_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.606s) 2022-03-17T20:19:49.6950799Z test_softmax_results_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.589s) 2022-03-17T20:19:49.7565383Z test_softplus_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2022-03-17T20:19:49.8050340Z test_softplus_low_threshold_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.048s) 2022-03-17T20:19:49.8562953Z test_softshrink_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.051s) 2022-03-17T20:19:49.9069864Z test_softshrink_negative_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.051s) 2022-03-17T20:19:49.9558333Z test_threshold_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.049s) 2022-03-17T20:19:50.0044695Z test_to_complex_cuda (__main__.TestNNDeviceTypeCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:896: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-03-17T20:19:50.0045673Z "Complex modules are a new feature under active development whose design may change, " 2022-03-17T20:19:50.0046851Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:896: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-03-17T20:19:50.0047691Z "Complex modules are a new feature under active development whose design may change, " 2022-03-17T20:19:50.0051472Z ok (0.049s) 2022-03-17T20:20:28.8074460Z test_triplet_margin_with_distance_loss_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (38.802s) 2022-03-17T20:20:29.2507392Z test_triplet_margin_with_distance_loss_default_parity_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.443s) 2022-03-17T20:20:29.3035428Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_channels_last_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-03-17T20:20:29.3488263Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_contiguous_format_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.045s) 2022-03-17T20:20:29.3968783Z test_upsamplingBicubic2d_antialias_False_align_corners_False_cuda (__main__.TestNNDeviceTypeCUDA) ... dtype: torch.float64 2022-03-17T20:20:29.4148757Z tensor([[[[1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4149041Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4149269Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4154099Z ..., 2022-03-17T20:20:29.4154895Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4155586Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4155842Z [1., 1., 1., ..., 1., 1., 1.]], 2022-03-17T20:20:29.4155986Z 2022-03-17T20:20:29.4156093Z [[1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4156349Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4159374Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4162036Z ..., 2022-03-17T20:20:29.4162355Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4162745Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4163140Z [1., 1., 1., ..., 1., 1., 1.]], 2022-03-17T20:20:29.4163418Z 2022-03-17T20:20:29.4163586Z [[1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4163963Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4164390Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4164794Z ..., 2022-03-17T20:20:29.4165163Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4165494Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4165746Z [1., 1., 1., ..., 1., 1., 1.]]], 2022-03-17T20:20:29.4165906Z 2022-03-17T20:20:29.4165926Z 2022-03-17T20:20:29.4166035Z [[[1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4168621Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4168962Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4169391Z ..., 2022-03-17T20:20:29.4169767Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4170148Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4170379Z [1., 1., 1., ..., 1., 1., 1.]], 2022-03-17T20:20:29.4170539Z 2022-03-17T20:20:29.4170647Z [[1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4170891Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4171116Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4171339Z ..., 2022-03-17T20:20:29.4171558Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4171806Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4172027Z [1., 1., 1., ..., 1., 1., 1.]], 2022-03-17T20:20:29.4172189Z 2022-03-17T20:20:29.4172295Z [[1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4172540Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4172761Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4172984Z ..., 2022-03-17T20:20:29.4173193Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4173433Z [1., 1., 1., ..., 1., 1., 1.], 2022-03-17T20:20:29.4173896Z [1., 1., 1., ..., 1., 1., 1.]]]], device='cuda:0') 2022-03-17T20:20:29.4218746Z ok (0.073s) 2022-03-17T20:20:29.4734456Z test_upsamplingBicubic2d_antialias_False_align_corners_True_cuda (__main__.TestNNDeviceTypeCUDA) ... dtype: torch.float64 2022-03-17T20:20:29.4836034Z tensor([[[[1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4836741Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4837526Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4838015Z ..., 2022-03-17T20:20:29.4838500Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4839634Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4839957Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000]], 2022-03-17T20:20:29.4840118Z 2022-03-17T20:20:29.4840245Z [[1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4840520Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4840775Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4841019Z ..., 2022-03-17T20:20:29.4841273Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4841905Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4842304Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000]], 2022-03-17T20:20:29.4842474Z 2022-03-17T20:20:29.4842586Z [[1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4842864Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4843134Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4843354Z ..., 2022-03-17T20:20:29.4843601Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4843854Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4844125Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000]]], 2022-03-17T20:20:29.4844299Z 2022-03-17T20:20:29.4844319Z 2022-03-17T20:20:29.4844444Z [[[1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4844693Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4844965Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4845182Z ..., 2022-03-17T20:20:29.4845431Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4845696Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4845952Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000]], 2022-03-17T20:20:29.4846121Z 2022-03-17T20:20:29.4846248Z [[1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4846501Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4846777Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4847016Z ..., 2022-03-17T20:20:29.4847243Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4847508Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4847767Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000]], 2022-03-17T20:20:29.4847941Z 2022-03-17T20:20:29.4848071Z [[1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4848340Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4848589Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4848828Z ..., 2022-03-17T20:20:29.4849054Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4849321Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.4849598Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000]]]], 2022-03-17T20:20:29.4850003Z device='cuda:0') 2022-03-17T20:20:29.4897667Z ok (0.068s) 2022-03-17T20:20:29.5377991Z test_upsamplingBicubic2d_antialias_True_align_corners_False_cuda (__main__.TestNNDeviceTypeCUDA) ... dtype: torch.float64 2022-03-17T20:20:29.5478510Z tensor([[[[1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5479132Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5480147Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5480458Z ..., 2022-03-17T20:20:29.5480695Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5480976Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5481241Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000]], 2022-03-17T20:20:29.5481733Z 2022-03-17T20:20:29.5481868Z [[1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5482148Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5482403Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5482851Z ..., 2022-03-17T20:20:29.5483080Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5483349Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5483633Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000]], 2022-03-17T20:20:29.5483789Z 2022-03-17T20:20:29.5483916Z [[1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5484187Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5484436Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5484672Z ..., 2022-03-17T20:20:29.5484918Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5485168Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5485438Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000]]], 2022-03-17T20:20:29.5485612Z 2022-03-17T20:20:29.5485631Z 2022-03-17T20:20:29.5485739Z [[[1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5486009Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5486273Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5486494Z ..., 2022-03-17T20:20:29.5486736Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5486984Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5487251Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000]], 2022-03-17T20:20:29.5487420Z 2022-03-17T20:20:29.5487546Z [[1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5487799Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5488067Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5488286Z ..., 2022-03-17T20:20:29.5488528Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5488798Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5489054Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000]], 2022-03-17T20:20:29.5489223Z 2022-03-17T20:20:29.5489347Z [[1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5489597Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5489862Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5490100Z ..., 2022-03-17T20:20:29.5490328Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5490592Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.5490846Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000]]]], 2022-03-17T20:20:29.5491261Z device='cuda:0') 2022-03-17T20:20:29.5537831Z ok (0.064s) 2022-03-17T20:20:29.6019292Z test_upsamplingBicubic2d_antialias_True_align_corners_True_cuda (__main__.TestNNDeviceTypeCUDA) ... dtype: torch.float64 2022-03-17T20:20:29.6117593Z tensor([[[[1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6117903Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6118294Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6118707Z ..., 2022-03-17T20:20:29.6119155Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6119661Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6120236Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000]], 2022-03-17T20:20:29.6120543Z 2022-03-17T20:20:29.6120737Z [[1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6121166Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6121810Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6122048Z ..., 2022-03-17T20:20:29.6122304Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6122574Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6122838Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000]], 2022-03-17T20:20:29.6123012Z 2022-03-17T20:20:29.6123139Z [[1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6123413Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6123664Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6123902Z ..., 2022-03-17T20:20:29.6124128Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6124398Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6124650Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000]]], 2022-03-17T20:20:29.6124825Z 2022-03-17T20:20:29.6124843Z 2022-03-17T20:20:29.6124967Z [[[1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6125231Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6125478Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6125711Z ..., 2022-03-17T20:20:29.6125933Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6126197Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6126465Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000]], 2022-03-17T20:20:29.6126637Z 2022-03-17T20:20:29.6126752Z [[1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6127017Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6127296Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6127513Z ..., 2022-03-17T20:20:29.6127755Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6128008Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6128276Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000]], 2022-03-17T20:20:29.6128445Z 2022-03-17T20:20:29.6128555Z [[1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6128824Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6129090Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6129308Z ..., 2022-03-17T20:20:29.6129554Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6129805Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000], 2022-03-17T20:20:29.6130163Z [1.00000, 1.00000, 1.00000, ..., 1.00000, 1.00000, 1.00000]]]], 2022-03-17T20:20:29.6130595Z device='cuda:0') 2022-03-17T20:20:29.6178629Z ok (0.064s) 2022-03-17T20:20:29.6663552Z test_upsamplingBicubic2d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.048s) 2022-03-17T20:20:29.7181324Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_channels_last_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.052s) 2022-03-17T20:20:29.7649204Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_contiguous_format_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.047s) 2022-03-17T20:20:29.9402649Z test_upsamplingBilinear2d_antialias_False_align_corners_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.175s) 2022-03-17T20:20:30.1226548Z test_upsamplingBilinear2d_antialias_False_align_corners_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.182s) 2022-03-17T20:20:30.3111046Z test_upsamplingBilinear2d_antialias_True_align_corners_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.188s) 2022-03-17T20:20:30.5004162Z test_upsamplingBilinear2d_antialias_True_align_corners_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.189s) 2022-03-17T20:20:30.5607513Z test_upsamplingNearest1d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-03-17T20:20:30.6771312Z test_upsamplingNearest1d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.116s) 2022-03-17T20:20:40.2626191Z test_upsamplingNearest1d_launch_config_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (9.585s) 2022-03-17T20:20:40.3531099Z test_upsamplingNearest2d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.090s) 2022-03-17T20:20:40.6005305Z test_upsamplingNearest2d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.247s) 2022-03-17T20:20:43.1977687Z test_upsamplingNearest2d_launch_config_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (2.597s) 2022-03-17T20:20:43.2744092Z test_upsamplingNearest2d_launch_fail_cuda (__main__.TestNNDeviceTypeCUDA) ... expected failure (0.076s) 2022-03-17T20:20:43.3323396Z test_upsamplingNearest2d_launch_rocm_cuda (__main__.TestNNDeviceTypeCUDA) ... skip (0.058s) 2022-03-17T20:20:43.7022334Z test_upsamplingNearest3d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.370s) 2022-03-17T20:20:43.9694029Z test_upsamplingNearest3d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.267s) 2022-03-17T20:20:56.9583100Z test_upsamplingNearest3d_launch_config_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (12.989s) 2022-03-17T20:20:57.0293342Z test_upsamplingNearestExact1d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.071s) 2022-03-17T20:20:57.0895488Z test_upsamplingNearestExact1d_rescale_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.060s) 2022-03-17T20:20:57.1825999Z test_upsamplingNearestExact2d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.093s) 2022-03-17T20:20:57.5726184Z test_upsamplingNearestExact3d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.390s) 2022-03-17T20:20:58.0953479Z test_variable_sequence_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.523s) 2022-03-17T20:20:58.6242808Z test_variable_sequence_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.529s) 2022-03-17T20:20:59.1224511Z test_variable_sequence_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.498s) 2022-03-17T20:20:59.1239366Z test_calculate_gain_leaky_relu (__main__.TestNNInit) ... ok (0.002s) 2022-03-17T20:20:59.1248642Z test_calculate_gain_leaky_relu_only_accepts_numbers (__main__.TestNNInit) ... ok (0.001s) 2022-03-17T20:20:59.1260530Z test_calculate_gain_linear (__main__.TestNNInit) ... ok (0.001s) 2022-03-17T20:20:59.1275084Z test_calculate_gain_nonlinear (__main__.TestNNInit) ... ok (0.001s) 2022-03-17T20:20:59.1285557Z test_calculate_gain_only_accepts_valid_nonlinearities (__main__.TestNNInit) ... ok (0.001s) 2022-03-17T20:20:59.1303168Z test_constant (__main__.TestNNInit) ... ok (0.002s) 2022-03-17T20:20:59.1334955Z test_deprecation (__main__.TestNNInit) ... ok (0.003s) 2022-03-17T20:20:59.1419786Z test_dirac_identity (__main__.TestNNInit) ... ok (0.008s) 2022-03-17T20:20:59.1429285Z test_dirac_only_works_on_3_4_5d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-03-17T20:20:59.1465375Z test_dirac_properties (__main__.TestNNInit) ... ok (0.004s) 2022-03-17T20:20:59.1478104Z test_eye (__main__.TestNNInit) ... ok (0.001s) 2022-03-17T20:20:59.1487853Z test_eye_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-03-17T20:20:59.4535314Z test_kaiming_normal (__main__.TestNNInit) ... ok (0.304s) 2022-03-17T20:20:59.4546076Z test_kaiming_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-03-17T20:20:59.4576836Z test_kaiming_normal_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.003s) 2022-03-17T20:20:59.6965110Z test_kaiming_uniform (__main__.TestNNInit) ... ok (0.238s) 2022-03-17T20:20:59.6975507Z test_kaiming_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-03-17T20:20:59.7004805Z test_kaiming_uniform_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.003s) 2022-03-17T20:20:59.7137979Z test_max_unpool (__main__.TestNNInit) ... ok (0.013s) 2022-03-17T20:21:01.0674034Z test_normal (__main__.TestNNInit) ... ok (1.353s) 2022-03-17T20:21:01.0703338Z test_ones_and_zeros (__main__.TestNNInit) ... ok (0.003s) 2022-03-17T20:21:01.0758350Z test_orthogonal (__main__.TestNNInit) ... ok (0.005s) 2022-03-17T20:21:01.0833387Z test_sparse_default_std (__main__.TestNNInit) ... ok (0.007s) 2022-03-17T20:21:01.0845111Z test_sparse_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-03-17T20:21:01.0857017Z test_trunc_normal (__main__.TestNNInit) ... skip (0.001s) 2022-03-17T20:21:02.2363097Z test_uniform (__main__.TestNNInit) ... ok (1.150s) 2022-03-17T20:21:02.7552470Z test_xavier_normal (__main__.TestNNInit) ... ok (0.519s) 2022-03-17T20:21:02.7563569Z test_xavier_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-03-17T20:21:02.8592505Z test_xavier_uniform (__main__.TestNNInit) ... ok (0.103s) 2022-03-17T20:21:02.8603757Z test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-03-17T20:21:02.8628230Z test_load_state_dict_module_pre_hook (__main__.TestStateDictHooks) ... ok (0.002s) 2022-03-17T20:21:02.8663526Z test_load_state_dict_pre_hook (__main__.TestStateDictHooks) ... ok (0.003s) 2022-03-17T20:21:02.8663908Z 2022-03-17T20:21:02.8664308Z ---------------------------------------------------------------------- 2022-03-17T20:21:02.8664644Z Ran 3217 tests in 293.971s 2022-03-17T20:21:02.8672431Z 2022-03-17T20:21:02.8672626Z OK (skipped=333, expected failures=5) 2022-03-17T20:21:02.8672919Z 2022-03-17T20:21:02.8673042Z Generating XML reports... 2022-03-17T20:21:02.8733355Z Generated XML report: test-reports/python-unittest/test_nn/TEST-PackedSequenceTest-20220317201608.xml 2022-03-17T20:21:02.8738133Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestAddRelu-20220317201608.xml 2022-03-17T20:21:02.8749865Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestAvgPool-20220317201608.xml 2022-03-17T20:21:02.8754762Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20220317201608.xml 2022-03-17T20:21:02.8758726Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20220317201608.xml 2022-03-17T20:21:02.8763950Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFusionEval-20220317201608.xml 2022-03-17T20:21:02.8824082Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestLazyModules-20220317201608.xml 2022-03-17T20:21:02.8835432Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20220317201608.xml 2022-03-17T20:21:03.1176064Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNN-20220317201608.xml 2022-03-17T20:21:03.3034234Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCUDA-20220317201608.xml 2022-03-17T20:21:03.3067915Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNInit-20220317201608.xml 2022-03-17T20:21:03.3073022Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20220317201608.xml 2022-03-17T20:21:04.1789764Z Running test_modules ... [2022-03-17 20:21:04.178423] 2022-03-17T20:21:04.1790457Z Executing ['/opt/conda/bin/python', 'test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:21:04.178536] 2022-03-17T20:21:06.8718371Z Test results will be stored in test-reports/python-unittest/test_modules 2022-03-17T20:21:06.8879374Z 2022-03-17T20:21:06.8879673Z Running tests... 2022-03-17T20:21:06.8880608Z ---------------------------------------------------------------------- 2022-03-17T20:21:06.9037198Z test_check_inplace_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-03-17T20:21:06.9158120Z test_check_inplace_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-03-17T20:21:06.9239196Z test_check_inplace_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:21:06.9317476Z test_check_inplace_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:21:06.9419967Z test_check_inplace_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:21:06.9519324Z test_check_inplace_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:21:06.9633134Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:21:06.9722317Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-03-17T20:21:06.9810178Z test_cpu_gpu_parity_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-03-17T20:21:06.9895426Z test_cpu_gpu_parity_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:21:07.3814052Z test_cpu_gpu_parity_nn_BatchNorm2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.392s) 2022-03-17T20:21:07.3936431Z test_cpu_gpu_parity_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-03-17T20:21:07.4060637Z test_cpu_gpu_parity_nn_BatchNorm3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-03-17T20:21:07.4182545Z test_cpu_gpu_parity_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-03-17T20:21:07.7055230Z test_cpu_gpu_parity_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.287s) 2022-03-17T20:21:07.7458015Z test_cpu_gpu_parity_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.040s) 2022-03-17T20:21:08.1583104Z test_cpu_gpu_parity_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.412s) 2022-03-17T20:21:08.1981466Z test_cpu_gpu_parity_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.040s) 2022-03-17T20:21:08.2999635Z test_cpu_gpu_parity_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.102s) 2022-03-17T20:21:08.3485712Z test_cpu_gpu_parity_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.048s) 2022-03-17T20:21:08.4229751Z test_cpu_gpu_parity_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.074s) 2022-03-17T20:21:08.4637961Z test_cpu_gpu_parity_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.041s) 2022-03-17T20:21:08.4848949Z test_cpu_gpu_parity_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.021s) 2022-03-17T20:21:08.5058180Z test_cpu_gpu_parity_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.021s) 2022-03-17T20:21:08.5281071Z test_cpu_gpu_parity_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-03-17T20:21:08.5495677Z test_cpu_gpu_parity_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.021s) 2022-03-17T20:21:08.5738265Z test_cpu_gpu_parity_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.024s) 2022-03-17T20:21:08.5985825Z test_cpu_gpu_parity_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-03-17T20:21:08.6671276Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.068s) 2022-03-17T20:21:08.7330433Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.066s) 2022-03-17T20:21:08.7519443Z test_cpu_gpu_parity_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-03-17T20:21:08.7705945Z test_cpu_gpu_parity_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-03-17T20:21:08.7876313Z test_cpu_gpu_parity_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-03-17T20:21:08.8067860Z test_cpu_gpu_parity_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-03-17T20:21:08.8381105Z test_cpu_gpu_parity_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.031s) 2022-03-17T20:21:08.8687918Z test_cpu_gpu_parity_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.031s) 2022-03-17T20:21:09.8107981Z test_cpu_gpu_parity_nn_GRU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.942s) 2022-03-17T20:21:10.6395457Z test_cpu_gpu_parity_nn_GRU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.829s) 2022-03-17T20:21:10.6727766Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.033s) 2022-03-17T20:21:10.7051688Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.032s) 2022-03-17T20:21:10.7170407Z test_cpu_gpu_parity_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-03-17T20:21:10.7286109Z test_cpu_gpu_parity_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:21:10.7600378Z test_cpu_gpu_parity_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.031s) 2022-03-17T20:21:10.7906068Z test_cpu_gpu_parity_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.030s) 2022-03-17T20:21:10.8509936Z test_cpu_gpu_parity_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.060s) 2022-03-17T20:21:10.9093685Z test_cpu_gpu_parity_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.058s) 2022-03-17T20:21:13.6533705Z test_cpu_gpu_parity_nn_LSTM_cuda_float32 (__main__.TestModuleCUDA) ... ok (2.744s) 2022-03-17T20:21:16.3553655Z test_cpu_gpu_parity_nn_LSTM_cuda_float64 (__main__.TestModuleCUDA) ... ok (2.702s) 2022-03-17T20:21:16.3594162Z test_cpu_gpu_parity_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:21:16.3633510Z test_cpu_gpu_parity_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:21:16.3673258Z test_cpu_gpu_parity_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:21:16.3713337Z test_cpu_gpu_parity_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:21:16.3753011Z test_cpu_gpu_parity_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:21:16.3792801Z test_cpu_gpu_parity_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:21:16.3832938Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:21:16.3872762Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:21:16.3912698Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:21:16.3952695Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:21:16.3992669Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:21:16.4037603Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:21:16.4285013Z test_cpu_gpu_parity_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-03-17T20:21:16.4532907Z test_cpu_gpu_parity_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-03-17T20:21:18.6953971Z test_cpu_gpu_parity_nn_MultiheadAttention_cuda_float32 (__main__.TestModuleCUDA) ... ok (2.242s) 2022-03-17T20:21:20.8881009Z test_cpu_gpu_parity_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleCUDA) ... ok (2.193s) 2022-03-17T20:21:20.9223832Z test_cpu_gpu_parity_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.034s) 2022-03-17T20:21:20.9569432Z test_cpu_gpu_parity_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.034s) 2022-03-17T20:21:20.9998233Z test_cpu_gpu_parity_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.043s) 2022-03-17T20:21:21.0421115Z test_cpu_gpu_parity_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.042s) 2022-03-17T20:21:22.4833865Z test_cpu_gpu_parity_nn_RNN_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.441s) 2022-03-17T20:21:23.9298929Z test_cpu_gpu_parity_nn_RNN_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.446s) 2022-03-17T20:21:23.9456329Z test_cpu_gpu_parity_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-03-17T20:21:23.9613406Z test_cpu_gpu_parity_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-03-17T20:21:23.9733268Z test_cpu_gpu_parity_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-03-17T20:21:23.9852770Z test_cpu_gpu_parity_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-03-17T20:21:24.8873133Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.902s) 2022-03-17T20:21:25.7682467Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.881s) 2022-03-17T20:21:26.3489039Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.581s) 2022-03-17T20:21:26.9152888Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.566s) 2022-03-17T20:21:28.2984786Z test_cpu_gpu_parity_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.383s) 2022-03-17T20:21:29.7107994Z test_cpu_gpu_parity_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.412s) 2022-03-17T20:21:29.7148230Z test_cpu_gpu_parity_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:21:29.7187572Z test_cpu_gpu_parity_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:21:29.7228996Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:21:29.7267452Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:21:29.7308462Z test_factory_kwargs_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:21:29.7347102Z test_factory_kwargs_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:21:29.7406182Z test_factory_kwargs_nn_BatchNorm2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:21:29.7466857Z test_factory_kwargs_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:21:29.7527757Z test_factory_kwargs_nn_BatchNorm3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:21:29.7588503Z test_factory_kwargs_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:21:29.7670945Z test_factory_kwargs_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:21:29.7762542Z test_factory_kwargs_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-03-17T20:21:29.7862169Z test_factory_kwargs_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:21:29.7962059Z test_factory_kwargs_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:21:29.8062164Z test_factory_kwargs_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:21:29.8163429Z test_factory_kwargs_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:21:29.8274550Z test_factory_kwargs_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:21:29.8375899Z test_factory_kwargs_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:21:29.8444394Z test_factory_kwargs_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-03-17T20:21:29.8514198Z test_factory_kwargs_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-03-17T20:21:29.8583613Z test_factory_kwargs_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-03-17T20:21:29.8652578Z test_factory_kwargs_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-03-17T20:21:29.8722572Z test_factory_kwargs_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-03-17T20:21:29.8802775Z test_factory_kwargs_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:21:29.9423789Z test_factory_kwargs_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.062s) 2022-03-17T20:21:29.9907001Z test_factory_kwargs_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.048s) 2022-03-17T20:21:29.9963743Z test_factory_kwargs_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:21:30.0020261Z test_factory_kwargs_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:21:30.0077330Z test_factory_kwargs_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:21:30.0133519Z test_factory_kwargs_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:21:30.0209284Z test_factory_kwargs_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-03-17T20:21:30.0283174Z test_factory_kwargs_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-03-17T20:21:30.0880726Z test_factory_kwargs_nn_GRU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.060s) 2022-03-17T20:21:30.1480878Z test_factory_kwargs_nn_GRU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.060s) 2022-03-17T20:21:30.1562631Z test_factory_kwargs_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:21:30.1628044Z test_factory_kwargs_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:21:30.1674559Z test_factory_kwargs_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-03-17T20:21:30.1721073Z test_factory_kwargs_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-03-17T20:21:30.1788285Z test_factory_kwargs_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-03-17T20:21:30.1855803Z test_factory_kwargs_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-03-17T20:21:30.1932482Z test_factory_kwargs_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:21:30.2010244Z test_factory_kwargs_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:21:30.3294920Z test_factory_kwargs_nn_LSTM_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.128s) 2022-03-17T20:21:30.4600181Z test_factory_kwargs_nn_LSTM_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.130s) 2022-03-17T20:21:30.4632101Z test_factory_kwargs_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:21:30.4664089Z test_factory_kwargs_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:21:30.4695742Z test_factory_kwargs_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:21:30.4729727Z test_factory_kwargs_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:21:30.4761195Z test_factory_kwargs_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:21:30.4792958Z test_factory_kwargs_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:21:30.4825015Z test_factory_kwargs_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:21:30.4856883Z test_factory_kwargs_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:21:30.4888490Z test_factory_kwargs_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:21:30.4919895Z test_factory_kwargs_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:21:30.4951629Z test_factory_kwargs_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:21:30.4986086Z test_factory_kwargs_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:21:30.5061762Z test_factory_kwargs_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-03-17T20:21:30.5140008Z test_factory_kwargs_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:21:30.6658168Z test_factory_kwargs_nn_MultiheadAttention_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.152s) 2022-03-17T20:21:30.8168508Z test_factory_kwargs_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.151s) 2022-03-17T20:21:30.8749966Z test_factory_kwargs_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.058s) 2022-03-17T20:21:30.9204377Z test_factory_kwargs_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.045s) 2022-03-17T20:21:30.9299326Z test_factory_kwargs_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:21:30.9393249Z test_factory_kwargs_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-03-17T20:21:31.0639120Z test_factory_kwargs_nn_RNN_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.124s) 2022-03-17T20:21:31.1885819Z test_factory_kwargs_nn_RNN_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.125s) 2022-03-17T20:21:31.1941447Z test_factory_kwargs_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:21:31.1992707Z test_factory_kwargs_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-03-17T20:21:31.2039303Z test_factory_kwargs_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-03-17T20:21:31.2086379Z test_factory_kwargs_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-03-17T20:21:31.3260202Z test_factory_kwargs_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.117s) 2022-03-17T20:21:31.4482246Z test_factory_kwargs_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.122s) 2022-03-17T20:21:31.5329565Z test_factory_kwargs_nn_TransformerEncoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.085s) 2022-03-17T20:21:31.6187684Z test_factory_kwargs_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.086s) 2022-03-17T20:21:31.9071987Z test_factory_kwargs_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.288s) 2022-03-17T20:21:32.1926888Z test_factory_kwargs_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.285s) 2022-03-17T20:21:32.1980615Z test_factory_kwargs_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-03-17T20:21:32.2031816Z test_factory_kwargs_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-03-17T20:21:32.2062152Z test_forward_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:21:32.2093665Z test_forward_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:21:32.2133825Z test_forward_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:21:32.2172396Z test_forward_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:21:32.2215221Z test_forward_nn_BatchNorm2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:21:32.2260230Z test_forward_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:21:32.2302126Z test_forward_nn_BatchNorm3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:21:32.2345313Z test_forward_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:21:32.2453761Z test_forward_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:21:32.2561766Z test_forward_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:21:32.2659824Z test_forward_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:21:32.2755237Z test_forward_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-03-17T20:21:32.2851740Z test_forward_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:21:32.2948548Z test_forward_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:21:32.3049781Z test_forward_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:21:32.3146933Z test_forward_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:21:32.3207110Z test_forward_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:21:32.3271336Z test_forward_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:21:32.3331035Z test_forward_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:21:32.3391043Z test_forward_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:21:32.3453315Z test_forward_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:21:32.3513453Z test_forward_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:21:32.3779876Z test_forward_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.026s) 2022-03-17T20:21:32.4039292Z test_forward_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.026s) 2022-03-17T20:21:32.4095253Z test_forward_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:21:32.4154583Z test_forward_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:21:32.4192588Z test_forward_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:21:32.4231109Z test_forward_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:21:32.4313910Z test_forward_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:21:32.4397571Z test_forward_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:21:32.5331057Z test_forward_nn_GRU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.093s) 2022-03-17T20:21:32.6282326Z test_forward_nn_GRU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.095s) 2022-03-17T20:21:32.6413480Z test_forward_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-03-17T20:21:32.6546612Z test_forward_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-03-17T20:21:32.6586498Z test_forward_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:21:32.6625631Z test_forward_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:21:32.6731983Z test_forward_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:21:32.6836120Z test_forward_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:21:32.6933819Z test_forward_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:21:32.7031485Z test_forward_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:21:32.9230028Z test_forward_nn_LSTM_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.220s) 2022-03-17T20:21:33.1440967Z test_forward_nn_LSTM_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.221s) 2022-03-17T20:21:33.1464174Z test_forward_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.002s) 2022-03-17T20:21:33.1486561Z test_forward_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.002s) 2022-03-17T20:21:33.1509381Z test_forward_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.002s) 2022-03-17T20:21:33.1532136Z test_forward_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.002s) 2022-03-17T20:21:33.1554096Z test_forward_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.002s) 2022-03-17T20:21:33.1576849Z test_forward_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.002s) 2022-03-17T20:21:33.1598952Z test_forward_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.002s) 2022-03-17T20:21:33.1621528Z test_forward_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.002s) 2022-03-17T20:21:33.1643721Z test_forward_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.002s) 2022-03-17T20:21:33.1676484Z test_forward_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:21:33.1698929Z test_forward_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.002s) 2022-03-17T20:21:33.1720757Z test_forward_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.002s) 2022-03-17T20:21:33.1799964Z test_forward_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:21:33.1878184Z test_forward_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:21:33.5614185Z test_forward_nn_MultiheadAttention_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.373s) 2022-03-17T20:21:33.9359924Z test_forward_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.374s) 2022-03-17T20:21:33.9626387Z test_forward_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-03-17T20:21:33.9889990Z test_forward_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.026s) 2022-03-17T20:21:34.0005837Z test_forward_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-03-17T20:21:34.0122554Z test_forward_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-03-17T20:21:34.1959612Z test_forward_nn_RNN_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.184s) 2022-03-17T20:21:34.3836384Z test_forward_nn_RNN_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.188s) 2022-03-17T20:21:34.3871058Z test_forward_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:21:34.3911865Z test_forward_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:21:34.3943134Z test_forward_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:21:34.3974011Z test_forward_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:21:34.5903519Z test_forward_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.193s) 2022-03-17T20:21:34.7910297Z test_forward_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.201s) 2022-03-17T20:21:34.9200883Z test_forward_nn_TransformerEncoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.129s) 2022-03-17T20:21:35.0552063Z test_forward_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.135s) 2022-03-17T20:21:35.3828729Z test_forward_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.328s) 2022-03-17T20:21:35.7234034Z test_forward_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.340s) 2022-03-17T20:21:35.7270811Z test_forward_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:21:35.7306493Z test_forward_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:21:35.7373306Z test_grad_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-03-17T20:21:35.7434026Z test_grad_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:21:35.7540439Z test_grad_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:21:35.7647687Z test_grad_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:21:35.8138775Z test_grad_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.049s) 2022-03-17T20:21:35.8558763Z test_grad_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.042s) 2022-03-17T20:21:35.8977661Z test_grad_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.042s) 2022-03-17T20:21:35.9411760Z test_grad_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.043s) 2022-03-17T20:21:35.9630708Z test_grad_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-03-17T20:21:35.9852377Z test_grad_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-03-17T20:21:36.0084651Z test_grad_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-03-17T20:21:36.0850010Z test_grad_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.076s) 2022-03-17T20:21:36.1044877Z test_grad_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-03-17T20:21:36.1177080Z test_grad_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-03-17T20:21:36.1516044Z test_grad_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.034s) 2022-03-17T20:21:36.1816629Z test_grad_nn_GRU_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.030s) 2022-03-17T20:21:36.2208962Z test_grad_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.039s) 2022-03-17T20:21:36.2310155Z test_grad_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:21:36.2673113Z test_grad_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.036s) 2022-03-17T20:21:36.3285621Z test_grad_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.061s) 2022-03-17T20:21:36.3682976Z test_grad_nn_LSTM_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.040s) 2022-03-17T20:21:36.3696333Z test_grad_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.001s) 2022-03-17T20:21:36.3707770Z test_grad_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.001s) 2022-03-17T20:21:36.3719124Z test_grad_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.001s) 2022-03-17T20:21:36.3731118Z test_grad_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.001s) 2022-03-17T20:21:36.3742426Z test_grad_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.001s) 2022-03-17T20:21:36.3753831Z test_grad_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.001s) 2022-03-17T20:21:36.4006946Z test_grad_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-03-17T20:21:39.3444749Z test_grad_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleCUDA) ... ok (2.944s) 2022-03-17T20:21:39.3789392Z test_grad_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.034s) 2022-03-17T20:21:39.4298961Z test_grad_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.051s) 2022-03-17T20:21:39.4620225Z test_grad_nn_RNN_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.032s) 2022-03-17T20:21:39.4767803Z test_grad_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-03-17T20:21:39.4870091Z test_grad_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:21:41.5219856Z test_grad_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (2.035s) 2022-03-17T20:21:42.5485951Z test_grad_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.026s) 2022-03-17T20:21:46.8724907Z test_grad_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (4.324s) 2022-03-17T20:21:46.8877743Z test_grad_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-03-17T20:21:46.8971089Z test_gradgrad_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-03-17T20:21:46.9067267Z test_gradgrad_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:21:46.9446283Z test_gradgrad_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.038s) 2022-03-17T20:21:46.9839492Z test_gradgrad_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.039s) 2022-03-17T20:21:47.1771676Z test_gradgrad_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.193s) 2022-03-17T20:21:47.3054297Z test_gradgrad_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.128s) 2022-03-17T20:21:47.4357660Z test_gradgrad_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.130s) 2022-03-17T20:21:47.5886486Z test_gradgrad_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.153s) 2022-03-17T20:21:47.6538622Z test_gradgrad_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.065s) 2022-03-17T20:21:47.7205456Z test_gradgrad_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.067s) 2022-03-17T20:21:47.7963838Z test_gradgrad_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.076s) 2022-03-17T20:21:47.9480204Z test_gradgrad_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.151s) 2022-03-17T20:21:47.9825294Z test_gradgrad_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.034s) 2022-03-17T20:21:48.0032738Z test_gradgrad_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.021s) 2022-03-17T20:21:48.2275403Z test_gradgrad_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.224s) 2022-03-17T20:21:48.2641565Z test_gradgrad_nn_GRU_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.037s) 2022-03-17T20:21:48.3716184Z test_gradgrad_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.107s) 2022-03-17T20:21:48.4663666Z test_gradgrad_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.095s) 2022-03-17T20:21:48.7695702Z test_gradgrad_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.303s) 2022-03-17T20:21:48.8153801Z test_gradgrad_nn_LSTM_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.046s) 2022-03-17T20:21:48.8168605Z test_gradgrad_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.001s) 2022-03-17T20:21:48.8180443Z test_gradgrad_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.001s) 2022-03-17T20:21:48.8192517Z test_gradgrad_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.001s) 2022-03-17T20:21:48.8205371Z test_gradgrad_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.001s) 2022-03-17T20:21:48.8217439Z test_gradgrad_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.001s) 2022-03-17T20:21:48.8230051Z test_gradgrad_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.001s) 2022-03-17T20:21:48.8977763Z test_gradgrad_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.075s) 2022-03-17T20:22:00.1906293Z test_gradgrad_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleCUDA) ... ok (11.293s) 2022-03-17T20:22:00.2451255Z test_gradgrad_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.054s) 2022-03-17T20:22:00.4930774Z test_gradgrad_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.248s) 2022-03-17T20:22:00.5317352Z test_gradgrad_nn_RNN_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.039s) 2022-03-17T20:22:00.5553080Z test_gradgrad_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-03-17T20:22:00.5717568Z test_gradgrad_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-03-17T20:22:21.1458646Z test_gradgrad_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (20.574s) 2022-03-17T20:22:29.7970667Z test_gradgrad_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (8.651s) 2022-03-17T20:23:25.6649734Z test_gradgrad_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (55.868s) 2022-03-17T20:23:25.6913542Z test_gradgrad_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.026s) 2022-03-17T20:23:25.6994595Z test_memory_format_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:23:25.7071407Z test_memory_format_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:23:25.7117219Z test_memory_format_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:25.7163649Z test_memory_format_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:25.7257161Z test_memory_format_nn_BatchNorm2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-03-17T20:23:25.7349601Z test_memory_format_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-03-17T20:23:25.7442572Z test_memory_format_nn_BatchNorm3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-03-17T20:23:25.7534242Z test_memory_format_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-03-17T20:23:25.7579334Z test_memory_format_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:25.7624166Z test_memory_format_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:25.7669407Z test_memory_format_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:25.7714111Z test_memory_format_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:25.7762674Z test_memory_format_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:25.7807975Z test_memory_format_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:25.7852951Z test_memory_format_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:25.7898052Z test_memory_format_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:25.7943378Z test_memory_format_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:25.7988435Z test_memory_format_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:25.8034254Z test_memory_format_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:25.8079504Z test_memory_format_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:25.8125222Z test_memory_format_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:25.8172446Z test_memory_format_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:25.8435309Z test_memory_format_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.026s) 2022-03-17T20:23:25.8690370Z test_memory_format_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-03-17T20:23:25.8813757Z test_memory_format_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-03-17T20:23:25.8932703Z test_memory_format_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-03-17T20:23:25.8983672Z test_memory_format_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:25.9034657Z test_memory_format_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:25.9132985Z test_memory_format_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:23:25.9226272Z test_memory_format_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-03-17T20:23:26.0111118Z test_memory_format_nn_GRU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.088s) 2022-03-17T20:23:26.0997985Z test_memory_format_nn_GRU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.089s) 2022-03-17T20:23:26.1042960Z test_memory_format_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:26.1088085Z test_memory_format_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:26.1180644Z test_memory_format_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-03-17T20:23:26.1268098Z test_memory_format_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-03-17T20:23:26.1313651Z test_memory_format_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:26.1358819Z test_memory_format_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:26.1469478Z test_memory_format_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:23:26.1585618Z test_memory_format_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:23:26.3674330Z test_memory_format_nn_LSTM_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.209s) 2022-03-17T20:23:26.5767583Z test_memory_format_nn_LSTM_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.209s) 2022-03-17T20:23:26.5812437Z test_memory_format_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:26.5857287Z test_memory_format_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:26.5902361Z test_memory_format_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:26.5953064Z test_memory_format_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:26.6003371Z test_memory_format_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:26.6054654Z test_memory_format_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:26.6105334Z test_memory_format_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:26.6156651Z test_memory_format_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:26.6202110Z test_memory_format_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:26.6247389Z test_memory_format_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:26.6292592Z test_memory_format_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:26.6343504Z test_memory_format_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:26.6388723Z test_memory_format_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:26.6433835Z test_memory_format_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:26.6479023Z test_memory_format_nn_MultiheadAttention_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:26.6524415Z test_memory_format_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:26.6569400Z test_memory_format_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:26.6614715Z test_memory_format_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:26.6731487Z test_memory_format_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-03-17T20:23:26.6848810Z test_memory_format_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-03-17T20:23:26.8557054Z test_memory_format_nn_RNN_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.171s) 2022-03-17T20:23:27.0273206Z test_memory_format_nn_RNN_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.172s) 2022-03-17T20:23:27.0395069Z test_memory_format_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-03-17T20:23:27.0512777Z test_memory_format_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-03-17T20:23:27.0622488Z test_memory_format_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:23:27.0727428Z test_memory_format_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:23:27.0772811Z test_memory_format_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:27.0818303Z test_memory_format_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:27.0863593Z test_memory_format_nn_TransformerEncoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:27.0914507Z test_memory_format_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:27.0959279Z test_memory_format_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:27.1004615Z test_memory_format_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:27.1149545Z test_memory_format_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-03-17T20:23:27.1290119Z test_memory_format_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-03-17T20:23:27.1333157Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:23:27.1380923Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-03-17T20:23:27.1429498Z test_multiple_device_transfer_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-03-17T20:23:27.1477821Z test_multiple_device_transfer_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-03-17T20:23:27.1567964Z test_multiple_device_transfer_nn_BatchNorm2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-03-17T20:23:27.1646596Z test_multiple_device_transfer_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:23:27.1724545Z test_multiple_device_transfer_nn_BatchNorm3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:23:27.1803120Z test_multiple_device_transfer_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:23:27.1928768Z test_multiple_device_transfer_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-03-17T20:23:27.2056180Z test_multiple_device_transfer_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-03-17T20:23:27.2213361Z test_multiple_device_transfer_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-03-17T20:23:27.2368531Z test_multiple_device_transfer_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-03-17T20:23:27.2532103Z test_multiple_device_transfer_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-03-17T20:23:27.2688595Z test_multiple_device_transfer_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-03-17T20:23:27.2851351Z test_multiple_device_transfer_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-03-17T20:23:27.3007591Z test_multiple_device_transfer_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-03-17T20:23:27.3088052Z test_multiple_device_transfer_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:23:27.3169676Z test_multiple_device_transfer_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:23:27.3250563Z test_multiple_device_transfer_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:23:27.3332939Z test_multiple_device_transfer_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:23:27.3423412Z test_multiple_device_transfer_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-03-17T20:23:27.3507141Z test_multiple_device_transfer_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:23:27.3700454Z test_multiple_device_transfer_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-03-17T20:23:27.3893216Z test_multiple_device_transfer_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-03-17T20:23:27.3944629Z test_multiple_device_transfer_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-03-17T20:23:27.3996768Z test_multiple_device_transfer_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-03-17T20:23:27.4056100Z test_multiple_device_transfer_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:23:27.4114739Z test_multiple_device_transfer_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:23:27.4227268Z test_multiple_device_transfer_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:23:27.4335683Z test_multiple_device_transfer_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:23:27.5677373Z test_multiple_device_transfer_nn_GRU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.134s) 2022-03-17T20:23:27.7054038Z test_multiple_device_transfer_nn_GRU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.138s) 2022-03-17T20:23:27.7147616Z test_multiple_device_transfer_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-03-17T20:23:27.7242100Z test_multiple_device_transfer_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-03-17T20:23:27.7285403Z test_multiple_device_transfer_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:23:27.7329205Z test_multiple_device_transfer_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:23:27.7407285Z test_multiple_device_transfer_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:23:27.7479485Z test_multiple_device_transfer_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-03-17T20:23:27.7591133Z test_multiple_device_transfer_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:23:27.7703879Z test_multiple_device_transfer_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:23:28.0684209Z test_multiple_device_transfer_nn_LSTM_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.298s) 2022-03-17T20:23:28.3748653Z test_multiple_device_transfer_nn_LSTM_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.306s) 2022-03-17T20:23:28.3779269Z test_multiple_device_transfer_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:23:28.3810364Z test_multiple_device_transfer_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:23:28.3841489Z test_multiple_device_transfer_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:23:28.3872699Z test_multiple_device_transfer_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:23:28.3903634Z test_multiple_device_transfer_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:23:28.3934751Z test_multiple_device_transfer_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:23:28.3965812Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:23:28.3996593Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:23:28.4027943Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:23:28.4059310Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:23:28.4090672Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:23:28.4127234Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.004s) 2022-03-17T20:23:28.4217017Z test_multiple_device_transfer_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-03-17T20:23:28.4309055Z test_multiple_device_transfer_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-03-17T20:23:28.7957870Z test_multiple_device_transfer_nn_MultiheadAttention_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.365s) 2022-03-17T20:23:29.1667725Z test_multiple_device_transfer_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.371s) 2022-03-17T20:23:29.1778923Z test_multiple_device_transfer_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:23:29.1885907Z test_multiple_device_transfer_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:23:29.2031650Z test_multiple_device_transfer_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-03-17T20:23:29.2179596Z test_multiple_device_transfer_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-03-17T20:23:29.4712024Z test_multiple_device_transfer_nn_RNN_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.253s) 2022-03-17T20:23:29.7301289Z test_multiple_device_transfer_nn_RNN_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.259s) 2022-03-17T20:23:29.7350145Z test_multiple_device_transfer_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-03-17T20:23:29.7399921Z test_multiple_device_transfer_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-03-17T20:23:29.7445232Z test_multiple_device_transfer_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:23:29.7490541Z test_multiple_device_transfer_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:23:30.0345005Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.285s) 2022-03-17T20:23:30.3276568Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.293s) 2022-03-17T20:23:30.5183388Z test_multiple_device_transfer_nn_TransformerEncoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.191s) 2022-03-17T20:23:30.7144427Z test_multiple_device_transfer_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.196s) 2022-03-17T20:23:31.2033673Z test_multiple_device_transfer_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.489s) 2022-03-17T20:23:31.7034670Z test_multiple_device_transfer_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.500s) 2022-03-17T20:23:31.7087221Z test_multiple_device_transfer_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-03-17T20:23:31.7139176Z test_multiple_device_transfer_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-03-17T20:23:31.7272042Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-03-17T20:23:31.7396091Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-03-17T20:23:31.7524233Z test_non_contiguous_tensors_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-03-17T20:23:31.7649593Z test_non_contiguous_tensors_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-03-17T20:23:31.7821702Z test_non_contiguous_tensors_nn_BatchNorm2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-03-17T20:23:31.7992083Z test_non_contiguous_tensors_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-03-17T20:23:31.8161967Z test_non_contiguous_tensors_nn_BatchNorm3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-03-17T20:23:31.8326684Z test_non_contiguous_tensors_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-03-17T20:23:31.8894193Z test_non_contiguous_tensors_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.057s) 2022-03-17T20:23:31.9440685Z test_non_contiguous_tensors_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.055s) 2022-03-17T20:23:32.0007671Z test_non_contiguous_tensors_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.057s) 2022-03-17T20:23:32.0523644Z test_non_contiguous_tensors_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.052s) 2022-03-17T20:23:32.1069853Z test_non_contiguous_tensors_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.055s) 2022-03-17T20:23:32.1598533Z test_non_contiguous_tensors_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.053s) 2022-03-17T20:23:32.2171077Z test_non_contiguous_tensors_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.057s) 2022-03-17T20:23:32.2701948Z test_non_contiguous_tensors_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.053s) 2022-03-17T20:23:32.2998055Z test_non_contiguous_tensors_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.030s) 2022-03-17T20:23:32.3283888Z test_non_contiguous_tensors_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.028s) 2022-03-17T20:23:32.3584383Z test_non_contiguous_tensors_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.030s) 2022-03-17T20:23:32.3872566Z test_non_contiguous_tensors_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.029s) 2022-03-17T20:23:32.4183626Z test_non_contiguous_tensors_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.031s) 2022-03-17T20:23:32.4498229Z test_non_contiguous_tensors_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.031s) 2022-03-17T20:23:32.5609036Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.111s) 2022-03-17T20:23:32.6668081Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.106s) 2022-03-17T20:23:32.6937537Z test_non_contiguous_tensors_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-03-17T20:23:32.7197631Z test_non_contiguous_tensors_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.026s) 2022-03-17T20:23:32.7426100Z test_non_contiguous_tensors_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-03-17T20:23:32.7648333Z test_non_contiguous_tensors_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-03-17T20:23:32.8055066Z test_non_contiguous_tensors_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.041s) 2022-03-17T20:23:32.8442552Z test_non_contiguous_tensors_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.039s) 2022-03-17T20:23:32.8996169Z test_non_contiguous_tensors_nn_GRU_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.055s) 2022-03-17T20:23:32.9521656Z test_non_contiguous_tensors_nn_GRU_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.052s) 2022-03-17T20:23:33.0057846Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.053s) 2022-03-17T20:23:33.0571159Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.051s) 2022-03-17T20:23:33.0767586Z test_non_contiguous_tensors_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-03-17T20:23:33.0957097Z test_non_contiguous_tensors_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-03-17T20:23:33.1391388Z test_non_contiguous_tensors_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.043s) 2022-03-17T20:23:33.1806671Z test_non_contiguous_tensors_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.041s) 2022-03-17T20:23:33.2354623Z test_non_contiguous_tensors_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.055s) 2022-03-17T20:23:33.2869706Z test_non_contiguous_tensors_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.051s) 2022-03-17T20:23:33.3569467Z test_non_contiguous_tensors_nn_LSTM_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.070s) 2022-03-17T20:23:33.4256379Z test_non_contiguous_tensors_nn_LSTM_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.068s) 2022-03-17T20:23:33.4308631Z test_non_contiguous_tensors_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:33.4359259Z test_non_contiguous_tensors_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:33.4410244Z test_non_contiguous_tensors_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:33.4461345Z test_non_contiguous_tensors_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:33.4513096Z test_non_contiguous_tensors_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:33.4565063Z test_non_contiguous_tensors_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:33.4615925Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:33.4667264Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:33.4718945Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:33.4770848Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:33.4822825Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:33.4881995Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.006s) 2022-03-17T20:23:33.5267854Z test_non_contiguous_tensors_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.038s) 2022-03-17T20:23:33.5632540Z test_non_contiguous_tensors_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.036s) 2022-03-17T20:23:35.5154010Z test_non_contiguous_tensors_nn_MultiheadAttention_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.952s) 2022-03-17T20:23:37.3893229Z test_non_contiguous_tensors_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.874s) 2022-03-17T20:23:37.4490252Z test_non_contiguous_tensors_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.060s) 2022-03-17T20:23:37.5066559Z test_non_contiguous_tensors_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.058s) 2022-03-17T20:23:37.5649180Z test_non_contiguous_tensors_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.058s) 2022-03-17T20:23:37.6202436Z test_non_contiguous_tensors_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.055s) 2022-03-17T20:23:37.6779214Z test_non_contiguous_tensors_nn_RNN_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.058s) 2022-03-17T20:23:37.7333810Z test_non_contiguous_tensors_nn_RNN_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.055s) 2022-03-17T20:23:37.7604854Z test_non_contiguous_tensors_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-03-17T20:23:37.7864946Z test_non_contiguous_tensors_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.026s) 2022-03-17T20:23:37.8063151Z test_non_contiguous_tensors_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-03-17T20:23:37.8254368Z test_non_contiguous_tensors_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-03-17T20:23:38.8071408Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.981s) 2022-03-17T20:23:39.7436129Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.936s) 2022-03-17T20:23:40.3986429Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.655s) 2022-03-17T20:23:41.0250582Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.626s) 2022-03-17T20:23:42.4972076Z test_non_contiguous_tensors_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.472s) 2022-03-17T20:23:43.9017203Z test_non_contiguous_tensors_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.404s) 2022-03-17T20:23:43.9068132Z test_non_contiguous_tensors_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:43.9118874Z test_non_contiguous_tensors_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.005s) 2022-03-17T20:23:43.9160924Z test_pickle_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:23:43.9197705Z test_pickle_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:23:43.9235573Z test_pickle_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:23:43.9272975Z test_pickle_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:23:43.9336685Z test_pickle_nn_BatchNorm2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:23:43.9405456Z test_pickle_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-03-17T20:23:43.9467102Z test_pickle_nn_BatchNorm3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:23:43.9530064Z test_pickle_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:23:43.9643232Z test_pickle_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:23:43.9756037Z test_pickle_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:23:43.9890042Z test_pickle_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-03-17T20:23:44.0023784Z test_pickle_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-03-17T20:23:44.0158628Z test_pickle_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-03-17T20:23:44.0299378Z test_pickle_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-03-17T20:23:44.0438495Z test_pickle_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-03-17T20:23:44.0581403Z test_pickle_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-03-17T20:23:44.0660104Z test_pickle_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:23:44.0738812Z test_pickle_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:23:44.0817965Z test_pickle_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:23:44.0897608Z test_pickle_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:23:44.0984697Z test_pickle_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-03-17T20:23:44.1064899Z test_pickle_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-03-17T20:23:44.1318443Z test_pickle_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-03-17T20:23:44.1567720Z test_pickle_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-03-17T20:23:44.1642102Z test_pickle_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-03-17T20:23:44.1714521Z test_pickle_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-03-17T20:23:44.1777115Z test_pickle_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:23:44.1844421Z test_pickle_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-03-17T20:23:44.1941327Z test_pickle_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:23:44.2039656Z test_pickle_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:23:44.2920902Z test_pickle_nn_GRU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.088s) 2022-03-17T20:23:44.3840073Z test_pickle_nn_GRU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.092s) 2022-03-17T20:23:44.3949898Z test_pickle_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:23:44.4057978Z test_pickle_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:23:44.4108988Z test_pickle_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-03-17T20:23:44.4159268Z test_pickle_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-03-17T20:23:44.4260655Z test_pickle_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:23:44.4360320Z test_pickle_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:23:44.4477999Z test_pickle_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-03-17T20:23:44.4586776Z test_pickle_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:23:44.6608247Z test_pickle_nn_LSTM_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.202s) 2022-03-17T20:23:44.8664239Z test_pickle_nn_LSTM_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.205s) 2022-03-17T20:23:44.8684933Z test_pickle_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.002s) 2022-03-17T20:23:44.8705321Z test_pickle_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.002s) 2022-03-17T20:23:44.8726201Z test_pickle_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.002s) 2022-03-17T20:23:44.8746470Z test_pickle_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.002s) 2022-03-17T20:23:44.8767463Z test_pickle_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.002s) 2022-03-17T20:23:44.8787820Z test_pickle_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.002s) 2022-03-17T20:23:44.8808680Z test_pickle_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.002s) 2022-03-17T20:23:44.8828962Z test_pickle_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.002s) 2022-03-17T20:23:44.8849627Z test_pickle_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.002s) 2022-03-17T20:23:44.8870055Z test_pickle_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.002s) 2022-03-17T20:23:44.8890671Z test_pickle_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.002s) 2022-03-17T20:23:44.8917637Z test_pickle_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.003s) 2022-03-17T20:23:44.9012791Z test_pickle_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-03-17T20:23:44.9110965Z test_pickle_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-03-17T20:23:45.2772976Z test_pickle_nn_MultiheadAttention_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.366s) 2022-03-17T20:23:45.6436262Z test_pickle_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.366s) 2022-03-17T20:23:45.6576792Z test_pickle_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-03-17T20:23:45.6714769Z test_pickle_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-03-17T20:23:45.6850722Z test_pickle_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-03-17T20:23:45.6988966Z test_pickle_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-03-17T20:23:45.8732627Z test_pickle_nn_RNN_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.174s) 2022-03-17T20:23:46.0508501Z test_pickle_nn_RNN_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.177s) 2022-03-17T20:23:46.0570421Z test_pickle_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:23:46.0630488Z test_pickle_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:23:46.0678980Z test_pickle_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-03-17T20:23:46.0727019Z test_pickle_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-03-17T20:23:46.3299121Z test_pickle_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.257s) 2022-03-17T20:23:46.5941489Z test_pickle_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.264s) 2022-03-17T20:23:46.7728211Z test_pickle_nn_TransformerEncoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.179s) 2022-03-17T20:23:46.9547067Z test_pickle_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.182s) 2022-03-17T20:23:47.3930807Z test_pickle_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.438s) 2022-03-17T20:23:47.8433305Z test_pickle_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.450s) 2022-03-17T20:23:47.8499518Z test_pickle_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-03-17T20:23:47.8563624Z test_pickle_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-03-17T20:23:47.8582147Z test_repr_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:47.8600237Z test_repr_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:47.8619087Z test_repr_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:47.8637230Z test_repr_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:47.8657506Z test_repr_nn_BatchNorm2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:47.8683417Z test_repr_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:47.8703680Z test_repr_nn_BatchNorm3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:47.8723022Z test_repr_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:47.8750725Z test_repr_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:23:47.8778173Z test_repr_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:23:47.8807509Z test_repr_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:23:47.8836097Z test_repr_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:23:47.8865141Z test_repr_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:23:47.8900444Z test_repr_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:23:47.8929888Z test_repr_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:23:47.8959067Z test_repr_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:23:47.8982336Z test_repr_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:47.9005461Z test_repr_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:47.9028570Z test_repr_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:47.9051701Z test_repr_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:47.9074960Z test_repr_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:47.9104435Z test_repr_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:23:47.9153662Z test_repr_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-03-17T20:23:47.9203139Z test_repr_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-03-17T20:23:47.9226705Z test_repr_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:47.9249502Z test_repr_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:47.9268559Z test_repr_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:47.9287936Z test_repr_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:47.9312682Z test_repr_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:47.9343880Z test_repr_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:23:47.9455351Z test_repr_nn_GRU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:23:47.9566859Z test_repr_nn_GRU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-03-17T20:23:47.9599298Z test_repr_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:23:47.9632365Z test_repr_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:23:47.9652438Z test_repr_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:47.9672129Z test_repr_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:47.9702734Z test_repr_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:23:47.9739336Z test_repr_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:23:47.9766838Z test_repr_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:23:47.9794044Z test_repr_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:23:48.0028404Z test_repr_nn_LSTM_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-03-17T20:23:48.0263372Z test_repr_nn_LSTM_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-03-17T20:23:48.0277667Z test_repr_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.001s) 2022-03-17T20:23:48.0292082Z test_repr_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.001s) 2022-03-17T20:23:48.0306335Z test_repr_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.001s) 2022-03-17T20:23:48.0320497Z test_repr_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.001s) 2022-03-17T20:23:48.0334951Z test_repr_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.001s) 2022-03-17T20:23:48.0354959Z test_repr_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.002s) 2022-03-17T20:23:48.0369520Z test_repr_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.001s) 2022-03-17T20:23:48.0383692Z test_repr_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.001s) 2022-03-17T20:23:48.0397868Z test_repr_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.001s) 2022-03-17T20:23:48.0412081Z test_repr_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.001s) 2022-03-17T20:23:48.0426298Z test_repr_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... skip (0.001s) 2022-03-17T20:23:48.0440792Z test_repr_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip (0.001s) 2022-03-17T20:23:48.0465203Z test_repr_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:48.0489761Z test_repr_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:48.0901613Z test_repr_nn_MultiheadAttention_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.041s) 2022-03-17T20:23:48.1306311Z test_repr_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.040s) 2022-03-17T20:23:48.1345496Z test_repr_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:23:48.1385099Z test_repr_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-03-17T20:23:48.1414221Z test_repr_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:23:48.1444167Z test_repr_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:23:48.1650665Z test_repr_nn_RNN_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.021s) 2022-03-17T20:23:48.1857431Z test_repr_nn_RNN_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.021s) 2022-03-17T20:23:48.1879898Z test_repr_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:48.1908887Z test_repr_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-03-17T20:23:48.1929575Z test_repr_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:48.1950343Z test_repr_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:48.2220462Z test_repr_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-03-17T20:23:48.2490083Z test_repr_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-03-17T20:23:48.2673976Z test_repr_nn_TransformerEncoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-03-17T20:23:48.2858975Z test_repr_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-03-17T20:23:48.3693109Z test_repr_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.083s) 2022-03-17T20:23:48.4524460Z test_repr_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.083s) 2022-03-17T20:23:48.4545839Z test_repr_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:48.4568414Z test_repr_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-03-17T20:23:48.4568864Z 2022-03-17T20:23:48.4569500Z ---------------------------------------------------------------------- 2022-03-17T20:23:48.4569895Z Ran 689 tests in 161.569s 2022-03-17T20:23:48.4570059Z 2022-03-17T20:23:48.4571595Z OK (skipped=146, expected failures=12) 2022-03-17T20:23:48.4571775Z 2022-03-17T20:23:48.4571899Z Generating XML reports... 2022-03-17T20:23:48.5734720Z Generated XML report: test-reports/python-unittest/test_modules/TEST-TestModuleCUDA-20220317202106.xml 2022-03-17T20:23:49.0621304Z Running test_fx ... [2022-03-17 20:23:49.061601] 2022-03-17T20:23:49.0621935Z Executing ['/opt/conda/bin/python', 'test_fx.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:23:49.061711] 2022-03-17T20:23:51.9581132Z Test results will be stored in test-reports/python-unittest/test_fx 2022-03-17T20:23:51.9758247Z 2022-03-17T20:23:51.9758475Z Running tests... 2022-03-17T20:23:51.9759214Z ---------------------------------------------------------------------- 2022-03-17T20:23:51.9905158Z test_annotate (fx.test_gradual_type.AnnotationsTest) ... ok (0.015s) 2022-03-17T20:23:51.9917107Z test_annotations (fx.test_gradual_type.AnnotationsTest) 2022-03-17T20:23:51.9938898Z Test type annotations in the forward function. ... ok (0.003s) 2022-03-17T20:23:51.9951998Z test_broadcasting1 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-03-17T20:23:51.9960965Z test_broadcasting2 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-03-17T20:23:51.9970346Z test_broadcasting3 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-03-17T20:23:51.9978804Z test_consistency (fx.test_gradual_type.AnnotationsTest) 2022-03-17T20:23:51.9981850Z Test the consistency relation. ... ok (0.001s) 2022-03-17T20:23:51.9990350Z test_precision (fx.test_gradual_type.AnnotationsTest) 2022-03-17T20:23:51.9993232Z Test the consistency relation. ... ok (0.001s) 2022-03-17T20:23:52.0008811Z test_check_inline_non_const (fx.test_fx_const_fold.TestConstFold) 2022-03-17T20:23:52.0086559Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.009s) 2022-03-17T20:23:52.0100990Z test_check_inline_non_const_mult_return (fx.test_fx_const_fold.TestConstFold) 2022-03-17T20:23:52.0174916Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.009s) 2022-03-17T20:23:52.0193841Z test_check_skip_folding_quant_dequant_pattern (fx.test_fx_const_fold.TestConstFold) 2022-03-17T20:23:52.0242307Z Set up skip_folding_quant_dequant function to skip quant/dequant pattern. ... ok (0.007s) 2022-03-17T20:23:52.0259477Z test_const_fold_basic_one_attr_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-03-17T20:23:52.0325336Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.008s) 2022-03-17T20:23:52.0339439Z test_const_fold_basic_one_attr_no_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-03-17T20:23:52.0404260Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.008s) 2022-03-17T20:23:52.0418497Z test_const_fold_basic_placeholder_reordered (fx.test_fx_const_fold.TestConstFold) 2022-03-17T20:23:52.0446129Z Test code path where placeholder comes after normal op node in FX ... ok (0.004s) 2022-03-17T20:23:52.0458554Z test_const_fold_basic_two_attr (fx.test_fx_const_fold.TestConstFold) 2022-03-17T20:23:52.0517516Z Perform constant folding conversion, from original mod to split constant ... ok (0.007s) 2022-03-17T20:23:52.0533530Z test_const_fold_basic_two_attr_three_input (fx.test_fx_const_fold.TestConstFold) 2022-03-17T20:23:52.0603115Z Perform constant folding conversion, from original mod to split constant ... ok (0.008s) 2022-03-17T20:23:52.0674051Z test_const_fold_has_inlined_call_module_node (fx.test_fx_const_fold.TestConstFold) ... ok (0.007s) 2022-03-17T20:23:52.0750269Z test_const_fold_module_attr (fx.test_fx_const_fold.TestConstFold) ... ok (0.008s) 2022-03-17T20:23:52.0767333Z test_const_fold_multi_const_folded_attrs (fx.test_fx_const_fold.TestConstFold) 2022-03-17T20:23:52.0853827Z Perform constant folding conversion, from original mod to split constant ... ok (0.010s) 2022-03-17T20:23:52.0865230Z test_const_fold_noop (fx.test_fx_const_fold.TestConstFold) 2022-03-17T20:23:52.0894272Z Check that a graph with no constant folding is handled correctly. ... ok (0.004s) 2022-03-17T20:23:52.0908648Z test_const_fold_submod_hierarchy (fx.test_fx_const_fold.TestConstFold) 2022-03-17T20:23:52.0970083Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.007s) 2022-03-17T20:23:52.1036429Z test_const_fold_unused_placeholder (fx.test_fx_const_fold.TestConstFold) ... ok (0.007s) 2022-03-17T20:23:52.1103296Z test_dict_output (fx.test_fx_const_fold.TestConstFold) ... ok (0.007s) 2022-03-17T20:23:52.1114099Z test_fold_module (fx.test_fx_const_fold.TestConstFold) 2022-03-17T20:23:52.1173941Z Perform constant folding with a call_module node. ... ok (0.007s) 2022-03-17T20:23:52.1193528Z test_retain_node_meta (fx.test_fx_const_fold.TestConstFold) 2022-03-17T20:23:52.1253036Z Perform constant folding conversion, and validate that node meta is retained. ... ok (0.008s) 2022-03-17T20:23:52.1327919Z test_three_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.007s) 2022-03-17T20:23:52.1396071Z test_two_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.007s) 2022-03-17T20:23:52.1418682Z test_param_dim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-03-17T20:23:52.1419496Z warnings.warn(msg, FutureWarning) 2022-03-17T20:23:52.1470693Z ok (0.007s) 2022-03-17T20:23:52.1534431Z test_param_ndim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-03-17T20:23:52.1601065Z test_param_nelement_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.007s) 2022-03-17T20:23:52.1660605Z test_param_numel_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-03-17T20:23:52.1719844Z test_param_shape_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-03-17T20:23:52.1781034Z test_param_size_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-03-17T20:23:52.1790695Z test_dead_chain (fx.test_dce_pass.TestDCE) 2022-03-17T20:23:52.1814719Z Tests that a chain of two nodes in the graph are DCE'd correctly. ... graph(): 2022-03-17T20:23:52.1815386Z %x : [#users=2] = placeholder[target=x] 2022-03-17T20:23:52.1815812Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-03-17T20:23:52.1816221Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, 7), kwargs = {}) 2022-03-17T20:23:52.1816560Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-03-17T20:23:52.1816926Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-03-17T20:23:52.1817228Z return add_1 2022-03-17T20:23:52.1822446Z ok (0.004s) 2022-03-17T20:23:52.1830783Z test_dead_getattr (fx.test_dce_pass.TestDCE) 2022-03-17T20:23:52.1855538Z Tests that a getatrr in the graph is DCE'd correctly. ... graph(): 2022-03-17T20:23:52.1856186Z %x : [#users=2] = placeholder[target=x] 2022-03-17T20:23:52.1856541Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-03-17T20:23:52.1856899Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-03-17T20:23:52.1857270Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, %attr_1), kwargs = {}) 2022-03-17T20:23:52.1857700Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 11), kwargs = {}) 2022-03-17T20:23:52.1858016Z return add_1 2022-03-17T20:23:52.1863245Z ok (0.004s) 2022-03-17T20:23:52.1869890Z test_dead_placeholder (fx.test_dce_pass.TestDCE) 2022-03-17T20:23:52.1892027Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-03-17T20:23:52.1892509Z %x : [#users=1] = placeholder[target=x] 2022-03-17T20:23:52.1892966Z %y : [#users=0] = placeholder[target=y] 2022-03-17T20:23:52.1893307Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-03-17T20:23:52.1893622Z return add 2022-03-17T20:23:52.1898320Z ok (0.003s) 2022-03-17T20:23:52.1905011Z test_dead_placeholder_with_user (fx.test_dce_pass.TestDCE) 2022-03-17T20:23:52.1926604Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-03-17T20:23:52.1927218Z %x : [#users=1] = placeholder[target=x] 2022-03-17T20:23:52.1927522Z %y : [#users=1] = placeholder[target=y] 2022-03-17T20:23:52.1927871Z %add : [#users=0] = call_function[target=operator.add](args = (%y, 2), kwargs = {}) 2022-03-17T20:23:52.1928258Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-03-17T20:23:52.1928570Z return add_1 2022-03-17T20:23:52.1933474Z ok (0.003s) 2022-03-17T20:23:52.1942447Z test_keep_module_with_side_effects (fx.test_dce_pass.TestDCE) 2022-03-17T20:23:52.1964271Z Test that DCE doesn't remove a module if it's specified as having side effects. ... graph(): 2022-03-17T20:23:52.1964829Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-03-17T20:23:52.1965312Z %relu : [#users=0] = call_module[target=relu](args = (%a,), kwargs = {}) 2022-03-17T20:23:52.1965689Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-03-17T20:23:52.1965997Z return mul 2022-03-17T20:23:52.1971531Z ok (0.004s) 2022-03-17T20:23:52.1979061Z test_keep_torch_assert (fx.test_dce_pass.TestDCE) 2022-03-17T20:23:52.2001335Z Test that DCE doesn't remove torch._assert since it has side effects. ... graph(): 2022-03-17T20:23:52.2002169Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-03-17T20:23:52.2002527Z %equal : [#users=1] = call_function[target=torch.equal](args = (%a, %a), kwargs = {}) 2022-03-17T20:23:52.2002959Z %_assert : [#users=0] = call_function[target=torch._assert](args = (%equal, a must equal a), kwargs = {}) 2022-03-17T20:23:52.2003371Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-03-17T20:23:52.2003689Z return mul 2022-03-17T20:23:52.2009466Z ok (0.004s) 2022-03-17T20:23:52.2017158Z test_simple (fx.test_dce_pass.TestDCE) 2022-03-17T20:23:52.2041383Z Tests that a single node in the graph is DCE'd correctly. ... graph(): 2022-03-17T20:23:52.2041961Z %x : [#users=2] = placeholder[target=x] 2022-03-17T20:23:52.2042328Z %add : [#users=0] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-03-17T20:23:52.2042683Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-03-17T20:23:52.2043031Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-03-17T20:23:52.2043353Z return add_1 2022-03-17T20:23:52.2049156Z ok (0.004s) 2022-03-17T20:23:52.2086404Z test_all_input_nodes (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:52.2181136Z test_annotation_with_future (__main__.TestFX) ... ok (0.009s) 2022-03-17T20:23:52.2495821Z test_annotations_empty_tuple (__main__.TestFX) ... ok (0.031s) 2022-03-17T20:23:52.2532441Z test_annotations_with_forward_references (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:52.2569381Z test_annotations_with_no_forward_references (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:52.2608677Z test_annotations_with_non_torch_reference_and_internal_forward_references (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:52.2649015Z test_annotations_with_non_torch_reference_and_no_internal_forward_references (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:52.2686800Z test_args_kwargs (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:52.2704735Z test_args_kwargs_no_self (__main__.TestFX) ... ok (0.002s) 2022-03-17T20:23:52.2744834Z test_assert (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:52.2799718Z test_ast_rewriter_reassigns_submodules (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:52.2853278Z test_ast_rewriter_rewrites_assert (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:52.2906086Z test_ast_rewriter_rewrites_assert_with_message (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:52.2953635Z test_ast_rewriter_wrap (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:52.2999419Z test_ast_rewriter_wrap_fn_directly (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:52.3050585Z test_ast_rewriter_wrap_with_submodule (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:52.3091029Z test_ast_rewriter_wrapped_via_decorator (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:52.3139197Z test_ast_rewriter_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:52.3988225Z test_autowrap_functions (__main__.TestFX) ... ok (0.085s) 2022-03-17T20:23:52.4023815Z test_construct_root_dict (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:52.4041492Z test_copy_it (__main__.TestFX) ... ok (0.002s) 2022-03-17T20:23:52.4078648Z test_copy_no_remap (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:52.4117567Z test_ctx_mgr (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:52.4339444Z test_custom_codegen (__main__.TestFX) ... ok (0.022s) 2022-03-17T20:23:52.4396050Z test_custom_codegen_with_transformer (__main__.TestFX) ... ok (0.006s) 2022-03-17T20:23:52.4422563Z test_custom_import (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:52.4914879Z test_custom_proxy_dynamic_value (__main__.TestFX) ... ok (0.049s) 2022-03-17T20:23:52.4962340Z test_custom_proxy_input_dependent_control_flow (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:52.5010723Z test_custom_proxy_type (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:52.5061224Z test_custom_proxy_type_literal (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:52.5163929Z test_custom_traceback_not_raised_when_exception_source_is_submodule (__main__.TestFX) ... ok (0.010s) 2022-03-17T20:23:52.5213702Z test_custom_traceback_raised_when_exception_source_is_graphmodule (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:52.5229537Z test_deepcopy_graph_with_tracer_cls (__main__.TestFX) ... ok (0.002s) 2022-03-17T20:23:52.5288825Z test_deepcopy_graphmodule_with_transform (__main__.TestFX) ... ok (0.006s) 2022-03-17T20:23:52.7811955Z test_deepcopy_recursion_depth (__main__.TestFX) ... ok (0.252s) 2022-03-17T20:23:52.7869616Z test_deepcopy_with_submods_params (__main__.TestFX) ... ok (0.006s) 2022-03-17T20:23:52.7918166Z test_delete_unused_submodules_leaf (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-03-17T20:23:52.7918968Z warnings.warn(msg, FutureWarning) 2022-03-17T20:23:52.7919218Z ok (0.005s) 2022-03-17T20:23:52.7960154Z test_dict (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:52.8000227Z test_direct_param_use (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:52.8069677Z test_disallow_override (__main__.TestFX) ... ok (0.007s) 2022-03-17T20:23:52.8110554Z test_ellipsis (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:52.8125995Z test_empty_graph_codegen (__main__.TestFX) ... ok (0.001s) 2022-03-17T20:23:52.8160277Z test_erase_node_error (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:52.8219787Z test_example_shape_prop (__main__.TestFX) ... ok (0.006s) 2022-03-17T20:23:52.8244914Z test_find_uses (__main__.TestFX) ... ok (0.002s) 2022-03-17T20:23:52.8419051Z test_fn_type_annotation_empty (__main__.TestFX) ... ok (0.017s) 2022-03-17T20:23:52.8699849Z test_fn_type_annotations (__main__.TestFX) ... ok (0.028s) 2022-03-17T20:23:52.8736244Z test_fx_and_or (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:52.8780681Z test_fx_create_arg (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:52.8817288Z test_fx_shifts (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:52.8869133Z test_fx_stateless (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:53.0198679Z test_get_torch_func_signature (__main__.TestFX) ... ok (0.133s) 2022-03-17T20:23:53.0203032Z test_getitem (__main__.TestFX) ... skip (0.000s) 2022-03-17T20:23:53.0765483Z test_getitem_subproc (__main__.TestFX) ... ok (0.056s) 2022-03-17T20:23:53.0829022Z test_graph_edit_with_proxy (__main__.TestFX) ... ok (0.006s) 2022-03-17T20:23:53.0864794Z test_graph_fns (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:53.1308310Z test_graph_module (__main__.TestFX) ... ok (0.044s) 2022-03-17T20:23:53.1353627Z test_graph_module_init_buffer_param_copied_dict_init (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:53.1397167Z test_graph_module_init_buffer_param_copied_mod_init (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:53.1438161Z test_graph_module_replicate_for_dp (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:53.1479802Z test_graph_unique_names (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:53.1501928Z test_graph_unique_names_manual (__main__.TestFX) ... ok (0.002s) 2022-03-17T20:23:53.1516173Z test_immutable_dict_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-03-17T20:23:53.1529609Z test_immutable_list_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-03-17T20:23:53.1551563Z test_imul_code_print (__main__.TestFX) ... ok (0.002s) 2022-03-17T20:23:53.1593573Z test_inf_nan (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:53.1622846Z test_inf_nan_kwds (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:53.1692724Z test_inline_graph (__main__.TestFX) ... ok (0.007s) 2022-03-17T20:23:53.1721343Z test_insertion_point (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:53.1783224Z test_interpreter (__main__.TestFX) ... ok (0.006s) 2022-03-17T20:23:53.1820091Z test_interpreter_default_args (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:53.4683805Z test_interpreter_gc_values (__main__.TestFX) ... ok (0.286s) 2022-03-17T20:23:53.7981480Z test_interpreter_noop_resnet18 (__main__.TestFX) ... ok (0.330s) 2022-03-17T20:23:53.8023073Z test_interpreter_not_enough_args (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:53.8068993Z test_interpreter_onthefly_swap (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:53.8121272Z test_interpreter_partial_eval (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:53.8170004Z test_interpreter_run_node_override (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:53.8207283Z test_interpreter_star_args (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:53.8249663Z test_layout (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:53.8288488Z test_leaf_module (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:53.8345967Z test_matmul_tracing (__main__.TestFX) ... ok (0.006s) 2022-03-17T20:23:53.8396828Z test_module_deepcopy_edit_nodes (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:53.8427126Z test_move_before (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:53.8454053Z test_multi_insert_point (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:53.8524351Z test_multiple_default_args (__main__.TestFX) ... ok (0.007s) 2022-03-17T20:23:53.8584664Z test_named_tuple_inlined (__main__.TestFX) ... ok (0.006s) 2022-03-17T20:23:53.8619484Z test_namedtuple_return_qualname (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:53.8655438Z test_namedtuple_return_trace (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:53.8941553Z test_native_callable (__main__.TestFX) ... ok (0.028s) 2022-03-17T20:23:53.8954132Z test_no_mutation (__main__.TestFX) ... ok (0.001s) 2022-03-17T20:23:53.8991163Z test_node_tagging (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:53.9026340Z test_nonetype_annotation (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:53.9103797Z test_partial_trace (__main__.TestFX) ... 2022-03-17T20:23:53.9103997Z 2022-03-17T20:23:53.9104017Z 2022-03-17T20:23:53.9104447Z def forward(self, x, y_1): 2022-03-17T20:23:53.9104759Z eq = y_1 == True; y_1 = None 2022-03-17T20:23:53.9105316Z _assert = torch._assert(eq, 'y has been specialized to have value True'); eq = None 2022-03-17T20:23:53.9105633Z mul = 2 * x; x = None 2022-03-17T20:23:53.9106619Z return mul 2022-03-17T20:23:53.9108322Z 2022-03-17T20:23:53.9113944Z /opt/conda/lib/python3.7/site-packages/torch/fx/_symbolic_trace.py:420: UserWarning: Was not able to add assertion to guarantee correct inputs to specialized function. It is up to the user to make sure that your inputs match the inputs you specialized the function with. 2022-03-17T20:23:53.9114685Z "Was not able to add assertion to guarantee correct inputs to " 2022-03-17T20:23:53.9131481Z ok (0.010s) 2022-03-17T20:23:53.9187176Z test_pickle_custom_import (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:53.9261956Z test_pickle_graphmodule (__main__.TestFX) ... ok (0.007s) 2022-03-17T20:23:53.9346520Z test_pickle_nonetype_annotation (__main__.TestFX) ... ok (0.008s) 2022-03-17T20:23:53.9437227Z test_pickle_torch_custom_ops (__main__.TestFX) ... ok (0.009s) 2022-03-17T20:23:53.9454851Z test_prepend_self (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/fx/node.py:239: UserWarning: Trying to prepend a node to itself. This behavior has no effect on the graph. 2022-03-17T20:23:53.9455442Z warnings.warn("Trying to prepend a node to itself. This behavior has no effect on the graph.") 2022-03-17T20:23:53.9456701Z ok (0.002s) 2022-03-17T20:23:53.9488604Z test_pretty_print (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:53.9526595Z test_pretty_print_graph (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:53.9575298Z test_pretty_print_node (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:53.9620943Z test_pretty_print_targets (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:53.9646251Z test_profiler_ranges_side_effect (__main__.TestFX) ... ok (0.002s) 2022-03-17T20:23:54.1018203Z test_pytree (__main__.TestFX) ... ok (0.137s) 2022-03-17T20:23:54.1083250Z test_pytree_concrete (__main__.TestFX) ... ok (0.006s) 2022-03-17T20:23:54.1106749Z test_reassign_args_kwargs_uses (__main__.TestFX) ... ok (0.002s) 2022-03-17T20:23:54.1160860Z test_regular_and_default_args (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:54.1178834Z test_remove_uses (__main__.TestFX) ... ok (0.002s) 2022-03-17T20:23:54.1193787Z test_remove_uses_with_custom_filter (__main__.TestFX) ... ok (0.002s) 2022-03-17T20:23:54.1219865Z test_replace_input (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:54.3076591Z test_replace_uses (__main__.TestFX) ... ok (0.185s) 2022-03-17T20:23:54.3083597Z test_reserved_getattr (__main__.TestFX) 2022-03-17T20:23:54.3112425Z Ensure that we do not name any nodes with a reserved builtin like `getattr` ... ok (0.004s) 2022-03-17T20:23:54.3150371Z test_return_tuple (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:54.3331581Z test_return_type_exists (__main__.TestFX) ... ok (0.018s) 2022-03-17T20:23:54.3436430Z test_script_method_trace (__main__.TestFX) ... ok (0.010s) 2022-03-17T20:23:54.3626501Z test_script_tensor_constant (__main__.TestFX) ... ok (0.019s) 2022-03-17T20:23:54.3665141Z test_sequential (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:54.3707660Z test_shape_prop_aggregate (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:54.3910968Z test_shape_prop_layout (__main__.TestFX) ... ok (0.020s) 2022-03-17T20:23:54.7810687Z test_shape_prop_layout_3d (__main__.TestFX) ... ok (0.390s) 2022-03-17T20:23:54.7863808Z test_single_default_arg (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:54.7917349Z test_snake_case (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:54.8008823Z test_sqrt (__main__.TestFX) ... ok (0.009s) 2022-03-17T20:23:54.8056093Z test_stack_traces (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:54.8085632Z test_string_literal_return (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:54.8278155Z test_submodule_manipulation_API (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:23:54.8279130Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:23:54.8281496Z ok (0.019s) 2022-03-17T20:23:54.8401183Z test_symbolic_trace_assert (__main__.TestFX) ... ok (0.012s) 2022-03-17T20:23:54.8452394Z test_symbolic_trace_sequential (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:54.8521983Z test_tensor_attribute (__main__.TestFX) ... ok (0.007s) 2022-03-17T20:23:54.8586605Z test_tensor_attribute_coalseced (__main__.TestFX) ... ok (0.006s) 2022-03-17T20:23:54.8624470Z test_tensor_constant (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:54.8659300Z test_throw_out_variant (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:54.8714004Z test_torch_custom_ops (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:54.8750878Z test_torch_fx_getattr (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:54.9016039Z test_torch_fx_len (__main__.TestFX) ... ok (0.026s) 2022-03-17T20:23:54.9057994Z test_torch_op_overloads (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:54.9092036Z test_torchbind_class_attribute_in_fx (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:54.9132084Z test_torchbind_class_attribute_in_fx_tensor_arg (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:54.9152485Z test_trace_buffer_slice (__main__.TestFX) ... skip (0.002s) 2022-03-17T20:23:54.9187866Z test_trace_dict_int_keys (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:54.9221985Z test_trace_dict_proxy_keys (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:54.9256135Z test_trace_fn_constant (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:54.9294355Z test_trace_function (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:54.9507639Z test_tracing_graphmodules_as_leaf_submodules (__main__.TestFX) ... ok (0.021s) 2022-03-17T20:23:54.9561700Z test_transformer_multi_outputs (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:54.9619043Z test_transformer_noop (__main__.TestFX) ... ok (0.006s) 2022-03-17T20:23:54.9675529Z test_transformer_op_swap (__main__.TestFX) ... ok (0.006s) 2022-03-17T20:23:54.9712340Z test_tuple_no_subscript (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-03-17T20:23:54.9713091Z warnings.warn(msg, FutureWarning) 2022-03-17T20:23:54.9748933Z ok (0.007s) 2022-03-17T20:23:54.9766015Z test_typename_print (__main__.TestFX) ... ok (0.002s) 2022-03-17T20:23:54.9805744Z test_unpack (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:54.9838157Z test_unpack_dict_better_error (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:54.9868547Z test_unpack_list_better_error (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:54.9903166Z test_update_args_api (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:54.9938542Z test_update_args_kwargs_yells_at_you (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:54.9973714Z test_update_kwargs_api (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:55.0130566Z test_user_friendly_call_provenance_with_function (__main__.TestFX) ... ok (0.016s) 2022-03-17T20:23:55.0296384Z test_user_friendly_call_provenance_with_module (__main__.TestFX) ... ok (0.016s) 2022-03-17T20:23:55.0334399Z test_wrap (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:55.0371997Z test_wrap_fn_directly (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:55.0417930Z test_wrap_with_submodule (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:55.0461979Z test_wrapped_method (__main__.TestFX) ... ok (0.004s) 2022-03-17T20:23:55.0514116Z test_wrapped_retrace (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:55.0548149Z test_wrapped_via_decorator (__main__.TestFX) ... ok (0.003s) 2022-03-17T20:23:55.0595169Z test_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.005s) 2022-03-17T20:23:55.0608120Z test_wrong_target_type (__main__.TestFX) ... ok (0.001s) 2022-03-17T20:23:55.0629084Z test_wrong_topo (__main__.TestFX) ... ok (0.002s) 2022-03-17T20:23:55.0638610Z test_class_member_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-03-17T20:23:55.0645367Z Test backward compatibility for members of classes with ... ok (0.001s) 2022-03-17T20:23:55.0653576Z test_function_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-03-17T20:23:55.0753482Z Test backward compatibility for function signatures with ... ok (0.011s) 2022-03-17T20:23:55.0781722Z test_public_api_surface (__main__.TestFXAPIBackwardCompatibility) ... ok (0.003s) 2022-03-17T20:23:55.0795448Z test_nn_functional_adaptive_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.0826479Z test_nn_functional_adaptive_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.0853729Z test_nn_functional_adaptive_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.0882653Z test_nn_functional_adaptive_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.0911516Z test_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.0938920Z test_nn_functional_adaptive_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.0966654Z test_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.0994453Z test_nn_functional_adaptive_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1023676Z test_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1053490Z test_nn_functional_affine_grid (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1081574Z test_nn_functional_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1094923Z test_nn_functional_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.1107842Z test_nn_functional_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.1120860Z test_nn_functional_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.1149644Z test_nn_functional_batch_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1163035Z test_nn_functional_bilinear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.1192697Z test_nn_functional_binary_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1221243Z test_nn_functional_binary_cross_entropy_with_logits (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1249010Z test_nn_functional_celu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1262286Z test_nn_functional_celu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.1275103Z test_nn_functional_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.1288363Z test_nn_functional_conv1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.1301238Z test_nn_functional_conv2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.1314191Z test_nn_functional_conv3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.1327259Z test_nn_functional_conv_tbc (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.1340442Z test_nn_functional_conv_transpose1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.1353455Z test_nn_functional_conv_transpose2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.1367288Z test_nn_functional_conv_transpose3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.1399262Z test_nn_functional_cosine_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1412302Z test_nn_functional_cosine_similarity (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.1441117Z test_nn_functional_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1471233Z test_nn_functional_ctc_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1499500Z test_nn_functional_dropout (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1527612Z test_nn_functional_dropout2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1556674Z test_nn_functional_dropout3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1584401Z test_nn_functional_elu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1597452Z test_nn_functional_elu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.1627866Z test_nn_functional_embedding (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1659720Z test_nn_functional_embedding_bag (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1688009Z test_nn_functional_feature_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1718301Z test_nn_functional_fold (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1745756Z test_nn_functional_fractional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1775044Z test_nn_functional_fractional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1802548Z test_nn_functional_fractional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1831746Z test_nn_functional_fractional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1862714Z test_nn_functional_gaussian_nll_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1875890Z test_nn_functional_gelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.1905859Z test_nn_functional_glu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1934648Z test_nn_functional_grid_sample (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1968839Z test_nn_functional_group_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.1996980Z test_nn_functional_gumbel_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2010224Z test_nn_functional_hardshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.2036337Z test_nn_functional_hardsigmoid (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2063123Z test_nn_functional_hardswish (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2094753Z test_nn_functional_hardtanh (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2107923Z test_nn_functional_hardtanh_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.2135939Z test_nn_functional_hinge_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2165715Z test_nn_functional_huber_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2194481Z test_nn_functional_instance_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2223953Z test_nn_functional_interpolate (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2253557Z test_nn_functional_kl_div (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2282754Z test_nn_functional_l1_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2311770Z test_nn_functional_layer_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2339497Z test_nn_functional_leaky_relu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2352602Z test_nn_functional_leaky_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.2365978Z test_nn_functional_linear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.2394551Z test_nn_functional_local_response_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2429633Z test_nn_functional_log_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2442565Z test_nn_functional_logsigmoid (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.2471878Z test_nn_functional_lp_pool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2500419Z test_nn_functional_lp_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2528812Z test_nn_functional_margin_ranking_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2555655Z test_nn_functional_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2586505Z test_nn_functional_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2613574Z test_nn_functional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2642583Z test_nn_functional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2670420Z test_nn_functional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2699852Z test_nn_functional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2728394Z test_nn_functional_max_unpool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2758132Z test_nn_functional_max_unpool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2786856Z test_nn_functional_max_unpool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2814037Z test_nn_functional_mish (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2842920Z test_nn_functional_mse_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2879945Z test_nn_functional_multi_head_attention_forward (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-03-17T20:23:55.2908752Z test_nn_functional_multi_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2936297Z test_nn_functional_multilabel_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2964453Z test_nn_functional_multilabel_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.2977260Z test_nn_functional_native_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.3005508Z test_nn_functional_nll_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.3046346Z test_nn_functional_normalize (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-03-17T20:23:55.3059223Z test_nn_functional_one_hot (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.3086252Z test_nn_functional_pad (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.3099173Z test_nn_functional_pairwise_distance (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.3111800Z test_nn_functional_pdist (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.3124947Z test_nn_functional_pixel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.3137559Z test_nn_functional_pixel_unshuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.3167090Z test_nn_functional_poisson_nll_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.3179804Z test_nn_functional_prelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.3206139Z test_nn_functional_relu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.3233551Z test_nn_functional_relu6 (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.3246784Z test_nn_functional_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.3274221Z test_nn_functional_rrelu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.3287236Z test_nn_functional_rrelu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.3313253Z test_nn_functional_selu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-03-17T20:23:55.3326311Z test_nn_functional_selu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.3352194Z test_nn_functional_silu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-03-17T20:23:55.3382348Z test_nn_functional_smooth_l1_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.3412240Z test_nn_functional_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.3446284Z test_nn_functional_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.3480155Z test_nn_functional_softmin (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.3493045Z test_nn_functional_softplus (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.3506524Z test_nn_functional_softshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.3533553Z test_nn_functional_threshold (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.3546298Z test_nn_functional_threshold_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-03-17T20:23:55.3577480Z test_nn_functional_triplet_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.3608219Z test_nn_functional_triplet_margin_with_distance_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.3636598Z test_nn_functional_unfold (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-03-17T20:23:55.3660346Z test_nn_functional_upsample (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3669: UserWarning: nn.functional.upsample is deprecated. Use nn.functional.interpolate instead. 2022-03-17T20:23:55.3661305Z warnings.warn("nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.") 2022-03-17T20:23:55.3666147Z ok (0.003s) 2022-03-17T20:23:55.3690747Z test_nn_functional_upsample_bilinear (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4002: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-03-17T20:23:55.3691746Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-03-17T20:23:55.3696667Z ok (0.003s) 2022-03-17T20:23:55.3719267Z test_nn_functional_upsample_nearest (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3947: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-03-17T20:23:55.3720026Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-03-17T20:23:55.3725695Z ok (0.003s) 2022-03-17T20:23:55.3758675Z test_get_torch_func_signature_exhaustive_H_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.003s) 2022-03-17T20:23:55.3777194Z test_get_torch_func_signature_exhaustive_T_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.3795538Z test_get_torch_func_signature_exhaustive___getitem___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.3814070Z test_get_torch_func_signature_exhaustive___radd___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.3832037Z test_get_torch_func_signature_exhaustive___rdiv___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.3850634Z test_get_torch_func_signature_exhaustive___rmatmul___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.3868999Z test_get_torch_func_signature_exhaustive___rmod___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.3887449Z test_get_torch_func_signature_exhaustive___rmul___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.3905860Z test_get_torch_func_signature_exhaustive___rpow___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.3930467Z test_get_torch_func_signature_exhaustive___rsub___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.3948842Z test_get_torch_func_signature_exhaustive__masked_amax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.3967014Z test_get_torch_func_signature_exhaustive__masked_amin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.3985109Z test_get_torch_func_signature_exhaustive__masked_log_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4002988Z test_get_torch_func_signature_exhaustive__masked_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4021144Z test_get_torch_func_signature_exhaustive__masked_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4039186Z test_get_torch_func_signature_exhaustive__masked_normalize_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4057823Z test_get_torch_func_signature_exhaustive__masked_prod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4075720Z test_get_torch_func_signature_exhaustive__masked_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4094159Z test_get_torch_func_signature_exhaustive__masked_softmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4112197Z test_get_torch_func_signature_exhaustive__masked_sum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4130628Z test_get_torch_func_signature_exhaustive__masked_var_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4155111Z test_get_torch_func_signature_exhaustive_abs_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4173844Z test_get_torch_func_signature_exhaustive_acos_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4191787Z test_get_torch_func_signature_exhaustive_acosh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4210006Z test_get_torch_func_signature_exhaustive_add_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4227960Z test_get_torch_func_signature_exhaustive_addbmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4246530Z test_get_torch_func_signature_exhaustive_addcdiv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4264470Z test_get_torch_func_signature_exhaustive_addcmul_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4282630Z test_get_torch_func_signature_exhaustive_addmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4300871Z test_get_torch_func_signature_exhaustive_addmm_decomposed_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4318906Z test_get_torch_func_signature_exhaustive_addmv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4337112Z test_get_torch_func_signature_exhaustive_addr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4355123Z test_get_torch_func_signature_exhaustive_all_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4382527Z test_get_torch_func_signature_exhaustive_allclose_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.003s) 2022-03-17T20:23:55.4400647Z test_get_torch_func_signature_exhaustive_amax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4418974Z test_get_torch_func_signature_exhaustive_amin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4437154Z test_get_torch_func_signature_exhaustive_aminmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4455694Z test_get_torch_func_signature_exhaustive_angle_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4473773Z test_get_torch_func_signature_exhaustive_any_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4492025Z test_get_torch_func_signature_exhaustive_argmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4510077Z test_get_torch_func_signature_exhaustive_argmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4528540Z test_get_torch_func_signature_exhaustive_argsort_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4546474Z test_get_torch_func_signature_exhaustive_argwhere_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4564990Z test_get_torch_func_signature_exhaustive_as_strided_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4583163Z test_get_torch_func_signature_exhaustive_asin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4607234Z test_get_torch_func_signature_exhaustive_asinh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4625299Z test_get_torch_func_signature_exhaustive_atan2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4643471Z test_get_torch_func_signature_exhaustive_atan_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4661667Z test_get_torch_func_signature_exhaustive_atanh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4679872Z test_get_torch_func_signature_exhaustive_atleast_1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4698343Z test_get_torch_func_signature_exhaustive_atleast_2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4716134Z test_get_torch_func_signature_exhaustive_atleast_3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4734294Z test_get_torch_func_signature_exhaustive_baddbmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4752523Z test_get_torch_func_signature_exhaustive_bernoulli_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4771242Z test_get_torch_func_signature_exhaustive_bfloat16_channels_last_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4789160Z test_get_torch_func_signature_exhaustive_bfloat16_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4807755Z test_get_torch_func_signature_exhaustive_bitwise_left_shift_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4831273Z test_get_torch_func_signature_exhaustive_bitwise_right_shift_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4849472Z test_get_torch_func_signature_exhaustive_block_diag_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4867481Z test_get_torch_func_signature_exhaustive_bmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4885769Z test_get_torch_func_signature_exhaustive_bool_channels_last_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4903661Z test_get_torch_func_signature_exhaustive_bool_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4921719Z test_get_torch_func_signature_exhaustive_broadcast_tensors_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4940015Z test_get_torch_func_signature_exhaustive_broadcast_to_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4958195Z test_get_torch_func_signature_exhaustive_bucketize_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4976561Z test_get_torch_func_signature_exhaustive_byte_channels_last_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.4994626Z test_get_torch_func_signature_exhaustive_byte_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5012785Z test_get_torch_func_signature_exhaustive_cartesian_prod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5030703Z test_get_torch_func_signature_exhaustive_cat_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5054892Z test_get_torch_func_signature_exhaustive_cdist_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5073011Z test_get_torch_func_signature_exhaustive_ceil_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5091326Z test_get_torch_func_signature_exhaustive_char_channels_last_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5109218Z test_get_torch_func_signature_exhaustive_char_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5127107Z test_get_torch_func_signature_exhaustive_cholesky_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5144613Z test_get_torch_func_signature_exhaustive_cholesky_inverse_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5162407Z test_get_torch_func_signature_exhaustive_cholesky_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5180686Z test_get_torch_func_signature_exhaustive_chunk_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5198594Z test_get_torch_func_signature_exhaustive_clamp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5216849Z test_get_torch_func_signature_exhaustive_clamp_scalar_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5234706Z test_get_torch_func_signature_exhaustive_clone_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5252959Z test_get_torch_func_signature_exhaustive_column_stack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5276653Z test_get_torch_func_signature_exhaustive_combinations_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5294930Z test_get_torch_func_signature_exhaustive_complex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5312908Z test_get_torch_func_signature_exhaustive_conj_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5331059Z test_get_torch_func_signature_exhaustive_conj_physical_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5349009Z test_get_torch_func_signature_exhaustive_contiguous_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5367561Z test_get_torch_func_signature_exhaustive_copysign_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5385487Z test_get_torch_func_signature_exhaustive_corrcoef_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5403466Z test_get_torch_func_signature_exhaustive_cos_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5421529Z test_get_torch_func_signature_exhaustive_cosh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5439497Z test_get_torch_func_signature_exhaustive_count_nonzero_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5457658Z test_get_torch_func_signature_exhaustive_cov_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5475847Z test_get_torch_func_signature_exhaustive_cross_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5500033Z test_get_torch_func_signature_exhaustive_cummax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5517864Z test_get_torch_func_signature_exhaustive_cummin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5536100Z test_get_torch_func_signature_exhaustive_cumprod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5554055Z test_get_torch_func_signature_exhaustive_cumsum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5572386Z test_get_torch_func_signature_exhaustive_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5590419Z test_get_torch_func_signature_exhaustive_deg2rad_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5608721Z test_get_torch_func_signature_exhaustive_diag_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5626600Z test_get_torch_func_signature_exhaustive_diag_embed_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5644973Z test_get_torch_func_signature_exhaustive_diagflat_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5662994Z test_get_torch_func_signature_exhaustive_diagonal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5681014Z test_get_torch_func_signature_exhaustive_diagonal_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5699227Z test_get_torch_func_signature_exhaustive_diff_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5723039Z test_get_torch_func_signature_exhaustive_digamma_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5741060Z test_get_torch_func_signature_exhaustive_dist_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5758993Z test_get_torch_func_signature_exhaustive_div_floor_rounding_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5777397Z test_get_torch_func_signature_exhaustive_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5795260Z test_get_torch_func_signature_exhaustive_div_trunc_rounding_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5813572Z test_get_torch_func_signature_exhaustive_dot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5831518Z test_get_torch_func_signature_exhaustive_double_channels_last_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5849478Z test_get_torch_func_signature_exhaustive_double_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5867640Z test_get_torch_func_signature_exhaustive_dsplit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5886051Z test_get_torch_func_signature_exhaustive_dstack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5903547Z test_get_torch_func_signature_exhaustive_eig_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5921512Z test_get_torch_func_signature_exhaustive_einsum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5933784Z test_get_torch_func_signature_exhaustive_empty_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.001s) 2022-03-17T20:23:55.5958648Z test_get_torch_func_signature_exhaustive_eq_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5976894Z test_get_torch_func_signature_exhaustive_erf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.5994843Z test_get_torch_func_signature_exhaustive_erfc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6013135Z test_get_torch_func_signature_exhaustive_erfinv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6031124Z test_get_torch_func_signature_exhaustive_exp2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6049264Z test_get_torch_func_signature_exhaustive_exp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6067224Z test_get_torch_func_signature_exhaustive_expand_as_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6085493Z test_get_torch_func_signature_exhaustive_expand_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6103402Z test_get_torch_func_signature_exhaustive_expm1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6121572Z test_get_torch_func_signature_exhaustive_fft_fft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6139930Z test_get_torch_func_signature_exhaustive_fft_fft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6158200Z test_get_torch_func_signature_exhaustive_fft_fftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6182650Z test_get_torch_func_signature_exhaustive_fft_fftshift_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6200775Z test_get_torch_func_signature_exhaustive_fft_hfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6219016Z test_get_torch_func_signature_exhaustive_fft_hfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6237063Z test_get_torch_func_signature_exhaustive_fft_hfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6255392Z test_get_torch_func_signature_exhaustive_fft_ifft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6273662Z test_get_torch_func_signature_exhaustive_fft_ifft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6292012Z test_get_torch_func_signature_exhaustive_fft_ifftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6310035Z test_get_torch_func_signature_exhaustive_fft_ifftshift_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6328394Z test_get_torch_func_signature_exhaustive_fft_ihfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6346418Z test_get_torch_func_signature_exhaustive_fft_ihfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6364730Z test_get_torch_func_signature_exhaustive_fft_ihfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6382850Z test_get_torch_func_signature_exhaustive_fft_irfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6407191Z test_get_torch_func_signature_exhaustive_fft_irfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6425197Z test_get_torch_func_signature_exhaustive_fft_irfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6443243Z test_get_torch_func_signature_exhaustive_fft_rfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6461451Z test_get_torch_func_signature_exhaustive_fft_rfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6479646Z test_get_torch_func_signature_exhaustive_fft_rfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6498048Z test_get_torch_func_signature_exhaustive_fill__cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6516152Z test_get_torch_func_signature_exhaustive_flatten_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6534510Z test_get_torch_func_signature_exhaustive_flip_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6552480Z test_get_torch_func_signature_exhaustive_fliplr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6570870Z test_get_torch_func_signature_exhaustive_flipud_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6589198Z test_get_torch_func_signature_exhaustive_float_channels_last_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6607699Z test_get_torch_func_signature_exhaustive_float_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6631381Z test_get_torch_func_signature_exhaustive_float_power_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6649615Z test_get_torch_func_signature_exhaustive_floor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6667759Z test_get_torch_func_signature_exhaustive_floor_divide_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6686161Z test_get_torch_func_signature_exhaustive_fmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6704064Z test_get_torch_func_signature_exhaustive_fmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6722494Z test_get_torch_func_signature_exhaustive_fmod_autodiffed_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6740458Z test_get_torch_func_signature_exhaustive_fmod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6758723Z test_get_torch_func_signature_exhaustive_frac_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6777017Z test_get_torch_func_signature_exhaustive_frexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6788827Z test_get_torch_func_signature_exhaustive_full_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.001s) 2022-03-17T20:23:55.6807876Z test_get_torch_func_signature_exhaustive_gather_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6826121Z test_get_torch_func_signature_exhaustive_ge_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6843920Z test_get_torch_func_signature_exhaustive_geqrf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6868054Z test_get_torch_func_signature_exhaustive_gradient_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6887133Z test_get_torch_func_signature_exhaustive_gt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6904991Z test_get_torch_func_signature_exhaustive_half_channels_last_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6923046Z test_get_torch_func_signature_exhaustive_half_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6941466Z test_get_torch_func_signature_exhaustive_heaviside_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6959336Z test_get_torch_func_signature_exhaustive_histc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6977714Z test_get_torch_func_signature_exhaustive_hsplit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.6995576Z test_get_torch_func_signature_exhaustive_hstack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7013931Z test_get_torch_func_signature_exhaustive_hypot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7031986Z test_get_torch_func_signature_exhaustive_i0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7050386Z test_get_torch_func_signature_exhaustive_igamma_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7068539Z test_get_torch_func_signature_exhaustive_igamma_grad_other_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7094289Z test_get_torch_func_signature_exhaustive_igammac_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7112160Z test_get_torch_func_signature_exhaustive_igammac_grad_other_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7130302Z test_get_torch_func_signature_exhaustive_index_add_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7148402Z test_get_torch_func_signature_exhaustive_index_copy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7166799Z test_get_torch_func_signature_exhaustive_index_fill_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7184789Z test_get_torch_func_signature_exhaustive_index_put_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7202787Z test_get_torch_func_signature_exhaustive_index_select_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7221299Z test_get_torch_func_signature_exhaustive_inner_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7239036Z test_get_torch_func_signature_exhaustive_int_channels_last_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7257348Z test_get_torch_func_signature_exhaustive_int_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7275447Z test_get_torch_func_signature_exhaustive_inverse_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7293772Z test_get_torch_func_signature_exhaustive_isclose_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7317657Z test_get_torch_func_signature_exhaustive_isfinite_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7335781Z test_get_torch_func_signature_exhaustive_isin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7353636Z test_get_torch_func_signature_exhaustive_isinf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7372116Z test_get_torch_func_signature_exhaustive_isnan_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7390031Z test_get_torch_func_signature_exhaustive_isneginf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7408754Z test_get_torch_func_signature_exhaustive_isposinf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7426932Z test_get_torch_func_signature_exhaustive_isreal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7445261Z test_get_torch_func_signature_exhaustive_istft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7463266Z test_get_torch_func_signature_exhaustive_kron_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7481269Z test_get_torch_func_signature_exhaustive_kthvalue_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7499686Z test_get_torch_func_signature_exhaustive_ldexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7517663Z test_get_torch_func_signature_exhaustive_le_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7541540Z test_get_torch_func_signature_exhaustive_lerp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7559405Z test_get_torch_func_signature_exhaustive_lgamma_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7577961Z test_get_torch_func_signature_exhaustive_linalg_cholesky_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7596171Z test_get_torch_func_signature_exhaustive_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7615282Z test_get_torch_func_signature_exhaustive_linalg_cond_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7633429Z test_get_torch_func_signature_exhaustive_linalg_cross_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7651420Z test_get_torch_func_signature_exhaustive_linalg_det_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7669395Z test_get_torch_func_signature_exhaustive_linalg_eig_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7687912Z test_get_torch_func_signature_exhaustive_linalg_eigh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7705431Z test_get_torch_func_signature_exhaustive_linalg_eigvals_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7723247Z test_get_torch_func_signature_exhaustive_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7741491Z test_get_torch_func_signature_exhaustive_linalg_householder_product_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7765690Z test_get_torch_func_signature_exhaustive_linalg_inv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7783728Z test_get_torch_func_signature_exhaustive_linalg_inv_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7801507Z test_get_torch_func_signature_exhaustive_linalg_lstsq_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7819399Z test_get_torch_func_signature_exhaustive_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7837442Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7855869Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7874477Z test_get_torch_func_signature_exhaustive_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7893207Z test_get_torch_func_signature_exhaustive_linalg_matrix_power_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7911236Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7929425Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7947569Z test_get_torch_func_signature_exhaustive_linalg_multi_dot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7965762Z test_get_torch_func_signature_exhaustive_linalg_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.7989503Z test_get_torch_func_signature_exhaustive_linalg_pinv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8007581Z test_get_torch_func_signature_exhaustive_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8025613Z test_get_torch_func_signature_exhaustive_linalg_pinv_singular_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8043360Z test_get_torch_func_signature_exhaustive_linalg_qr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8061178Z test_get_torch_func_signature_exhaustive_linalg_slogdet_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8078911Z test_get_torch_func_signature_exhaustive_linalg_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8097322Z test_get_torch_func_signature_exhaustive_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8115611Z test_get_torch_func_signature_exhaustive_linalg_svd_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8134578Z test_get_torch_func_signature_exhaustive_linalg_svdvals_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8152767Z test_get_torch_func_signature_exhaustive_linalg_tensorinv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8171425Z test_get_torch_func_signature_exhaustive_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8189247Z test_get_torch_func_signature_exhaustive_linalg_vector_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8213622Z test_get_torch_func_signature_exhaustive_log10_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8231372Z test_get_torch_func_signature_exhaustive_log1p_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8249621Z test_get_torch_func_signature_exhaustive_log2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8267594Z test_get_torch_func_signature_exhaustive_log_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8286048Z test_get_torch_func_signature_exhaustive_log_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8304277Z test_get_torch_func_signature_exhaustive_log_softmax_dtype_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8322249Z test_get_torch_func_signature_exhaustive_logaddexp2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8340484Z test_get_torch_func_signature_exhaustive_logaddexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8358587Z test_get_torch_func_signature_exhaustive_logcumsumexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8376632Z test_get_torch_func_signature_exhaustive_logdet_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8394695Z test_get_torch_func_signature_exhaustive_logical_and_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8413154Z test_get_torch_func_signature_exhaustive_logical_not_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8436864Z test_get_torch_func_signature_exhaustive_logical_or_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8455010Z test_get_torch_func_signature_exhaustive_logical_xor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8473409Z test_get_torch_func_signature_exhaustive_logit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8492352Z test_get_torch_func_signature_exhaustive_logsumexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8510406Z test_get_torch_func_signature_exhaustive_long_channels_last_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8528810Z test_get_torch_func_signature_exhaustive_long_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8546826Z test_get_torch_func_signature_exhaustive_lt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8565429Z test_get_torch_func_signature_exhaustive_lu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8582955Z test_get_torch_func_signature_exhaustive_lu_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8601057Z test_get_torch_func_signature_exhaustive_lu_unpack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8619343Z test_get_torch_func_signature_exhaustive_mH_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8637556Z test_get_torch_func_signature_exhaustive_mT_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8661896Z test_get_torch_func_signature_exhaustive_masked_fill_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8679825Z test_get_torch_func_signature_exhaustive_masked_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8698184Z test_get_torch_func_signature_exhaustive_masked_select_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8716229Z test_get_torch_func_signature_exhaustive_matmul_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8734689Z test_get_torch_func_signature_exhaustive_matrix_exp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8752768Z test_get_torch_func_signature_exhaustive_max_binary_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8771208Z test_get_torch_func_signature_exhaustive_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8789102Z test_get_torch_func_signature_exhaustive_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8807509Z test_get_torch_func_signature_exhaustive_maximum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8825515Z test_get_torch_func_signature_exhaustive_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8843645Z test_get_torch_func_signature_exhaustive_median_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8861954Z test_get_torch_func_signature_exhaustive_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8874158Z test_get_torch_func_signature_exhaustive_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.001s) 2022-03-17T20:23:55.8898862Z test_get_torch_func_signature_exhaustive_min_binary_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8916611Z test_get_torch_func_signature_exhaustive_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8934936Z test_get_torch_func_signature_exhaustive_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8952836Z test_get_torch_func_signature_exhaustive_minimum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8971262Z test_get_torch_func_signature_exhaustive_mm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.8989269Z test_get_torch_func_signature_exhaustive_mode_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9007532Z test_get_torch_func_signature_exhaustive_movedim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9025738Z test_get_torch_func_signature_exhaustive_msort_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9043655Z test_get_torch_func_signature_exhaustive_mul_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9062193Z test_get_torch_func_signature_exhaustive_multinomial_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9080146Z test_get_torch_func_signature_exhaustive_mv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9098833Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9122771Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9140907Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9159104Z test_get_torch_func_signature_exhaustive_nan_to_num_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9177337Z test_get_torch_func_signature_exhaustive_nanmean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9195363Z test_get_torch_func_signature_exhaustive_nanmedian_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9213760Z test_get_torch_func_signature_exhaustive_nanquantile_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9231581Z test_get_torch_func_signature_exhaustive_nansum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9249713Z test_get_torch_func_signature_exhaustive_narrow_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9267900Z test_get_torch_func_signature_exhaustive_ne_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9286371Z test_get_torch_func_signature_exhaustive_neg_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9298706Z test_get_torch_func_signature_exhaustive_new_empty_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.001s) 2022-03-17T20:23:55.9310890Z test_get_torch_func_signature_exhaustive_new_full_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.001s) 2022-03-17T20:23:55.9324124Z test_get_torch_func_signature_exhaustive_new_ones_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.001s) 2022-03-17T20:23:55.9336409Z test_get_torch_func_signature_exhaustive_new_zeros_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.001s) 2022-03-17T20:23:55.9354563Z test_get_torch_func_signature_exhaustive_nextafter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9373240Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9397061Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9415399Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9433376Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9451650Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9469761Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9488380Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9506271Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9524575Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9542528Z test_get_torch_func_signature_exhaustive_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9561118Z test_get_torch_func_signature_exhaustive_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9579507Z test_get_torch_func_signature_exhaustive_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9597741Z test_get_torch_func_signature_exhaustive_nn_functional_celu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9621811Z test_get_torch_func_signature_exhaustive_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9639930Z test_get_torch_func_signature_exhaustive_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9658304Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9676253Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9694642Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9712564Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9730841Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9748907Z test_get_torch_func_signature_exhaustive_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9767255Z test_get_torch_func_signature_exhaustive_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9785406Z test_get_torch_func_signature_exhaustive_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9803355Z test_get_torch_func_signature_exhaustive_nn_functional_dropout_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9821824Z test_get_torch_func_signature_exhaustive_nn_functional_elu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9847502Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9865573Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9883826Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9901889Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9919946Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9938286Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9956295Z test_get_torch_func_signature_exhaustive_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9974680Z test_get_torch_func_signature_exhaustive_nn_functional_gelu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:55.9992602Z test_get_torch_func_signature_exhaustive_nn_functional_glu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0011038Z test_get_torch_func_signature_exhaustive_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0029082Z test_get_torch_func_signature_exhaustive_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0053290Z test_get_torch_func_signature_exhaustive_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0071448Z test_get_torch_func_signature_exhaustive_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0089735Z test_get_torch_func_signature_exhaustive_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0107814Z test_get_torch_func_signature_exhaustive_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0126010Z test_get_torch_func_signature_exhaustive_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0144111Z test_get_torch_func_signature_exhaustive_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0162570Z test_get_torch_func_signature_exhaustive_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0180583Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0198519Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0216822Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0234748Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0253100Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0276943Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0295245Z test_get_torch_func_signature_exhaustive_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0313248Z test_get_torch_func_signature_exhaustive_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0331601Z test_get_torch_func_signature_exhaustive_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0349545Z test_get_torch_func_signature_exhaustive_nn_functional_linear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0367934Z test_get_torch_func_signature_exhaustive_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0385806Z test_get_torch_func_signature_exhaustive_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0403750Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0421927Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0440086Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0458458Z test_get_torch_func_signature_exhaustive_nn_functional_mish_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0476451Z test_get_torch_func_signature_exhaustive_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0501286Z test_get_torch_func_signature_exhaustive_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0519304Z test_get_torch_func_signature_exhaustive_nn_functional_normalize_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0537501Z test_get_torch_func_signature_exhaustive_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0555548Z test_get_torch_func_signature_exhaustive_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0573975Z test_get_torch_func_signature_exhaustive_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0591868Z test_get_torch_func_signature_exhaustive_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0610352Z test_get_torch_func_signature_exhaustive_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0628170Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0646386Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0664294Z test_get_torch_func_signature_exhaustive_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0682356Z test_get_torch_func_signature_exhaustive_nn_functional_prelu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0700436Z test_get_torch_func_signature_exhaustive_nn_functional_relu6_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0724596Z test_get_torch_func_signature_exhaustive_nn_functional_relu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0742455Z test_get_torch_func_signature_exhaustive_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0760627Z test_get_torch_func_signature_exhaustive_nn_functional_selu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0778903Z test_get_torch_func_signature_exhaustive_nn_functional_silu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0796898Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0815469Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0833208Z test_get_torch_func_signature_exhaustive_nn_functional_softplus_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0851369Z test_get_torch_func_signature_exhaustive_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0869440Z test_get_torch_func_signature_exhaustive_nn_functional_softsign_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0887843Z test_get_torch_func_signature_exhaustive_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0905925Z test_get_torch_func_signature_exhaustive_nn_functional_threshold_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0924029Z test_get_torch_func_signature_exhaustive_nn_functional_unfold_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0947640Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0965965Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.0983990Z test_get_torch_func_signature_exhaustive_nonzero_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1001993Z test_get_torch_func_signature_exhaustive_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1020264Z test_get_torch_func_signature_exhaustive_norm_fro_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1038335Z test_get_torch_func_signature_exhaustive_norm_inf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1056471Z test_get_torch_func_signature_exhaustive_norm_nuc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1074678Z test_get_torch_func_signature_exhaustive_normal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1092890Z test_get_torch_func_signature_exhaustive_normal_number_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1104947Z test_get_torch_func_signature_exhaustive_ones_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.001s) 2022-03-17T20:23:56.1124149Z test_get_torch_func_signature_exhaustive_ormqr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1142508Z test_get_torch_func_signature_exhaustive_outer_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1161427Z test_get_torch_func_signature_exhaustive_pca_lowrank_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1185682Z test_get_torch_func_signature_exhaustive_permute_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1203658Z test_get_torch_func_signature_exhaustive_pinverse_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1221949Z test_get_torch_func_signature_exhaustive_polar_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1240105Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1258385Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1276418Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1294916Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1312871Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1330997Z test_get_torch_func_signature_exhaustive_positive_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1349015Z test_get_torch_func_signature_exhaustive_pow_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1367602Z test_get_torch_func_signature_exhaustive_prod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1385712Z test_get_torch_func_signature_exhaustive_put_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1409391Z test_get_torch_func_signature_exhaustive_qr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1427305Z test_get_torch_func_signature_exhaustive_quantile_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1445614Z test_get_torch_func_signature_exhaustive_rad2deg_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1457713Z test_get_torch_func_signature_exhaustive_rand_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.001s) 2022-03-17T20:23:56.1470711Z test_get_torch_func_signature_exhaustive_randint_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.001s) 2022-03-17T20:23:56.1489620Z test_get_torch_func_signature_exhaustive_randn_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1507211Z test_get_torch_func_signature_exhaustive_ravel_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1525506Z test_get_torch_func_signature_exhaustive_real_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1543160Z test_get_torch_func_signature_exhaustive_reciprocal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1561210Z test_get_torch_func_signature_exhaustive_remainder_autodiffed_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1579531Z test_get_torch_func_signature_exhaustive_remainder_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1597530Z test_get_torch_func_signature_exhaustive_renorm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1615802Z test_get_torch_func_signature_exhaustive_repeat_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1633906Z test_get_torch_func_signature_exhaustive_repeat_interleave_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1657791Z test_get_torch_func_signature_exhaustive_reshape_as_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1676003Z test_get_torch_func_signature_exhaustive_reshape_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1694430Z test_get_torch_func_signature_exhaustive_resize__cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1712238Z test_get_torch_func_signature_exhaustive_resize_as__cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1730629Z test_get_torch_func_signature_exhaustive_resolve_conj_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1748530Z test_get_torch_func_signature_exhaustive_resolve_neg_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1766722Z test_get_torch_func_signature_exhaustive_roll_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1784582Z test_get_torch_func_signature_exhaustive_rot90_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1802744Z test_get_torch_func_signature_exhaustive_round_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1820861Z test_get_torch_func_signature_exhaustive_round_decimals_0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1838870Z test_get_torch_func_signature_exhaustive_round_decimals_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1857187Z test_get_torch_func_signature_exhaustive_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1881145Z test_get_torch_func_signature_exhaustive_rsqrt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1899511Z test_get_torch_func_signature_exhaustive_rsub_rsub_scalar_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1917498Z test_get_torch_func_signature_exhaustive_rsub_rsub_tensor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1935786Z test_get_torch_func_signature_exhaustive_scatter_add_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1954111Z test_get_torch_func_signature_exhaustive_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1973354Z test_get_torch_func_signature_exhaustive_scatter_reduce_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.1991555Z test_get_torch_func_signature_exhaustive_searchsorted_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2010465Z test_get_torch_func_signature_exhaustive_select_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2029354Z test_get_torch_func_signature_exhaustive_select_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2047739Z test_get_torch_func_signature_exhaustive_sgn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2066179Z test_get_torch_func_signature_exhaustive_short_channels_last_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2084860Z test_get_torch_func_signature_exhaustive_short_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2109079Z test_get_torch_func_signature_exhaustive_sigmoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2127644Z test_get_torch_func_signature_exhaustive_sign_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2145893Z test_get_torch_func_signature_exhaustive_signbit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2164522Z test_get_torch_func_signature_exhaustive_sin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2182944Z test_get_torch_func_signature_exhaustive_sinc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2201282Z test_get_torch_func_signature_exhaustive_sinh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2220291Z test_get_torch_func_signature_exhaustive_slice_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2238458Z test_get_torch_func_signature_exhaustive_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2256981Z test_get_torch_func_signature_exhaustive_softmax_with_dtype_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2275005Z test_get_torch_func_signature_exhaustive_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2293749Z test_get_torch_func_signature_exhaustive_sort_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2312167Z test_get_torch_func_signature_exhaustive_special_entr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2337799Z test_get_torch_func_signature_exhaustive_special_erfcx_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2357540Z test_get_torch_func_signature_exhaustive_special_i0e_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2375328Z test_get_torch_func_signature_exhaustive_special_i1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2392472Z test_get_torch_func_signature_exhaustive_special_i1e_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2410342Z test_get_torch_func_signature_exhaustive_special_ndtr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2427649Z test_get_torch_func_signature_exhaustive_special_ndtri_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2445477Z test_get_torch_func_signature_exhaustive_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2462694Z test_get_torch_func_signature_exhaustive_special_xlog1py_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2480924Z test_get_torch_func_signature_exhaustive_special_zeta_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2498423Z test_get_torch_func_signature_exhaustive_special_zeta_grad_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2515982Z test_get_torch_func_signature_exhaustive_split_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2533779Z test_get_torch_func_signature_exhaustive_split_list_args_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2558595Z test_get_torch_func_signature_exhaustive_split_with_sizes_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2576369Z test_get_torch_func_signature_exhaustive_sqrt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2593778Z test_get_torch_func_signature_exhaustive_square_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2611848Z test_get_torch_func_signature_exhaustive_squeeze_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2629402Z test_get_torch_func_signature_exhaustive_stack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2648016Z test_get_torch_func_signature_exhaustive_std_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2666407Z test_get_torch_func_signature_exhaustive_std_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2684970Z test_get_torch_func_signature_exhaustive_stft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2703311Z test_get_torch_func_signature_exhaustive_sub_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2721716Z test_get_torch_func_signature_exhaustive_sum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2740374Z test_get_torch_func_signature_exhaustive_sum_to_size_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2758900Z test_get_torch_func_signature_exhaustive_svd_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2783990Z test_get_torch_func_signature_exhaustive_svd_lowrank_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2802156Z test_get_torch_func_signature_exhaustive_symeig_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2820820Z test_get_torch_func_signature_exhaustive_t_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2839166Z test_get_torch_func_signature_exhaustive_take_along_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2857685Z test_get_torch_func_signature_exhaustive_take_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2876325Z test_get_torch_func_signature_exhaustive_tan_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2895065Z test_get_torch_func_signature_exhaustive_tanh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2913177Z test_get_torch_func_signature_exhaustive_tensor_split_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2925476Z test_get_torch_func_signature_exhaustive_tensordot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.001s) 2022-03-17T20:23:56.2944154Z test_get_torch_func_signature_exhaustive_tile_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2962466Z test_get_torch_func_signature_exhaustive_to_sparse_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2981001Z test_get_torch_func_signature_exhaustive_topk_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.2999295Z test_get_torch_func_signature_exhaustive_trace_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3024174Z test_get_torch_func_signature_exhaustive_transpose_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3042586Z test_get_torch_func_signature_exhaustive_trapezoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3060971Z test_get_torch_func_signature_exhaustive_trapz_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3079008Z test_get_torch_func_signature_exhaustive_triangular_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3097762Z test_get_torch_func_signature_exhaustive_tril_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3115998Z test_get_torch_func_signature_exhaustive_triu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3134577Z test_get_torch_func_signature_exhaustive_true_divide_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3153000Z test_get_torch_func_signature_exhaustive_trunc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3171638Z test_get_torch_func_signature_exhaustive_unfold_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3189690Z test_get_torch_func_signature_exhaustive_unique_consecutive_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3208139Z test_get_torch_func_signature_exhaustive_unique_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3225683Z test_get_torch_func_signature_exhaustive_unsqueeze_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3249938Z test_get_torch_func_signature_exhaustive_var_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3267861Z test_get_torch_func_signature_exhaustive_var_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3286042Z test_get_torch_func_signature_exhaustive_vdot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3304324Z test_get_torch_func_signature_exhaustive_view_as_complex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3322159Z test_get_torch_func_signature_exhaustive_view_as_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3340368Z test_get_torch_func_signature_exhaustive_view_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3358441Z test_get_torch_func_signature_exhaustive_vsplit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3376747Z test_get_torch_func_signature_exhaustive_vstack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3394689Z test_get_torch_func_signature_exhaustive_where_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3413131Z test_get_torch_func_signature_exhaustive_xlogy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3431065Z test_get_torch_func_signature_exhaustive_zero__cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.002s) 2022-03-17T20:23:56.3442838Z test_get_torch_func_signature_exhaustive_zeros_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip (0.001s) 2022-03-17T20:23:56.3508360Z test_subgraph_rewriter_annotations_int (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.006s) 2022-03-17T20:23:56.3618682Z test_subgraph_rewriter_correct_output_replacement (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.011s) 2022-03-17T20:23:56.3717921Z test_subgraph_rewriter_graph_argument_order (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-03-17T20:23:56.3822708Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-03-17T20:23:56.3951947Z test_subgraph_rewriter_multiple_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.013s) 2022-03-17T20:23:56.4054738Z test_subgraph_rewriter_pattern_is_entire_graph (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-03-17T20:23:56.4156639Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-03-17T20:23:56.4174189Z test_subgraph_rewriter_placeholder_matching (fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-03-17T20:23:56.4262201Z This tests that a placeholder Node can be matched to a Node with ... ok (0.010s) 2022-03-17T20:23:56.4380035Z test_subgraph_rewriter_preserves_logic (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-03-17T20:23:56.4487190Z test_subgraph_rewriter_replaces_referenced_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.011s) 2022-03-17T20:23:56.4592755Z test_subgraph_rewriter_single_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-03-17T20:23:56.4745266Z test_subgraph_rewriter_traced_as_callable (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.015s) 2022-03-17T20:23:56.4845042Z test_subgraph_rewriter_with_oneliner_pattern (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-03-17T20:23:56.4950020Z test_subgraph_writer_replace_consecutive_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-03-17T20:23:57.2073909Z test_torchvision_models_alexnet (__main__.TestVisionTracing) ... ok (0.712s) 2022-03-17T20:23:59.7015315Z test_torchvision_models_densenet121 (__main__.TestVisionTracing) ... ok (2.494s) 2022-03-17T20:24:03.5021404Z test_torchvision_models_densenet161 (__main__.TestVisionTracing) ... ok (3.800s) 2022-03-17T20:24:06.9160541Z test_torchvision_models_densenet169 (__main__.TestVisionTracing) ... ok (3.414s) 2022-03-17T20:24:10.9546206Z test_torchvision_models_densenet201 (__main__.TestVisionTracing) ... ok (4.038s) 2022-03-17T20:24:11.2132819Z test_torchvision_models_detection_fasterrcnn_mobilenet_v3_large_320_fpn (__main__.TestVisionTracing) ... ok (0.258s) 2022-03-17T20:24:11.4711530Z test_torchvision_models_detection_fasterrcnn_mobilenet_v3_large_fpn (__main__.TestVisionTracing) ... ok (0.258s) 2022-03-17T20:24:12.0940062Z test_torchvision_models_detection_fasterrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.623s) 2022-03-17T20:24:13.0030865Z test_torchvision_models_detection_keypointrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.909s) 2022-03-17T20:24:13.6747343Z test_torchvision_models_detection_maskrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.671s) 2022-03-17T20:24:14.3192403Z test_torchvision_models_detection_retinanet_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.644s) 2022-03-17T20:24:14.3210052Z test_torchvision_models_googlenet (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/googlenet.py:79: FutureWarning: The default weight initialization of GoogleNet will be changed in future releases of torchvision. If you wish to keep the old behavior (which leads to long initialization times due to scipy/scipy#11299), please set init_weights=True. 2022-03-17T20:24:14.3210961Z ' due to scipy/scipy#11299), please set init_weights=True.', FutureWarning) 2022-03-17T20:24:16.1907450Z ok (1.871s) 2022-03-17T20:24:16.1927822Z test_torchvision_models_inception_v3 (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py:82: FutureWarning: The default weight initialization of inception_v3 will be changed in future releases of torchvision. If you wish to keep the old behavior (which leads to long initialization times due to scipy/scipy#11299), please set init_weights=True. 2022-03-17T20:24:16.1928742Z ' due to scipy/scipy#11299), please set init_weights=True.', FutureWarning) 2022-03-17T20:24:19.3613358Z ok (3.170s) 2022-03-17T20:24:20.4226102Z test_torchvision_models_mnasnet0_5 (__main__.TestVisionTracing) ... ok (1.061s) 2022-03-17T20:24:21.4661361Z test_torchvision_models_mnasnet0_75 (__main__.TestVisionTracing) ... ok (1.043s) 2022-03-17T20:24:22.5813159Z test_torchvision_models_mnasnet1_0 (__main__.TestVisionTracing) ... ok (1.115s) 2022-03-17T20:24:23.7205271Z test_torchvision_models_mnasnet1_3 (__main__.TestVisionTracing) ... ok (1.139s) 2022-03-17T20:24:24.8414054Z test_torchvision_models_mobilenet_v2 (__main__.TestVisionTracing) ... ok (1.121s) 2022-03-17T20:24:26.2379699Z test_torchvision_models_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.396s) 2022-03-17T20:24:27.2837795Z test_torchvision_models_mobilenet_v3_small (__main__.TestVisionTracing) ... ok (1.046s) 2022-03-17T20:24:29.7807098Z test_torchvision_models_resnet101 (__main__.TestVisionTracing) ... ok (2.497s) 2022-03-17T20:24:33.2278817Z test_torchvision_models_resnet152 (__main__.TestVisionTracing) ... ok (3.447s) 2022-03-17T20:24:33.8078883Z test_torchvision_models_resnet18 (__main__.TestVisionTracing) ... ok (0.580s) 2022-03-17T20:24:34.7787317Z test_torchvision_models_resnet34 (__main__.TestVisionTracing) ... ok (0.971s) 2022-03-17T20:24:36.0372318Z test_torchvision_models_resnet50 (__main__.TestVisionTracing) ... ok (1.258s) 2022-03-17T20:24:39.5115369Z test_torchvision_models_resnext101_32x8d (__main__.TestVisionTracing) ... ok (3.474s) 2022-03-17T20:24:40.7962906Z test_torchvision_models_resnext50_32x4d (__main__.TestVisionTracing) ... ok (1.285s) 2022-03-17T20:24:42.4440384Z test_torchvision_models_segmentation_deeplabv3_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.648s) 2022-03-17T20:24:45.1331933Z test_torchvision_models_segmentation_deeplabv3_resnet101 (__main__.TestVisionTracing) ... ok (2.689s) 2022-03-17T20:24:46.6372344Z test_torchvision_models_segmentation_deeplabv3_resnet50 (__main__.TestVisionTracing) ... ok (1.504s) 2022-03-17T20:24:49.0347730Z test_torchvision_models_segmentation_fcn_resnet101 (__main__.TestVisionTracing) ... ok (2.397s) 2022-03-17T20:24:50.3613369Z test_torchvision_models_segmentation_fcn_resnet50 (__main__.TestVisionTracing) ... ok (1.326s) 2022-03-17T20:24:51.6703836Z test_torchvision_models_segmentation_lraspp_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.309s) 2022-03-17T20:24:52.8529615Z test_torchvision_models_shufflenet_v2_x0_5 (__main__.TestVisionTracing) ... ok (1.182s) 2022-03-17T20:24:54.0238063Z test_torchvision_models_shufflenet_v2_x1_0 (__main__.TestVisionTracing) ... ok (1.171s) 2022-03-17T20:24:55.1964185Z test_torchvision_models_shufflenet_v2_x1_5 (__main__.TestVisionTracing) ... ok (1.172s) 2022-03-17T20:24:56.4245725Z test_torchvision_models_shufflenet_v2_x2_0 (__main__.TestVisionTracing) ... ok (1.228s) 2022-03-17T20:24:56.8776652Z test_torchvision_models_squeezenet1_0 (__main__.TestVisionTracing) ... ok (0.453s) 2022-03-17T20:24:57.2159258Z test_torchvision_models_squeezenet1_1 (__main__.TestVisionTracing) ... ok (0.338s) 2022-03-17T20:24:59.5663879Z test_torchvision_models_vgg11 (__main__.TestVisionTracing) ... ok (2.350s) 2022-03-17T20:25:01.9225278Z test_torchvision_models_vgg11_bn (__main__.TestVisionTracing) ... ok (2.356s) 2022-03-17T20:25:04.3069958Z test_torchvision_models_vgg13 (__main__.TestVisionTracing) ... ok (2.384s) 2022-03-17T20:25:06.7323625Z test_torchvision_models_vgg13_bn (__main__.TestVisionTracing) ... ok (2.425s) 2022-03-17T20:25:09.2878575Z test_torchvision_models_vgg16 (__main__.TestVisionTracing) ... ok (2.555s) 2022-03-17T20:25:11.9417918Z test_torchvision_models_vgg16_bn (__main__.TestVisionTracing) ... ok (2.654s) 2022-03-17T20:25:14.6128011Z test_torchvision_models_vgg19 (__main__.TestVisionTracing) ... ok (2.671s) 2022-03-17T20:25:17.4457938Z test_torchvision_models_vgg19_bn (__main__.TestVisionTracing) ... ok (2.833s) 2022-03-17T20:25:18.4330340Z test_torchvision_models_video_mc3_18 (__main__.TestVisionTracing) ... ok (0.987s) 2022-03-17T20:25:19.9292567Z test_torchvision_models_video_r2plus1d_18 (__main__.TestVisionTracing) ... ok (1.496s) 2022-03-17T20:25:21.2143963Z test_torchvision_models_video_r3d_18 (__main__.TestVisionTracing) ... ok (1.285s) 2022-03-17T20:25:25.1878398Z test_torchvision_models_wide_resnet101_2 (__main__.TestVisionTracing) ... ok (3.973s) 2022-03-17T20:25:27.4297463Z test_torchvision_models_wide_resnet50_2 (__main__.TestVisionTracing) ... ok (2.242s) 2022-03-17T20:25:27.4473549Z test_flatten_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.018s) 2022-03-17T20:25:27.4492727Z test_resnet50 (fx.test_gradual_type.TypeCheckerTest) ... skip (0.002s) 2022-03-17T20:25:27.4509726Z test_symbolic_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... skip (0.002s) 2022-03-17T20:25:27.4523761Z test_symbolic_add_with_broadcast_2 (fx.test_gradual_type.TypeCheckerTest) ... skip (0.001s) 2022-03-17T20:25:27.4557904Z test_type_check_add_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-03-17T20:25:27.4596655Z test_type_check_add_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-03-17T20:25:27.4634270Z test_type_check_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-03-17T20:25:27.4669724Z test_type_check_add_with_scalar (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-03-17T20:25:27.4723618Z test_type_check_batch_norm_2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-03-17T20:25:27.4810587Z test_type_check_batch_norm_2D_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.009s) 2022-03-17T20:25:27.4857686Z test_type_check_batch_norm_2D_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-03-17T20:25:27.4875321Z test_type_check_batch_norm_symbolic (fx.test_gradual_type.TypeCheckerTest) ... skip (0.002s) 2022-03-17T20:25:27.4931245Z test_type_check_conv2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-03-17T20:25:27.5033051Z test_type_check_conv2D_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.010s) 2022-03-17T20:25:27.5398891Z test_type_check_conv2D_2_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.036s) 2022-03-17T20:25:27.5471345Z test_type_check_conv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.007s) 2022-03-17T20:25:27.5487365Z test_type_check_conv2D_types (fx.test_gradual_type.TypeCheckerTest) ... skip (0.002s) 2022-03-17T20:25:27.5522865Z test_type_check_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-03-17T20:25:27.5559065Z test_type_check_flatten3 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-03-17T20:25:27.5593394Z test_type_check_flatten_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-03-17T20:25:27.5625335Z test_type_check_reshape_dyn_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-03-17T20:25:27.5658385Z test_type_check_reshape_dyn_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-03-17T20:25:27.5690355Z test_type_check_reshape_dyn_true_param_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-03-17T20:25:27.5721910Z test_type_check_reshape_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-03-17T20:25:27.5758439Z test_type_check_reshape_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-03-17T20:25:27.5781842Z test_type_check_symbolic_inferenceconv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... skip (0.002s) 2022-03-17T20:25:27.5813702Z test_type_check_transpose_False (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-03-17T20:25:27.5851631Z test_type_check_transpose_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-03-17T20:25:27.6182156Z test_type_maxpool2d_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.033s) 2022-03-17T20:25:27.6226355Z test_type_typechecl_maxpool2d_3dinput (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-03-17T20:25:27.6320439Z test_typecheck_basicblock (fx.test_gradual_type.TypeCheckerTest) ... ok (0.009s) 2022-03-17T20:25:27.6320932Z 2022-03-17T20:25:27.6322211Z ---------------------------------------------------------------------- 2022-03-17T20:25:27.6322848Z Ran 948 tests in 95.656s 2022-03-17T20:25:27.6323129Z 2022-03-17T20:25:27.6337713Z OK (skipped=531) 2022-03-17T20:25:27.6348286Z 2022-03-17T20:25:27.6348430Z Generating XML reports... 2022-03-17T20:25:27.6374439Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20220317202351.xml 2022-03-17T20:25:27.6400749Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20220317202351.xml 2022-03-17T20:25:27.6411255Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20220317202351.xml 2022-03-17T20:25:27.6423975Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20220317202351.xml 2022-03-17T20:25:27.6605161Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFX-20220317202351.xml 2022-03-17T20:25:27.6611943Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20220317202351.xml 2022-03-17T20:25:27.6738208Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20220317202351.xml 2022-03-17T20:25:27.6756025Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20220317202351.xml 2022-03-17T20:25:27.6813080Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestVisionTracing-20220317202351.xml 2022-03-17T20:25:27.6848441Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20220317202351.xml 2022-03-17T20:25:27.7547105Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCUDA-20220317202351.xml 2022-03-17T20:25:28.8033602Z Running test_torch ... [2022-03-17 20:25:28.802759] 2022-03-17T20:25:28.8034267Z Executing ['/opt/conda/bin/python', 'test_torch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:25:28.802870] 2022-03-17T20:25:31.2414696Z Test results will be stored in test-reports/python-unittest/test_torch 2022-03-17T20:25:31.2752636Z 2022-03-17T20:25:31.2752946Z Running tests... 2022-03-17T20:25:31.2753431Z ---------------------------------------------------------------------- 2022-03-17T20:25:31.2762622Z test_basic_vitals (__main__.TestBasicVitalSigns) ... ok (0.001s) 2022-03-17T20:25:31.2772212Z test_basic_vitals_read_write (__main__.TestBasicVitalSigns) ... [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-03-17T20:25:31.2772949Z [TORCH_VITAL] CUDA.used true 2022-03-17T20:25:31.2773389Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-03-17T20:25:31.2773690Z [TORCH_VITAL] CUDA.used true 2022-03-17T20:25:31.2773960Z ok (0.001s) 2022-03-17T20:25:31.2794452Z test_dataloader_vitals (__main__.TestBasicVitalSigns) ... [TORCH_VITAL] Dataloader.enabled True 2022-03-17T20:25:31.2795054Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-03-17T20:25:31.2795470Z [TORCH_VITAL] CUDA.used true 2022-03-17T20:25:31.2796252Z ok (0.002s) 2022-03-17T20:25:31.2914362Z test_advancedindex_mixed_cpu_devices_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.011s) 2022-03-17T20:25:31.3170454Z test_clamp_cuda_float32 (__main__.TestDevicePrecisionCUDA) ... ok (0.026s) 2022-03-17T20:25:31.3418506Z test_clamp_cuda_float64 (__main__.TestDevicePrecisionCUDA) ... ok (0.025s) 2022-03-17T20:25:31.3588584Z test_clamp_cuda_int64 (__main__.TestDevicePrecisionCUDA) ... ok (0.017s) 2022-03-17T20:25:31.3615639Z test_copy_broadcast_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.003s) 2022-03-17T20:25:31.3655645Z test_copy_noncontig_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.004s) 2022-03-17T20:25:31.3677703Z test_cuda_device_idx_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-03-17T20:25:31.3722005Z test_device_serialization_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.004s) 2022-03-17T20:25:31.3748111Z test_from_sequence_cuda_float16 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-03-17T20:25:31.3772631Z test_from_sequence_cuda_float32 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-03-17T20:25:31.3798166Z test_from_sequence_cuda_float64 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-03-17T20:25:31.3825617Z test_from_sequence_cuda_int16 (__main__.TestDevicePrecisionCUDA) ... ok (0.003s) 2022-03-17T20:25:31.3859333Z test_from_sequence_cuda_int32 (__main__.TestDevicePrecisionCUDA) ... ok (0.003s) 2022-03-17T20:25:31.3887122Z test_from_sequence_cuda_int64 (__main__.TestDevicePrecisionCUDA) ... ok (0.003s) 2022-03-17T20:25:31.3910919Z test_from_sequence_cuda_int8 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-03-17T20:25:31.3934619Z test_from_sequence_cuda_uint8 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-03-17T20:25:31.3961828Z test_index_add_bfloat16_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.003s) 2022-03-17T20:25:31.3980322Z test_multidevice_serialization_cuda (__main__.TestDevicePrecisionCUDA) ... skip (0.002s) 2022-03-17T20:25:31.3996042Z test_type_conversions_same_device_cuda (__main__.TestDevicePrecisionCUDA) ... skip (0.001s) 2022-03-17T20:25:31.4012397Z test_RNGState (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:31.4039091Z test_RNGStateAliasing (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:31.4063310Z test_RNG_after_pickle (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:31.4082786Z test_Size (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:31.4096568Z test_Size_iter (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:31.4107438Z test_Size_scalar (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:31.4114636Z test_add_meta_scalar (__main__.TestTorch) ... skip (0.001s) 2022-03-17T20:25:31.4403463Z test_allow_tensor_metadata_change (__main__.TestTorch) ... ok (0.029s) 2022-03-17T20:25:31.4415815Z test_apply (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:31.4491216Z test_as_subclass (__main__.TestTorch) ... ok (0.007s) 2022-03-17T20:25:31.4712688Z test_assert_async (__main__.TestTorch) ... ok (0.022s) 2022-03-17T20:25:31.5020470Z test_backward_hooks_traverse (__main__.TestTorch) ... ok (0.031s) 2022-03-17T20:25:31.5108381Z test_batch_norm_cpu_inference (__main__.TestTorch) ... ok (0.009s) 2022-03-17T20:25:31.8002558Z test_bmm_multithreaded (__main__.TestTorch) ... test_torch.py:8214: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:25:31.8003449Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:25:31.8077511Z test_torch.py:8214: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:25:31.8078291Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:25:31.8108744Z test_torch.py:8214: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:25:31.8109718Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:25:31.8191559Z test_torch.py:8214: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:25:31.8192333Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:25:31.8215905Z test_torch.py:8214: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:25:31.8216846Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:25:31.8287162Z test_torch.py:8214: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:25:31.8287947Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:25:31.8310797Z test_torch.py:8214: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:25:31.8311597Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:25:32.2803853Z test_torch.py:8214: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:25:32.2804681Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:25:32.2887608Z test_torch.py:8214: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:25:32.2888394Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:25:32.2912373Z test_torch.py:8214: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:25:32.2913179Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:25:32.2985994Z test_torch.py:8214: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:25:32.2986805Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:25:32.3010949Z test_torch.py:8214: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:25:32.3011921Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:25:32.3083621Z test_torch.py:8214: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:25:32.3084407Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:25:32.3108621Z test_torch.py:8214: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:25:32.3109413Z torch.bmm(b1, b2, out=res2) 2022-03-17T20:25:32.3188403Z ok (0.808s) 2022-03-17T20:25:32.3205686Z test_boxMullerState (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:32.3217988Z test_c10_layer_norm (__main__.TestTorch) ... skip (0.001s) 2022-03-17T20:25:32.3249246Z test_cat_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:32.3329663Z test_chunk_neg_dim (__main__.TestTorch) ... ok (0.008s) 2022-03-17T20:25:32.3346284Z test_conj_neg_tolist (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:32.3370804Z test_contains (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:32.3439923Z test_copy_broadcast (__main__.TestTorch) ... ok (0.007s) 2022-03-17T20:25:32.3448413Z test_copy_dtypes (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:32.3513149Z test_copy_many_to_one (__main__.TestTorch) ... ok (0.006s) 2022-03-17T20:25:32.3548836Z test_copy_transpose (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:32.3560184Z test_cuda_not_built (__main__.TestTorch) ... skip (0.001s) 2022-03-17T20:25:32.3597096Z test_cummax_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:32.3633347Z test_cummin_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-03-17T20:25:32.3665772Z test_cumprod_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:32.3698056Z test_cumsum_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:32.3705301Z test_cxx_flags (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:32.3715032Z test_dead_weak_ref (__main__.TestTorch) ... [W python_variable.cpp:94] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function concrete_decref_fn) 2022-03-17T20:25:32.3749826Z ok (0.004s) 2022-03-17T20:25:32.3776645Z test_deepcopy_gradient (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:32.3795167Z test_deepcopy_parameter (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:32.3803065Z test_detach_meta (__main__.TestTorch) ... skip (0.001s) 2022-03-17T20:25:32.3837384Z test_deterministic_flag (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:32.4134266Z test_device (__main__.TestTorch) ... ok (0.030s) 2022-03-17T20:25:32.4141894Z test_dir (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:32.4169628Z test_doc (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:32.4361824Z test_doc_template (__main__.TestTorch) ... ok (0.019s) 2022-03-17T20:25:32.4489634Z test_dot_data_use (__main__.TestTorch) ... ok (0.013s) 2022-03-17T20:25:32.4546393Z test_dtype_is_signed (__main__.TestTorch) ... ok (0.006s) 2022-03-17T20:25:32.4587354Z test_element_size (__main__.TestTorch) ... ok (0.004s) 2022-03-17T20:25:32.4597387Z test_empty_meta (__main__.TestTorch) ... skip (0.001s) 2022-03-17T20:25:32.4605607Z test_empty_storage_view (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:32.4630224Z test_equal (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:32.4749974Z test_error_msg_type_translation (__main__.TestTorch) ... ok (0.012s) 2022-03-17T20:25:32.4786773Z test_fill_diagonal (__main__.TestTorch) ... ok (0.004s) 2022-03-17T20:25:32.4839819Z test_from_buffer (__main__.TestTorch) ... ok (0.005s) 2022-03-17T20:25:32.4888642Z test_from_file (__main__.TestTorch) ... ok (0.005s) 2022-03-17T20:25:32.4925132Z test_gather_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-03-17T20:25:32.4951348Z test_generator_cpu (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:32.4970391Z test_has_internal_overlap (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:32.4984205Z test_has_storage (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:32.5034334Z test_index_add (__main__.TestTorch) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-03-17T20:25:32.5034849Z 2022-03-17T20:25:32.5035353Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-03-17T20:25:32.5036502Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-03-17T20:25:32.5037198Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-03-17T20:25:32.5037618Z warnings.warn(msg, FutureWarning) 2022-03-17T20:25:32.5825704Z ok (0.084s) 2022-03-17T20:25:32.6062354Z test_index_add_all_dtypes (__main__.TestTorch) ... ok (0.024s) 2022-03-17T20:25:32.6096877Z test_index_add_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:32.6132123Z test_index_copy_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:32.6165320Z test_index_fill_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:32.6200915Z test_index_select_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:32.6222434Z test_invalid_generator_raises (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:32.6285714Z test_is_nonzero (__main__.TestTorch) ... ok (0.006s) 2022-03-17T20:25:32.6296394Z test_is_same_size (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:32.6316302Z test_iter (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:32.6354416Z test_kthvalue_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-03-17T20:25:32.6387634Z test_logcumsumexp_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:32.6416488Z test_manual_seed (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:32.6431695Z test_map (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:32.6449832Z test_map2 (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:32.6488421Z test_max_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-03-17T20:25:32.6520654Z test_mean_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:32.6558071Z test_median_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-03-17T20:25:32.6576933Z test_memory_format (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:32.6595281Z test_memory_format_contiguous_returns_same_tensor_if_already_satisfies (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:32.6706841Z test_memory_format_empty (__main__.TestTorch) ... ok (0.011s) 2022-03-17T20:25:32.6743442Z test_min_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-03-17T20:25:32.6780845Z test_mode_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-03-17T20:25:32.6802017Z test_multinomial_invalid_probs (__main__.TestTorch) ... skip (0.002s) 2022-03-17T20:25:32.6839051Z test_nanmedian_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-03-17T20:25:32.6870831Z test_narrow_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:32.6882610Z test_ndim (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:32.6960150Z test_new (__main__.TestTorch) ... ok (0.008s) 2022-03-17T20:25:32.7032627Z test_newaxis_numpy_comparison (__main__.TestTorch) ... ok (0.007s) 2022-03-17T20:25:32.7104839Z test_newindex (__main__.TestTorch) ... ok (0.007s) 2022-03-17T20:25:32.7142768Z test_norm_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-03-17T20:25:32.7718033Z test_normal_shape (__main__.TestTorch) ... ok (0.057s) 2022-03-17T20:25:32.7727281Z test_numel (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:32.7732939Z test_parallel_info (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:32.7751589Z test_parsing_double (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:32.7765394Z test_parsing_int64 (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:32.7802756Z test_parsing_intlist (__main__.TestTorch) ... test_torch.py:6276: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. 2022-03-17T20:25:32.7803712Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-03-17T20:25:32.7804206Z self.assertRaises(TypeError, lambda: torch.ones((np.float(3.), torch.tensor(4)))) 2022-03-17T20:25:32.7810668Z ok (0.004s) 2022-03-17T20:25:32.7826259Z test_permute (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:32.7840233Z test_pickle (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:32.7849796Z test_pickle_dtype (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:32.7858287Z test_pickle_function (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:32.7875223Z test_pickle_parameter (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:32.7891888Z test_pickle_parameter_no_requires_grad (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:32.7901508Z test_pickle_size (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:32.7926376Z test_pin_memory (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:33.1293243Z test_print (__main__.TestTorch) ... ok (0.337s) 2022-03-17T20:25:33.1323507Z test_prod_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:33.1334498Z test_pyobj_preserved (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:33.1343274Z test_qengine (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:33.1381463Z test_renorm_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-03-17T20:25:33.1390148Z test_resurrected_weak_ref (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:33.1406964Z test_reversed (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:33.1440536Z test_scatter_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:33.7796418Z test_scatter_reduce (__main__.TestTorch) ... ok (0.635s) 2022-03-17T20:25:33.7822191Z test_select_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:33.7839986Z test_set_flush_denormal (__main__.TestTorch) ... skip (0.002s) 2022-03-17T20:25:33.7853618Z test_setting_real_imag_to_a_number (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:33.7859982Z test_show_config (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:33.7884519Z test_size_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:33.7905980Z test_sizeof (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:33.7944239Z test_slice (__main__.TestTorch) ... ok (0.004s) 2022-03-17T20:25:33.7950117Z test_slow_test (__main__.TestTorch) ... skip (0.000s) 2022-03-17T20:25:33.7967099Z test_sobolengine_bounds (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:33.8235098Z test_sobolengine_bounds_scrambled (__main__.TestTorch) ... ok (0.027s) 2022-03-17T20:25:33.8253964Z test_sobolengine_continuing (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:33.8269947Z test_sobolengine_continuing_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:33.8324916Z test_sobolengine_distribution (__main__.TestTorch) ... ok (0.005s) 2022-03-17T20:25:33.8407969Z test_sobolengine_distribution_scrambled (__main__.TestTorch) ... ok (0.008s) 2022-03-17T20:25:33.8421515Z test_sobolengine_draw (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:33.8437547Z test_sobolengine_draw_base2 (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:33.8457000Z test_sobolengine_draw_base2_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:33.8475234Z test_sobolengine_draw_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:33.8501335Z test_sobolengine_fast_forward (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:33.8521068Z test_sobolengine_fast_forward_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:33.8555551Z test_sobolengine_first_point (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:33.8590378Z test_sobolengine_high_dim (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:33.8599938Z test_sobolengine_raise (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:33.8615811Z test_sobolengine_reset (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:33.8632719Z test_sobolengine_reset_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:33.8675198Z test_sort_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-03-17T20:25:33.8718669Z test_split_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-03-17T20:25:33.8767194Z test_squeeze_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-03-17T20:25:33.8799647Z test_std_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:33.8982724Z test_storage_casts (__main__.TestTorch) ... ok (0.018s) 2022-03-17T20:25:33.9006758Z test_structseq_repr (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:33.9020819Z test_subclass_preserved (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:33.9032112Z test_subclass_tensors (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:33.9062773Z test_sum_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:33.9177997Z test_t_not_2d_error (__main__.TestTorch) ... ok (0.011s) 2022-03-17T20:25:33.9198753Z test_tensor_base_init (__main__.TestTorch) ... ok (0.002s) 2022-03-17T20:25:33.9208019Z test_tensor_base_new (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:33.9217137Z test_tensor_ctor_scalar (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:33.9740859Z test_tensor_cycle_via_dict (__main__.TestTorch) ... ok (0.052s) 2022-03-17T20:25:33.9968231Z test_tensor_cycle_via_slots (__main__.TestTorch) ... ok (0.023s) 2022-03-17T20:25:33.9976580Z test_tensor_dict_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:33.9986383Z test_tensor_finalizer_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:34.0042345Z test_tensor_set (__main__.TestTorch) ... ok (0.005s) 2022-03-17T20:25:34.0484095Z test_tensor_set_errors (__main__.TestTorch) ... ok (0.044s) 2022-03-17T20:25:34.0496672Z test_tensor_slot_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:34.0505181Z test_tensor_weakref_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:34.2606015Z test_tensoriterator_output_setup (__main__.TestTorch) ... ok (0.210s) 2022-03-17T20:25:34.2689869Z test_to (__main__.TestTorch) ... ok (0.008s) 2022-03-17T20:25:34.2718800Z test_to_with_tensor (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:34.2754754Z test_topk_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-03-17T20:25:34.2800171Z test_torch_from_file (__main__.TestTorch) ... ok (0.004s) 2022-03-17T20:25:34.2854591Z test_transpose_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-03-17T20:25:34.2870258Z test_type (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:34.2905826Z test_type_conversion_via_dtype_name (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:34.2944521Z test_unbind_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-03-17T20:25:34.3193429Z test_unflatten (__main__.TestTorch) ... ok (0.025s) 2022-03-17T20:25:34.3220646Z test_unfold_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:34.3263116Z test_unsqueeze_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-03-17T20:25:34.3279341Z test_upsample_nearest1d_meta (__main__.TestTorch) ... skip (0.002s) 2022-03-17T20:25:34.3305196Z test_upsample_nearest2d_meta (__main__.TestTorch) ... skip (0.002s) 2022-03-17T20:25:34.3337232Z test_var_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-03-17T20:25:34.3348925Z test_wildcard_import (__main__.TestTorch) ... ok (0.001s) 2022-03-17T20:25:34.3408176Z test_addcdiv_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:25:34.3462615Z test_addcdiv_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:25:34.3518187Z test_addcdiv_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:25:34.3570276Z test_addcdiv_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:25:34.3624139Z test_addcdiv_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:25:34.3712345Z test_addcdiv_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:25:34.3799931Z test_addcdiv_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:25:34.3887970Z test_addcdiv_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:25:34.3975759Z test_addcdiv_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:25:34.4067182Z test_addcdiv_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:25:34.4116428Z test_addcmul_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:25:34.4165268Z test_addcmul_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:25:34.4215026Z test_addcmul_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:25:34.4261015Z test_addcmul_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:25:34.4306623Z test_addcmul_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:25:34.4349495Z test_addcmul_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:25:34.4395401Z test_addcmul_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:25:34.4437162Z test_addcmul_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:25:34.4479908Z test_addcmul_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:25:34.4521946Z test_addcmul_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:25:34.4615357Z test_assertRaisesRegex_ignore_msg_non_native_device_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:25:34.4632827Z test_bernoulli_edge_cases_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... skip (0.002s) 2022-03-17T20:25:34.4650470Z test_bernoulli_edge_cases_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... skip (0.002s) 2022-03-17T20:25:34.4667998Z test_bernoulli_edge_cases_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... skip (0.002s) 2022-03-17T20:25:34.4928872Z test_bernoulli_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.026s) 2022-03-17T20:25:34.4972645Z test_bernoulli_p_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:25:34.5010004Z test_bernoulli_p_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:25:34.5047262Z test_bernoulli_p_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:25:34.5091648Z test_bernoulli_self_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:25:34.5135408Z test_bernoulli_self_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:25:34.5181090Z test_bernoulli_self_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:25:34.5225940Z test_bernoulli_self_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:25:34.5269603Z test_bernoulli_self_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:25:34.5318069Z test_bernoulli_self_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:25:34.5361592Z test_bernoulli_self_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:25:34.5406259Z test_bernoulli_self_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:25:34.5450307Z test_bernoulli_self_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:25:34.5469968Z test_bool_tensor_value_change_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:25:34.5823487Z test_broadcast_fn_add_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.035s) 2022-03-17T20:25:34.6196555Z test_broadcast_fn_addcdiv_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.037s) 2022-03-17T20:25:34.6559313Z test_broadcast_fn_addcmul_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.036s) 2022-03-17T20:25:34.6896933Z test_broadcast_fn_atan2_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.034s) 2022-03-17T20:25:34.7228540Z test_broadcast_fn_copy_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.033s) 2022-03-17T20:25:34.7324277Z test_broadcast_fn_dist_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:25:34.7653304Z test_broadcast_fn_div_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.033s) 2022-03-17T20:25:34.7976611Z test_broadcast_fn_eq_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.032s) 2022-03-17T20:25:34.8302463Z test_broadcast_fn_fmod_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.032s) 2022-03-17T20:25:34.8628551Z test_broadcast_fn_ge_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.033s) 2022-03-17T20:25:34.8947443Z test_broadcast_fn_gt_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.032s) 2022-03-17T20:25:34.9273982Z test_broadcast_fn_le_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.033s) 2022-03-17T20:25:34.9624007Z test_broadcast_fn_lerp_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.035s) 2022-03-17T20:25:34.9941759Z test_broadcast_fn_lt_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.032s) 2022-03-17T20:25:35.0018349Z test_broadcast_fn_map2_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-03-17T20:25:35.0094494Z test_broadcast_fn_map_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-03-17T20:25:35.0458501Z test_broadcast_fn_masked_fill_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.036s) 2022-03-17T20:25:35.0828984Z test_broadcast_fn_masked_scatter_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.037s) 2022-03-17T20:25:35.0928576Z test_broadcast_fn_masked_select_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-03-17T20:25:35.1026963Z test_broadcast_fn_max_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-03-17T20:25:35.1120429Z test_broadcast_fn_min_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:25:35.1453005Z test_broadcast_fn_mul_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.033s) 2022-03-17T20:25:35.1768921Z test_broadcast_fn_ne_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.032s) 2022-03-17T20:25:35.2093571Z test_broadcast_fn_pow_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.032s) 2022-03-17T20:25:35.2424177Z test_broadcast_fn_remainder_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.033s) 2022-03-17T20:25:35.2774029Z test_broadcast_fn_sub_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.035s) 2022-03-17T20:25:35.2827027Z test_bytes_to_scalar_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:25:35.2956316Z test_bytes_to_scalar_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-03-17T20:25:35.3043118Z test_bytes_to_scalar_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:25:35.3107688Z test_bytes_to_scalar_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:25:35.3193792Z test_bytes_to_scalar_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:25:35.3247103Z test_bytes_to_scalar_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:25:35.3311998Z test_bytes_to_scalar_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:25:35.3397626Z test_bytes_to_scalar_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-03-17T20:25:35.3451512Z test_bytes_to_scalar_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:25:35.3498537Z test_bytes_to_scalar_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:25:35.6220459Z test_cauchy_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.272s) 2022-03-17T20:25:35.6329024Z test_cauchy_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-03-17T20:25:35.6437155Z test_cauchy_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-03-17T20:25:35.6552646Z test_cauchy_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-03-17T20:25:35.6568996Z test_cauchy_no_inf_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... skip (0.002s) 2022-03-17T20:25:35.6584415Z test_cauchy_no_inf_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... skip (0.001s) 2022-03-17T20:25:37.4270922Z test_cdist_cuda_backward_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (1.768s) 2022-03-17T20:25:37.5985461Z test_cdist_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:25:37.6020723Z test_cdist_euclidean_large_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:25:37.6077091Z test_cdist_grad_p_lt_1_no_nan_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:25:37.6093744Z test_cdist_large_batch_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip (0.002s) 2022-03-17T20:25:37.6520714Z test_cdist_large_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.043s) 2022-03-17T20:25:37.6593240Z test_cdist_non_contiguous_batch_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:25:37.6664645Z test_cdist_non_contiguous_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:25:37.9734010Z test_cdist_norm_batch_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.307s) 2022-03-17T20:25:38.2674270Z test_cdist_norm_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.294s) 2022-03-17T20:25:38.2745883Z test_cdist_same_inputs_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:25:38.2816673Z test_clone_all_dtypes_and_devices_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:25:38.2832020Z test_clone_not_memory_dense_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-03-17T20:25:38.2850439Z test_clone_zero_stride_dim_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:25:38.2868140Z test_constants_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip (0.002s) 2022-03-17T20:25:38.9574382Z test_conv_transposed_backward_agnostic_to_memory_format_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.670s) 2022-03-17T20:25:39.0478624Z test_conv_transposed_large_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip (0.090s) 2022-03-17T20:25:39.0562822Z test_copy_all_dtypes_and_devices_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-03-17T20:25:39.0685343Z test_copy_math_view_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-03-17T20:25:39.0898111Z test_copy_mem_overlap_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.021s) 2022-03-17T20:25:39.0954602Z test_copy_transpose_math_view_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:25:39.0995036Z test_copy_transpose_math_view_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:25:39.1029551Z test_copy_transpose_math_view_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:25:39.1050608Z test_corrcoef_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... test_torch.py:1726: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:99.) 2022-03-17T20:25:39.1051170Z res = torch.corrcoef(x) 2022-03-17T20:25:39.1066102Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:380: RuntimeWarning: Mean of empty slice. 2022-03-17T20:25:39.1066462Z avg = a.mean(axis) 2022-03-17T20:25:39.1068191Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:181: RuntimeWarning: invalid value encountered in true_divide 2022-03-17T20:25:39.1068759Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-03-17T20:25:39.1069480Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2634: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-03-17T20:25:39.1069982Z c = cov(x, y, rowvar, dtype=dtype) 2022-03-17T20:25:39.1070556Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2493: RuntimeWarning: divide by zero encountered in true_divide 2022-03-17T20:25:39.1071243Z c *= np.true_divide(1, fact) 2022-03-17T20:25:39.1071782Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2493: RuntimeWarning: invalid value encountered in multiply 2022-03-17T20:25:39.1072159Z c *= np.true_divide(1, fact) 2022-03-17T20:25:39.1072691Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2640: RuntimeWarning: invalid value encountered in true_divide 2022-03-17T20:25:39.1073075Z return c / c 2022-03-17T20:25:39.1100705Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2642: RuntimeWarning: invalid value encountered in true_divide 2022-03-17T20:25:39.1101107Z c /= stddev[:, None] 2022-03-17T20:25:39.1101611Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2643: RuntimeWarning: invalid value encountered in true_divide 2022-03-17T20:25:39.1102002Z c /= stddev[None, :] 2022-03-17T20:25:39.1163184Z ok (0.013s) 2022-03-17T20:25:39.1264110Z test_corrcoef_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-03-17T20:25:39.1351851Z test_corrcoef_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:25:39.1382629Z test_cov_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... test_torch.py:1733: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:99.) 2022-03-17T20:25:39.1383226Z res = torch.cov(t, correction=correction, fweights=fweights, aweights=aweights) 2022-03-17T20:25:39.1390803Z test_torch.py:1737: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-03-17T20:25:39.1391201Z ref = np.cov(t, ddof=correction, fweights=fweights, aweights=aweights) 2022-03-17T20:25:39.2284716Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:412: RuntimeWarning: invalid value encountered in multiply 2022-03-17T20:25:39.2285198Z avg = np.multiply(a, wgt, dtype=result_dtype).sum(axis)/scl 2022-03-17T20:25:39.2400786Z ok (0.105s) 2022-03-17T20:25:39.3391476Z test_cov_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.099s) 2022-03-17T20:25:39.4257297Z test_cov_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.086s) 2022-03-17T20:25:39.5849925Z test_cpp_warnings_have_python_context_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.159s) 2022-03-17T20:26:06.6792807Z test_cublas_config_nondeterministic_alert_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (27.094s) 2022-03-17T20:26:06.7108542Z test_cummax_cummin_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.031s) 2022-03-17T20:26:06.7178894Z test_cummax_discontiguous_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:26:06.7248052Z test_cummin_discontiguous_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:26:06.7343546Z test_cumprod_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:26:06.7440551Z test_cumsum_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-03-17T20:26:06.7773882Z test_deepcopy_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.033s) 2022-03-17T20:26:06.8116163Z test_deepcopy_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.034s) 2022-03-17T20:26:06.8148322Z test_deepcopy_scalar_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:06.8181909Z test_deepcopy_scalar_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:06.8235731Z test_device_guard_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip (0.005s) 2022-03-17T20:26:06.9011026Z test_diff_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.077s) 2022-03-17T20:26:06.9968033Z test_diff_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.096s) 2022-03-17T20:26:07.0931711Z test_diff_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.096s) 2022-03-17T20:26:07.1761545Z test_diff_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1281: RuntimeWarning: overflow encountered in subtract 2022-03-17T20:26:07.1762336Z a = op(a[slice1], a[slice2]) 2022-03-17T20:26:07.1857819Z ok (0.092s) 2022-03-17T20:26:07.2778439Z test_diff_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.092s) 2022-03-17T20:26:07.3684962Z test_diff_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.091s) 2022-03-17T20:26:07.4446585Z test_diff_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.076s) 2022-03-17T20:26:07.5232721Z test_diff_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.079s) 2022-03-17T20:26:07.5989117Z test_diff_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.076s) 2022-03-17T20:26:07.6754042Z test_diff_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.076s) 2022-03-17T20:26:07.7511203Z test_diff_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.076s) 2022-03-17T20:26:07.8208151Z test_diff_noncontig_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.070s) 2022-03-17T20:26:07.9083485Z test_diff_noncontig_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.087s) 2022-03-17T20:26:07.9972912Z test_diff_noncontig_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.089s) 2022-03-17T20:26:08.0819246Z test_diff_noncontig_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.085s) 2022-03-17T20:26:08.1676199Z test_diff_noncontig_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.086s) 2022-03-17T20:26:08.2485302Z test_diff_noncontig_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.081s) 2022-03-17T20:26:08.3172551Z test_diff_noncontig_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.069s) 2022-03-17T20:26:08.3859810Z test_diff_noncontig_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.069s) 2022-03-17T20:26:08.4520273Z test_diff_noncontig_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.066s) 2022-03-17T20:26:08.5211626Z test_diff_noncontig_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.069s) 2022-03-17T20:26:08.5901430Z test_diff_noncontig_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.069s) 2022-03-17T20:26:08.6200568Z test_dim_function_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.030s) 2022-03-17T20:26:08.6230893Z test_discontiguous_out_cumsum_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:08.6331243Z test_dist_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-03-17T20:26:08.6352855Z test_dlpack_capsule_conversion_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.6375033Z test_dlpack_capsule_conversion_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.6397835Z test_dlpack_capsule_conversion_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.6422574Z test_dlpack_capsule_conversion_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.6448056Z test_dlpack_capsule_conversion_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.6472972Z test_dlpack_capsule_conversion_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.6500477Z test_dlpack_capsule_conversion_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:08.6518697Z test_dlpack_capsule_conversion_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.6536742Z test_dlpack_capsule_conversion_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.6555069Z test_dlpack_capsule_conversion_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.6573319Z test_dlpack_capsule_conversion_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.6599889Z test_dlpack_conversion_with_diff_streams_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:08.6630888Z test_dlpack_conversion_with_diff_streams_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:08.6663671Z test_dlpack_conversion_with_diff_streams_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:08.6698774Z test_dlpack_conversion_with_diff_streams_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:08.6724469Z test_dlpack_conversion_with_diff_streams_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.6749404Z test_dlpack_conversion_with_diff_streams_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.6771996Z test_dlpack_conversion_with_diff_streams_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.6795234Z test_dlpack_conversion_with_diff_streams_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.6820772Z test_dlpack_conversion_with_diff_streams_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.6848680Z test_dlpack_conversion_with_diff_streams_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:08.6875837Z test_dlpack_conversion_with_diff_streams_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:08.6909190Z test_dlpack_conversion_with_streams_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:08.6936467Z test_dlpack_conversion_with_streams_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:08.6963765Z test_dlpack_conversion_with_streams_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:08.6989999Z test_dlpack_conversion_with_streams_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:08.7019889Z test_dlpack_conversion_with_streams_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:08.7050888Z test_dlpack_conversion_with_streams_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:08.7078903Z test_dlpack_conversion_with_streams_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:08.7102739Z test_dlpack_conversion_with_streams_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.7133841Z test_dlpack_conversion_with_streams_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:08.7157272Z test_dlpack_conversion_with_streams_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.7180001Z test_dlpack_conversion_with_streams_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.7205473Z test_dlpack_default_stream_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.7240187Z test_dlpack_error_on_bool_tensor_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:08.7257058Z test_dlpack_export_is_conj_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.7273356Z test_dlpack_export_non_strided_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.7289330Z test_dlpack_export_requires_grad_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-03-17T20:26:08.7321258Z test_dlpack_protocol_conversion_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:08.7349338Z test_dlpack_protocol_conversion_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:08.7376831Z test_dlpack_protocol_conversion_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:08.7398987Z test_dlpack_protocol_conversion_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.7421044Z test_dlpack_protocol_conversion_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.7442531Z test_dlpack_protocol_conversion_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.7461439Z test_dlpack_protocol_conversion_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.7480514Z test_dlpack_protocol_conversion_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.7505099Z test_dlpack_protocol_conversion_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.7523961Z test_dlpack_protocol_conversion_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.7542854Z test_dlpack_protocol_conversion_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.7563757Z test_dlpack_shared_storage_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.7581380Z test_dlpack_tensor_invalid_stream_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.7602261Z test_dlpack_tensor_invalid_stream_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.7623922Z test_dlpack_tensor_invalid_stream_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.7644634Z test_dlpack_tensor_invalid_stream_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.7670612Z test_dlpack_tensor_invalid_stream_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:08.7687935Z test_dlpack_tensor_invalid_stream_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.7704040Z test_dlpack_tensor_invalid_stream_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.7720107Z test_dlpack_tensor_invalid_stream_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.7735985Z test_dlpack_tensor_invalid_stream_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-03-17T20:26:08.7751446Z test_dlpack_tensor_invalid_stream_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-03-17T20:26:08.7767428Z test_dlpack_tensor_invalid_stream_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-03-17T20:26:08.7875954Z test_embedding_scalar_weight_error_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-03-17T20:26:08.8158100Z test_error_gradient_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.028s) 2022-03-17T20:26:08.8431893Z test_error_gradient_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.027s) 2022-03-17T20:26:08.8700230Z test_error_gradient_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.027s) 2022-03-17T20:26:08.8721075Z test_errors_index_copy_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip (0.002s) 2022-03-17T20:26:08.8736702Z test_expected_failure_xla_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-03-17T20:26:08.8824316Z test_exponential_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:26:08.8903204Z test_exponential_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-03-17T20:26:08.8990236Z test_exponential_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:26:08.9074976Z test_exponential_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-03-17T20:26:08.9127746Z test_exponential_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:26:08.9184747Z test_exponential_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:26:08.9238412Z test_exponential_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:26:08.9295704Z test_exponential_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:26:08.9362863Z test_exponential_no_zero_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:26:08.9441278Z test_exponential_no_zero_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-03-17T20:26:08.9465041Z test_from_dlpack_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.9493937Z test_from_dlpack_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:08.9517425Z test_from_dlpack_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.9539164Z test_from_dlpack_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.9561368Z test_from_dlpack_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.9587448Z test_from_dlpack_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:08.9610864Z test_from_dlpack_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.9633719Z test_from_dlpack_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.9654961Z test_from_dlpack_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.9681100Z test_from_dlpack_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.9700972Z test_from_dlpack_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.9718400Z test_from_dlpack_dtype_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.9737220Z test_from_dlpack_dtype_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.9756171Z test_from_dlpack_dtype_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.9773853Z test_from_dlpack_dtype_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.9791353Z test_from_dlpack_dtype_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.9809190Z test_from_dlpack_dtype_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.9831323Z test_from_dlpack_dtype_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.9848394Z test_from_dlpack_dtype_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.9866165Z test_from_dlpack_dtype_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.9886384Z test_from_dlpack_dtype_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.9906408Z test_from_dlpack_dtype_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:08.9963525Z test_from_dlpack_noncontinguous_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:26:09.0015587Z test_from_dlpack_noncontinguous_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:26:09.0068478Z test_from_dlpack_noncontinguous_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:26:09.0133559Z test_from_dlpack_noncontinguous_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:26:09.0188716Z test_from_dlpack_noncontinguous_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:26:09.0237132Z test_from_dlpack_noncontinguous_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:26:09.0277556Z test_from_dlpack_noncontinguous_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:09.0325514Z test_from_dlpack_noncontinguous_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:26:09.0371090Z test_from_dlpack_noncontinguous_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:09.0411455Z test_from_dlpack_noncontinguous_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:09.0450798Z test_from_dlpack_noncontinguous_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:09.0509313Z test_gather_backward_deterministic_path_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:26:09.0520153Z test_gather_backward_one_dim_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip (0.001s) 2022-03-17T20:26:09.0639176Z test_gather_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... test_torch.py:4062: UserWarning: An output with one or more elements was resized since it had shape [6], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:26:09.0640085Z torch.gather(src, 0, ind, out=src) 2022-03-17T20:26:09.0695710Z test_torch.py:4064: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:26:09.0696548Z torch.gather(ind.clone(), 0, ind[1:], out=ind[:1]) 2022-03-17T20:26:09.0699231Z ok (0.018s) 2022-03-17T20:26:09.0721667Z test_geometric_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:09.0744760Z test_geometric_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:09.0767260Z test_geometric_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:09.0787413Z test_geometric_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:09.0806405Z test_geometric_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:09.0830886Z test_geometric_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:09.0849429Z test_geometric_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:09.0867656Z test_geometric_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:09.0887283Z test_geometric_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:09.0967320Z test_geometric_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-03-17T20:26:09.1031987Z test_geometric_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:26:09.1094557Z test_geometric_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:26:09.1174763Z test_geometric_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-03-17T20:26:09.1238944Z test_geometric_kstest_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:26:09.1301042Z test_geometric_kstest_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:26:09.1373808Z test_geometric_kstest_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:26:09.1439315Z test_geometric_kstest_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:26:09.1501973Z test_geometric_kstest_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:26:09.4788252Z test_gradient_all_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.328s) 2022-03-17T20:26:09.7344924Z test_gradient_all_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.256s) 2022-03-17T20:26:09.8078869Z test_gradient_all_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1073: RuntimeWarning: divide by zero encountered in true_divide 2022-03-17T20:26:09.8079602Z a = -(dx2)/(dx1 * (dx1 + dx2)) 2022-03-17T20:26:09.8080247Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1074: RuntimeWarning: divide by zero encountered in true_divide 2022-03-17T20:26:09.8080876Z b = (dx2 - dx1) / (dx1 * dx2) 2022-03-17T20:26:09.8081683Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1081: RuntimeWarning: invalid value encountered in multiply 2022-03-17T20:26:09.8082181Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-03-17T20:26:09.8082758Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1081: RuntimeWarning: invalid value encountered in add 2022-03-17T20:26:09.8083227Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-03-17T20:26:09.8083824Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1090: RuntimeWarning: divide by zero encountered in true_divide 2022-03-17T20:26:09.8084341Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-03-17T20:26:09.8199848Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1075: RuntimeWarning: divide by zero encountered in true_divide 2022-03-17T20:26:09.8200311Z c = dx1 / (dx2 * (dx1 + dx2)) 2022-03-17T20:26:09.8200859Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1097: RuntimeWarning: divide by zero encountered in true_divide 2022-03-17T20:26:09.8201682Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-03-17T20:26:09.8202293Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1097: RuntimeWarning: invalid value encountered in true_divide 2022-03-17T20:26:09.8202826Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-03-17T20:26:09.8274667Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1112: RuntimeWarning: divide by zero encountered in double_scalars 2022-03-17T20:26:09.8275204Z a = -(2. * dx1 + dx2)/(dx1 * (dx1 + dx2)) 2022-03-17T20:26:09.8275752Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1113: RuntimeWarning: divide by zero encountered in double_scalars 2022-03-17T20:26:09.8276134Z b = (dx1 + dx2) / (dx1 * dx2) 2022-03-17T20:26:09.8276665Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1116: RuntimeWarning: invalid value encountered in multiply 2022-03-17T20:26:09.8277121Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-03-17T20:26:09.8277865Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1116: RuntimeWarning: invalid value encountered in add 2022-03-17T20:26:09.8278347Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-03-17T20:26:09.8768325Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1129: RuntimeWarning: divide by zero encountered in double_scalars 2022-03-17T20:26:09.8768751Z a = (dx2) / (dx1 * (dx1 + dx2)) 2022-03-17T20:26:09.8769290Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1130: RuntimeWarning: divide by zero encountered in double_scalars 2022-03-17T20:26:09.8769723Z b = - (dx2 + dx1) / (dx1 * dx2) 2022-03-17T20:26:09.8770249Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1133: RuntimeWarning: invalid value encountered in multiply 2022-03-17T20:26:09.8770843Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-03-17T20:26:09.8771438Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1133: RuntimeWarning: invalid value encountered in add 2022-03-17T20:26:09.8771897Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-03-17T20:26:09.8828797Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1090: RuntimeWarning: invalid value encountered in true_divide 2022-03-17T20:26:09.8829341Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-03-17T20:26:09.9636447Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1114: RuntimeWarning: divide by zero encountered in double_scalars 2022-03-17T20:26:09.9636902Z c = - dx1 / (dx2 * (dx1 + dx2)) 2022-03-17T20:26:09.9637432Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1131: RuntimeWarning: divide by zero encountered in double_scalars 2022-03-17T20:26:09.9637833Z c = (2. * dx2 + dx1) / (dx2 * (dx1 + dx2)) 2022-03-17T20:26:09.9789894Z ok (0.244s) 2022-03-17T20:26:10.0454930Z test_gradient_extreme_cases_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.066s) 2022-03-17T20:26:10.1008661Z test_gradient_extreme_cases_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.055s) 2022-03-17T20:26:10.1549040Z test_gradient_extreme_cases_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.054s) 2022-03-17T20:26:10.1676681Z test_gradient_type_promotion_cuda (__main__.TestTorchDeviceTypeCUDA) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: ComplexWarning: Casting complex values to real discards the imaginary part 2022-03-17T20:26:10.1677356Z out[tuple(slice1)] = (f[tuple(slice4)] - f[tuple(slice2)]) / (2. * ax_dx) 2022-03-17T20:26:10.1677956Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1090: ComplexWarning: Casting complex values to real discards the imaginary part 2022-03-17T20:26:10.1678523Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-03-17T20:26:10.1679137Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1097: ComplexWarning: Casting complex values to real discards the imaginary part 2022-03-17T20:26:10.1679670Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-03-17T20:26:10.1687816Z /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:600: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:178.) 2022-03-17T20:26:10.1688704Z return torch.as_tensor(tensor_like) 2022-03-17T20:26:10.1700907Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1116: ComplexWarning: Casting complex values to real discards the imaginary part 2022-03-17T20:26:10.1701564Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-03-17T20:26:10.1702221Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1133: ComplexWarning: Casting complex values to real discards the imaginary part 2022-03-17T20:26:10.1702710Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-03-17T20:26:10.1881291Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1081: ComplexWarning: Casting complex values to real discards the imaginary part 2022-03-17T20:26:10.1882075Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-03-17T20:26:10.2519539Z ok (0.097s) 2022-03-17T20:26:10.2578593Z test_hook_remove_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:26:10.3053885Z test_index_add_deterministic_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.047s) 2022-03-17T20:26:10.3289968Z test_index_add_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.023s) 2022-03-17T20:26:10.3542117Z test_index_copy_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.025s) 2022-03-17T20:26:10.3731995Z test_index_copy_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-03-17T20:26:10.4015210Z test_index_copy_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.028s) 2022-03-17T20:26:10.4304532Z test_index_copy_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.029s) 2022-03-17T20:26:10.4553225Z test_index_copy_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.025s) 2022-03-17T20:26:10.4784624Z test_index_copy_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.023s) 2022-03-17T20:26:10.5033452Z test_index_copy_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.025s) 2022-03-17T20:26:10.5226744Z test_index_copy_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-03-17T20:26:10.5418286Z test_index_copy_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-03-17T20:26:10.5606546Z test_index_copy_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-03-17T20:26:10.5797898Z test_index_copy_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-03-17T20:26:10.5989424Z test_index_copy_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-03-17T20:26:13.1567431Z test_index_copy_deterministic_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (2.558s) 2022-03-17T20:26:13.1795507Z test_index_copy_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.023s) 2022-03-17T20:26:13.1869455Z test_index_copy_scalars_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:26:13.1909908Z test_index_copy_scalars_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:13.1980088Z test_index_copy_scalars_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:26:13.2050846Z test_index_copy_scalars_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:26:13.2118351Z test_index_copy_scalars_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:26:13.2175566Z test_index_copy_scalars_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:26:13.2229774Z test_index_copy_scalars_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:26:13.2271242Z test_index_copy_scalars_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:13.2329029Z test_index_copy_scalars_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:26:13.2373509Z test_index_copy_scalars_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:13.2413844Z test_index_copy_scalars_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:13.2454178Z test_index_copy_scalars_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:13.2543044Z test_index_fill_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:26:13.2618959Z test_index_fill_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-03-17T20:26:13.2650667Z test_index_fill_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:13.2686471Z test_index_fill_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:13.2777567Z test_index_fill_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:26:13.2854587Z test_index_fill_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-03-17T20:26:13.2939361Z test_index_fill_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-03-17T20:26:13.3016110Z test_index_fill_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-03-17T20:26:13.3090867Z test_index_fill_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:26:13.3173380Z test_index_fill_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-03-17T20:26:13.3250277Z test_index_fill_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-03-17T20:26:13.3328035Z test_index_fill_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-03-17T20:26:13.3451940Z test_index_fill_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-03-17T20:26:13.3772560Z test_index_put_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.032s) 2022-03-17T20:26:13.3950408Z test_index_put_non_accumulate_deterministic_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.018s) 2022-03-17T20:26:13.4096263Z test_index_select_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-03-17T20:26:13.4198468Z test_index_select_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-03-17T20:26:13.4342879Z test_index_select_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-03-17T20:26:13.4487664Z test_index_select_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-03-17T20:26:13.4614790Z test_index_select_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-03-17T20:26:13.4747719Z test_index_select_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-03-17T20:26:13.4873758Z test_index_select_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-03-17T20:26:13.4978820Z test_index_select_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-03-17T20:26:13.5082860Z test_index_select_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-03-17T20:26:13.5186763Z test_index_select_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-03-17T20:26:13.5291738Z test_index_select_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-03-17T20:26:13.5397535Z test_index_select_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-03-17T20:26:13.5465129Z test_index_select_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:26:13.5502675Z test_is_set_to_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:13.5524284Z test_is_signed_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:32.9643103Z test_large_cumprod_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (19.412s) 2022-03-17T20:26:53.2199824Z test_large_cumsum_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (20.256s) 2022-03-17T20:26:53.2224401Z test_log_normal_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:53.2244731Z test_log_normal_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:53.2265024Z test_log_normal_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:53.2285373Z test_log_normal_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:53.2400999Z test_logcumsumexp_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-03-17T20:26:53.2516605Z test_lognormal_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-03-17T20:26:53.2649737Z test_lognormal_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-03-17T20:26:53.2762970Z test_lognormal_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-03-17T20:26:53.2875512Z test_lognormal_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-03-17T20:26:53.2902027Z test_masked_fill_bool_tensor_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:53.2940583Z test_masked_fill_cuda_bfloat16_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.2983138Z test_masked_fill_cuda_bfloat16_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.3026033Z test_masked_fill_cuda_bool_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.3067234Z test_masked_fill_cuda_bool_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.3105610Z test_masked_fill_cuda_complex128_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.3147504Z test_masked_fill_cuda_complex128_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.3186233Z test_masked_fill_cuda_complex64_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.3228415Z test_masked_fill_cuda_complex64_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.3267035Z test_masked_fill_cuda_float16_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.3309424Z test_masked_fill_cuda_float16_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.3354612Z test_masked_fill_cuda_float32_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.3396023Z test_masked_fill_cuda_float32_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.3433474Z test_masked_fill_cuda_float64_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.3474445Z test_masked_fill_cuda_float64_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.3511880Z test_masked_fill_cuda_int16_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.3553077Z test_masked_fill_cuda_int16_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.3591084Z test_masked_fill_cuda_int32_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.3632730Z test_masked_fill_cuda_int32_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.3675641Z test_masked_fill_cuda_int64_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.3716555Z test_masked_fill_cuda_int64_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.3754511Z test_masked_fill_cuda_int8_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.3795920Z test_masked_fill_cuda_int8_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.3833033Z test_masked_fill_cuda_uint8_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.3874378Z test_masked_fill_cuda_uint8_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.3983676Z test_masked_fill_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-03-17T20:26:53.4011543Z test_masked_scatter_bool_tensor_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:53.4089467Z test_masked_scatter_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-03-17T20:26:53.4134098Z test_masked_scatter_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:53.4204884Z test_masked_scatter_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:26:53.4275899Z test_masked_scatter_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:26:53.4348355Z test_masked_scatter_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:26:53.4419803Z test_masked_scatter_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:26:53.4491648Z test_masked_scatter_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:26:53.4562626Z test_masked_scatter_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:26:53.4639721Z test_masked_scatter_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-03-17T20:26:53.4710121Z test_masked_scatter_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:26:53.4782188Z test_masked_scatter_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:26:53.4854183Z test_masked_scatter_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:26:53.5970710Z test_masked_scatter_large_tensor_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip (0.111s) 2022-03-17T20:26:53.6074835Z test_masked_scatter_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-03-17T20:26:53.6168048Z test_masked_select_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... test_torch.py:3414: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-03-17T20:26:53.6168677Z torch.masked_select(src, mask, out=dst3) 2022-03-17T20:26:53.6204883Z ok (0.013s) 2022-03-17T20:26:53.6281448Z test_masked_select_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... test_torch.py:3414: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-03-17T20:26:53.6282360Z torch.masked_select(src, mask, out=dst3) 2022-03-17T20:26:53.6311092Z ok (0.011s) 2022-03-17T20:26:53.6386590Z test_masked_select_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... test_torch.py:3414: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-03-17T20:26:53.6387215Z torch.masked_select(src, mask, out=dst3) 2022-03-17T20:26:53.6422075Z ok (0.011s) 2022-03-17T20:26:53.6502327Z test_masked_select_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... test_torch.py:3414: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-03-17T20:26:53.6502948Z torch.masked_select(src, mask, out=dst3) 2022-03-17T20:26:53.6540049Z ok (0.012s) 2022-03-17T20:26:53.6617666Z test_masked_select_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... test_torch.py:3414: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-03-17T20:26:53.6618285Z torch.masked_select(src, mask, out=dst3) 2022-03-17T20:26:53.6653336Z ok (0.011s) 2022-03-17T20:26:53.6722861Z test_masked_select_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... test_torch.py:3414: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-03-17T20:26:53.6723464Z torch.masked_select(src, mask, out=dst3) 2022-03-17T20:26:53.6757845Z ok (0.010s) 2022-03-17T20:26:53.6827636Z test_masked_select_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... test_torch.py:3414: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-03-17T20:26:53.6828512Z torch.masked_select(src, mask, out=dst3) 2022-03-17T20:26:53.6862322Z ok (0.010s) 2022-03-17T20:26:53.6933282Z test_masked_select_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... test_torch.py:3414: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-03-17T20:26:53.6933896Z torch.masked_select(src, mask, out=dst3) 2022-03-17T20:26:53.6962765Z ok (0.010s) 2022-03-17T20:26:53.7037953Z test_masked_select_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... test_torch.py:3414: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-03-17T20:26:53.7038727Z torch.masked_select(src, mask, out=dst3) 2022-03-17T20:26:53.7067640Z ok (0.010s) 2022-03-17T20:26:53.7142777Z test_masked_select_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... test_torch.py:3414: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-03-17T20:26:53.7143385Z torch.masked_select(src, mask, out=dst3) 2022-03-17T20:26:53.7171656Z ok (0.010s) 2022-03-17T20:26:53.7248287Z test_masked_select_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... test_torch.py:3414: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-03-17T20:26:53.7248894Z torch.masked_select(src, mask, out=dst3) 2022-03-17T20:26:53.7277727Z ok (0.011s) 2022-03-17T20:26:53.7374510Z test_masked_select_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... test_torch.py:3414: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-03-17T20:26:53.7375130Z torch.masked_select(src, mask, out=dst3) 2022-03-17T20:26:53.7403685Z ok (0.012s) 2022-03-17T20:26:53.7512546Z test_masked_select_discontiguous_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-03-17T20:26:53.7708838Z test_masked_select_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-03-17T20:26:53.7850663Z test_memory_format_clone_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-03-17T20:26:53.7911369Z test_memory_format_consistency_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:26:53.8580912Z test_memory_format_cpu_and_cuda_ops_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.067s) 2022-03-17T20:26:53.8691568Z test_memory_format_empty_like_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-03-17T20:26:53.9288817Z test_memory_format_factory_like_functions_preserve_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.060s) 2022-03-17T20:26:54.3750999Z test_memory_format_operators_cuda (__main__.TestTorchDeviceTypeCUDA) ... test_torch.py:4384: UserWarning: Specified kernel cache directory could not be created! This disables kernel caching. Specified directory is /var/lib/jenkins/.cache/torch/kernels. This warning will appear only once per process. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/jit_utils.cpp:860.) 2022-03-17T20:26:54.3751863Z lambda x, y: x.digamma(), 2022-03-17T20:26:55.2301955Z ok (1.301s) 2022-03-17T20:26:55.2325624Z test_memory_format_preserved_after_permute_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:55.2380135Z test_memory_format_propagation_rules_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:26:55.2498545Z test_memory_format_to_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-03-17T20:26:55.2622541Z test_memory_format_type_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-03-17T20:26:55.3515074Z test_memory_format_type_shortcuts_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.089s) 2022-03-17T20:26:55.3871910Z test_multinomial_constraints_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.036s) 2022-03-17T20:26:55.4334289Z test_multinomial_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.046s) 2022-03-17T20:26:55.4781307Z test_multinomial_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.045s) 2022-03-17T20:26:55.5226007Z test_multinomial_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.044s) 2022-03-17T20:26:55.5583480Z test_multinomial_deterministic_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.036s) 2022-03-17T20:26:55.5941005Z test_multinomial_deterministic_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.036s) 2022-03-17T20:26:55.6724954Z test_multinomial_deterministic_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.078s) 2022-03-17T20:26:55.6789669Z test_multinomial_device_constrain_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:26:55.6805950Z test_multinomial_empty_w_replacement_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:55.6822091Z test_multinomial_empty_wo_replacement_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:26:55.6835899Z test_multinomial_gpu_device_constrain_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip (0.001s) 2022-03-17T20:26:55.7042269Z test_multinomial_invalid_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.021s) 2022-03-17T20:26:55.7202661Z test_multinomial_invalid_distribution_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-03-17T20:26:55.7221911Z test_multinomial_rng_state_advance_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... skip (0.002s) 2022-03-17T20:26:55.7249741Z test_narrow_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:55.7368923Z test_nondeterministic_alert_AdaptiveAvgPool2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-03-17T20:26:55.7476446Z test_nondeterministic_alert_AdaptiveAvgPool3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-03-17T20:26:55.7580535Z test_nondeterministic_alert_AdaptiveMaxPool2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-03-17T20:26:55.7685255Z test_nondeterministic_alert_AvgPool3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-03-17T20:26:55.7793672Z test_nondeterministic_alert_CTCLoss_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-03-17T20:26:55.7921564Z test_nondeterministic_alert_EmbeddingBag_max_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-03-17T20:26:55.8029364Z test_nondeterministic_alert_FractionalMaxPool2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-03-17T20:26:55.8141125Z test_nondeterministic_alert_FractionalMaxPool3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-03-17T20:26:55.8246550Z test_nondeterministic_alert_MaxPool3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-03-17T20:26:55.8362400Z test_nondeterministic_alert_NLLLoss_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-03-17T20:26:55.8468194Z test_nondeterministic_alert_ReflectionPad1d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-03-17T20:26:55.8574365Z test_nondeterministic_alert_ReflectionPad2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-03-17T20:26:55.8681097Z test_nondeterministic_alert_ReflectionPad3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-03-17T20:26:55.8786828Z test_nondeterministic_alert_ReplicationPad1d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-03-17T20:26:55.8893054Z test_nondeterministic_alert_ReplicationPad2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-03-17T20:26:55.9003766Z test_nondeterministic_alert_ReplicationPad3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-03-17T20:26:55.9139306Z test_nondeterministic_alert_bincount_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-03-17T20:26:55.9369119Z test_nondeterministic_alert_gather_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.023s) 2022-03-17T20:26:55.9473236Z test_nondeterministic_alert_grid_sample_2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-03-17T20:26:55.9578468Z test_nondeterministic_alert_grid_sample_3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-03-17T20:26:55.9726397Z test_nondeterministic_alert_histc_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-03-17T20:26:55.9847467Z test_nondeterministic_alert_interpolate_bicubic_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-03-17T20:26:55.9966406Z test_nondeterministic_alert_interpolate_bilinear_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-03-17T20:26:56.0091522Z test_nondeterministic_alert_interpolate_linear_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-03-17T20:26:56.0210674Z test_nondeterministic_alert_interpolate_trilinear_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-03-17T20:26:56.0471000Z test_nondeterministic_alert_kthvalue_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.026s) 2022-03-17T20:26:56.0745956Z test_nondeterministic_alert_median_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.027s) 2022-03-17T20:26:56.0907078Z test_nondeterministic_alert_put_accumulate_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-03-17T20:26:56.1072078Z test_nondeterministic_alert_put_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-03-17T20:26:56.1307261Z test_nondeterministic_alert_scatter_add_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.023s) 2022-03-17T20:26:56.1424950Z test_normal_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-03-17T20:26:56.1536615Z test_normal_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-03-17T20:26:56.1642255Z test_normal_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-03-17T20:26:56.1746611Z test_normal_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-03-17T20:26:56.2278156Z test_nullary_op_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.053s) 2022-03-17T20:26:56.2315507Z test_pairwise_distance_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:56.2345022Z test_pdist_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:56.2359580Z test_pdist_norm_backward_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip (0.001s) 2022-03-17T20:26:56.2377214Z test_pdist_norm_forward_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip (0.002s) 2022-03-17T20:26:56.2385711Z test_pdist_norm_large_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip (0.001s) 2022-03-17T20:26:56.2435515Z test_pickle_gradscaler_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:26:56.2468847Z test_pin_memory_from_constructor_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:56.2499355Z test_put_accumulate_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:56.2549347Z test_put_accumulate_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:26:56.2591559Z test_put_accumulate_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:56.2622297Z test_put_accumulate_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:56.2659825Z test_put_accumulate_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:56.2704471Z test_put_accumulate_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:56.2747449Z test_put_accumulate_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:56.2781719Z test_put_accumulate_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:56.2818353Z test_put_accumulate_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:56.2855609Z test_put_accumulate_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:56.2893466Z test_put_accumulate_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:56.3995820Z test_put_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.110s) 2022-03-17T20:26:56.5247626Z test_put_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.125s) 2022-03-17T20:26:56.6531497Z test_put_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.128s) 2022-03-17T20:26:56.7636674Z test_put_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.110s) 2022-03-17T20:26:56.8736752Z test_put_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.110s) 2022-03-17T20:26:56.9802727Z test_put_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.106s) 2022-03-17T20:26:57.0554669Z test_put_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.075s) 2022-03-17T20:26:57.1310803Z test_put_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.075s) 2022-03-17T20:26:57.2022643Z test_put_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.071s) 2022-03-17T20:26:57.2776405Z test_put_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.075s) 2022-03-17T20:26:57.3529576Z test_put_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.075s) 2022-03-17T20:26:57.3593280Z test_put_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:26:57.3922236Z test_put_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.033s) 2022-03-17T20:26:57.3966083Z test_repeat_interleave_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:26:57.4333334Z test_scalar_check_cuda (__main__.TestTorchDeviceTypeCUDA) ... test_torch.py:460: UserWarning: torch.lstsq is deprecated in favor of torch.linalg.lstsq and will be removed in a future PyTorch release. 2022-03-17T20:26:57.4334067Z torch.linalg.lstsq has reversed arguments and does not return the QR decomposition in the returned tuple (although it returns other information about the problem). 2022-03-17T20:26:57.4334582Z To get the qr decomposition consider using torch.linalg.qr. 2022-03-17T20:26:57.4335490Z The returned solution in torch.lstsq stored the residuals of the solution in the last m - n columns of the returned value whenever m > n. In torch.linalg.lstsq, the residuals in the field 'residuals' of the returned named tuple. 2022-03-17T20:26:57.4338540Z The unpacking of the solution, as in 2022-03-17T20:26:57.4338960Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-03-17T20:26:57.4339256Z should be replaced with 2022-03-17T20:26:57.4339703Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebra.cpp:3275.) 2022-03-17T20:26:57.4340235Z self.assertRaises(RuntimeError, lambda: torch.lstsq(zero_d, zero_d)) 2022-03-17T20:26:57.4389086Z test_torch.py:463: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-03-17T20:26:57.4389653Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-03-17T20:26:57.4390033Z L, _ = torch.eig(A) 2022-03-17T20:26:57.4390264Z should be replaced with 2022-03-17T20:26:57.4390546Z L_complex = torch.linalg.eigvals(A) 2022-03-17T20:26:57.4390788Z and 2022-03-17T20:26:57.4391031Z L, V = torch.eig(A, eigenvectors=True) 2022-03-17T20:26:57.4391312Z should be replaced with 2022-03-17T20:26:57.4397443Z L_complex, V_complex = torch.linalg.eig(A) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2913.) 2022-03-17T20:26:57.4398037Z self.assertRaises(RuntimeError, lambda: torch.eig(zero_d, False)) 2022-03-17T20:26:57.6966004Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:26:57.6966998Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:26:57.6974007Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3465: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:26:57.6975119Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-03-17T20:26:57.6981956Z ok (0.301s) 2022-03-17T20:26:57.7009669Z test_scatter_add_bool_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:26:57.7042448Z test_scatter_add_non_unique_index_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.7785445Z test_scatter_add_one_dim_deterministic_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (3.074s) 2022-03-17T20:27:00.7812041Z test_scatter_add_to_large_input_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.7841973Z test_scatter_bool_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.8022238Z test_scatter_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.018s) 2022-03-17T20:27:00.8097410Z test_scatter_reduce_multiply_unsupported_dtypes_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:27:00.8172024Z test_scatter_reduce_multiply_unsupported_dtypes_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:27:00.8246629Z test_scatter_reduce_multiply_unsupported_dtypes_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:27:00.8320960Z test_scatter_reduce_multiply_unsupported_dtypes_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:27:00.8397843Z test_scatter_reduce_multiply_unsupported_dtypes_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-03-17T20:27:00.8474599Z test_scatter_reduce_multiply_unsupported_dtypes_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-03-17T20:27:00.8555210Z test_scatter_reduce_multiply_unsupported_dtypes_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-03-17T20:27:00.8610395Z test_scatter_reduce_non_unique_index_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:27:00.8640636Z test_scatter_reduce_non_unique_index_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.8671949Z test_scatter_reduce_non_unique_index_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.8702569Z test_scatter_reduce_non_unique_index_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.8754603Z test_scatter_reduce_non_unique_index_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:27:00.8806596Z test_scatter_reduce_non_unique_index_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:27:00.8858093Z test_scatter_reduce_non_unique_index_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-03-17T20:27:00.8894499Z test_scatter_reduce_non_unique_index_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:27:00.8924993Z test_scatter_reduce_non_unique_index_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.8955709Z test_scatter_reduce_non_unique_index_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.8987085Z test_scatter_reduce_non_unique_index_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.9017176Z test_scatter_reduce_non_unique_index_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.9054115Z test_scatter_reduce_operations_to_large_input_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:27:00.9086529Z test_scatter_reduce_operations_to_large_input_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.9118804Z test_scatter_reduce_operations_to_large_input_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.9157276Z test_scatter_reduce_operations_to_large_input_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:27:00.9193779Z test_scatter_reduce_operations_to_large_input_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:27:00.9231091Z test_scatter_reduce_operations_to_large_input_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:27:00.9267767Z test_scatter_reduce_operations_to_large_input_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:27:00.9300290Z test_scatter_reduce_operations_to_large_input_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.9332677Z test_scatter_reduce_operations_to_large_input_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.9365135Z test_scatter_reduce_operations_to_large_input_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.9397449Z test_scatter_reduce_operations_to_large_input_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.9435397Z test_scatter_reduce_operations_to_large_input_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:27:00.9469488Z test_scatter_reduce_scalar_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.9499085Z test_scatter_reduce_scalar_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.9528819Z test_scatter_reduce_scalar_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.9558116Z test_scatter_reduce_scalar_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.9592537Z test_scatter_reduce_scalar_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.9626824Z test_scatter_reduce_scalar_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.9661019Z test_scatter_reduce_scalar_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.9696657Z test_scatter_reduce_scalar_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.9726357Z test_scatter_reduce_scalar_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.9755973Z test_scatter_reduce_scalar_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.9785425Z test_scatter_reduce_scalar_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.9814977Z test_scatter_reduce_scalar_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:00.9839759Z test_scatter_to_large_input_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:27:00.9859135Z test_scatter_zero_size_index_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:27:00.9923045Z test_serialization_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:27:01.0128203Z test_set_storage_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-03-17T20:27:01.0319622Z test_set_storage_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-03-17T20:27:01.0354723Z test_set_storage_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... test_torch.py:253: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:239.) 2022-03-17T20:27:01.0355558Z error_storage = a.to(error_dtype).storage() 2022-03-17T20:27:01.0518889Z ok (0.020s) 2022-03-17T20:27:01.0716911Z test_set_storage_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-03-17T20:27:01.0913022Z test_set_storage_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-03-17T20:27:01.1108925Z test_set_storage_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-03-17T20:27:01.1305095Z test_set_storage_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-03-17T20:27:01.1496342Z test_set_storage_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-03-17T20:27:01.1694064Z test_set_storage_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-03-17T20:27:01.1895925Z test_set_storage_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-03-17T20:27:01.2090388Z test_set_storage_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-03-17T20:27:01.2282425Z test_set_storage_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-03-17T20:27:01.2435813Z test_shift_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-03-17T20:27:01.2449235Z test_skip_xla_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-03-17T20:27:01.2465921Z test_storage_all_devices_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:27:01.2573140Z test_storage_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-03-17T20:27:01.2808198Z test_storage_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.023s) 2022-03-17T20:27:01.2995196Z test_storage_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-03-17T20:27:01.3150553Z test_storage_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-03-17T20:27:01.3323130Z test_storage_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-03-17T20:27:01.3440349Z test_storage_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-03-17T20:27:01.3567809Z test_storage_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-03-17T20:27:01.3713249Z test_storage_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-03-17T20:27:01.3831478Z test_storage_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-03-17T20:27:01.3942629Z test_storage_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-03-17T20:27:01.4027428Z test_storage_setitem_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-03-17T20:27:01.4120365Z test_storage_setitem_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:27:01.4213594Z test_storage_setitem_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:27:01.4306194Z test_storage_setitem_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:27:01.4399213Z test_storage_setitem_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:27:01.4491868Z test_storage_setitem_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:27:01.4591874Z test_storage_setitem_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-03-17T20:27:01.4685007Z test_storage_setitem_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:27:01.4777433Z test_storage_setitem_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:27:01.4802843Z test_storage_setitem_cuda_qint32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:27:01.4828428Z test_storage_setitem_cuda_qint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:27:01.4854530Z test_storage_setitem_cuda_quint4x2 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:01.4880639Z test_storage_setitem_cuda_quint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:27:01.4973302Z test_storage_setitem_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-03-17T20:27:01.6637932Z test_strides_propagation_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.166s) 2022-03-17T20:27:01.6678008Z test_sync_warning_cuda (__main__.TestTorchDeviceTypeCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/cuda/__init__.py:567: UserWarning: Synchronization debug mode is a prototype feature and does not yet detect all synchronizing operations (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/cuda/Module.cpp:448.) 2022-03-17T20:27:01.6678752Z torch._C._cuda_set_sync_debug_mode(debug_mode) 2022-03-17T20:27:01.7633911Z ok (0.099s) 2022-03-17T20:27:01.7833652Z test_take_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-03-17T20:27:01.7978923Z test_take_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-03-17T20:27:01.8195813Z test_take_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.022s) 2022-03-17T20:27:01.8416365Z test_take_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.022s) 2022-03-17T20:27:01.8610358Z test_take_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-03-17T20:27:01.8805313Z test_take_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-03-17T20:27:01.9000146Z test_take_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-03-17T20:27:01.9147111Z test_take_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-03-17T20:27:01.9293881Z test_take_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-03-17T20:27:01.9436012Z test_take_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-03-17T20:27:01.9582751Z test_take_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-03-17T20:27:01.9730305Z test_take_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-03-17T20:27:01.9765478Z test_take_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:01.9916349Z test_take_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-03-17T20:27:02.0150394Z test_tensor_from_storage_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.023s) 2022-03-17T20:27:02.0375215Z test_tensor_from_storage_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.022s) 2022-03-17T20:27:02.0617231Z test_tensor_from_storage_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.024s) 2022-03-17T20:27:02.0864006Z test_tensor_from_storage_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.025s) 2022-03-17T20:27:02.1099845Z test_tensor_from_storage_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.023s) 2022-03-17T20:27:02.1327897Z test_tensor_from_storage_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.023s) 2022-03-17T20:27:02.1571613Z test_tensor_from_storage_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.024s) 2022-03-17T20:27:02.1808774Z test_tensor_from_storage_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.024s) 2022-03-17T20:27:02.2046790Z test_tensor_from_storage_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.024s) 2022-03-17T20:27:02.2273542Z test_tensor_from_storage_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.023s) 2022-03-17T20:27:02.2501243Z test_tensor_from_storage_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.023s) 2022-03-17T20:27:02.2725577Z test_tensor_from_storage_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.022s) 2022-03-17T20:27:02.2739320Z test_tensor_set_errors_multigpu_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip (0.001s) 2022-03-17T20:27:02.2913480Z test_tensor_shape_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-03-17T20:27:02.2935002Z test_ternary_op_mem_overlap_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-03-17T20:27:02.2978877Z test_unfold_all_devices_and_dtypes_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-03-17T20:27:02.3006671Z test_unfold_scalars_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-03-17T20:27:02.3080877Z test_uniform_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:27:02.3147580Z test_uniform_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:27:02.3214380Z test_uniform_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:27:02.3289595Z test_uniform_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:27:02.3305429Z test_warn_always_caught_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip (0.001s) 2022-03-17T20:27:02.5334417Z test_where_scalar_invalid_combination_raises_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.203s) 2022-03-17T20:27:02.7480340Z test_where_scalar_invalid_combination_raises_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.214s) 2022-03-17T20:27:03.0556648Z test_where_scalar_invalid_combination_raises_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.308s) 2022-03-17T20:27:03.2595228Z test_where_scalar_invalid_combination_raises_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.204s) 2022-03-17T20:27:03.4621447Z test_where_scalar_invalid_combination_raises_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.202s) 2022-03-17T20:27:03.5691569Z test_where_scalar_invalid_combination_raises_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.107s) 2022-03-17T20:27:03.7638566Z test_where_scalar_invalid_combination_raises_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.195s) 2022-03-17T20:27:03.9592511Z test_where_scalar_invalid_combination_raises_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.195s) 2022-03-17T20:27:04.0592377Z test_where_scalar_invalid_combination_raises_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.100s) 2022-03-17T20:27:04.2537792Z test_where_scalar_invalid_combination_raises_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.194s) 2022-03-17T20:27:04.4484162Z test_where_scalar_invalid_combination_raises_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.195s) 2022-03-17T20:27:04.5331607Z test_where_scalar_scalar_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.085s) 2022-03-17T20:27:04.5463960Z test_where_scalar_valid_combination_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-03-17T20:27:04.5867557Z test_where_scalar_valid_combination_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.040s) 2022-03-17T20:27:04.6105156Z test_where_scalar_valid_combination_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.024s) 2022-03-17T20:27:04.6234846Z test_where_scalar_valid_combination_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-03-17T20:27:04.6365782Z test_where_scalar_valid_combination_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-03-17T20:27:04.6652341Z test_where_scalar_valid_combination_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.029s) 2022-03-17T20:27:04.6716774Z test_where_scalar_valid_combination_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:27:04.6786821Z test_where_scalar_valid_combination_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-03-17T20:27:04.6950629Z test_where_scalar_valid_combination_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-03-17T20:27:04.7014559Z test_where_scalar_valid_combination_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:27:04.7079296Z test_where_scalar_valid_combination_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-03-17T20:27:04.7095212Z test_cuda_vitals_gpu_only_cuda (__main__.TestVitalSignsCudaCUDA) ... [TORCH_VITAL] Dataloader.enabled True 2022-03-17T20:27:04.7096190Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-03-17T20:27:04.7096779Z [TORCH_VITAL] CUDA.used true 2022-03-17T20:27:04.7097684Z ok (0.001s) 2022-03-17T20:27:04.7098286Z 2022-03-17T20:27:04.7098977Z ---------------------------------------------------------------------- 2022-03-17T20:27:04.7099337Z Ran 847 tests in 93.435s 2022-03-17T20:27:04.7099513Z 2022-03-17T20:27:04.7099617Z OK (skipped=31) 2022-03-17T20:27:04.7099771Z 2022-03-17T20:27:04.7099893Z Generating XML reports... 2022-03-17T20:27:04.7148682Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20220317202531.xml 2022-03-17T20:27:04.7170435Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestDevicePrecisionCUDA-20220317202531.xml 2022-03-17T20:27:04.7343110Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorch-20220317202531.xml 2022-03-17T20:27:04.8017611Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCUDA-20220317202531.xml 2022-03-17T20:27:04.8020535Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCUDA-20220317202531.xml 2022-03-17T20:27:05.1850096Z [TORCH_VITAL] Dataloader.enabled True 2022-03-17T20:27:05.1850492Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-03-17T20:27:05.1850817Z [TORCH_VITAL] CUDA.used true 2022-03-17T20:27:05.3244201Z Running test_dataloader ... [2022-03-17 20:27:05.323864] 2022-03-17T20:27:05.3244999Z Executing ['/opt/conda/bin/python', 'test_dataloader.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:27:05.323973] 2022-03-17T20:27:06.1626065Z Test results will be stored in test-reports/python-unittest/test_dataloader 2022-03-17T20:27:06.1700615Z 2022-03-17T20:27:06.1701120Z Running tests... 2022-03-17T20:27:06.1701725Z ---------------------------------------------------------------------- 2022-03-17T20:27:07.6969235Z test_add_dataset (__main__.TestConcatDataset) ... ok (1.527s) 2022-03-17T20:27:07.6978707Z test_concat_raises_index_error (__main__.TestConcatDataset) ... ok (0.001s) 2022-03-17T20:27:07.6991568Z test_concat_two_non_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-03-17T20:27:07.7005021Z test_concat_two_non_singletons_with_empty (__main__.TestConcatDataset) ... ok (0.001s) 2022-03-17T20:27:07.7016635Z test_concat_two_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-03-17T20:27:07.7033719Z test_iterable_dataset_err (__main__.TestConcatDataset) ... ok (0.002s) 2022-03-17T20:27:07.7655990Z test_conv_after_fork (__main__.TestConvAfterFork) ... ok (0.062s) 2022-03-17T20:27:07.7728966Z test_custom_batch_pin (__main__.TestCustomPinFn) ... ok (0.007s) 2022-03-17T20:27:07.9404057Z test_custom_batch_pin_worker (__main__.TestCustomPinFn) ... ok (0.167s) 2022-03-17T20:27:09.1758680Z test_batch_sampler (__main__.TestDataLoader) ... ok (1.235s) 2022-03-17T20:27:09.1781906Z test_builtin_collection_conversion (__main__.TestDataLoader) ... skip (0.002s) 2022-03-17T20:27:09.2800603Z test_bulk_loading_nobatch (__main__.TestDataLoader) ... ok (0.102s) 2022-03-17T20:27:09.4989010Z test_chain_iterable_style_dataset (__main__.TestDataLoader) ... ok (0.219s) 2022-03-17T20:27:09.5018282Z test_default_collate_bad_numpy_types (__main__.TestDataLoader) ... ok (0.003s) 2022-03-17T20:27:09.5029315Z test_default_collate_bad_sequence_type (__main__.TestDataLoader) ... ok (0.001s) 2022-03-17T20:27:09.5058676Z test_default_collate_dtype (__main__.TestDataLoader) ... ok (0.003s) 2022-03-17T20:27:09.5074370Z test_default_collate_mapping_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-03-17T20:27:09.5108099Z test_default_collate_numpy_memmap (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py:146: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:178.) 2022-03-17T20:27:09.5109134Z return default_collate([torch.as_tensor(b) for b in batch]) 2022-03-17T20:27:09.5110238Z ok (0.004s) 2022-03-17T20:27:09.5124686Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-03-17T20:27:09.5141226Z test_default_collate_sequence_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-03-17T20:27:09.5170530Z test_default_collate_shared_tensor (__main__.TestDataLoader) ... ok (0.003s) 2022-03-17T20:27:09.5181387Z test_default_convert_mapping_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-03-17T20:27:09.5191983Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-03-17T20:27:09.5202833Z test_default_convert_sequence_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-03-17T20:27:09.5216242Z test_distributed_sampler_invalid_rank (__main__.TestDataLoader) ... ok (0.001s) 2022-03-17T20:27:09.5243028Z test_duplicating_data_with_drop_last (__main__.TestDataLoader) ... ok (0.003s) 2022-03-17T20:27:09.5264667Z test_error (__main__.TestDataLoader) ... ok (0.002s) 2022-03-17T20:27:09.6300354Z test_error_in_init (__main__.TestDataLoader) ... ok (0.103s) 2022-03-17T20:27:09.7187619Z test_error_workers (__main__.TestDataLoader) ... ok (0.088s) 2022-03-17T20:27:09.7239540Z test_excessive_thread_creation_warning (__main__.TestDataLoader) ... ok (0.005s) 2022-03-17T20:27:10.6907073Z test_fd_limit_exceeded (__main__.TestDataLoader) ... ok (0.966s) 2022-03-17T20:27:12.6455712Z test_get_worker_info (__main__.TestDataLoader) ... ok (1.954s) 2022-03-17T20:27:12.6476192Z test_growing_dataset (__main__.TestDataLoader) ... ok (0.002s) 2022-03-17T20:27:12.6487364Z test_invalid_assign_after_init (__main__.TestDataLoader) ... ok (0.001s) 2022-03-17T20:27:12.6551025Z test_invalid_ctor_args_combinations (__main__.TestDataLoader) ... ok (0.006s) 2022-03-17T20:27:12.6617430Z test_iterable_style_dataset (__main__.TestDataLoader) ... skip (0.007s) 2022-03-17T20:27:12.6641054Z test_iterabledataset_len (__main__.TestDataLoader) ... ok (0.002s) 2022-03-17T20:27:14.5630893Z test_large_sampler_indices (__main__.TestDataLoader) ... ok (1.899s) 2022-03-17T20:27:14.5767547Z test_len (__main__.TestDataLoader) ... ok (0.014s) 2022-03-17T20:27:14.7518397Z test_multi_epochs_reproducibility (__main__.TestDataLoader) ... ok (0.175s) 2022-03-17T20:27:16.7395139Z test_multiple_dataloaders (__main__.TestDataLoader) ... ok (1.987s) 2022-03-17T20:27:16.7414273Z test_multiprocessing_contexts (__main__.TestDataLoader) ... skip (0.002s) 2022-03-17T20:27:20.4616430Z test_multiprocessing_iterdatapipe (__main__.TestDataLoader) ... ok (3.720s) 2022-03-17T20:27:20.4630730Z test_no_segfault (__main__.TestDataLoader) ... skip (0.001s) 2022-03-17T20:27:20.4656871Z test_numpy (__main__.TestDataLoader) ... ok (0.003s) 2022-03-17T20:27:20.4723164Z test_numpy_gen_state (__main__.TestDataLoader) ... ok (0.006s) 2022-03-17T20:27:20.4750973Z test_numpy_scalars (__main__.TestDataLoader) ... ok (0.003s) 2022-03-17T20:27:20.4763104Z test_partial_workers (__main__.TestDataLoader) 2022-03-17T20:27:20.6921273Z Check that workers exit even if the iterator is not exhausted. ... ok (0.217s) 2022-03-17T20:27:20.6983269Z test_proper_exit (__main__.TestDataLoader) 2022-03-17T20:27:20.6987032Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip (0.006s) 2022-03-17T20:27:20.7039513Z test_random_sampler (__main__.TestDataLoader) ... ok (0.005s) 2022-03-17T20:27:20.7060993Z test_random_sampler_len_with_replacement (__main__.TestDataLoader) ... ok (0.002s) 2022-03-17T20:27:20.7080684Z test_random_sampler_len_without_replacement (__main__.TestDataLoader) ... ok (0.002s) 2022-03-17T20:27:21.9056902Z test_sampler (__main__.TestDataLoader) ... ok (1.197s) 2022-03-17T20:27:21.9283210Z test_sampler_reproducibility (__main__.TestDataLoader) ... ok (0.022s) 2022-03-17T20:27:23.8037503Z test_segfault (__main__.TestDataLoader) ... ok (1.875s) 2022-03-17T20:27:23.9756389Z test_seqential_batch_workers (__main__.TestDataLoader) ... ok (0.172s) 2022-03-17T20:27:24.1612044Z test_seqential_batch_workers_prefetch (__main__.TestDataLoader) ... ok (0.185s) 2022-03-17T20:27:24.2302394Z test_sequential_batch (__main__.TestDataLoader) ... ok (0.068s) 2022-03-17T20:27:24.2678006Z test_sequential_nonbatch (__main__.TestDataLoader) ... ok (0.038s) 2022-03-17T20:27:24.2757306Z test_sequential_pin_memory (__main__.TestDataLoader) ... ok (0.008s) 2022-03-17T20:27:24.5557401Z test_sequential_workers (__main__.TestDataLoader) ... ok (0.280s) 2022-03-17T20:27:24.6530781Z test_shuffle (__main__.TestDataLoader) ... ok (0.097s) 2022-03-17T20:27:24.7379224Z test_shuffle_batch (__main__.TestDataLoader) ... ok (0.085s) 2022-03-17T20:27:24.8272341Z test_shuffle_batch_none (__main__.TestDataLoader) ... ok (0.089s) 2022-03-17T20:27:25.0810613Z test_shuffle_batch_workers (__main__.TestDataLoader) ... ok (0.254s) 2022-03-17T20:27:25.3411081Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoader) ... ok (0.260s) 2022-03-17T20:27:25.5253248Z test_shuffle_pin_memory (__main__.TestDataLoader) ... ok (0.184s) 2022-03-17T20:27:26.0141158Z test_shuffle_reproducibility (__main__.TestDataLoader) ... ok (0.488s) 2022-03-17T20:27:26.3263229Z test_shuffle_workers (__main__.TestDataLoader) ... ok (0.312s) 2022-03-17T20:27:26.3279866Z test_timeout (__main__.TestDataLoader) ... skip (0.002s) 2022-03-17T20:27:26.3294207Z test_typing (__main__.TestDataLoader) ... ok (0.001s) 2022-03-17T20:27:26.3960308Z test_worker_init_fn (__main__.TestDataLoader) ... ok (0.066s) 2022-03-17T20:27:26.5471972Z test_worker_seed (__main__.TestDataLoader) ... ok (0.151s) 2022-03-17T20:27:26.8531869Z test_worker_seed_reproducibility (__main__.TestDataLoader) ... ok (0.306s) 2022-03-17T20:27:26.8544907Z test_basics (__main__.TestDataLoader2) ... skip (0.001s) 2022-03-17T20:27:28.6181237Z test_shuffle (__main__.TestDataLoader2) ... ok (1.763s) 2022-03-17T20:27:28.6199404Z test_basic_mapdatapipe_threading (__main__.TestDataLoader2_EventLoop) ... skip (0.002s) 2022-03-17T20:27:28.6210758Z test_basic_threading (__main__.TestDataLoader2_EventLoop) ... skip (0.001s) 2022-03-17T20:27:28.6220231Z test_batch_sampler (__main__.TestDataLoaderPersistentWorkers) ... skip (0.001s) 2022-03-17T20:27:28.6238796Z test_builtin_collection_conversion (__main__.TestDataLoaderPersistentWorkers) ... skip (0.002s) 2022-03-17T20:27:28.7207973Z test_bulk_loading_nobatch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.097s) 2022-03-17T20:27:28.8826087Z test_chain_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.161s) 2022-03-17T20:27:29.2128097Z test_dataset_not_reset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.330s) 2022-03-17T20:27:29.2157601Z test_default_collate_bad_numpy_types (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-03-17T20:27:29.2168213Z test_default_collate_bad_sequence_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-03-17T20:27:29.2195617Z test_default_collate_dtype (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-03-17T20:27:29.2210726Z test_default_collate_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-03-17T20:27:29.2234238Z test_default_collate_numpy_memmap (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-03-17T20:27:29.2248288Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-03-17T20:27:29.2263567Z test_default_collate_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-03-17T20:27:29.2291352Z test_default_collate_shared_tensor (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-03-17T20:27:29.2301908Z test_default_convert_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-03-17T20:27:29.2312423Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-03-17T20:27:29.2322607Z test_default_convert_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-03-17T20:27:29.2334854Z test_distributed_sampler_invalid_rank (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-03-17T20:27:29.2360403Z test_duplicating_data_with_drop_last (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-03-17T20:27:41.3965661Z test_early_exit (__main__.TestDataLoaderPersistentWorkers) ... ok (12.160s) 2022-03-17T20:27:41.3999790Z test_error (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-03-17T20:27:41.5015930Z test_error_in_init (__main__.TestDataLoaderPersistentWorkers) ... ok (0.101s) 2022-03-17T20:27:41.5619319Z test_error_workers (__main__.TestDataLoaderPersistentWorkers) ... ok (0.060s) 2022-03-17T20:27:41.5701528Z test_excessive_thread_creation_warning (__main__.TestDataLoaderPersistentWorkers) ... ok (0.008s) 2022-03-17T20:27:42.5387622Z test_fd_limit_exceeded (__main__.TestDataLoaderPersistentWorkers) ... ok (0.968s) 2022-03-17T20:27:44.4636517Z test_get_worker_info (__main__.TestDataLoaderPersistentWorkers) ... ok (1.924s) 2022-03-17T20:27:44.4658718Z test_growing_dataset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-03-17T20:27:44.4670164Z test_invalid_assign_after_init (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-03-17T20:27:44.4714552Z test_invalid_ctor_args_combinations (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-03-17T20:27:44.4780765Z test_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip (0.007s) 2022-03-17T20:27:44.4810264Z test_iterabledataset_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-03-17T20:27:46.3873288Z test_large_sampler_indices (__main__.TestDataLoaderPersistentWorkers) ... ok (1.906s) 2022-03-17T20:28:06.4213563Z test_len (__main__.TestDataLoaderPersistentWorkers) ... ok (20.034s) 2022-03-17T20:28:06.5159363Z test_multi_epochs_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.094s) 2022-03-17T20:28:06.5175629Z test_multiple_dataloaders (__main__.TestDataLoaderPersistentWorkers) ... skip (0.001s) 2022-03-17T20:28:06.5189670Z test_multiprocessing_contexts (__main__.TestDataLoaderPersistentWorkers) ... skip (0.001s) 2022-03-17T20:28:10.3658985Z test_multiprocessing_iterdatapipe (__main__.TestDataLoaderPersistentWorkers) ... ok (3.847s) 2022-03-17T20:28:10.3672334Z test_no_segfault (__main__.TestDataLoaderPersistentWorkers) ... skip (0.001s) 2022-03-17T20:28:10.3695426Z test_numpy (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-03-17T20:28:10.3754794Z test_numpy_gen_state (__main__.TestDataLoaderPersistentWorkers) ... ok (0.006s) 2022-03-17T20:28:10.3783085Z test_numpy_scalars (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-03-17T20:28:10.3795585Z test_partial_workers (__main__.TestDataLoaderPersistentWorkers) 2022-03-17T20:28:10.5792543Z Check that workers exit even if the iterator is not exhausted. ... ok (0.201s) 2022-03-17T20:28:10.5853786Z test_proper_exit (__main__.TestDataLoaderPersistentWorkers) 2022-03-17T20:28:10.5857083Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip (0.006s) 2022-03-17T20:28:10.5900244Z test_random_sampler (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-03-17T20:28:10.5921800Z test_random_sampler_len_with_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-03-17T20:28:10.5943959Z test_random_sampler_len_without_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-03-17T20:28:10.5950553Z test_sampler (__main__.TestDataLoaderPersistentWorkers) ... skip (0.001s) 2022-03-17T20:28:10.6167105Z test_sampler_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.022s) 2022-03-17T20:28:12.5559012Z test_segfault (__main__.TestDataLoaderPersistentWorkers) ... ok (1.939s) 2022-03-17T20:28:12.5568678Z test_seqential_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... skip (0.001s) 2022-03-17T20:28:12.7300598Z test_seqential_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.173s) 2022-03-17T20:28:12.7979838Z test_sequential_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.068s) 2022-03-17T20:28:12.8344197Z test_sequential_nonbatch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.036s) 2022-03-17T20:28:12.8417788Z test_sequential_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... ok (0.007s) 2022-03-17T20:28:13.0946961Z test_sequential_workers (__main__.TestDataLoaderPersistentWorkers) ... ok (0.253s) 2022-03-17T20:28:13.1896267Z test_shuffle (__main__.TestDataLoaderPersistentWorkers) ... ok (0.095s) 2022-03-17T20:28:13.2720463Z test_shuffle_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.082s) 2022-03-17T20:28:13.3587672Z test_shuffle_batch_none (__main__.TestDataLoaderPersistentWorkers) ... ok (0.087s) 2022-03-17T20:28:13.5875501Z test_shuffle_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... ok (0.228s) 2022-03-17T20:28:13.8183791Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.230s) 2022-03-17T20:28:13.9797939Z test_shuffle_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... ok (0.161s) 2022-03-17T20:28:14.4011148Z test_shuffle_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.421s) 2022-03-17T20:28:14.7163888Z test_shuffle_workers (__main__.TestDataLoaderPersistentWorkers) ... ok (0.315s) 2022-03-17T20:28:14.7184451Z test_timeout (__main__.TestDataLoaderPersistentWorkers) ... skip (0.002s) 2022-03-17T20:28:14.7196682Z test_typing (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-03-17T20:28:14.7750621Z test_worker_init_fn (__main__.TestDataLoaderPersistentWorkers) ... ok (0.055s) 2022-03-17T20:28:14.7764958Z test_worker_seed (__main__.TestDataLoaderPersistentWorkers) ... skip (0.001s) 2022-03-17T20:28:14.7774220Z test_worker_seed_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... skip (0.001s) 2022-03-17T20:28:14.7783915Z test_lengths_must_equal_dataset_size (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-03-17T20:28:14.7812970Z test_slicing_of_subset_of_dataset (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-03-17T20:28:14.7842117Z test_slicing_of_subset_of_subset (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-03-17T20:28:14.7852735Z test_splits_are_mutually_exclusive (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-03-17T20:28:14.7876841Z test_splits_generator (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-03-17T20:28:14.7888890Z test_splits_have_correct_size (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-03-17T20:28:14.7899487Z test_splits_indexing_type (__main__.TestDatasetRandomSplit) 2022-03-17T20:28:14.7912607Z Indices generated by random_split ... ok (0.002s) 2022-03-17T20:28:14.7966200Z test_splits_reproducibility (__main__.TestDatasetRandomSplit) ... ok (0.005s) 2022-03-17T20:28:14.7980865Z test_pin_memory (__main__.TestDictDataLoader) ... ok (0.001s) 2022-03-17T20:28:14.8446576Z test_sequential_batch (__main__.TestDictDataLoader) ... ok (0.046s) 2022-03-17T20:28:14.8463857Z test_ind_worker_queue (__main__.TestIndividualWorkerQueue) ... skip (0.001s) 2022-03-17T20:28:14.8497513Z test_dataloader_with_namedtuple (__main__.TestNamedTupleDataLoader) ... ok (0.003s) 2022-03-17T20:28:14.9106814Z test_set_affinity_in_worker_init (__main__.TestSetAffinity) ... ok (0.061s) 2022-03-17T20:28:14.9893406Z test_shuffle_pin_memory (__main__.TestStringDataLoader) ... ok (0.078s) 2022-03-17T20:28:14.9979707Z test_getitem (__main__.TestTensorDataset) ... ok (0.008s) 2022-03-17T20:28:15.0043575Z test_getitem_1d (__main__.TestTensorDataset) ... ok (0.006s) 2022-03-17T20:28:15.0054780Z test_len (__main__.TestTensorDataset) ... ok (0.001s) 2022-03-17T20:28:15.0114942Z test_many_tensors (__main__.TestTensorDataset) ... ok (0.006s) 2022-03-17T20:28:15.0135986Z test_single_tensor (__main__.TestTensorDataset) ... ok (0.002s) 2022-03-17T20:28:15.0136414Z 2022-03-17T20:28:15.0136857Z ---------------------------------------------------------------------- 2022-03-17T20:28:15.0137178Z Ran 164 tests in 68.844s 2022-03-17T20:28:15.0137341Z 2022-03-17T20:28:15.0137642Z OK (skipped=22) 2022-03-17T20:28:15.0137800Z 2022-03-17T20:28:15.0137924Z Generating XML reports... 2022-03-17T20:28:15.0186805Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestConcatDataset-20220317202706.xml 2022-03-17T20:28:15.0190103Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestConvAfterFork-20220317202706.xml 2022-03-17T20:28:15.0196330Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestCustomPinFn-20220317202706.xml 2022-03-17T20:28:15.0267421Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader-20220317202706.xml 2022-03-17T20:28:15.0272521Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2-20220317202706.xml 2022-03-17T20:28:15.0345712Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoaderPersistentWorkers-20220317202706.xml 2022-03-17T20:28:15.0363881Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDatasetRandomSplit-20220317202706.xml 2022-03-17T20:28:15.0369076Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDictDataLoader-20220317202706.xml 2022-03-17T20:28:15.0372835Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestNamedTupleDataLoader-20220317202706.xml 2022-03-17T20:28:15.0376406Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestSetAffinity-20220317202706.xml 2022-03-17T20:28:15.0380093Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestStringDataLoader-20220317202706.xml 2022-03-17T20:28:15.0387556Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestTensorDataset-20220317202706.xml 2022-03-17T20:28:15.0392870Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2_EventLoop-20220317202706.xml 2022-03-17T20:28:15.0396959Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestIndividualWorkerQueue-20220317202706.xml 2022-03-17T20:28:15.2816032Z Running test_multiprocessing ... [2022-03-17 20:28:15.281111] 2022-03-17T20:28:15.2816712Z Executing ['/opt/conda/bin/python', 'test_multiprocessing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:28:15.281219] 2022-03-17T20:28:16.0685128Z Test results will be stored in test-reports/python-unittest/test_multiprocessing 2022-03-17T20:28:16.0710813Z 2022-03-17T20:28:16.0711195Z Running tests... 2022-03-17T20:28:16.0712007Z ---------------------------------------------------------------------- 2022-03-17T20:28:17.7447209Z test_autograd_errors (__main__.TestMultiprocessing) ... ok (1.673s) 2022-03-17T20:28:18.7160488Z test_autograd_fine_with_spawn (__main__.TestMultiprocessing) ... ok (0.971s) 2022-03-17T20:28:18.7518191Z test_cuda_bad_call (__main__.TestMultiprocessing) ... ok (0.036s) 2022-03-17T20:28:22.3178616Z test_cuda_ipc_deadlock (__main__.TestMultiprocessing) ... [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors] 2022-03-17T20:28:22.4408679Z ok (3.689s) 2022-03-17T20:28:24.6794546Z test_cuda_memory_allocation (__main__.TestMultiprocessing) ... ok (2.238s) 2022-03-17T20:28:24.7043377Z test_cuda_parameter_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/utils/hooks.py:62: UserWarning: backward hook .hook at 0x7f3188997d40> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-03-17T20:28:24.7044253Z "to suppress this warning".format(repr(hook))) 2022-03-17T20:28:26.9504738Z ok (2.271s) 2022-03-17T20:28:26.9528910Z test_cuda_send_many (__main__.TestMultiprocessing) ... skip (0.002s) 2022-03-17T20:28:31.9021275Z test_cuda_simple (__main__.TestMultiprocessing) ... [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors] 2022-03-17T20:28:32.0493784Z ok (5.096s) 2022-03-17T20:28:32.0510038Z test_cuda_small_tensors (__main__.TestMultiprocessing) ... skip (0.002s) 2022-03-17T20:28:32.0745586Z test_cuda_variable_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/utils/hooks.py:62: UserWarning: backward hook .hook at 0x7f3188984830> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-03-17T20:28:32.0746700Z "to suppress this warning".format(repr(hook))) 2022-03-17T20:28:37.0187033Z ok (4.967s) 2022-03-17T20:28:37.0199578Z test_empty_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-03-17T20:28:37.0233635Z test_empty_tensor_sharing (__main__.TestMultiprocessing) ... ok (0.003s) 2022-03-17T20:28:37.0271859Z test_empty_tensor_sharing_cuda (__main__.TestMultiprocessing) ... ok (0.004s) 2022-03-17T20:28:39.2692015Z test_event (__main__.TestMultiprocessing) ... ok (2.242s) 2022-03-17T20:28:41.6098374Z test_event_handle_exporter (__main__.TestMultiprocessing) ... ok (2.340s) 2022-03-17T20:28:43.9241274Z test_event_handle_importer (__main__.TestMultiprocessing) ... ok (2.314s) 2022-03-17T20:28:43.9255893Z test_event_handle_multi_gpu (__main__.TestMultiprocessing) ... skip (0.001s) 2022-03-17T20:28:46.2420696Z test_event_multiprocess (__main__.TestMultiprocessing) ... ok (2.316s) 2022-03-17T20:28:46.2429093Z test_fd_pool (__main__.TestMultiprocessing) ... skip (0.001s) 2022-03-17T20:28:46.4869722Z test_fd_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.244s) 2022-03-17T20:28:46.4874600Z test_fd_sharing (__main__.TestMultiprocessing) ... skip (0.001s) 2022-03-17T20:28:50.8073402Z test_fs (__main__.TestMultiprocessing) ... ok (4.320s) 2022-03-17T20:28:50.8098127Z test_fs_is_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-03-17T20:28:50.8098660Z test_fs_pool (__main__.TestMultiprocessing) ... skip (0.001s) 2022-03-17T20:28:51.0073160Z test_fs_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.197s) 2022-03-17T20:28:53.7034680Z test_fs_sharing (__main__.TestMultiprocessing) ... ok (2.696s) 2022-03-17T20:28:53.7478316Z test_inherit_tensor (__main__.TestMultiprocessing) ... ok (0.044s) 2022-03-17T20:28:54.8120612Z test_integer_parameter_serialization_cpu (__main__.TestMultiprocessing) ... ok (1.064s) 2022-03-17T20:28:57.2180680Z test_integer_parameter_serialization_cuda (__main__.TestMultiprocessing) ... ok (2.406s) 2022-03-17T20:28:57.2195290Z test_is_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-03-17T20:28:57.2205876Z test_is_shared_cuda (__main__.TestMultiprocessing) ... ok (0.001s) 2022-03-17T20:29:01.3731555Z test_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (4.152s) 2022-03-17T20:29:08.4360757Z test_mixed_types_cuda_sharing (__main__.TestMultiprocessing) ... ok (7.063s) 2022-03-17T20:29:08.4388885Z test_non_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.003s) 2022-03-17T20:29:08.4605788Z test_parameter_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/utils/hooks.py:62: UserWarning: backward hook .hook at 0x7f3188997050> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-03-17T20:29:08.4606897Z "to suppress this warning".format(repr(hook))) 2022-03-17T20:29:08.4801056Z ok (0.041s) 2022-03-17T20:29:08.4949536Z test_variable_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/utils/hooks.py:62: UserWarning: backward hook .hook at 0x7f3188997c20> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-03-17T20:29:08.4950322Z "to suppress this warning".format(repr(hook))) 2022-03-17T20:29:08.5428835Z ok (0.063s) 2022-03-17T20:29:10.6908783Z test_wrong_cuda_fork (__main__.TestMultiprocessing) ... ok (2.148s) 2022-03-17T20:29:10.6910993Z 2022-03-17T20:29:10.6911769Z ---------------------------------------------------------------------- 2022-03-17T20:29:10.6912108Z Ran 37 tests in 54.620s 2022-03-17T20:29:10.6912270Z 2022-03-17T20:29:10.6914819Z OK (skipped=6) 2022-03-17T20:29:10.6914994Z 2022-03-17T20:29:10.6915136Z Generating XML reports... 2022-03-17T20:29:10.6996828Z Generated XML report: test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20220317202816.xml 2022-03-17T20:29:10.9476957Z Running test_cuda ... [2022-03-17 20:29:10.947125] 2022-03-17T20:29:10.9477593Z Executing ['/opt/conda/bin/python', 'test_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:29:10.947231] 2022-03-17T20:29:13.6676814Z Test results will be stored in test-reports/python-unittest/test_cuda 2022-03-17T20:29:13.6753942Z 2022-03-17T20:29:13.6754265Z Running tests... 2022-03-17T20:29:13.6754702Z ---------------------------------------------------------------------- 2022-03-17T20:29:13.6769121Z test_arithmetic_large_tensor (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:13.7130128Z test_autocast_banned (__main__.TestCuda) ... ok (0.036s) 2022-03-17T20:29:14.0265724Z test_autocast_cache_leak (__main__.TestCuda) ... ok (0.313s) 2022-03-17T20:29:14.1417481Z test_autocast_cat_jit (__main__.TestCuda) ... ok (0.115s) 2022-03-17T20:29:14.1790915Z test_autocast_checkpointing (__main__.TestCuda) ... ok (0.037s) 2022-03-17T20:29:14.2127117Z test_autocast_custom_cast_inputs (__main__.TestCuda) ... ok (0.034s) 2022-03-17T20:29:14.2459098Z test_autocast_custom_enabled (__main__.TestCuda) ... ok (0.033s) 2022-03-17T20:29:14.2871175Z test_autocast_ignored_types (__main__.TestCuda) ... ok (0.041s) 2022-03-17T20:29:14.3205650Z test_autocast_linalg_fp16 (__main__.TestCuda) ... ok (0.033s) 2022-03-17T20:29:14.3536819Z test_autocast_methods_expect_builtin_promote (__main__.TestCuda) ... ok (0.033s) 2022-03-17T20:29:14.3855331Z test_autocast_methods_fp16 (__main__.TestCuda) ... ok (0.032s) 2022-03-17T20:29:14.4168022Z test_autocast_methods_fp32 (__main__.TestCuda) ... ok (0.031s) 2022-03-17T20:29:14.4475241Z test_autocast_nn_bf16 (__main__.TestCuda) ... ok (0.031s) 2022-03-17T20:29:14.4781216Z test_autocast_nn_fp16 (__main__.TestCuda) ... ok (0.030s) 2022-03-17T20:29:14.5107615Z test_autocast_nn_fp32 (__main__.TestCuda) ... test_cuda.py:2711: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [8]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:29:14.5108526Z output = getattr(module, op)(*args, **add_kwargs) 2022-03-17T20:29:14.5109638Z test_cuda.py:2752: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [8]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-03-17T20:29:14.5110499Z control = getattr(module, op)(*cast(args, run_as_type), **add_kwargs) 2022-03-17T20:29:14.5114738Z ok (0.033s) 2022-03-17T20:29:14.8877404Z test_autocast_rnn (__main__.TestCuda) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py:473: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-03-17T20:29:14.8878313Z self.batch_first) 2022-03-17T20:29:15.4288740Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py:482: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-03-17T20:29:15.4289503Z self.bidirectional) 2022-03-17T20:29:18.2175511Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py:951: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-03-17T20:29:18.2176353Z self.dropout, self.training, self.bidirectional, self.batch_first) 2022-03-17T20:29:18.7050304Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py:954: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-03-17T20:29:18.7051118Z self.num_layers, self.dropout, self.training, self.bidirectional) 2022-03-17T20:29:21.5017659Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py:770: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-03-17T20:29:21.5018511Z self.dropout, self.training, self.bidirectional, self.batch_first) 2022-03-17T20:29:22.0146345Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py:773: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-03-17T20:29:22.0147161Z self.num_layers, self.dropout, self.training, self.bidirectional) 2022-03-17T20:29:24.9598585Z ok (10.448s) 2022-03-17T20:29:24.9983212Z test_autocast_torch_bf16 (__main__.TestCuda) ... ok (0.038s) 2022-03-17T20:29:25.0321758Z test_autocast_torch_expect_builtin_promote (__main__.TestCuda) ... ok (0.034s) 2022-03-17T20:29:25.4718642Z test_autocast_torch_fp16 (__main__.TestCuda) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1664: UserWarning: torch.chain_matmul is deprecated and will be removed in a future PyTorch release. Use torch.linalg.multi_dot instead, which accepts a list of two or more tensors rather than multiple parameters. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:878.) 2022-03-17T20:29:25.4719599Z return _VF.chain_matmul(matrices) # type: ignore[attr-defined] 2022-03-17T20:29:25.4760464Z ok (0.444s) 2022-03-17T20:29:25.7440223Z test_autocast_torch_fp32 (__main__.TestCuda) ... test_cuda.py:2711: UserWarning: Specified kernel cache directory could not be created! This disables kernel caching. Specified directory is /var/lib/jenkins/.cache/torch/kernels. This warning will appear only once per process. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/jit_utils.cpp:860.) 2022-03-17T20:29:25.7441120Z output = getattr(module, op)(*args, **add_kwargs) 2022-03-17T20:29:25.7581502Z ok (0.282s) 2022-03-17T20:29:25.8008363Z test_autocast_torch_need_autocast_promote (__main__.TestCuda) ... ok (0.042s) 2022-03-17T20:29:25.8021313Z test_autogpu (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:25.8347050Z test_batch_norm_gather_stats (__main__.TestCuda) ... ok (0.032s) 2022-03-17T20:29:25.8695854Z test_bincount_ext (__main__.TestCuda) ... ok (0.035s) 2022-03-17T20:29:25.8704521Z test_caching_allocator_record_stream_oom (__main__.TestCuda) 2022-03-17T20:29:26.7810342Z allocations delayed by a record_stream call should still be freed on ... ok (0.911s) 2022-03-17T20:29:26.8877959Z test_caching_pinned_memory (__main__.TestCuda) ... ok (0.107s) 2022-03-17T20:29:26.8891399Z test_caching_pinned_memory_multi_gpu (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:26.8898464Z test_cat_autogpu (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:26.9250503Z test_check_error (__main__.TestCuda) ... ok (0.035s) 2022-03-17T20:29:26.9263239Z test_copy_device (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:27.1027386Z test_copy_non_blocking (__main__.TestCuda) ... ok (0.176s) 2022-03-17T20:29:27.1035204Z test_copy_streams (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:27.1427937Z test_cublas_allow_fp16_reduced_precision_reduction_get_set (__main__.TestCuda) ... ok (0.039s) 2022-03-17T20:29:27.1727246Z test_cublas_allow_tf32_get_set (__main__.TestCuda) ... ok (0.030s) 2022-03-17T20:29:27.5818770Z test_cublas_multiple_threads_same_device (__main__.TestCuda) ... ok (0.409s) 2022-03-17T20:29:27.5826363Z test_cuda_device_memory_allocated (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:27.6269523Z test_cuda_get_device_capability (__main__.TestCuda) ... ok (0.044s) 2022-03-17T20:29:27.6572755Z test_cuda_get_device_name (__main__.TestCuda) ... ok (0.030s) 2022-03-17T20:29:27.6578479Z test_cuda_init_race (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:27.8773289Z test_cuda_kernel_loop_overflow (__main__.TestCuda) ... ok (0.219s) 2022-03-17T20:29:27.8784831Z test_cuda_kernel_loop_overflow_large (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:28.0051127Z test_cuda_memory_leak_detection (__main__.TestCuda) ... ok (0.126s) 2022-03-17T20:29:28.0731169Z test_cuda_memory_leak_detection_propagates_errors (__main__.TestCuda) ... ok (0.068s) 2022-03-17T20:29:28.0741168Z test_cuda_set_device (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:28.1093066Z test_cuda_synchronize (__main__.TestCuda) ... ok (0.035s) 2022-03-17T20:29:28.1455768Z test_cudart_register (__main__.TestCuda) ... ok (0.036s) 2022-03-17T20:29:28.1755244Z test_cudnn_allow_tf32_get_set (__main__.TestCuda) ... ok (0.030s) 2022-03-17T20:29:38.6439360Z test_cudnn_multiple_threads_same_device (__main__.TestCuda) ... ok (10.468s) 2022-03-17T20:29:38.6453849Z test_current_stream (__main__.TestCuda) ... skip (0.002s) 2022-03-17T20:29:38.6475081Z test_cusparse_multiple_threads_same_device (__main__.TestCuda) ... skip (0.002s) 2022-03-17T20:29:38.6490995Z test_default_stream (__main__.TestCuda) ... skip (0.002s) 2022-03-17T20:29:38.7440987Z test_events (__main__.TestCuda) ... ok (0.095s) 2022-03-17T20:29:38.7461060Z test_events_multi_gpu_elapsed_time (__main__.TestCuda) ... skip (0.002s) 2022-03-17T20:29:38.7479906Z test_events_multi_gpu_query (__main__.TestCuda) ... skip (0.002s) 2022-03-17T20:29:38.7493476Z test_events_wait (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:38.7860033Z test_external_streams (__main__.TestCuda) ... ok (0.036s) 2022-03-17T20:29:38.7867082Z test_external_streams_multi_device (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:40.8080180Z test_fixed_cuda_assert_async (__main__.TestCuda) ... /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorCompare.cu:144: _assert_async_cuda_kernel: block: [0,0,0], thread: [0,0,0] Assertion `input[0] != 0` failed. 2022-03-17T20:29:40.8085724Z Traceback (most recent call last): 2022-03-17T20:29:40.8086256Z File "", line 4, in 2022-03-17T20:29:40.8086859Z File "/opt/conda/lib/python3.7/site-packages/torch/cuda/__init__.py", line 495, in synchronize 2022-03-17T20:29:40.8089638Z return torch._C._cuda_synchronize() 2022-03-17T20:29:40.8090046Z RuntimeError: CUDA error: device-side assert triggered 2022-03-17T20:29:40.8093338Z CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. 2022-03-17T20:29:40.8093807Z For debugging consider passing CUDA_LAUNCH_BLOCKING=1. 2022-03-17T20:29:42.9156633Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorCompare.cu:144: _assert_async_cuda_kernel: block: [0,0,0], thread: [0,0,0] Assertion `input[0] != 0` failed. 2022-03-17T20:29:42.9162905Z Traceback (most recent call last): 2022-03-17T20:29:42.9163348Z File "", line 4, in 2022-03-17T20:29:42.9164095Z File "/opt/conda/lib/python3.7/site-packages/torch/cuda/__init__.py", line 495, in synchronize 2022-03-17T20:29:42.9166463Z return torch._C._cuda_synchronize() 2022-03-17T20:29:42.9166888Z RuntimeError: CUDA error: device-side assert triggered 2022-03-17T20:29:42.9167335Z CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. 2022-03-17T20:29:42.9167793Z For debugging consider passing CUDA_LAUNCH_BLOCKING=1. 2022-03-17T20:29:45.0313970Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorCompare.cu:144: _assert_async_cuda_kernel: block: [0,0,0], thread: [0,0,0] Assertion `input[0] != 0` failed. 2022-03-17T20:29:45.0319212Z Traceback (most recent call last): 2022-03-17T20:29:45.0319765Z File "", line 4, in 2022-03-17T20:29:45.0320635Z File "/opt/conda/lib/python3.7/site-packages/torch/cuda/__init__.py", line 495, in synchronize 2022-03-17T20:29:45.0323086Z return torch._C._cuda_synchronize() 2022-03-17T20:29:45.0323780Z RuntimeError: CUDA error: device-side assert triggered 2022-03-17T20:29:45.0324509Z CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. 2022-03-17T20:29:45.0325268Z For debugging consider passing CUDA_LAUNCH_BLOCKING=1. 2022-03-17T20:29:47.1315355Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorCompare.cu:148: _assert_async_cuda_kernel: block: [0,0,0], thread: [0,0,0] Assertion `input[0] != c10::complex(0, 0)` failed. 2022-03-17T20:29:47.1320287Z Traceback (most recent call last): 2022-03-17T20:29:47.1320950Z File "", line 4, in 2022-03-17T20:29:47.1321998Z File "/opt/conda/lib/python3.7/site-packages/torch/cuda/__init__.py", line 495, in synchronize 2022-03-17T20:29:47.1323519Z return torch._C._cuda_synchronize() 2022-03-17T20:29:47.1324038Z RuntimeError: CUDA error: device-side assert triggered 2022-03-17T20:29:47.1324560Z CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. 2022-03-17T20:29:47.1325165Z For debugging consider passing CUDA_LAUNCH_BLOCKING=1. 2022-03-17T20:29:47.2786751Z ok (8.492s) 2022-03-17T20:29:47.3307653Z test_gather_bool (__main__.TestCuda) ... ok (0.052s) 2022-03-17T20:29:47.3631955Z test_get_device_index (__main__.TestCuda) ... ok (0.032s) 2022-03-17T20:29:47.3641879Z test_get_set_rng_state_all (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:47.4145668Z test_grad_scaling_accumulation (__main__.TestCuda) ... ok (0.050s) 2022-03-17T20:29:47.4896946Z test_grad_scaling_autocast (__main__.TestCuda) ... ok (0.075s) 2022-03-17T20:29:47.5473607Z test_grad_scaling_clipping (__main__.TestCuda) ... ok (0.058s) 2022-03-17T20:29:47.6048096Z test_grad_scaling_clipping_separate_unscale (__main__.TestCuda) ... ok (0.057s) 2022-03-17T20:29:47.6060851Z test_grad_scaling_device_as_key (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:47.6095260Z test_grad_scaling_multigpu (__main__.TestCuda) ... skip (0.003s) 2022-03-17T20:29:47.6870519Z test_grad_scaling_multiple (__main__.TestCuda) ... ok (0.077s) 2022-03-17T20:29:47.7602004Z test_grad_scaling_penalty (__main__.TestCuda) ... ok (0.073s) 2022-03-17T20:29:47.7616768Z test_grad_scaling_scale (__main__.TestCuda) ... skip (0.002s) 2022-03-17T20:29:47.7941214Z test_grad_scaling_state_dict (__main__.TestCuda) ... ok (0.032s) 2022-03-17T20:29:47.8379482Z test_grad_scaling_unscale (__main__.TestCuda) ... ok (0.044s) 2022-03-17T20:29:47.8758789Z test_grad_scaling_unscale_sparse (__main__.TestCuda) ... ok (0.038s) 2022-03-17T20:29:47.9075390Z test_grad_scaling_update_scale (__main__.TestCuda) ... ok (0.032s) 2022-03-17T20:29:47.9388222Z test_graph_capture_simple (__main__.TestCuda) ... ok (0.031s) 2022-03-17T20:29:47.9420277Z test_graph_concurrent_replay (__main__.TestCuda) ... skip (0.003s) 2022-03-17T20:29:48.1888235Z test_graph_cudnn_dropout (__main__.TestCuda) ... ok (0.247s) 2022-03-17T20:29:48.3262700Z test_graph_grad_scaling (__main__.TestCuda) ... ok (0.137s) 2022-03-17T20:29:48.5650955Z test_graph_make_graphed_callables (__main__.TestCuda) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:29:48.5652560Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:29:49.2538897Z ok (0.927s) 2022-03-17T20:29:49.6084455Z test_graph_memory_stats_and_use_result_after_destroy_graph (__main__.TestCuda) ... ok (0.354s) 2022-03-17T20:29:49.6855268Z test_graph_record_stream (__main__.TestCuda) ... ok (0.077s) 2022-03-17T20:29:49.7672056Z test_graph_rng_distributions (__main__.TestCuda) ... ok (0.082s) 2022-03-17T20:29:49.8028905Z test_graph_rng_functional (__main__.TestCuda) ... ok (0.036s) 2022-03-17T20:29:49.8404562Z test_graph_three_successive (__main__.TestCuda) ... ok (0.037s) 2022-03-17T20:29:49.8827212Z test_graph_two_successive (__main__.TestCuda) ... ok (0.042s) 2022-03-17T20:29:49.8834989Z test_huge_index (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:49.9128504Z test_large_trilu_indices (__main__.TestCuda) ... ok (0.029s) 2022-03-17T20:29:49.9431378Z test_load_nonexistent_device (__main__.TestCuda) ... ok (0.030s) 2022-03-17T20:29:49.9744136Z test_manual_seed (__main__.TestCuda) ... ok (0.031s) 2022-03-17T20:29:50.0055006Z test_matmul_memory_use (__main__.TestCuda) ... ok (0.031s) 2022-03-17T20:29:50.0061606Z test_max_large_axis (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:50.0359892Z test_mean_fp16 (__main__.TestCuda) ... ok (0.030s) 2022-03-17T20:29:50.0656656Z test_mem_get_info (__main__.TestCuda) ... ok (0.030s) 2022-03-17T20:29:50.1202532Z test_memory_allocation (__main__.TestCuda) ... ok (0.054s) 2022-03-17T20:29:50.5331173Z test_memory_stats (__main__.TestCuda) ... ok (0.413s) 2022-03-17T20:29:50.5348454Z test_memory_stats_multigpu (__main__.TestCuda) ... skip (0.002s) 2022-03-17T20:29:50.5735426Z test_min_max_inits (__main__.TestCuda) ... ok (0.038s) 2022-03-17T20:29:50.5746258Z test_multigpu_serialization_remap (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:50.5756397Z test_multigpu_serialization_remap_dict (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:50.5765127Z test_multigpu_storage_clone (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:50.6326671Z test_multinomial_ext (__main__.TestCuda) ... ok (0.056s) 2022-03-17T20:29:50.6677349Z test_multinomial_invalid_probs_cuda (__main__.TestCuda) ... skip (0.035s) 2022-03-17T20:29:50.6687056Z test_new (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:50.6982083Z test_noncontiguous_pinned_memory (__main__.TestCuda) ... ok (0.029s) 2022-03-17T20:29:50.7277183Z test_norm_type_conversion (__main__.TestCuda) ... ok (0.029s) 2022-03-17T20:29:50.7598848Z test_nvtx (__main__.TestCuda) ... ok (0.032s) 2022-03-17T20:29:50.8018409Z test_out_of_memory (__main__.TestCuda) ... ok (0.042s) 2022-03-17T20:29:50.8380057Z test_prod_large (__main__.TestCuda) ... ok (0.036s) 2022-03-17T20:29:50.9155931Z test_record_stream (__main__.TestCuda) ... ok (0.077s) 2022-03-17T20:29:50.9489438Z test_record_stream_on_shifted_view (__main__.TestCuda) ... ok (0.033s) 2022-03-17T20:29:51.0227643Z test_reduction_gpu_memory_accessing (__main__.TestCuda) ... ok (0.033s) 2022-03-17T20:29:51.0617888Z test_serialization_array_with_empty (__main__.TestCuda) ... ok (0.039s) 2022-03-17T20:29:51.1032035Z test_serialization_array_with_storage (__main__.TestCuda) ... ok (0.041s) 2022-03-17T20:29:51.1523785Z test_set_per_process_memory_fraction (__main__.TestCuda) ... ok (0.049s) 2022-03-17T20:29:51.1895878Z test_specify_improper_device_name (__main__.TestCuda) ... ok (0.037s) 2022-03-17T20:29:51.1916556Z test_stream_context (__main__.TestCuda) ... skip (0.002s) 2022-03-17T20:29:51.1929429Z test_stream_event_device (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:51.1943923Z test_stream_event_nogil (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:51.2257020Z test_stream_event_repr (__main__.TestCuda) ... ok (0.031s) 2022-03-17T20:29:51.2734287Z test_streaming_backwards_callback (__main__.TestCuda) ... ok (0.048s) 2022-03-17T20:29:51.2753350Z test_streaming_backwards_device_transfer (__main__.TestCuda) ... skip (0.002s) 2022-03-17T20:29:51.4507884Z test_streaming_backwards_multiple_streams (__main__.TestCuda) ... ok (0.175s) 2022-03-17T20:29:51.4959342Z test_streaming_backwards_sync (__main__.TestCuda) ... ok (0.045s) 2022-03-17T20:29:51.7390490Z test_streaming_backwards_sync_graph_root (__main__.TestCuda) ... ok (0.243s) 2022-03-17T20:29:51.7729454Z test_streams (__main__.TestCuda) ... ok (0.034s) 2022-03-17T20:29:51.7738150Z test_streams_multi_gpu (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:51.7754438Z test_streams_multi_gpu_eq (__main__.TestCuda) ... skip (0.002s) 2022-03-17T20:29:51.7773446Z test_streams_multi_gpu_query (__main__.TestCuda) ... skip (0.002s) 2022-03-17T20:29:51.7782874Z test_streams_priority (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:51.8130726Z test_sum_fp16 (__main__.TestCuda) ... ok (0.034s) 2022-03-17T20:29:51.8141116Z test_tensor_device (__main__.TestCuda) ... skip (0.001s) 2022-03-17T20:29:51.8500639Z test_tiny_half_norm_ (__main__.TestCuda) ... ok (0.036s) 2022-03-17T20:29:51.9703732Z test_to_cpu_blocking_by_default (__main__.TestCuda) ... ok (0.120s) 2022-03-17T20:29:52.3734085Z test_to_non_blocking (__main__.TestCuda) ... ok (0.403s) 2022-03-17T20:29:52.4133935Z test_to_numpy (__main__.TestCuda) ... ok (0.040s) 2022-03-17T20:29:52.4442849Z test_torch_manual_seed_seeds_cuda_devices (__main__.TestCuda) ... ok (0.031s) 2022-03-17T20:29:52.5490712Z test_trilu_indices (__main__.TestCuda) ... ok (0.105s) 2022-03-17T20:29:52.5909021Z test_type_conversions (__main__.TestCuda) ... ok (0.042s) 2022-03-17T20:29:52.5924243Z test_broadcast_coalesced (__main__.TestCudaComm) ... skip (0.002s) 2022-03-17T20:29:52.5934553Z test_broadcast_coalesced_dense_only (__main__.TestCudaComm) ... skip (0.001s) 2022-03-17T20:29:52.5941324Z test_broadcast_coalesced_empty_tensors (__main__.TestCudaComm) ... skip (0.001s) 2022-03-17T20:29:52.5948618Z test_broadcast_cpu (__main__.TestCudaComm) ... skip (0.001s) 2022-03-17T20:29:52.5955983Z test_broadcast_gpu (__main__.TestCudaComm) ... skip (0.001s) 2022-03-17T20:29:52.5962330Z test_gather (__main__.TestCudaComm) ... skip (0.001s) 2022-03-17T20:29:52.5968485Z test_gather_dim (__main__.TestCudaComm) ... skip (0.001s) 2022-03-17T20:29:52.6002290Z test_gather_namedtuple (__main__.TestCudaComm) ... skip (0.003s) 2022-03-17T20:29:52.6008506Z test_gather_neg_dim (__main__.TestCudaComm) ... skip (0.001s) 2022-03-17T20:29:52.6431316Z test_matmul_device_mismatch (__main__.TestCudaComm) ... ok (0.042s) 2022-03-17T20:29:52.6440776Z test_memory_format_scatter_gather (__main__.TestCudaComm) ... skip (0.001s) 2022-03-17T20:29:52.6449665Z test_reduce_add (__main__.TestCudaComm) ... skip (0.001s) 2022-03-17T20:29:52.6465723Z test_reduce_add_coalesced (__main__.TestCudaComm) ... skip (0.002s) 2022-03-17T20:29:52.6475593Z test_reduce_add_coalesced_dense_only (__main__.TestCudaComm) ... skip (0.001s) 2022-03-17T20:29:52.6482917Z test_scatter_cpu (__main__.TestCudaComm) ... skip (0.001s) 2022-03-17T20:29:52.6490220Z test_scatter_cpu_dim (__main__.TestCudaComm) ... skip (0.001s) 2022-03-17T20:29:52.6497021Z test_scatter_cpu_neg_dim (__main__.TestCudaComm) ... skip (0.001s) 2022-03-17T20:29:52.6504181Z test_scatter_cpu_sizes (__main__.TestCudaComm) ... skip (0.001s) 2022-03-17T20:29:52.6511932Z test_scatter_gpu (__main__.TestCudaComm) ... skip (0.001s) 2022-03-17T20:29:52.6519594Z test_scatter_gpu_dim (__main__.TestCudaComm) ... skip (0.001s) 2022-03-17T20:29:52.6527624Z test_scatter_gpu_neg_dim (__main__.TestCudaComm) ... skip (0.001s) 2022-03-17T20:29:52.6535329Z test_scatter_gpu_sizes (__main__.TestCudaComm) ... skip (0.001s) 2022-03-17T20:29:52.6563425Z test_scatter_namedtuple (__main__.TestCudaComm) ... skip (0.003s) 2022-03-17T20:29:52.6563661Z 2022-03-17T20:29:52.6564443Z ---------------------------------------------------------------------- 2022-03-17T20:29:52.6565047Z Ran 161 tests in 38.981s 2022-03-17T20:29:52.6565345Z 2022-03-17T20:29:52.6565542Z OK (skipped=61) 2022-03-17T20:29:52.6566865Z 2022-03-17T20:29:52.6567256Z Generating XML reports... 2022-03-17T20:29:52.6754506Z Generated XML report: test-reports/python-unittest/test_cuda/TEST-TestCuda-20220317202913.xml 2022-03-17T20:29:52.6786860Z Generated XML report: test-reports/python-unittest/test_cuda/TEST-TestCudaComm-20220317202913.xml 2022-03-17T20:29:53.2302534Z Running test_sparse ... [2022-03-17 20:29:53.229661] 2022-03-17T20:29:53.2303176Z Executing ['/opt/conda/bin/python', 'test_sparse.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:29:53.229772] 2022-03-17T20:29:55.8724893Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.get_all_complex_dtypes() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with [torch.complex64, torch.complex128]. 2022-03-17T20:29:55.8725559Z warnings.warn(msg, FutureWarning) 2022-03-17T20:29:55.8726327Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.get_all_fp_dtypes() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with [torch.float32, torch.float64]. 2022-03-17T20:29:55.8726912Z warnings.warn(msg, FutureWarning) 2022-03-17T20:29:55.9474302Z Test results will be stored in test-reports/python-unittest/test_sparse 2022-03-17T20:29:55.9970619Z 2022-03-17T20:29:55.9970940Z Running tests... 2022-03-17T20:29:55.9971550Z ---------------------------------------------------------------------- 2022-03-17T20:29:56.0219729Z test_Sparse_to_Sparse_copy__cuda_bfloat16 (__main__.TestSparseCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:1127: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:479.) 2022-03-17T20:29:56.0220768Z return self._grad 2022-03-17T20:29:56.0434626Z ok (0.046s) 2022-03-17T20:29:56.0491646Z test_Sparse_to_Sparse_copy__cuda_complex128 (__main__.TestSparseCUDA) ... test_sparse.py:685: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:239.) 2022-03-17T20:29:56.0492225Z x1 = x1.to(torch.float32) 2022-03-17T20:29:56.0866509Z ok (0.043s) 2022-03-17T20:29:56.1293911Z test_Sparse_to_Sparse_copy__cuda_float64 (__main__.TestSparseCUDA) ... ok (0.043s) 2022-03-17T20:29:56.1311733Z test_Sparse_to_Sparse_copy_multi_gpu_cuda_complex128 (__main__.TestSparseCUDA) ... skip (0.002s) 2022-03-17T20:29:56.1330429Z test_Sparse_to_Sparse_copy_multi_gpu_cuda_float64 (__main__.TestSparseCUDA) ... skip (0.002s) 2022-03-17T20:29:56.1489610Z test_add_dense_sparse_mismatch_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.016s) 2022-03-17T20:29:56.1646349Z test_add_dense_sparse_mismatch_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.016s) 2022-03-17T20:29:56.1685599Z test_add_noncontiguous_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-03-17T20:29:56.1722356Z test_add_noncontiguous_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-03-17T20:29:56.1754996Z test_add_sub_nnz_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-03-17T20:29:56.1785005Z test_add_sub_nnz_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-03-17T20:29:56.2041689Z test_add_zeros_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.026s) 2022-03-17T20:29:56.2300115Z test_add_zeros_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.026s) 2022-03-17T20:29:56.3105735Z test_allow_tensor_metadata_change_cuda (__main__.TestSparseCUDA) ... ok (0.080s) 2022-03-17T20:29:56.3135246Z test_any_cuda (__main__.TestSparseCUDA) ... ok (0.003s) 2022-03-17T20:29:56.3501532Z test_asin_arcsin_cuda_bfloat16 (__main__.TestSparseCUDA) ... ok (0.036s) 2022-03-17T20:29:56.3863399Z test_asin_arcsin_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.036s) 2022-03-17T20:29:56.4220303Z test_asin_arcsin_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.036s) 2022-03-17T20:29:56.5491169Z test_asin_arcsin_cuda_int16 (__main__.TestSparseCUDA) ... ok (0.127s) 2022-03-17T20:29:56.6752708Z test_asin_arcsin_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.126s) 2022-03-17T20:29:56.8026738Z test_asin_arcsin_cuda_int64 (__main__.TestSparseCUDA) ... ok (0.127s) 2022-03-17T20:29:56.9292748Z test_asin_arcsin_cuda_int8 (__main__.TestSparseCUDA) ... ok (0.126s) 2022-03-17T20:29:57.0566086Z test_asin_arcsin_cuda_uint8 (__main__.TestSparseCUDA) ... ok (0.127s) 2022-03-17T20:29:57.0610793Z test_assign_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-03-17T20:29:57.1398075Z test_basic_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.079s) 2022-03-17T20:29:57.2177942Z test_basic_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.078s) 2022-03-17T20:29:57.2301774Z test_basic_ops_cuda_float64 (__main__.TestSparseCUDA) ... test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.2302575Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.2409742Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.2410458Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.2517559Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.2518303Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.2630160Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.2631043Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.2717112Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.2717817Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.2803173Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.2803921Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.2882829Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.2883537Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.2945000Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.2945703Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.3013184Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.3013907Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.3116767Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.3117464Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.3225069Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.3225819Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.3335812Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.3336509Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.3448780Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.3449499Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.3536564Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.3537279Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.3623377Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.3624092Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.3703615Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.3704379Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.3799786Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.3800490Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.3861848Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.3862570Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.3924316Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.3925059Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.3980724Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.3981448Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.4036448Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.4037293Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.4208095Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.4208810Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.4425056Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.4425796Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.4642996Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.4643704Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.4887948Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.4888666Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.5046482Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.5047181Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.5203560Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.5204490Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.5302022Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.5302726Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.5370268Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.5371158Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.5444100Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.5444791Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.5625961Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.5626682Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.5843423Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.5844110Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.6063579Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.6064289Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.6309398Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.6310106Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.6468960Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.6469691Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.6627354Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.6628063Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.6726711Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.6727566Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.6919733Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.6920434Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.7047567Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.7048289Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.7180575Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.7181310Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.7255617Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.7256339Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.7317097Z test_sparse.py:1573: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:57.7317820Z expected = self.safeToDense(x1) // 37.5 2022-03-17T20:29:57.7339707Z ok (0.516s) 2022-03-17T20:29:58.3926539Z test_bmm_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.658s) 2022-03-17T20:29:58.3934251Z test_bmm_cuda_version_error_cuda_float64 (__main__.TestSparseCUDA) ... skip (0.001s) 2022-03-17T20:29:58.7549769Z test_bmm_deterministic_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.361s) 2022-03-17T20:29:58.7557728Z test_bmm_windows_error_cuda_float64 (__main__.TestSparseCUDA) ... skip (0.001s) 2022-03-17T20:29:58.8506788Z test_cat_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.095s) 2022-03-17T20:29:58.9404694Z test_cat_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.090s) 2022-03-17T20:29:58.9493550Z test_change_tensor_metadata_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.009s) 2022-03-17T20:29:58.9576629Z test_change_tensor_metadata_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.008s) 2022-03-17T20:29:58.9719243Z test_clone_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.014s) 2022-03-17T20:29:58.9852521Z test_clone_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.013s) 2022-03-17T20:29:59.0185294Z test_coalesce_cuda_bfloat16 (__main__.TestSparseCUDA) ... ok (0.033s) 2022-03-17T20:29:59.0507629Z test_coalesce_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.032s) 2022-03-17T20:29:59.0811128Z test_coalesce_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.030s) 2022-03-17T20:29:59.0841124Z test_coalesce_reference_cycle_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-03-17T20:29:59.0862637Z test_coalesce_transpose_mm_cuda_float64 (__main__.TestSparseCUDA) ... skip (0.002s) 2022-03-17T20:29:59.0897310Z test_constructor_device_legacy_cuda (__main__.TestSparseCUDA) ... skip (0.003s) 2022-03-17T20:29:59.1012056Z test_contig_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.011s) 2022-03-17T20:29:59.1131048Z test_contig_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.012s) 2022-03-17T20:29:59.1254574Z test_contig_hybrid_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.012s) 2022-03-17T20:29:59.1375182Z test_contig_hybrid_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.012s) 2022-03-17T20:29:59.1418318Z test_cpu_sparse_dense_mul_cuda (__main__.TestSparseCUDA) ... ok (0.004s) 2022-03-17T20:29:59.1520138Z test_ctor_large_sizes_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.010s) 2022-03-17T20:29:59.1610818Z test_ctor_size_checks_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.009s) 2022-03-17T20:29:59.1699018Z test_ctor_size_checks_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.009s) 2022-03-17T20:29:59.1731232Z test_cuda_empty_cuda (__main__.TestSparseCUDA) ... ok (0.003s) 2022-03-17T20:29:59.1809097Z test_div_by_sparse_error_cuda (__main__.TestSparseCUDA) ... ok (0.008s) 2022-03-17T20:29:59.1986162Z test_div_rounding_mode_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.018s) 2022-03-17T20:29:59.2154531Z test_div_rounding_mode_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.017s) 2022-03-17T20:29:59.5293028Z test_dsmm_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.314s) 2022-03-17T20:29:59.5307120Z test_dtypes_cuda (__main__.TestSparseCUDA) ... skip (0.001s) 2022-03-17T20:29:59.5327090Z test_empty_full_cuda (__main__.TestSparseCUDA) ... skip (0.002s) 2022-03-17T20:29:59.6099864Z test_empty_like_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.077s) 2022-03-17T20:29:59.6866545Z test_empty_like_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.077s) 2022-03-17T20:29:59.6911026Z test_factory_copy_cuda (__main__.TestSparseCUDA) ... skip (0.004s) 2022-03-17T20:29:59.6943793Z test_factory_cuda_complex128 (__main__.TestSparseCUDA) ... skip (0.003s) 2022-03-17T20:29:59.6976506Z test_factory_cuda_complex64 (__main__.TestSparseCUDA) ... skip (0.003s) 2022-03-17T20:29:59.7009006Z test_factory_cuda_float16 (__main__.TestSparseCUDA) ... skip (0.003s) 2022-03-17T20:29:59.7041238Z test_factory_cuda_float32 (__main__.TestSparseCUDA) ... skip (0.003s) 2022-03-17T20:29:59.7073689Z test_factory_cuda_float64 (__main__.TestSparseCUDA) ... skip (0.003s) 2022-03-17T20:29:59.7091407Z test_factory_default_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-03-17T20:29:59.7275195Z test_factory_dense_dim_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.018s) 2022-03-17T20:29:59.7453181Z test_factory_dense_dim_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.018s) 2022-03-17T20:29:59.7810667Z test_factory_device_type_inference_cuda (__main__.TestSparseCUDA) ... ok (0.036s) 2022-03-17T20:29:59.7842056Z test_factory_empty_indices_cuda (__main__.TestSparseCUDA) ... ok (0.003s) 2022-03-17T20:29:59.8026428Z test_factory_nnz_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.018s) 2022-03-17T20:29:59.8209060Z test_factory_nnz_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.018s) 2022-03-17T20:29:59.8277220Z test_factory_nnz_zero_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.007s) 2022-03-17T20:29:59.8345473Z test_factory_nnz_zero_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.007s) 2022-03-17T20:29:59.8698378Z test_factory_size_check_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.035s) 2022-03-17T20:29:59.9039332Z test_factory_size_check_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.034s) 2022-03-17T20:29:59.9066166Z test_factory_type_inference_cuda_complex128 (__main__.TestSparseCUDA) ... skip (0.003s) 2022-03-17T20:29:59.9093004Z test_factory_type_inference_cuda_complex64 (__main__.TestSparseCUDA) ... skip (0.003s) 2022-03-17T20:29:59.9119578Z test_factory_type_inference_cuda_float16 (__main__.TestSparseCUDA) ... skip (0.003s) 2022-03-17T20:29:59.9146148Z test_factory_type_inference_cuda_float32 (__main__.TestSparseCUDA) ... skip (0.003s) 2022-03-17T20:29:59.9173360Z test_factory_type_inference_cuda_float64 (__main__.TestSparseCUDA) ... skip (0.003s) 2022-03-17T20:29:59.9199957Z test_factory_type_inference_cuda_int64 (__main__.TestSparseCUDA) ... skip (0.003s) 2022-03-17T20:29:59.9219006Z test_floor_divide_by_sparse_error_cuda (__main__.TestSparseCUDA) ... test_sparse.py:2918: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:29:59.9220774Z // torch.tensor(1., device=device).to_sparse()) 2022-03-17T20:29:59.9270343Z ok (0.007s) 2022-03-17T20:30:00.0144586Z test_full_broadcast_to_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.087s) 2022-03-17T20:30:00.0969025Z test_full_broadcast_to_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.082s) 2022-03-17T20:30:00.1348356Z test_hsmm_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.038s) 2022-03-17T20:30:00.3648418Z test_index_select_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.230s) 2022-03-17T20:30:00.5796820Z test_index_select_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.215s) 2022-03-17T20:30:00.5877199Z test_is_nonzero_cuda (__main__.TestSparseCUDA) ... ok (0.008s) 2022-03-17T20:30:00.5895569Z test_is_sparse_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-03-17T20:30:00.5941368Z test_isnan_cuda (__main__.TestSparseCUDA) ... ok (0.004s) 2022-03-17T20:30:00.5973577Z test_legacy_constructor_cuda (__main__.TestSparseCUDA) ... ok (0.003s) 2022-03-17T20:30:00.6002662Z test_legacy_new_cuda (__main__.TestSparseCUDA) ... ok (0.003s) 2022-03-17T20:30:00.6321669Z test_log1p_cuda_bfloat16 (__main__.TestSparseCUDA) ... ok (0.032s) 2022-03-17T20:30:00.6636518Z test_log1p_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.031s) 2022-03-17T20:30:00.6949713Z test_log1p_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.031s) 2022-03-17T20:30:00.7330196Z test_log1p_cuda_int16 (__main__.TestSparseCUDA) ... ok (0.038s) 2022-03-17T20:30:00.7707925Z test_log1p_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.038s) 2022-03-17T20:30:00.8079369Z test_log1p_cuda_int64 (__main__.TestSparseCUDA) ... ok (0.037s) 2022-03-17T20:30:00.8460414Z test_log1p_cuda_int8 (__main__.TestSparseCUDA) ... ok (0.038s) 2022-03-17T20:30:00.8834061Z test_log1p_cuda_uint8 (__main__.TestSparseCUDA) ... ok (0.037s) 2022-03-17T20:30:00.8861746Z test_mm_cuda_complex128 (__main__.TestSparseCUDA) ... skip (0.003s) 2022-03-17T20:30:00.8889827Z test_mm_cuda_float64 (__main__.TestSparseCUDA) ... skip (0.003s) 2022-03-17T20:30:00.9619929Z test_mv_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.073s) 2022-03-17T20:30:01.0838829Z test_narrow_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.122s) 2022-03-17T20:30:01.2039645Z test_narrow_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.120s) 2022-03-17T20:30:01.2257820Z test_neg_negative_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.022s) 2022-03-17T20:30:01.2465147Z test_neg_negative_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.021s) 2022-03-17T20:30:01.2553074Z test_new_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.009s) 2022-03-17T20:30:01.2637184Z test_new_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.008s) 2022-03-17T20:30:01.2644860Z test_new_device_multi_gpu_cuda (__main__.TestSparseCUDA) ... skip (0.001s) 2022-03-17T20:30:01.2667681Z test_new_device_single_gpu_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-03-17T20:30:01.3320142Z test_norm_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.065s) 2022-03-17T20:30:01.3947688Z test_norm_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.063s) 2022-03-17T20:30:01.4178738Z test_pickle_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.023s) 2022-03-17T20:30:01.4372641Z test_print_coalesced_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.019s) 2022-03-17T20:30:01.4557585Z test_print_uncoalesced_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.018s) 2022-03-17T20:30:01.4589651Z test_resize_as_cuda (__main__.TestSparseCUDA) ... ok (0.003s) 2022-03-17T20:30:01.5035705Z test_resize_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.044s) 2022-03-17T20:30:01.5478090Z test_resize_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.044s) 2022-03-17T20:30:01.5507216Z test_saddmm_cuda_complex128 (__main__.TestSparseCUDA) ... skip (0.003s) 2022-03-17T20:30:01.5536654Z test_saddmm_cuda_float64 (__main__.TestSparseCUDA) ... skip (0.003s) 2022-03-17T20:30:01.5566463Z test_same_gpu_cuda (__main__.TestSparseCUDA) ... skip (0.003s) 2022-03-17T20:30:01.5656544Z test_scalar_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.009s) 2022-03-17T20:30:01.5748457Z test_scalar_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.009s) 2022-03-17T20:30:01.7987579Z test_select_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.224s) 2022-03-17T20:30:02.0003528Z test_select_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.201s) 2022-03-17T20:30:02.0048333Z test_shared_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-03-17T20:30:02.0092222Z test_shared_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-03-17T20:30:03.9942561Z test_softmax_cuda_float64 (__main__.TestSparseCUDA) ... ok (1.985s) 2022-03-17T20:30:04.1728828Z test_spadd_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.179s) 2022-03-17T20:30:04.1763329Z test_sparse_add_coalesce_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-03-17T20:30:04.1804387Z test_sparse_add_coalesce_cuda_complex64 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-03-17T20:30:04.1838718Z test_sparse_add_coalesce_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-03-17T20:30:04.1873364Z test_sparse_add_coalesce_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-03-17T20:30:04.1970077Z test_sparse_add_out_bfloat16_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.010s) 2022-03-17T20:30:04.2061713Z test_sparse_add_out_bfloat16_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.009s) 2022-03-17T20:30:04.2086258Z test_sparse_addmm_cuda_bfloat16 (__main__.TestSparseCUDA) ... skip (0.002s) 2022-03-17T20:30:04.2111617Z test_sparse_addmm_cuda_complex128 (__main__.TestSparseCUDA) ... skip (0.002s) 2022-03-17T20:30:04.2137026Z test_sparse_addmm_cuda_float64 (__main__.TestSparseCUDA) ... skip (0.002s) 2022-03-17T20:30:04.2159697Z test_sparse_bool_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.002s) 2022-03-17T20:30:04.2181895Z test_sparse_bool_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.002s) 2022-03-17T20:30:04.2473124Z test_sparse_broadcast_to_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.029s) 2022-03-17T20:30:04.2757582Z test_sparse_broadcast_to_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.028s) 2022-03-17T20:30:04.3570408Z test_sparse_mask_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.081s) 2022-03-17T20:30:04.4323861Z test_sparse_mask_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.075s) 2022-03-17T20:30:04.5356992Z test_sparse_mask_hybrid_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.103s) 2022-03-17T20:30:04.6367221Z test_sparse_mask_hybrid_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.101s) 2022-03-17T20:30:04.6418445Z test_sparse_matmul_cuda_complex128 (__main__.TestSparseCUDA) 2022-03-17T20:30:17.9855870Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (13.349s) 2022-03-17T20:30:17.9907191Z test_sparse_matmul_cuda_complex64 (__main__.TestSparseCUDA) 2022-03-17T20:30:18.9027538Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.917s) 2022-03-17T20:30:18.9078671Z test_sparse_matmul_cuda_float32 (__main__.TestSparseCUDA) 2022-03-17T20:30:19.7716576Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.869s) 2022-03-17T20:30:19.7767997Z test_sparse_matmul_cuda_float64 (__main__.TestSparseCUDA) 2022-03-17T20:30:26.5264097Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (6.755s) 2022-03-17T20:30:26.5732147Z test_sparse_mm_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.047s) 2022-03-17T20:30:26.8607732Z test_sparse_sum_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.287s) 2022-03-17T20:30:26.8621817Z test_sparse_to_numpy_cuda (__main__.TestSparseCUDA) ... skip (0.001s) 2022-03-17T20:30:26.8661010Z test_sspaddmm_cuda_complex128 (__main__.TestSparseCUDA) ... skip (0.004s) 2022-03-17T20:30:26.8699908Z test_sspaddmm_cuda_float64 (__main__.TestSparseCUDA) ... skip (0.004s) 2022-03-17T20:30:26.8719348Z test_storage_not_null_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-03-17T20:30:26.8760302Z test_t_empty_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-03-17T20:30:26.8801073Z test_t_empty_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-03-17T20:30:26.9224391Z test_to_dense_cuda_bfloat16 (__main__.TestSparseCUDA) ... ok (0.042s) 2022-03-17T20:30:26.9638376Z test_to_dense_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.041s) 2022-03-17T20:30:27.0055527Z test_to_dense_cuda_complex64 (__main__.TestSparseCUDA) ... ok (0.042s) 2022-03-17T20:30:27.0470772Z test_to_dense_cuda_float16 (__main__.TestSparseCUDA) ... ok (0.041s) 2022-03-17T20:30:27.0886762Z test_to_dense_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.041s) 2022-03-17T20:30:27.1299059Z test_to_dense_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.041s) 2022-03-17T20:30:27.1584219Z test_to_dense_hybrid_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.028s) 2022-03-17T20:30:27.1734569Z test_to_dense_hybrid_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.015s) 2022-03-17T20:30:27.3078841Z test_to_sparse_cuda_bfloat16 (__main__.TestSparseCUDA) ... ok (0.134s) 2022-03-17T20:30:27.4365032Z test_to_sparse_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.128s) 2022-03-17T20:30:27.5674960Z test_to_sparse_cuda_complex64 (__main__.TestSparseCUDA) ... ok (0.131s) 2022-03-17T20:30:27.7017984Z test_to_sparse_cuda_float16 (__main__.TestSparseCUDA) ... ok (0.134s) 2022-03-17T20:30:27.8269703Z test_to_sparse_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.125s) 2022-03-17T20:30:27.9409223Z test_to_sparse_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.114s) 2022-03-17T20:30:27.9939264Z test_transpose_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.053s) 2022-03-17T20:30:28.0450483Z test_transpose_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.051s) 2022-03-17T20:30:28.1159253Z test_unsqueeze_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.071s) 2022-03-17T20:30:28.1846564Z test_unsqueeze_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.069s) 2022-03-17T20:30:28.5997751Z test_zeros_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.415s) 2022-03-17T20:30:28.9837970Z test_zeros_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.384s) 2022-03-17T20:30:29.4304737Z test_zeros_like_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.447s) 2022-03-17T20:30:29.8528343Z test_zeros_like_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.422s) 2022-03-17T20:30:29.8771133Z test_cuda_from_cpu (__main__.TestSparseOneOff) ... ok (0.024s) 2022-03-17T20:30:29.8989801Z test_cuda_sparse_cpu_dense_add (__main__.TestSparseOneOff) ... ok (0.022s) 2022-03-17T20:30:29.9025996Z test_inplace_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:29.9059347Z test_inplace_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:29.9097260Z test_inplace_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:30:29.9128568Z test_inplace_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:29.9210884Z test_inplace_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:29.9294706Z test_inplace_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:29.9376734Z test_inplace_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:29.9460557Z test_inplace_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:29.9540714Z test_inplace_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:29.9573993Z test_inplace_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:29.9612605Z test_inplace_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:30:29.9644094Z test_inplace_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:29.9675301Z test_inplace_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:29.9757002Z test_inplace_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:29.9838585Z test_inplace_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:29.9920276Z test_inplace_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.0004323Z test_inplace_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.0087927Z test_inplace_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.0126433Z test_inplace_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:30:30.0159291Z test_inplace_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.0190983Z test_inplace_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.0222351Z test_inplace_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.0306088Z test_inplace_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.0389605Z test_inplace_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.0473042Z test_inplace_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.0555161Z test_inplace_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.0642215Z test_inplace_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:30:30.0675100Z test_inplace_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.0708294Z test_inplace_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.0739937Z test_inplace_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.0771112Z test_inplace_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.0855205Z test_inplace_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.0936762Z test_inplace_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.1020648Z test_inplace_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.1109685Z test_inplace_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:30:30.1191717Z test_inplace_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.1223215Z test_inplace_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.1254449Z test_inplace_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.1273779Z test_inplace_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.1293627Z test_inplace_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.1312457Z test_inplace_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.1331990Z test_inplace_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.1351160Z test_inplace_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.1371435Z test_inplace_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.1397291Z test_inplace_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.1416892Z test_inplace_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.1436372Z test_inplace_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.1448301Z test_inplace_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:30.1460140Z test_inplace_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:30.1471708Z test_inplace_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:30.1483386Z test_inplace_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:30.1495410Z test_inplace_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:30.1506973Z test_inplace_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:30.1518801Z test_inplace_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:30.1530783Z test_inplace_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:30.1542507Z test_inplace_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:30.1574705Z test_inplace_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.1605681Z test_inplace_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.1687404Z test_inplace_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.1768925Z test_inplace_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.1880275Z test_inplace_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-03-17T20:30:30.1969749Z test_inplace_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:30:30.2051190Z test_inplace_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.2082780Z test_inplace_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.2114111Z test_inplace_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.2197515Z test_inplace_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.2280642Z test_inplace_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.2362517Z test_inplace_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.2445585Z test_inplace_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.2532681Z test_inplace_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:30:30.2564480Z test_inplace_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.2595424Z test_inplace_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.2615548Z test_inplace_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.2634392Z test_inplace_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.2654089Z test_inplace_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.2673069Z test_inplace_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.2692519Z test_inplace_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.2711847Z test_inplace_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.2731262Z test_inplace_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.2750484Z test_inplace_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.2776146Z test_inplace_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.2795249Z test_inplace_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.2814794Z test_inplace_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.2833972Z test_inplace_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.2853476Z test_inplace_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.2872754Z test_inplace_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.2892023Z test_inplace_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.2911303Z test_inplace_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.2930926Z test_inplace_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.2950124Z test_inplace_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.2969643Z test_inplace_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.2988718Z test_inplace_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.3015580Z test_inplace_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.003s) 2022-03-17T20:30:30.3034724Z test_inplace_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.3054160Z test_inplace_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.3073504Z test_inplace_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.3092920Z test_inplace_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.3112237Z test_inplace_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.3131546Z test_inplace_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.3150764Z test_inplace_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.3170020Z test_inplace_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.3189127Z test_inplace_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.3208918Z test_inplace_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.3227876Z test_inplace_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.3700881Z test_inplace_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.047s) 2022-03-17T20:30:30.3731475Z test_inplace_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.3814906Z test_inplace_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.3896381Z test_inplace_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.3979801Z test_inplace_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.4061011Z test_inplace_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.4144240Z test_inplace_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.4176331Z test_inplace_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4207388Z test_inplace_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4235719Z test_inplace_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4264597Z test_inplace_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4295178Z test_inplace_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4323561Z test_inplace_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4352101Z test_inplace_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4385308Z test_inplace_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4418520Z test_inplace_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4450156Z test_inplace_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4481282Z test_inplace_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4513953Z test_inplace_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4542783Z test_inplace_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4571389Z test_inplace_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4599929Z test_inplace_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4628829Z test_inplace_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4660769Z test_inplace_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4692128Z test_inplace_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4725225Z test_inplace_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4763007Z test_inplace_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:30:30.4794737Z test_inplace_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4825931Z test_inplace_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4854931Z test_inplace_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4883516Z test_inplace_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4912086Z test_inplace_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4940757Z test_inplace_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.4969957Z test_inplace_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.5006671Z test_inplace_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:30:30.5037496Z test_inplace_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.5066268Z test_inplace_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.5095019Z test_inplace_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.5123371Z test_inplace_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.5152109Z test_inplace_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.5180914Z test_inplace_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.5200200Z test_inplace_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.5224789Z test_inplace_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.5244383Z test_inplace_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.5263678Z test_inplace_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.5282945Z test_inplace_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.5302395Z test_inplace_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.5321561Z test_inplace_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:30.5354539Z test_inplace_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.5387504Z test_inplace_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.5419259Z test_inplace_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.5450492Z test_inplace_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.5537373Z test_inplace_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:30:30.5618242Z test_inplace_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.5701723Z test_inplace_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.5783302Z test_inplace_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.5864679Z test_inplace_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.5897616Z test_inplace_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.5932050Z test_inplace_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.5963969Z test_inplace_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:30.6000981Z test_inplace_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:30:30.6083575Z test_inplace_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.6165727Z test_inplace_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.6247482Z test_inplace_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.6329311Z test_inplace_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:30.6411138Z test_inplace_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:31.2195546Z test_inplace_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:791: UserWarning: Specified kernel cache directory could not be created! This disables kernel caching. Specified directory is /var/lib/jenkins/.cache/torch/kernels. This warning will appear only once per process. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/jit_utils.cpp:860.) 2022-03-17T20:30:31.2196505Z return self.op(*args, **kwargs) 2022-03-17T20:30:31.2205425Z ok (0.579s) 2022-03-17T20:30:31.8110205Z test_inplace_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.590s) 2022-03-17T20:30:31.8152826Z test_inplace_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:30:31.8184003Z test_inplace_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:31.8267691Z test_inplace_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:31.8351756Z test_inplace_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:31.8434259Z test_inplace_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:31.8517957Z test_inplace_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:31.8599721Z test_inplace_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:31.8632863Z test_inplace_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:31.8671617Z test_inplace_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:30:31.8702935Z test_inplace_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:31.8734273Z test_inplace_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:31.8815863Z test_inplace_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:31.8897834Z test_inplace_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:31.8979600Z test_inplace_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:31.9063652Z test_inplace_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:31.9145987Z test_inplace_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:31.9187523Z test_inplace_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:30:31.9220688Z test_inplace_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:31.9252190Z test_inplace_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:31.9283087Z test_inplace_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:31.9364946Z test_inplace_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:31.9446252Z test_inplace_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:31.9528285Z test_inplace_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:31.9609461Z test_inplace_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:31.9696624Z test_inplace_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.009s) 2022-03-17T20:30:31.9728620Z test_inplace_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:31.9759631Z test_inplace_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:31.9791369Z test_out_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:31.9823181Z test_out_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:31.9853371Z test_out_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:31.9883028Z test_out_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:31.9912332Z test_out_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:31.9947244Z test_out_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:31.9976897Z test_out_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0006394Z test_out_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0031889Z test_out_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.0063355Z test_out_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0095227Z test_out_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0125724Z test_out_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0155985Z test_out_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0190407Z test_out_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0219639Z test_out_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0248995Z test_out_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0278308Z test_out_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0307582Z test_out_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0339362Z test_out_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0371301Z test_out_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0401230Z test_out_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0436821Z test_out_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0465944Z test_out_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0495192Z test_out_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0524541Z test_out_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0553553Z test_out_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0583470Z test_out_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0614690Z test_out_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0646700Z test_out_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0682166Z test_out_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0711885Z test_out_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0741370Z test_out_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0770790Z test_out_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0799835Z test_out_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0829290Z test_out_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0855362Z test_out_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0886090Z test_out_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0921973Z test_out_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.0939345Z test_out_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.0956787Z test_out_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.0974606Z test_out_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.0992205Z test_out_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.1010133Z test_out_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.1027903Z test_out_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.1045558Z test_out_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.1062988Z test_out_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.1080869Z test_out_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.1112540Z test_out_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.1150752Z test_out_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:30:32.1180686Z test_out_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.1210123Z test_out_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.1236749Z test_out_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.1264070Z test_out_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.1290784Z test_out_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.1317986Z test_out_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.1345201Z test_out_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.1381117Z test_out_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:30:32.1411322Z test_out_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.1440093Z test_out_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.1469719Z test_out_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.1499129Z test_out_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.1528741Z test_out_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.1568508Z test_out_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.1588158Z test_out_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.1624187Z test_out_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:30:32.1653662Z test_out_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.1682763Z test_out_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.1712030Z test_out_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.1741612Z test_out_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.1771234Z test_out_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.1801211Z test_out_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.1831169Z test_out_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.1854944Z test_out_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.1872638Z test_out_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.1890369Z test_out_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.1907960Z test_out_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.1925887Z test_out_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.1943516Z test_out_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.1961108Z test_out_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.1979213Z test_out_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.1996811Z test_out_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.2014634Z test_out_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.2032160Z test_out_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.2050533Z test_out_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.2073774Z test_out_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.2091558Z test_out_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.2109183Z test_out_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.2127046Z test_out_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.2144626Z test_out_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.2162153Z test_out_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:32.2191039Z test_out_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2219788Z test_out_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2247293Z test_out_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2274891Z test_out_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2309381Z test_out_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2337363Z test_out_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2364776Z test_out_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2393129Z test_out_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2421500Z test_out_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2449198Z test_out_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2476486Z test_out_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2504055Z test_out_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2537694Z test_out_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2565127Z test_out_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2594923Z test_out_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2624960Z test_out_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2654462Z test_out_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2683510Z test_out_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2712704Z test_out_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2741977Z test_out_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2777057Z test_out_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2807333Z test_out_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2836840Z test_out_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2864241Z test_out_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2891986Z test_out_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2918983Z test_out_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2946105Z test_out_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.2979073Z test_out_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3010844Z test_out_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3042670Z test_out_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3073173Z test_out_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3103219Z test_out_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3131171Z test_out_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3158798Z test_out_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3186453Z test_out_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3220094Z test_out_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3247683Z test_out_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3277749Z test_out_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3307644Z test_out_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3339476Z test_out_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3371351Z test_out_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3401145Z test_out_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3431116Z test_out_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3464614Z test_out_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3491905Z test_out_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3519074Z test_out_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3546629Z test_out_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3574376Z test_out_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3604982Z test_out_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3634291Z test_out_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3661994Z test_out_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3695400Z test_out_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3722406Z test_out_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3750001Z test_out_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3777574Z test_out_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3806389Z test_out_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3834356Z test_out_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3861831Z test_out_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3889625Z test_out_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3922673Z test_out_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3950056Z test_out_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.3977772Z test_out_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4009314Z test_out_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4041064Z test_out_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4071273Z test_out_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4101528Z test_out_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4130800Z test_out_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4166281Z test_out_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4194991Z test_out_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4224482Z test_out_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4254021Z test_out_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4285685Z test_out_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4317046Z test_out_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4347325Z test_out_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4377486Z test_out_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4413495Z test_out_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4442600Z test_out_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4471768Z test_out_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4501276Z test_out_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4532199Z test_out_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4562081Z test_out_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4593834Z test_out_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4624183Z test_out_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4659977Z test_out_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4689396Z test_out_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4718683Z test_out_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4747847Z test_out_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4777433Z test_out_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4806744Z test_out_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4838013Z test_out_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4869899Z test_out_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4906193Z test_out_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:30:32.4936143Z test_out_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4965654Z test_out_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.4994687Z test_out_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5024007Z test_out_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5053418Z test_out_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5082375Z test_out_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5113677Z test_out_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5152512Z test_out_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-03-17T20:30:32.5182887Z test_out_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5214548Z test_out_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5246094Z test_out_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5275259Z test_out_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5304487Z test_out_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5333953Z test_out_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5363291Z test_out_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5399412Z test_out_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5429401Z test_out_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5459662Z test_sparse_consistency_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5489655Z test_sparse_consistency_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5517767Z test_sparse_consistency_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5545472Z test_sparse_consistency_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5572668Z test_sparse_consistency_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5599655Z test_sparse_consistency_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5632550Z test_sparse_consistency_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5659668Z test_sparse_consistency_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5685045Z test_sparse_consistency_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.5715225Z test_sparse_consistency_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5745043Z test_sparse_consistency_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5773118Z test_sparse_consistency_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5800743Z test_sparse_consistency_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5828091Z test_sparse_consistency_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5861270Z test_sparse_consistency_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5888561Z test_sparse_consistency_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5915571Z test_sparse_consistency_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5942754Z test_sparse_consistency_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.5972994Z test_sparse_consistency_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6002359Z test_sparse_consistency_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6030527Z test_sparse_consistency_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6058273Z test_sparse_consistency_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6091650Z test_sparse_consistency_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6118697Z test_sparse_consistency_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6145989Z test_sparse_consistency_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6173365Z test_sparse_consistency_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6200163Z test_sparse_consistency_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6229810Z test_sparse_consistency_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6259905Z test_sparse_consistency_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6287933Z test_sparse_consistency_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6321556Z test_sparse_consistency_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6348634Z test_sparse_consistency_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6375794Z test_sparse_consistency_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6402648Z test_sparse_consistency_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6429701Z test_sparse_consistency_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6455146Z test_sparse_consistency_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.6482955Z test_sparse_consistency_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6510467Z test_sparse_consistency_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6546542Z test_sparse_consistency_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6576002Z test_sparse_consistency_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6602970Z test_sparse_consistency_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6629692Z test_sparse_consistency_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6654406Z test_sparse_consistency_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.6678671Z test_sparse_consistency_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.6703017Z test_sparse_consistency_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.6727958Z test_sparse_consistency_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.6758255Z test_sparse_consistency_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6787742Z test_sparse_consistency_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6817552Z test_sparse_consistency_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6845265Z test_sparse_consistency_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6872041Z test_sparse_consistency_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.6897040Z test_sparse_consistency_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.6921648Z test_sparse_consistency_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.6946083Z test_sparse_consistency_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.6976807Z test_sparse_consistency_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7001210Z test_sparse_consistency_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.7029425Z test_sparse_consistency_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7057171Z test_sparse_consistency_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7084381Z test_sparse_consistency_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7111181Z test_sparse_consistency_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7138579Z test_sparse_consistency_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7165845Z test_sparse_consistency_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7198694Z test_sparse_consistency_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7226850Z test_sparse_consistency_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7254819Z test_sparse_consistency_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7281633Z test_sparse_consistency_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7308886Z test_sparse_consistency_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7336238Z test_sparse_consistency_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7363402Z test_sparse_consistency_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7390589Z test_sparse_consistency_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7424509Z test_sparse_consistency_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7452170Z test_sparse_consistency_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7481690Z test_sparse_consistency_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7511026Z test_sparse_consistency_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7538558Z test_sparse_consistency_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7566017Z test_sparse_consistency_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7591891Z test_sparse_consistency_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.7618399Z test_sparse_consistency_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7651075Z test_sparse_consistency_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7676597Z test_sparse_consistency_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.7702680Z test_sparse_consistency_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7731184Z test_sparse_consistency_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7758914Z test_sparse_consistency_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7786080Z test_sparse_consistency_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7813275Z test_sparse_consistency_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7839282Z test_sparse_consistency_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7872627Z test_sparse_consistency_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7898651Z test_sparse_consistency_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7924803Z test_sparse_consistency_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.7950862Z test_sparse_consistency_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.7977893Z test_sparse_consistency_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8004952Z test_sparse_consistency_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8030749Z test_sparse_consistency_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.8056944Z test_sparse_consistency_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8089023Z test_sparse_consistency_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8114738Z test_sparse_consistency_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.8140943Z test_sparse_consistency_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8168168Z test_sparse_consistency_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8194694Z test_sparse_consistency_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8220884Z test_sparse_consistency_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8247114Z test_sparse_consistency_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8272879Z test_sparse_consistency_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.8304781Z test_sparse_consistency_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8331069Z test_sparse_consistency_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8358799Z test_sparse_consistency_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8386821Z test_sparse_consistency_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8414284Z test_sparse_consistency_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8441214Z test_sparse_consistency_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8468582Z test_sparse_consistency_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8495756Z test_sparse_consistency_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8529140Z test_sparse_consistency_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8556347Z test_sparse_consistency_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8583826Z test_sparse_consistency_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8609284Z test_sparse_consistency_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.8634282Z test_sparse_consistency_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.8659128Z test_sparse_consistency_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.8684514Z test_sparse_consistency_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.8709542Z test_sparse_consistency_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.8745120Z test_sparse_consistency_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8775044Z test_sparse_consistency_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8802663Z test_sparse_consistency_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8830538Z test_sparse_consistency_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8856153Z test_sparse_consistency_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.8882346Z test_sparse_consistency_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.8906480Z test_sparse_consistency_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.8932230Z test_sparse_consistency_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.8963368Z test_sparse_consistency_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.8991365Z test_sparse_consistency_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9019381Z test_sparse_consistency_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9049124Z test_sparse_consistency_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9078094Z test_sparse_consistency_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9106428Z test_sparse_consistency_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9134371Z test_sparse_consistency_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9159290Z test_sparse_consistency_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.9190881Z test_sparse_consistency_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9215785Z test_sparse_consistency_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.9240673Z test_sparse_consistency_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.9266234Z test_sparse_consistency_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.9294580Z test_sparse_consistency_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9321955Z test_sparse_consistency_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9347427Z test_sparse_consistency_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.9373103Z test_sparse_consistency_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.9403689Z test_sparse_consistency_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9428888Z test_sparse_consistency_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.9454539Z test_sparse_consistency_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.9481279Z test_sparse_consistency_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9508302Z test_sparse_consistency_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9534347Z test_sparse_consistency_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9560248Z test_sparse_consistency_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:32.9586610Z test_sparse_consistency_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9618545Z test_sparse_consistency_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9644602Z test_sparse_consistency_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9673883Z test_sparse_consistency_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9703592Z test_sparse_consistency_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9732195Z test_sparse_consistency_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9759478Z test_sparse_consistency_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9786675Z test_sparse_consistency_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9814212Z test_sparse_consistency_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9847164Z test_sparse_consistency_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9873941Z test_sparse_consistency_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9901270Z test_sparse_consistency_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9930959Z test_sparse_consistency_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9960406Z test_sparse_consistency_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:32.9988632Z test_sparse_consistency_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0016214Z test_sparse_consistency_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0044476Z test_sparse_consistency_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0077148Z test_sparse_consistency_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0104360Z test_sparse_consistency_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0131762Z test_sparse_consistency_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0159043Z test_sparse_consistency_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0188485Z test_sparse_consistency_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0218349Z test_sparse_consistency_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0246471Z test_sparse_consistency_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0274838Z test_sparse_consistency_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0307924Z test_sparse_consistency_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0335134Z test_sparse_consistency_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0362362Z test_sparse_consistency_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0389342Z test_sparse_consistency_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0416764Z test_sparse_consistency_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0446267Z test_sparse_consistency_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0475928Z test_sparse_consistency_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0504456Z test_sparse_consistency_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0539187Z test_sparse_consistency_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0566742Z test_sparse_consistency_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0593386Z test_sparse_consistency_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0620628Z test_sparse_consistency_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0648004Z test_sparse_consistency_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0675077Z test_sparse_consistency_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0704322Z test_sparse_consistency_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0734200Z test_sparse_consistency_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0768233Z test_sparse_consistency_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0795657Z test_sparse_consistency_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0822875Z test_sparse_consistency_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0850284Z test_sparse_consistency_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0877223Z test_sparse_consistency_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0904381Z test_sparse_consistency_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0931990Z test_sparse_consistency_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0959987Z test_sparse_consistency_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.0993339Z test_sparse_consistency_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.1004877Z test_sparse_fn_grad_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.1015647Z test_sparse_fn_grad_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.1027148Z test_sparse_fn_grad_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.1038619Z test_sparse_fn_grad_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.1049610Z test_sparse_fn_grad_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.1060718Z test_sparse_fn_grad_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.1071920Z test_sparse_fn_grad_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.1083985Z test_sparse_fn_grad_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.1166354Z test_sparse_fn_grad_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:33.1487642Z test_sparse_fn_grad_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.032s) 2022-03-17T20:30:33.1617710Z test_sparse_fn_grad_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.013s) 2022-03-17T20:30:33.1784521Z test_sparse_fn_grad_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T20:30:33.1857158Z test_sparse_fn_grad_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-03-17T20:30:33.1867942Z test_sparse_fn_grad_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.1879035Z test_sparse_fn_grad_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.1958207Z test_sparse_fn_grad_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:33.1982706Z test_sparse_fn_grad_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:33.2001341Z test_sparse_fn_grad_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:33.2020500Z test_sparse_fn_grad_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:33.2039110Z test_sparse_fn_grad_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:33.2058324Z test_sparse_fn_grad_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:33.2076895Z test_sparse_fn_grad_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:33.2087866Z test_sparse_fn_grad_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.2099230Z test_sparse_fn_grad_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.2266718Z test_sparse_fn_grad_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.017s) 2022-03-17T20:30:33.2343625Z test_sparse_fn_grad_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:33.2422216Z test_sparse_fn_grad_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:33.2433937Z test_sparse_fn_grad_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.2444822Z test_sparse_fn_grad_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.2523881Z test_sparse_fn_grad_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:33.2548464Z test_sparse_fn_grad_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.002s) 2022-03-17T20:30:33.2559429Z test_sparse_fn_grad_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.2571178Z test_sparse_fn_grad_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.2582461Z test_sparse_fn_grad_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.2593791Z test_sparse_fn_grad_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.2605253Z test_sparse_fn_grad_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.2617318Z test_sparse_fn_grad_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.2628072Z test_sparse_fn_grad_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.2639359Z test_sparse_fn_grad_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.2650969Z test_sparse_fn_grad_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.2661797Z test_sparse_fn_grad_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip (0.001s) 2022-03-17T20:30:33.2740906Z test_sparse_fn_grad_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-03-17T20:30:33.2761779Z test_sparse_zero_dims_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.2782811Z test_sparse_zero_dims_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.2803484Z test_sparse_zero_dims_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.2824370Z test_sparse_zero_dims_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.2844951Z test_sparse_zero_dims_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.2865560Z test_sparse_zero_dims_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.2891965Z test_sparse_zero_dims_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.2912451Z test_sparse_zero_dims_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.2933424Z test_sparse_zero_dims_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.2953860Z test_sparse_zero_dims_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.2974921Z test_sparse_zero_dims_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.2995503Z test_sparse_zero_dims_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3016107Z test_sparse_zero_dims_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3036666Z test_sparse_zero_dims_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3063509Z test_sparse_zero_dims_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.3084292Z test_sparse_zero_dims_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3104834Z test_sparse_zero_dims_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3125957Z test_sparse_zero_dims_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3146366Z test_sparse_zero_dims_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3167358Z test_sparse_zero_dims_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3187956Z test_sparse_zero_dims_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3208562Z test_sparse_zero_dims_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3235205Z test_sparse_zero_dims_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.3255804Z test_sparse_zero_dims_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3276279Z test_sparse_zero_dims_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3296960Z test_sparse_zero_dims_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3317760Z test_sparse_zero_dims_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3338519Z test_sparse_zero_dims_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3359180Z test_sparse_zero_dims_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3379966Z test_sparse_zero_dims_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3407395Z test_sparse_zero_dims_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.3427320Z test_sparse_zero_dims_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3448355Z test_sparse_zero_dims_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3468651Z test_sparse_zero_dims_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3489631Z test_sparse_zero_dims_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3510186Z test_sparse_zero_dims_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3531103Z test_sparse_zero_dims_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3551425Z test_sparse_zero_dims_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3578394Z test_sparse_zero_dims_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.3599016Z test_sparse_zero_dims_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3619660Z test_sparse_zero_dims_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3639518Z test_sparse_zero_dims_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3659324Z test_sparse_zero_dims_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3678887Z test_sparse_zero_dims_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3698738Z test_sparse_zero_dims_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3718162Z test_sparse_zero_dims_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3744168Z test_sparse_zero_dims_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3764985Z test_sparse_zero_dims_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3785550Z test_sparse_zero_dims_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3806055Z test_sparse_zero_dims_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3826066Z test_sparse_zero_dims_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3846010Z test_sparse_zero_dims_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3865404Z test_sparse_zero_dims_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3885060Z test_sparse_zero_dims_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3910686Z test_sparse_zero_dims_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3930649Z test_sparse_zero_dims_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3951176Z test_sparse_zero_dims_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3972005Z test_sparse_zero_dims_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.3992609Z test_sparse_zero_dims_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4013420Z test_sparse_zero_dims_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4034458Z test_sparse_zero_dims_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4055120Z test_sparse_zero_dims_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4082913Z test_sparse_zero_dims_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.4103589Z test_sparse_zero_dims_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4124376Z test_sparse_zero_dims_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4144843Z test_sparse_zero_dims_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4165556Z test_sparse_zero_dims_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4186302Z test_sparse_zero_dims_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4206996Z test_sparse_zero_dims_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4227511Z test_sparse_zero_dims_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4254061Z test_sparse_zero_dims_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.4274682Z test_sparse_zero_dims_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4295490Z test_sparse_zero_dims_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4315630Z test_sparse_zero_dims_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4336090Z test_sparse_zero_dims_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4355863Z test_sparse_zero_dims_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4376260Z test_sparse_zero_dims_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4396324Z test_sparse_zero_dims_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4422360Z test_sparse_zero_dims_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.4442392Z test_sparse_zero_dims_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4462452Z test_sparse_zero_dims_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4482510Z test_sparse_zero_dims_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4502570Z test_sparse_zero_dims_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4522425Z test_sparse_zero_dims_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4542628Z test_sparse_zero_dims_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4562621Z test_sparse_zero_dims_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4588339Z test_sparse_zero_dims_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4608416Z test_sparse_zero_dims_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4628378Z test_sparse_zero_dims_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4648626Z test_sparse_zero_dims_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4668492Z test_sparse_zero_dims_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4688744Z test_sparse_zero_dims_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4708591Z test_sparse_zero_dims_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4729217Z test_sparse_zero_dims_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4754953Z test_sparse_zero_dims_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4775063Z test_sparse_zero_dims_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4794902Z test_sparse_zero_dims_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4815141Z test_sparse_zero_dims_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4835026Z test_sparse_zero_dims_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4855187Z test_sparse_zero_dims_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4875264Z test_sparse_zero_dims_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4895108Z test_sparse_zero_dims_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4921056Z test_sparse_zero_dims_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4941186Z test_sparse_zero_dims_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4961690Z test_sparse_zero_dims_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.4982436Z test_sparse_zero_dims_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5002996Z test_sparse_zero_dims_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5023617Z test_sparse_zero_dims_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5044666Z test_sparse_zero_dims_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5065325Z test_sparse_zero_dims_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5092015Z test_sparse_zero_dims_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.5112637Z test_sparse_zero_dims_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5133241Z test_sparse_zero_dims_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5153224Z test_sparse_zero_dims_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5173453Z test_sparse_zero_dims_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5193237Z test_sparse_zero_dims_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5213536Z test_sparse_zero_dims_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5233471Z test_sparse_zero_dims_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5260300Z test_sparse_zero_dims_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.5280640Z test_sparse_zero_dims_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5301334Z test_sparse_zero_dims_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5321624Z test_sparse_zero_dims_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5341661Z test_sparse_zero_dims_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5361597Z test_sparse_zero_dims_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5381685Z test_sparse_zero_dims_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5401581Z test_sparse_zero_dims_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5427637Z test_sparse_zero_dims_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5448464Z test_sparse_zero_dims_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5468765Z test_sparse_zero_dims_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5489724Z test_sparse_zero_dims_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5510335Z test_sparse_zero_dims_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5531226Z test_sparse_zero_dims_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5551813Z test_sparse_zero_dims_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5571990Z test_sparse_zero_dims_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5597730Z test_sparse_zero_dims_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5617754Z test_sparse_zero_dims_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5637970Z test_sparse_zero_dims_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5658008Z test_sparse_zero_dims_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5678402Z test_sparse_zero_dims_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5699228Z test_sparse_zero_dims_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5719299Z test_sparse_zero_dims_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5745200Z test_sparse_zero_dims_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5765315Z test_sparse_zero_dims_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5785348Z test_sparse_zero_dims_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5805503Z test_sparse_zero_dims_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5825371Z test_sparse_zero_dims_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5845773Z test_sparse_zero_dims_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5865538Z test_sparse_zero_dims_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5885772Z test_sparse_zero_dims_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5911901Z test_sparse_zero_dims_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.5932256Z test_sparse_zero_dims_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5951946Z test_sparse_zero_dims_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5972914Z test_sparse_zero_dims_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.5993389Z test_sparse_zero_dims_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6014191Z test_sparse_zero_dims_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6034620Z test_sparse_zero_dims_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6055551Z test_sparse_zero_dims_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6083452Z test_sparse_zero_dims_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.6104073Z test_sparse_zero_dims_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6125238Z test_sparse_zero_dims_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6145731Z test_sparse_zero_dims_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6166520Z test_sparse_zero_dims_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6186930Z test_sparse_zero_dims_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6207736Z test_sparse_zero_dims_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6228062Z test_sparse_zero_dims_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6254753Z test_sparse_zero_dims_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.6275140Z test_sparse_zero_dims_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6295838Z test_sparse_zero_dims_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6316497Z test_sparse_zero_dims_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6337342Z test_sparse_zero_dims_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6357863Z test_sparse_zero_dims_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6378964Z test_sparse_zero_dims_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6399273Z test_sparse_zero_dims_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6425879Z test_sparse_zero_dims_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.6446557Z test_sparse_zero_dims_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6467200Z test_sparse_zero_dims_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6488215Z test_sparse_zero_dims_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6508537Z test_sparse_zero_dims_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6529439Z test_sparse_zero_dims_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6549991Z test_sparse_zero_dims_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6570964Z test_sparse_zero_dims_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6597202Z test_sparse_zero_dims_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.6617909Z test_sparse_zero_dims_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6638585Z test_sparse_zero_dims_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6659455Z test_sparse_zero_dims_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6679881Z test_sparse_zero_dims_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6700886Z test_sparse_zero_dims_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6721361Z test_sparse_zero_dims_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6742320Z test_sparse_zero_dims_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6769518Z test_sparse_zero_dims_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.6789791Z test_sparse_zero_dims_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6810813Z test_sparse_zero_dims_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6831098Z test_sparse_zero_dims_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6852058Z test_sparse_zero_dims_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6872646Z test_sparse_zero_dims_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6893346Z test_sparse_zero_dims_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6913887Z test_sparse_zero_dims_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6940739Z test_sparse_zero_dims_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.6961099Z test_sparse_zero_dims_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.6984212Z test_sparse_zeros_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7007567Z test_sparse_zeros_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7030421Z test_sparse_zeros_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7053065Z test_sparse_zeros_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7075839Z test_sparse_zeros_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7098909Z test_sparse_zeros_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7127785Z test_sparse_zeros_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.7150604Z test_sparse_zeros_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7177764Z test_sparse_zeros_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.7205140Z test_sparse_zeros_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.7228608Z test_sparse_zeros_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7251712Z test_sparse_zeros_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7274141Z test_sparse_zeros_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7296936Z test_sparse_zeros_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7326061Z test_sparse_zeros_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.7348764Z test_sparse_zeros_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7371838Z test_sparse_zeros_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7394679Z test_sparse_zeros_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7417822Z test_sparse_zeros_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7440956Z test_sparse_zeros_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7463862Z test_sparse_zeros_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7486517Z test_sparse_zeros_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7515202Z test_sparse_zeros_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.7538084Z test_sparse_zeros_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7560899Z test_sparse_zeros_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7583721Z test_sparse_zeros_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7606762Z test_sparse_zeros_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7629595Z test_sparse_zeros_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7653023Z test_sparse_zeros_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7675696Z test_sparse_zeros_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7704245Z test_sparse_zeros_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.7727398Z test_sparse_zeros_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7750175Z test_sparse_zeros_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7773195Z test_sparse_zeros_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7797017Z test_sparse_zeros_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7819146Z test_sparse_zeros_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7841927Z test_sparse_zeros_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7864408Z test_sparse_zeros_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7893884Z test_sparse_zeros_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.7917086Z test_sparse_zeros_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7939616Z test_sparse_zeros_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7961477Z test_sparse_zeros_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.7982328Z test_sparse_zeros_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8002914Z test_sparse_zeros_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8023597Z test_sparse_zeros_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8044279Z test_sparse_zeros_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8070827Z test_sparse_zeros_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.8094037Z test_sparse_zeros_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8117431Z test_sparse_zeros_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8140054Z test_sparse_zeros_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8161941Z test_sparse_zeros_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8182801Z test_sparse_zeros_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8203333Z test_sparse_zeros_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8223774Z test_sparse_zeros_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8252229Z test_sparse_zeros_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.8272548Z test_sparse_zeros_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8295779Z test_sparse_zeros_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8318087Z test_sparse_zeros_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8341039Z test_sparse_zeros_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8364276Z test_sparse_zeros_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8386620Z test_sparse_zeros_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8409863Z test_sparse_zeros_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8438540Z test_sparse_zeros_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.8461253Z test_sparse_zeros_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8483588Z test_sparse_zeros_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8506686Z test_sparse_zeros_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8529739Z test_sparse_zeros_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8552553Z test_sparse_zeros_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8575598Z test_sparse_zeros_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8598238Z test_sparse_zeros_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8627187Z test_sparse_zeros_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.8649831Z test_sparse_zeros_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8672246Z test_sparse_zeros_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8694689Z test_sparse_zeros_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8716744Z test_sparse_zeros_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8738748Z test_sparse_zeros_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8760149Z test_sparse_zeros_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8781829Z test_sparse_zeros_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8809465Z test_sparse_zeros_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.8830590Z test_sparse_zeros_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8852401Z test_sparse_zeros_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8873766Z test_sparse_zeros_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8895572Z test_sparse_zeros_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8917108Z test_sparse_zeros_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8938842Z test_sparse_zeros_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8960609Z test_sparse_zeros_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.8988250Z test_sparse_zeros_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.9010016Z test_sparse_zeros_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9031714Z test_sparse_zeros_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9053422Z test_sparse_zeros_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9074939Z test_sparse_zeros_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9096533Z test_sparse_zeros_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9117769Z test_sparse_zeros_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9139625Z test_sparse_zeros_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9167203Z test_sparse_zeros_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.9188638Z test_sparse_zeros_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9210569Z test_sparse_zeros_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9232073Z test_sparse_zeros_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9253870Z test_sparse_zeros_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9275413Z test_sparse_zeros_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9297052Z test_sparse_zeros_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9319332Z test_sparse_zeros_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9346465Z test_sparse_zeros_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.9368503Z test_sparse_zeros_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9391026Z test_sparse_zeros_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9413948Z test_sparse_zeros_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9436419Z test_sparse_zeros_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9459467Z test_sparse_zeros_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9482121Z test_sparse_zeros_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9504917Z test_sparse_zeros_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9534602Z test_sparse_zeros_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.9556896Z test_sparse_zeros_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9579630Z test_sparse_zeros_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9601064Z test_sparse_zeros_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9622272Z test_sparse_zeros_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9643239Z test_sparse_zeros_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9664625Z test_sparse_zeros_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9686216Z test_sparse_zeros_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9715005Z test_sparse_zeros_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.9741591Z test_sparse_zeros_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9763829Z test_sparse_zeros_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9786413Z test_sparse_zeros_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9807875Z test_sparse_zeros_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9829128Z test_sparse_zeros_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9850163Z test_sparse_zeros_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9871341Z test_sparse_zeros_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9898910Z test_sparse_zeros_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:33.9921674Z test_sparse_zeros_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9944103Z test_sparse_zeros_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9967762Z test_sparse_zeros_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:33.9990854Z test_sparse_zeros_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0014043Z test_sparse_zeros_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0036422Z test_sparse_zeros_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0057611Z test_sparse_zeros_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0084976Z test_sparse_zeros_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:34.0105705Z test_sparse_zeros_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0126956Z test_sparse_zeros_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0147945Z test_sparse_zeros_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0171312Z test_sparse_zeros_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0193603Z test_sparse_zeros_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0215042Z test_sparse_zeros_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0236059Z test_sparse_zeros_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0263095Z test_sparse_zeros_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:34.0284383Z test_sparse_zeros_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0305290Z test_sparse_zeros_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0327128Z test_sparse_zeros_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0348701Z test_sparse_zeros_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0370537Z test_sparse_zeros_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0391955Z test_sparse_zeros_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0413907Z test_sparse_zeros_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0443176Z test_sparse_zeros_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:34.0464763Z test_sparse_zeros_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0487506Z test_sparse_zeros_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0510899Z test_sparse_zeros_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0534048Z test_sparse_zeros_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0556155Z test_sparse_zeros_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0579169Z test_sparse_zeros_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0602111Z test_sparse_zeros_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0630702Z test_sparse_zeros_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:34.0653816Z test_sparse_zeros_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0676627Z test_sparse_zeros_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0699439Z test_sparse_zeros_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0722900Z test_sparse_zeros_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0745562Z test_sparse_zeros_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0768234Z test_sparse_zeros_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0790805Z test_sparse_zeros_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0820079Z test_sparse_zeros_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:34.0842940Z test_sparse_zeros_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0865842Z test_sparse_zeros_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0888945Z test_sparse_zeros_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0911736Z test_sparse_zeros_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0935208Z test_sparse_zeros_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0958049Z test_sparse_zeros_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.0980865Z test_sparse_zeros_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.1009410Z test_sparse_zeros_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:34.1032190Z test_sparse_zeros_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.1055313Z test_sparse_zeros_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.1077969Z test_sparse_zeros_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.1100970Z test_sparse_zeros_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.1124186Z test_sparse_zeros_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.1147668Z test_sparse_zeros_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.1171032Z test_sparse_zeros_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.1198847Z test_sparse_zeros_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:34.1221857Z test_sparse_zeros_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.1245167Z test_sparse_zeros_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.1267966Z test_sparse_zeros_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.1291084Z test_sparse_zeros_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.1313801Z test_sparse_zeros_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.1336993Z test_sparse_zeros_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.1360060Z test_sparse_zeros_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.1389010Z test_sparse_zeros_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:34.1411555Z test_sparse_zeros_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.1434335Z test_sparse_zeros_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.1457413Z test_sparse_zeros_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.1480036Z test_sparse_zeros_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.1503089Z test_sparse_zeros_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.1526412Z test_sparse_zeros_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.1549086Z test_sparse_zeros_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-03-17T20:30:34.1577899Z test_sparse_zeros_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-03-17T20:30:34.1578189Z 2022-03-17T20:30:34.1578566Z ---------------------------------------------------------------------- 2022-03-17T20:30:34.1578892Z Ran 1222 tests in 38.161s 2022-03-17T20:30:34.1579034Z 2022-03-17T20:30:34.1585318Z OK (skipped=147) 2022-03-17T20:30:34.1585717Z 2022-03-17T20:30:34.1585847Z Generating XML reports... 2022-03-17T20:30:34.1824841Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseCUDA-20220317202955.xml 2022-03-17T20:30:34.1830240Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20220317202955.xml 2022-03-17T20:30:34.2910271Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCUDA-20220317202955.xml 2022-03-17T20:30:34.6049482Z Running test_tensorboard ... [2022-03-17 20:30:34.604429] 2022-03-17T20:30:34.6050451Z Executing ['/opt/conda/bin/python', 'test_tensorboard.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:30:34.604535] 2022-03-17T20:30:35.6282619Z Test results will be stored in test-reports/python-unittest/test_tensorboard 2022-03-17T20:30:35.6310555Z 2022-03-17T20:30:35.6311065Z Running tests... 2022-03-17T20:30:35.6311680Z ---------------------------------------------------------------------- 2022-03-17T20:30:35.6424141Z test_embedding (__main__.TestTensorBoardEmbedding) ... warning: Embedding dir exists, did you set global_step for add_embedding()? 2022-03-17T20:30:35.6478645Z ok (0.017s) 2022-03-17T20:30:35.6515683Z test_embedding_64 (__main__.TestTensorBoardEmbedding) ... warning: Embedding dir exists, did you set global_step for add_embedding()? 2022-03-17T20:30:35.6567026Z ok (0.009s) 2022-03-17T20:30:35.6579559Z test_figure (__main__.TestTensorBoardFigure) ... skip (0.001s) 2022-03-17T20:30:35.6593011Z test_figure_list (__main__.TestTensorBoardFigure) ... skip (0.001s) 2022-03-17T20:30:35.6598866Z test_caffe2_np (__main__.TestTensorBoardNumpy) ... skip (0.000s) 2022-03-17T20:30:35.6603196Z test_caffe2_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip (0.000s) 2022-03-17T20:30:35.6618849Z test_caffe2_simple_cnnmodel (__main__.TestTensorBoardNumpy) ... skip (0.001s) 2022-03-17T20:30:35.6640716Z test_caffe2_simple_model (__main__.TestTensorBoardNumpy) ... skip (0.002s) 2022-03-17T20:30:35.6646978Z test_pytorch_np_expect_fail (__main__.TestTensorBoardNumpy) ... ok (0.000s) 2022-03-17T20:30:35.6660573Z test_scalar (__main__.TestTensorBoardNumpy) ... ok (0.001s) 2022-03-17T20:30:35.6667286Z test_pytorch_autograd_np (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.001s) 2022-03-17T20:30:35.6708871Z test_pytorch_histogram (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.004s) 2022-03-17T20:30:35.6789643Z test_pytorch_histogram_raw (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.008s) 2022-03-17T20:30:36.9162856Z test_pytorch_np (__main__.TestTensorBoardPyTorchNumpy) ... ok (1.237s) 2022-03-17T20:30:36.9182788Z test_pytorch_write (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.002s) 2022-03-17T20:30:37.0363301Z test_mlp_graph (__main__.TestTensorBoardPytorchGraph) ... ok (0.118s) 2022-03-17T20:30:37.1530235Z test_nested_nn_squential (__main__.TestTensorBoardPytorchGraph) ... ok (0.117s) 2022-03-17T20:30:37.1827830Z test_pytorch_graph (__main__.TestTensorBoardPytorchGraph) ... ok (0.030s) 2022-03-17T20:30:37.2146414Z test_pytorch_graph_dict_input (__main__.TestTensorBoardPytorchGraph) ... Encountering a dict at the output of the tracer might cause the trace to be incorrect, this is only valid if the container structure does not change based on the module's inputs. Consider using a constant container instead (e.g. for `list`, use a `tuple` instead. for `dict`, use a `NamedTuple` instead). If you absolutely need this and know the side effects, pass strict=False to trace() to allow this behavior. 2022-03-17T20:30:37.2147278Z Error occurs, No graph saved 2022-03-17T20:30:37.2299255Z ok (0.047s) 2022-03-17T20:31:03.4205387Z test_torchvision_smoke (__main__.TestTensorBoardPytorchGraph) ... ok (26.190s) 2022-03-17T20:31:03.4330724Z test_wrong_input_size (__main__.TestTensorBoardPytorchGraph) ... mat1 and mat2 shapes cannot be multiplied (1x9 and 3x5) 2022-03-17T20:31:03.4331153Z Error occurs, No graph saved 2022-03-17T20:31:03.4335349Z ok (0.013s) 2022-03-17T20:31:03.4341176Z test_audio (__main__.TestTensorBoardSummary) ... warning: audio amplitude out of range, auto clipped. 2022-03-17T20:31:03.4358950Z ok (0.002s) 2022-03-17T20:31:03.4368804Z test_custom_scalars (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-03-17T20:31:03.4374935Z test_empty_input (__main__.TestTensorBoardSummary) ... ok (0.000s) 2022-03-17T20:31:03.4382361Z test_float32_image (__main__.TestTensorBoardSummary) 2022-03-17T20:31:03.4385676Z Tests that float32 image (pixel values in [0, 1]) are scaled correctly ... ok (0.001s) 2022-03-17T20:31:03.4401787Z test_histogram_auto (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-03-17T20:31:03.4417317Z test_histogram_doane (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-03-17T20:31:03.4431427Z test_histogram_fd (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-03-17T20:31:03.4468211Z test_hparams_bool (__main__.TestTensorBoardSummary) ... ok (0.004s) 2022-03-17T20:31:03.4481569Z test_hparams_domain_discrete (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-03-17T20:31:03.4490956Z test_hparams_number (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-03-17T20:31:03.4505284Z test_hparams_smoke (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-03-17T20:31:03.4514515Z test_hparams_string (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-03-17T20:31:03.4525573Z test_hparams_wrong_parameter (__main__.TestTensorBoardSummary) ... parameter: hparam_dict should be a dictionary, nothing logged. 2022-03-17T20:31:03.4526073Z parameter: metric_dict should be a dictionary, nothing logged. 2022-03-17T20:31:03.4553537Z ok (0.004s) 2022-03-17T20:31:03.4572501Z test_image_with_3_channel_batched (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-03-17T20:31:03.4596721Z test_image_with_boxes (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-03-17T20:31:03.4612791Z test_image_with_one_channel (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-03-17T20:31:03.4628742Z test_image_with_one_channel_batched (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-03-17T20:31:03.4644646Z test_image_without_channel (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-03-17T20:31:03.4650728Z test_list_input (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-03-17T20:31:03.4682504Z test_mesh (__main__.TestTensorBoardSummary) ... ok (0.003s) 2022-03-17T20:31:03.4689874Z test_scalar_new_style (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-03-17T20:31:03.4696987Z test_text (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-03-17T20:31:03.4702902Z test_uint8_image (__main__.TestTensorBoardSummary) 2022-03-17T20:31:03.4706325Z Tests that uint8 image (pixel values in [0, 255]) is not changed ... ok (0.001s) 2022-03-17T20:31:03.4718270Z test_video (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-03-17T20:31:03.4737850Z test_pathlib (__main__.TestTensorBoardSummaryWriter) ... ok (0.002s) 2022-03-17T20:31:03.4752691Z test_summary_writer_close (__main__.TestTensorBoardSummaryWriter) ... ok (0.001s) 2022-03-17T20:31:03.4770009Z test_summary_writer_ctx (__main__.TestTensorBoardSummaryWriter) ... ok (0.002s) 2022-03-17T20:31:03.4780269Z test_convert_to_HWC_dtype_remains_same (__main__.TestTensorBoardUtils) ... ok (0.001s) 2022-03-17T20:31:03.4986831Z test_numpy_vid_uint8 (__main__.TestTensorBoardUtils) ... ok (0.020s) 2022-03-17T20:31:03.6210456Z test_prepare_video (__main__.TestTensorBoardUtils) ... ok (0.122s) 2022-03-17T20:31:03.6232087Z test_to_HWC (__main__.TestTensorBoardUtils) ... ok (0.002s) 2022-03-17T20:31:03.6904106Z test_writer (__main__.TestTensorBoardWriter) ... add_video needs package moviepy 2022-03-17T20:31:03.6972078Z ok (0.074s) 2022-03-17T20:31:03.6972518Z 2022-03-17T20:31:03.6973473Z ---------------------------------------------------------------------- 2022-03-17T20:31:03.6974154Z Ran 53 tests in 28.066s 2022-03-17T20:31:03.6974365Z 2022-03-17T20:31:03.6974867Z OK (skipped=6) 2022-03-17T20:31:03.6978029Z 2022-03-17T20:31:03.6978326Z Generating XML reports... 2022-03-17T20:31:03.6982478Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20220317203035.xml 2022-03-17T20:31:03.6992179Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20220317203035.xml 2022-03-17T20:31:03.6999857Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20220317203035.xml 2022-03-17T20:31:03.7009863Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20220317203035.xml 2022-03-17T20:31:03.7040002Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20220317203035.xml 2022-03-17T20:31:03.7046531Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20220317203035.xml 2022-03-17T20:31:03.7897635Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20220317203035.xml 2022-03-17T20:31:03.7900261Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20220317203035.xml 2022-03-17T20:31:03.7905553Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20220317203035.xml 2022-03-17T20:31:04.2978896Z Running test_view_ops ... [2022-03-17 20:31:04.297361] 2022-03-17T20:31:04.2979555Z Executing ['/opt/conda/bin/python', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:31:04.297470] 2022-03-17T20:31:06.6349185Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.get_all_dtypes() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with [torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.float32, torch.float64, torch.float16, torch.bfloat16, torch.bool, torch.complex64, torch.complex128]. 2022-03-17T20:31:06.6349999Z warnings.warn(msg, FutureWarning) 2022-03-17T20:31:06.6503825Z Test results will be stored in test-reports/python-unittest/test_view_ops 2022-03-17T20:31:06.6585514Z 2022-03-17T20:31:06.6585678Z Running tests... 2022-03-17T20:31:06.6586596Z ---------------------------------------------------------------------- 2022-03-17T20:31:06.6619370Z test_T_cuda (__main__.TestOldViewOpsCUDA) ... test_view_ops.py:1250: UserWarning: The use of `x.T` on tensors of dimension other than 2 to reverse their shape is deprecated and it will throw an error in a future release. Consider `x.mT` to transpose batches of matricesor `x.permute(*torch.arange(x.ndim - 1, -1, -1))` to reverse the dimensions of a tensor. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:2390.) 2022-03-17T20:31:06.6620515Z t1 = a.T 2022-03-17T20:31:06.6647107Z ok (0.006s) 2022-03-17T20:31:07.1572441Z test_atleast_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.492s) 2022-03-17T20:31:07.6535625Z test_atleast_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.496s) 2022-03-17T20:31:08.0897373Z test_atleast_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.436s) 2022-03-17T20:31:08.5244697Z test_atleast_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.435s) 2022-03-17T20:31:08.9447877Z test_atleast_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.420s) 2022-03-17T20:31:09.1743784Z test_atleast_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.229s) 2022-03-17T20:31:09.4082655Z test_atleast_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.234s) 2022-03-17T20:31:09.6310731Z test_atleast_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.223s) 2022-03-17T20:31:09.8591275Z test_atleast_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.228s) 2022-03-17T20:31:10.0871635Z test_atleast_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.228s) 2022-03-17T20:31:10.2125829Z test_atleast_gradient_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.125s) 2022-03-17T20:31:10.2201407Z test_big_transpose_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.007s) 2022-03-17T20:31:10.2241191Z test_broadcast_shapes_cuda (__main__.TestOldViewOpsCUDA) ... skip (0.004s) 2022-03-17T20:31:10.2269475Z test_broadcast_shapes_numpy_ref_cuda (__main__.TestOldViewOpsCUDA) ... skip (0.003s) 2022-03-17T20:31:10.2288468Z test_broadcast_tensors_cuda_float32 (__main__.TestOldViewOpsCUDA) ... skip (0.002s) 2022-03-17T20:31:10.2324891Z test_broadcast_to_cuda_bool (__main__.TestOldViewOpsCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:600: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:178.) 2022-03-17T20:31:10.2325853Z return torch.as_tensor(tensor_like) 2022-03-17T20:31:10.2792369Z ok (0.050s) 2022-03-17T20:31:10.3357632Z test_broadcast_to_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.056s) 2022-03-17T20:31:10.3922084Z test_broadcast_to_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.056s) 2022-03-17T20:31:10.4458732Z test_broadcast_to_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.054s) 2022-03-17T20:31:10.4987110Z test_broadcast_to_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.053s) 2022-03-17T20:31:10.5517575Z test_broadcast_to_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.053s) 2022-03-17T20:31:10.6004888Z test_broadcast_to_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.049s) 2022-03-17T20:31:10.6496664Z test_broadcast_to_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.049s) 2022-03-17T20:31:10.6980475Z test_broadcast_to_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.048s) 2022-03-17T20:31:10.7467443Z test_broadcast_to_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.049s) 2022-03-17T20:31:10.7956264Z test_broadcast_to_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.049s) 2022-03-17T20:31:10.7978330Z test_chunk_cuda (__main__.TestOldViewOpsCUDA) ... skip (0.002s) 2022-03-17T20:31:10.8000248Z test_conj_neg_view_numpy_error_cuda (__main__.TestOldViewOpsCUDA) ... skip (0.002s) 2022-03-17T20:31:10.8021612Z test_contiguous_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:10.8036719Z test_crow_col_indices_cuda (__main__.TestOldViewOpsCUDA) ... skip (0.001s) 2022-03-17T20:31:10.8085644Z test_empty_reshape_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.005s) 2022-03-17T20:31:10.8215534Z test_expand_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.013s) 2022-03-17T20:31:10.8470651Z test_flatten_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.025s) 2022-03-17T20:31:10.8493420Z test_memory_format_resize__cuda (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:10.8514521Z test_memory_format_resize_as_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:10.8542633Z test_narrow_cuda (__main__.TestOldViewOpsCUDA) ... skip (0.003s) 2022-03-17T20:31:10.8566713Z test_narrow_tensor_cuda (__main__.TestOldViewOpsCUDA) ... skip (0.002s) 2022-03-17T20:31:10.8593616Z test_python_types_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:10.8716307Z test_ravel_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.012s) 2022-03-17T20:31:10.8784331Z test_reshape_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.007s) 2022-03-17T20:31:10.8813551Z test_reshape_view_semantics_cuda_bfloat16 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:10.8841111Z test_reshape_view_semantics_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:10.8873250Z test_reshape_view_semantics_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:10.8904513Z test_reshape_view_semantics_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:10.8939774Z test_reshape_view_semantics_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:10.8970028Z test_reshape_view_semantics_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:10.9000208Z test_reshape_view_semantics_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:10.9028097Z test_reshape_view_semantics_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:10.9055845Z test_reshape_view_semantics_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:10.9083441Z test_reshape_view_semantics_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:10.9110923Z test_reshape_view_semantics_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:10.9138962Z test_reshape_view_semantics_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:10.9179883Z test_resize_all_dtypes_and_devices_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.004s) 2022-03-17T20:31:10.9220461Z test_resize_as_all_dtypes_and_devices_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.004s) 2022-03-17T20:31:10.9237175Z test_resize_as_preserves_strides_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:10.9267162Z test_split_cuda (__main__.TestOldViewOpsCUDA) ... skip (0.003s) 2022-03-17T20:31:10.9289385Z test_t_cuda (__main__.TestOldViewOpsCUDA) ... skip (0.002s) 2022-03-17T20:31:10.9788115Z test_tensor_split_errors_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.050s) 2022-03-17T20:31:11.2749562Z test_tensor_split_indices_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (0.296s) 2022-03-17T20:31:11.6571283Z test_tensor_split_indices_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.382s) 2022-03-17T20:31:12.0429643Z test_tensor_split_indices_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.386s) 2022-03-17T20:31:12.4107789Z test_tensor_split_indices_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.368s) 2022-03-17T20:31:12.7779740Z test_tensor_split_indices_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.367s) 2022-03-17T20:31:13.1372350Z test_tensor_split_indices_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.359s) 2022-03-17T20:31:13.4353081Z test_tensor_split_indices_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.298s) 2022-03-17T20:31:13.7324642Z test_tensor_split_indices_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.297s) 2022-03-17T20:31:14.0213092Z test_tensor_split_indices_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.289s) 2022-03-17T20:31:14.3172427Z test_tensor_split_indices_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.296s) 2022-03-17T20:31:14.6129901Z test_tensor_split_indices_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.296s) 2022-03-17T20:31:15.6340583Z test_tensor_split_sections_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (1.021s) 2022-03-17T20:31:16.9396711Z test_tensor_split_sections_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (1.305s) 2022-03-17T20:31:18.2768817Z test_tensor_split_sections_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (1.337s) 2022-03-17T20:31:19.5363747Z test_tensor_split_sections_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (1.259s) 2022-03-17T20:31:20.7917675Z test_tensor_split_sections_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (1.255s) 2022-03-17T20:31:22.0156045Z test_tensor_split_sections_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (1.224s) 2022-03-17T20:31:23.0375696Z test_tensor_split_sections_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (1.022s) 2022-03-17T20:31:24.0562694Z test_tensor_split_sections_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (1.019s) 2022-03-17T20:31:25.0481216Z test_tensor_split_sections_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.992s) 2022-03-17T20:31:26.0674483Z test_tensor_split_sections_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (1.019s) 2022-03-17T20:31:27.0892832Z test_tensor_split_sections_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (1.022s) 2022-03-17T20:31:27.1344173Z test_transpose_invalid_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.045s) 2022-03-17T20:31:27.1794179Z test_transpose_invalid_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.045s) 2022-03-17T20:31:27.2234599Z test_transpose_invalid_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.044s) 2022-03-17T20:31:27.2796459Z test_transpose_vs_numpy_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.056s) 2022-03-17T20:31:27.3298802Z test_transpose_vs_numpy_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.050s) 2022-03-17T20:31:27.3635109Z test_transpose_vs_numpy_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.034s) 2022-03-17T20:31:27.3730442Z test_transposes_cuda_bfloat16 (__main__.TestOldViewOpsCUDA) ... ok (0.009s) 2022-03-17T20:31:27.3788423Z test_transposes_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (0.006s) 2022-03-17T20:31:27.3906365Z test_transposes_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.012s) 2022-03-17T20:31:27.4020621Z test_transposes_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.011s) 2022-03-17T20:31:27.4114238Z test_transposes_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.009s) 2022-03-17T20:31:27.4207157Z test_transposes_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.009s) 2022-03-17T20:31:27.4302245Z test_transposes_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.009s) 2022-03-17T20:31:27.4360984Z test_transposes_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.006s) 2022-03-17T20:31:27.4419786Z test_transposes_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.006s) 2022-03-17T20:31:27.4474078Z test_transposes_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.005s) 2022-03-17T20:31:27.4532407Z test_transposes_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.006s) 2022-03-17T20:31:27.4590982Z test_transposes_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.006s) 2022-03-17T20:31:27.4764530Z test_transposes_errors_cuda_bfloat16 (__main__.TestOldViewOpsCUDA) ... ok (0.017s) 2022-03-17T20:31:27.4935745Z test_transposes_errors_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (0.017s) 2022-03-17T20:31:27.5119623Z test_transposes_errors_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.018s) 2022-03-17T20:31:27.5308469Z test_transposes_errors_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.019s) 2022-03-17T20:31:27.5482677Z test_transposes_errors_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.017s) 2022-03-17T20:31:27.5665853Z test_transposes_errors_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.018s) 2022-03-17T20:31:27.5847053Z test_transposes_errors_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.018s) 2022-03-17T20:31:27.6021029Z test_transposes_errors_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.017s) 2022-03-17T20:31:27.6192696Z test_transposes_errors_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.017s) 2022-03-17T20:31:27.6371916Z test_transposes_errors_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.018s) 2022-03-17T20:31:27.6543935Z test_transposes_errors_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.017s) 2022-03-17T20:31:27.6711214Z test_transposes_errors_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.017s) 2022-03-17T20:31:27.6731023Z test_unsqueeze_cuda (__main__.TestOldViewOpsCUDA) ... skip (0.002s) 2022-03-17T20:31:27.6762445Z test_view_all_dtypes_and_devices_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.7269890Z test_view_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.051s) 2022-03-17T20:31:27.7288141Z test_view_empty_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:27.7330704Z test_T_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-03-17T20:31:27.7351962Z test_advanced_indexing_assignment_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:27.7383836Z test_advanced_indexing_nonview_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.7979610Z test_as_strided_gradients_cuda (__main__.TestViewOpsCUDA) ... ok (0.059s) 2022-03-17T20:31:27.8004743Z test_as_strided_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:27.8028151Z test_as_strided_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:27.8051805Z test_basic_indexing_ellipses_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:27.8074624Z test_basic_indexing_newaxis_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:27.8097804Z test_basic_indexing_slice_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:27.8107274Z test_chunk_view_cuda (__main__.TestViewOpsCUDA) ... skip (0.001s) 2022-03-17T20:31:27.8142122Z test_conj_imag_view_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.8175934Z test_conj_imag_view_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.8197201Z test_conj_self_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:27.8213300Z test_conj_self_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:27.8229035Z test_conj_self_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-03-17T20:31:27.8245169Z test_conj_self_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:27.8260917Z test_conj_self_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-03-17T20:31:27.8276669Z test_conj_self_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-03-17T20:31:27.8292978Z test_conj_self_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:27.8308767Z test_conj_self_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-03-17T20:31:27.8330616Z test_conj_self_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:27.8365572Z test_conj_view_with_shared_memory_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.8388854Z test_contiguous_nonview_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:27.8403943Z test_contiguous_self_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-03-17T20:31:27.8436940Z test_diagonal_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.8461494Z test_expand_as_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:27.8484307Z test_expand_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:27.8520411Z test_flatten_nonview_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.8594678Z test_flatten_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.007s) 2022-03-17T20:31:27.8637475Z test_imag_noncomplex_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-03-17T20:31:27.8681245Z test_imag_noncomplex_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-03-17T20:31:27.8726475Z test_imag_noncomplex_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-03-17T20:31:27.8771080Z test_imag_noncomplex_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-03-17T20:31:27.8812732Z test_imag_noncomplex_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-03-17T20:31:27.8855662Z test_imag_noncomplex_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-03-17T20:31:27.8897612Z test_imag_noncomplex_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-03-17T20:31:27.8947787Z test_imag_noncomplex_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.005s) 2022-03-17T20:31:27.8992558Z test_imag_noncomplex_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-03-17T20:31:27.9081074Z test_movedim_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.009s) 2022-03-17T20:31:27.9104022Z test_narrow_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:27.9127345Z test_permute_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:27.9185176Z test_real_imag_view_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.006s) 2022-03-17T20:31:27.9241205Z test_real_imag_view_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.006s) 2022-03-17T20:31:27.9264263Z test_reshape_as_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:27.9292783Z test_reshape_nonview_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.9314114Z test_reshape_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:27.9336377Z test_select_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:27.9367116Z test_set_real_imag_cuda_complex128_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.9398464Z test_set_real_imag_cuda_complex128_bool (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.9429364Z test_set_real_imag_cuda_complex128_complex128 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.9460163Z test_set_real_imag_cuda_complex128_complex64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.9490922Z test_set_real_imag_cuda_complex128_float16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.9527471Z test_set_real_imag_cuda_complex128_float32 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-03-17T20:31:27.9556978Z test_set_real_imag_cuda_complex128_float64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.9588461Z test_set_real_imag_cuda_complex128_int16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.9620120Z test_set_real_imag_cuda_complex128_int32 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.9651119Z test_set_real_imag_cuda_complex128_int64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.9682353Z test_set_real_imag_cuda_complex128_int8 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.9713398Z test_set_real_imag_cuda_complex128_uint8 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.9744557Z test_set_real_imag_cuda_complex64_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.9782748Z test_set_real_imag_cuda_complex64_bool (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-03-17T20:31:27.9813480Z test_set_real_imag_cuda_complex64_complex128 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.9844459Z test_set_real_imag_cuda_complex64_complex64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.9874931Z test_set_real_imag_cuda_complex64_float16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.9905984Z test_set_real_imag_cuda_complex64_float32 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.9936396Z test_set_real_imag_cuda_complex64_float64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:27.9968854Z test_set_real_imag_cuda_complex64_int16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:28.0001093Z test_set_real_imag_cuda_complex64_int32 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:28.0040585Z test_set_real_imag_cuda_complex64_int64 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-03-17T20:31:28.0072540Z test_set_real_imag_cuda_complex64_int8 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:28.0103798Z test_set_real_imag_cuda_complex64_uint8 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:28.0111750Z test_split_view_cuda (__main__.TestViewOpsCUDA) ... skip (0.001s) 2022-03-17T20:31:28.0133757Z test_squeeze_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:28.0155028Z test_squeeze_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:28.0178037Z test_t_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:28.0199139Z test_t_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:28.0241436Z test_transpose_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-03-17T20:31:28.0281971Z test_transpose_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-03-17T20:31:28.0378211Z test_unbind_cuda (__main__.TestViewOpsCUDA) ... ok (0.010s) 2022-03-17T20:31:28.0423414Z test_unbind_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-03-17T20:31:28.0445165Z test_unfold_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:28.0467419Z test_unsqueeze_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:28.0489238Z test_unsqueeze_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:28.0899742Z test_view_as_complex_cuda (__main__.TestViewOpsCUDA) ... ok (0.041s) 2022-03-17T20:31:28.0954230Z test_view_as_real_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.005s) 2022-03-17T20:31:28.1013344Z test_view_as_real_cuda_complex32 (__main__.TestViewOpsCUDA) ... ok (0.006s) 2022-03-17T20:31:28.1072367Z test_view_as_real_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.006s) 2022-03-17T20:31:28.1095574Z test_view_as_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:28.3322970Z test_view_dtype_new_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.222s) 2022-03-17T20:31:28.5788457Z test_view_dtype_new_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.246s) 2022-03-17T20:31:28.7873038Z test_view_dtype_new_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.208s) 2022-03-17T20:31:29.0139738Z test_view_dtype_new_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.227s) 2022-03-17T20:31:29.2433783Z test_view_dtype_new_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.229s) 2022-03-17T20:31:29.4560418Z test_view_dtype_new_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.213s) 2022-03-17T20:31:29.6818984Z test_view_dtype_new_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.226s) 2022-03-17T20:31:29.9085624Z test_view_dtype_new_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.226s) 2022-03-17T20:31:30.1183989Z test_view_dtype_new_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.210s) 2022-03-17T20:31:30.3420812Z test_view_dtype_new_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.224s) 2022-03-17T20:31:30.5649646Z test_view_dtype_new_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.223s) 2022-03-17T20:31:30.6751394Z test_view_dtype_upsize_errors_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.110s) 2022-03-17T20:31:30.8359261Z test_view_dtype_upsize_errors_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.161s) 2022-03-17T20:31:30.8388714Z test_view_dtype_upsize_errors_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:30.8591730Z test_view_dtype_upsize_errors_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.020s) 2022-03-17T20:31:30.9673346Z test_view_dtype_upsize_errors_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.108s) 2022-03-17T20:31:31.0395184Z test_view_dtype_upsize_errors_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.072s) 2022-03-17T20:31:31.0596370Z test_view_dtype_upsize_errors_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.020s) 2022-03-17T20:31:31.1670285Z test_view_dtype_upsize_errors_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.107s) 2022-03-17T20:31:31.2397269Z test_view_dtype_upsize_errors_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.073s) 2022-03-17T20:31:31.2600509Z test_view_dtype_upsize_errors_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.020s) 2022-03-17T20:31:31.4180757Z test_view_dtype_upsize_errors_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.158s) 2022-03-17T20:31:31.5762326Z test_view_dtype_upsize_errors_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.158s) 2022-03-17T20:31:31.5791062Z test_view_tensor_dsplit_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:31.5815757Z test_view_tensor_dsplit_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.5843885Z test_view_tensor_dsplit_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:31.5871242Z test_view_tensor_dsplit_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:31.5897210Z test_view_tensor_dsplit_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.5923138Z test_view_tensor_dsplit_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.5954590Z test_view_tensor_dsplit_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:31.5977740Z test_view_tensor_dsplit_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6000637Z test_view_tensor_dsplit_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6023614Z test_view_tensor_dsplit_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6047158Z test_view_tensor_dsplit_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6070012Z test_view_tensor_dsplit_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6096113Z test_view_tensor_hsplit_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:31.6118894Z test_view_tensor_hsplit_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6151988Z test_view_tensor_hsplit_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:31.6180685Z test_view_tensor_hsplit_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:31.6206935Z test_view_tensor_hsplit_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6232342Z test_view_tensor_hsplit_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6257912Z test_view_tensor_hsplit_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6280807Z test_view_tensor_hsplit_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6304073Z test_view_tensor_hsplit_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6327189Z test_view_tensor_hsplit_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6356291Z test_view_tensor_hsplit_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:31.6379224Z test_view_tensor_hsplit_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6406268Z test_view_tensor_split_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:31.6431571Z test_view_tensor_split_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6459361Z test_view_tensor_split_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:31.6487168Z test_view_tensor_split_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:31.6513380Z test_view_tensor_split_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:31.6540188Z test_view_tensor_split_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:31.6572995Z test_view_tensor_split_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:31.6598180Z test_view_tensor_split_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6623807Z test_view_tensor_split_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6649810Z test_view_tensor_split_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6674856Z test_view_tensor_split_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6700413Z test_view_tensor_split_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6726737Z test_view_tensor_vsplit_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:31.6749896Z test_view_tensor_vsplit_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6783277Z test_view_tensor_vsplit_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:31.6810816Z test_view_tensor_vsplit_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:31.6836442Z test_view_tensor_vsplit_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6862489Z test_view_tensor_vsplit_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6888111Z test_view_tensor_vsplit_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6912652Z test_view_tensor_vsplit_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6935239Z test_view_tensor_vsplit_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6958378Z test_view_tensor_vsplit_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.6987959Z test_view_tensor_vsplit_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-03-17T20:31:31.7012427Z test_view_tensor_vsplit_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.7034133Z test_view_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-03-17T20:31:31.7034376Z 2022-03-17T20:31:31.7034749Z ---------------------------------------------------------------------- 2022-03-17T20:31:31.7035063Z Ran 275 tests in 25.045s 2022-03-17T20:31:31.7037617Z 2022-03-17T20:31:31.7037819Z OK (skipped=13) 2022-03-17T20:31:31.7038150Z 2022-03-17T20:31:31.7039083Z Generating XML reports... 2022-03-17T20:31:31.7196100Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCUDA-20220317203106.xml 2022-03-17T20:31:31.7359172Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCUDA-20220317203106.xml 2022-03-17T20:31:31.9587560Z Running test_utils ... [2022-03-17 20:31:31.958218] 2022-03-17T20:31:31.9588214Z Executing ['/opt/conda/bin/python', 'test_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:31:31.958328] 2022-03-17T20:31:33.1449873Z Test results will be stored in test-reports/python-unittest/test_utils 2022-03-17T20:31:33.1487731Z 2022-03-17T20:31:33.1488215Z Running tests... 2022-03-17T20:31:33.1488926Z ---------------------------------------------------------------------- 2022-03-17T20:31:34.6770021Z test_assert_scriptable (__main__.TestAssert) ... ok (1.528s) 2022-03-17T20:31:34.6780493Z test_assert_true (__main__.TestAssert) ... ok (0.001s) 2022-03-17T20:31:34.6787257Z test_bottleneck_cpu_only (__main__.TestBottleneck) ... skip (0.001s) 2022-03-17T20:31:49.1816389Z test_bottleneck_cuda (__main__.TestBottleneck) ... ok (14.502s) 2022-03-17T20:31:49.1935542Z test_checkpoint (__main__.TestCheckpoint) ... ok (0.012s) 2022-03-17T20:31:49.2016006Z test_checkpoint_module_list (__main__.TestCheckpoint) ... ok (0.008s) 2022-03-17T20:31:49.2036180Z test_checkpoint_no_tensors (__main__.TestCheckpoint) ... /opt/conda/lib/python3.7/site-packages/torch/utils/checkpoint.py:25: UserWarning: None of the inputs have requires_grad=True. Gradients will be None 2022-03-17T20:31:49.2037144Z warnings.warn("None of the inputs have requires_grad=True. Gradients will be None") 2022-03-17T20:31:49.2044206Z ok (0.003s) 2022-03-17T20:31:49.2057418Z test_checkpoint_non_tensor (__main__.TestCheckpoint) ... ok (0.001s) 2022-03-17T20:31:49.2118737Z test_checkpoint_non_tensor_inputs_outputs (__main__.TestCheckpoint) ... ok (0.006s) 2022-03-17T20:31:49.2142736Z test_checkpoint_partial_grad (__main__.TestCheckpoint) ... ok (0.002s) 2022-03-17T20:31:49.2260932Z test_checkpoint_rng_cpu (__main__.TestCheckpoint) ... ok (0.012s) 2022-03-17T20:31:49.2370036Z test_checkpoint_rng_cuda (__main__.TestCheckpoint) ... ok (0.011s) 2022-03-17T20:31:49.2382586Z test_checkpoint_sequential_deprecated_multiple_args (__main__.TestCheckpoint) ... ok (0.001s) 2022-03-17T20:31:49.2392495Z test_checkpoint_sequential_deprecated_no_args (__main__.TestCheckpoint) ... ok (0.001s) 2022-03-17T20:31:49.2429082Z test_checkpoint_trigger (__main__.TestCheckpoint) ... ok (0.004s) 2022-03-17T20:31:49.2454878Z test_checkpoint_valid (__main__.TestCheckpoint) ... ok (0.002s) 2022-03-17T20:31:52.0032966Z test_smoke (__main__.TestCollectEnv) ... ok (2.757s) 2022-03-17T20:31:52.0856550Z test_cc_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.082s) 2022-03-17T20:31:52.1605193Z test_cpp_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.075s) 2022-03-17T20:31:52.2872522Z test_python_exception_writing (__main__.TestCrashHandler) ... Wrote minidump to /tmp/tmp_g_21rvb/513c0a7f-06ad-46be-d422b4a7-185dbce3.dmp 2022-03-17T20:31:52.2885236Z ok (0.128s) 2022-03-17T20:31:52.3522320Z test_multi_drop (__main__.TestDataLoaderUtils) ... ok (0.063s) 2022-03-17T20:31:52.3531286Z test_multi_keep (__main__.TestDataLoaderUtils) ... skip (0.001s) 2022-03-17T20:31:52.5353785Z test_random_seed (__main__.TestDataLoaderUtils) ... ok (0.182s) 2022-03-17T20:31:52.5369655Z test_single_drop (__main__.TestDataLoaderUtils) ... ok (0.001s) 2022-03-17T20:31:52.5380300Z test_single_keep (__main__.TestDataLoaderUtils) ... ok (0.001s) 2022-03-17T20:31:52.5415061Z test_external_module_register (__main__.TestExtensionUtils) ... ok (0.003s) 2022-03-17T20:31:52.5421748Z test_import_hipify (__main__.TestHipify) ... ok (0.001s) 2022-03-17T20:31:52.6284270Z test_download_url_to_file (__main__.TestHub) ... ok (0.086s) 2022-03-17T20:31:52.6299928Z test_hub_dir (__main__.TestHub) ... ok (0.002s) 2022-03-17T20:31:53.0711602Z test_hub_parse_repo_info (__main__.TestHub) ... ok (0.441s) 2022-03-17T20:31:53.1816306Z test_list_entrypoints (__main__.TestHub) ... Downloading: "https://github.com/ailzhang/torchhub_example/archive/master.zip" to /tmp/tmp1rp14rxxhub_dir/master.zip 2022-03-17T20:31:53.2174977Z ok (0.146s) 2022-03-17T20:31:53.6052461Z test_load_commit_from_forked_repo (__main__.TestHub) ... ok (0.388s) 2022-03-17T20:31:53.7004662Z test_load_from_branch (__main__.TestHub) ... Downloading: "https://github.com/ailzhang/torchhub_example/archive/ci/test_slash.zip" to /tmp/tmp1rp14rxxhub_dir/ci_test_slash.zip 2022-03-17T20:31:53.7396689Z Downloading: "https://github.com/ailzhang/torchhub_example/releases/download/0.1/mnist_init_ones" to /tmp/tmp1rp14rxxhub_dir/checkpoints/mnist_init_ones 2022-03-17T20:31:53.8227623Z 2022-03-17T20:31:53.8456095Z 0%| | 0.00/1.65M [00:00 istft should recover the original signale ... ok (0.004s) 2022-03-17T20:33:35.5695815Z test_istft_round_trip_various_params_cuda_float64 (__main__.TestFFTCUDA) 2022-03-17T20:33:36.6616143Z stft -> istft should recover the original signale ... ok (1.094s) 2022-03-17T20:33:36.6642566Z test_istft_round_trip_with_padding_cuda_float64 (__main__.TestFFTCUDA) 2022-03-17T20:33:36.9499400Z long hop_length or not centered may cause length mismatch in the inversed signal ... ok (0.288s) 2022-03-17T20:33:36.9509928Z test_istft_throws_cuda (__main__.TestFFTCUDA) 2022-03-17T20:33:36.9634803Z istft should throw exception for invalid parameters ... ok (0.013s) 2022-03-17T20:33:37.0182092Z test_reference_1d_fft_fft_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.055s) 2022-03-17T20:33:37.0743895Z test_reference_1d_fft_fft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.056s) 2022-03-17T20:33:37.1336061Z test_reference_1d_fft_fft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.059s) 2022-03-17T20:33:37.1919800Z test_reference_1d_fft_fft_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.058s) 2022-03-17T20:33:37.2544535Z test_reference_1d_fft_hfft_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.062s) 2022-03-17T20:33:37.3181613Z test_reference_1d_fft_hfft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.064s) 2022-03-17T20:33:37.3784126Z test_reference_1d_fft_hfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.060s) 2022-03-17T20:33:37.4373652Z test_reference_1d_fft_hfft_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.059s) 2022-03-17T20:33:37.4897993Z test_reference_1d_fft_ifft_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.052s) 2022-03-17T20:33:37.5429818Z test_reference_1d_fft_ifft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.053s) 2022-03-17T20:33:37.6024522Z test_reference_1d_fft_ifft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.059s) 2022-03-17T20:33:37.6614659Z test_reference_1d_fft_ifft_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.059s) 2022-03-17T20:33:37.7238115Z test_reference_1d_fft_ihfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.062s) 2022-03-17T20:33:37.7847319Z test_reference_1d_fft_ihfft_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.061s) 2022-03-17T20:33:37.8383231Z test_reference_1d_fft_irfft_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.053s) 2022-03-17T20:33:37.8932410Z test_reference_1d_fft_irfft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.055s) 2022-03-17T20:33:37.9498487Z test_reference_1d_fft_irfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.057s) 2022-03-17T20:33:38.0053715Z test_reference_1d_fft_irfft_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.055s) 2022-03-17T20:33:38.0589975Z test_reference_1d_fft_rfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.054s) 2022-03-17T20:33:38.1132608Z test_reference_1d_fft_rfft_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.054s) 2022-03-17T20:33:38.1852653Z test_reference_nd_fft_fftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.072s) 2022-03-17T20:33:38.2565030Z test_reference_nd_fft_fftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.071s) 2022-03-17T20:33:38.3281611Z test_reference_nd_fft_fftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.072s) 2022-03-17T20:33:38.3992818Z test_reference_nd_fft_fftn_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.071s) 2022-03-17T20:33:38.4758533Z test_reference_nd_fft_hfftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.076s) 2022-03-17T20:33:38.5528654Z test_reference_nd_fft_hfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.077s) 2022-03-17T20:33:38.6306092Z test_reference_nd_fft_hfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.078s) 2022-03-17T20:33:38.7083257Z test_reference_nd_fft_hfftn_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.078s) 2022-03-17T20:33:38.7789073Z test_reference_nd_fft_ifftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.070s) 2022-03-17T20:33:38.8495060Z test_reference_nd_fft_ifftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.071s) 2022-03-17T20:33:38.9212714Z test_reference_nd_fft_ifftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.072s) 2022-03-17T20:33:38.9926018Z test_reference_nd_fft_ifftn_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.071s) 2022-03-17T20:33:39.0643221Z test_reference_nd_fft_ihfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.072s) 2022-03-17T20:33:39.1360654Z test_reference_nd_fft_ihfftn_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.072s) 2022-03-17T20:33:39.2081310Z test_reference_nd_fft_irfftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.072s) 2022-03-17T20:33:39.2805545Z test_reference_nd_fft_irfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.072s) 2022-03-17T20:33:39.3521347Z test_reference_nd_fft_irfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.071s) 2022-03-17T20:33:39.4234176Z test_reference_nd_fft_irfftn_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.071s) 2022-03-17T20:33:39.4905515Z test_reference_nd_fft_rfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.067s) 2022-03-17T20:33:39.5572752Z test_reference_nd_fft_rfftn_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.067s) 2022-03-17T20:33:39.6411751Z test_stft_cuda_float64 (__main__.TestFFTCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:728: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:801.) 2022-03-17T20:33:39.6413508Z normalized, onesided, return_complex) 2022-03-17T20:33:39.6555348Z ok (0.098s) 2022-03-17T20:33:39.6581071Z test_stft_requires_complex_cuda (__main__.TestFFTCUDA) ... ok (0.002s) 2022-03-17T20:33:39.7844172Z test_stft_roundtrip_complex_window_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.126s) 2022-03-17T20:33:39.9463960Z test_stft_roundtrip_complex_window_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.162s) 2022-03-17T20:33:39.9608022Z test_stft_window_device_cuda (__main__.TestFFTCUDA) ... ok (0.014s) 2022-03-17T20:33:39.9608333Z 2022-03-17T20:33:39.9608873Z ---------------------------------------------------------------------- 2022-03-17T20:33:39.9609204Z Ran 202 tests in 9.609s 2022-03-17T20:33:39.9609369Z 2022-03-17T20:33:39.9609467Z OK 2022-03-17T20:33:39.9609597Z 2022-03-17T20:33:39.9609702Z Generating XML reports... 2022-03-17T20:33:39.9850206Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCUDA-20220317203330.xml 2022-03-17T20:33:40.3434018Z Running test_ao_sparsity ... [2022-03-17 20:33:40.342886] 2022-03-17T20:33:40.3434678Z Executing ['/opt/conda/bin/python', 'test_ao_sparsity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:33:40.342994] 2022-03-17T20:33:41.1386778Z Test results will be stored in test-reports/python-unittest/test_ao_sparsity 2022-03-17T20:33:41.1409446Z 2022-03-17T20:33:41.1409678Z Running tests... 2022-03-17T20:33:41.1410132Z ---------------------------------------------------------------------- 2022-03-17T20:33:42.6625773Z test_constructor (ao.sparsity.test_pruner.TestBasePruner) ... 2022-03-17 20:33:42,662 - numba.cuda.cudadrv.driver - INFO - init 2022-03-17T20:33:42.6828776Z ok (1.542s) 2022-03-17T20:33:43.3750275Z test_prepare_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.692s) 2022-03-17T20:33:43.6249916Z test_prepare_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.250s) 2022-03-17T20:33:43.7059326Z test_squash_mask_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.081s) 2022-03-17T20:33:43.7141401Z test_squash_mask_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.008s) 2022-03-17T20:33:43.7354742Z test_step_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.021s) 2022-03-17T20:33:43.7494822Z test_step_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.014s) 2022-03-17T20:33:43.7526473Z test_constructor (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-03-17T20:33:43.7547773Z test_mask_squash (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-03-17T20:33:43.7580260Z test_mask_squash_with_params1 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-03-17T20:33:43.7610517Z test_mask_squash_with_params2 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-03-17T20:33:43.7640908Z test_mask_squash_with_params3 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-03-17T20:33:43.7668877Z test_prepare_config (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-03-17T20:33:43.7730308Z test_state_dict (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.006s) 2022-03-17T20:33:43.7750665Z test_step (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-03-17T20:33:43.9209223Z test_jit_trace (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.146s) 2022-03-17T20:33:43.9235498Z test_masking_logic (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.003s) 2022-03-17T20:33:43.9288104Z test_state_dict_preserved (ao.sparsity.test_parametrization.TestFakeSparsity) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1384: UserWarning: positional arguments and argument "destination" are deprecated. nn.Module.state_dict will not accept them in the future. Refer to https://pytorch.org/docs/master/generated/torch.nn.Module.html#torch.nn.Module.state_dict for details. 2022-03-17T20:33:43.9290036Z " and ".join(warn_msg) + " are deprecated. nn.Module.state_dict will not accept them in the future. " 2022-03-17T20:33:43.9331390Z ok (0.009s) 2022-03-17T20:33:43.9362764Z test_weights_parametrized (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.003s) 2022-03-17T20:33:43.9378623Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseKernels) ... [W TensorImpl.h:1483] 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()) 2022-03-17T20:33:43.9586165Z 2022-03-17 20:33:43,958 - root - INFO - static sparse qlinear is only available in fbgemm 2022-03-17T20:33:43.9670628Z 2022-03-17 20:33:43,966 - root - INFO - static sparse qlinear is only available in fbgemm 2022-03-17T20:33:43.9673855Z 2022-03-17 20:33:43,967 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-03-17T20:33:43.9685755Z 2022-03-17 20:33:43,968 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-03-17T20:33:43.9694574Z ok (0.033s) 2022-03-17T20:33:43.9726718Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-03-17T20:33:43.9727887Z "must run observer before calling calculate_qparams. " + 2022-03-17T20:33:43.9953107Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:179: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-03-17T20:33:43.9953734Z reduce_range will be deprecated in a future release of PyTorch." 2022-03-17T20:33:43.9981758Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-03-17T20:33:43.9982290Z "must run observer before calling calculate_qparams. " + 2022-03-17T20:33:44.0565173Z ok (0.087s) 2022-03-17T20:33:44.2041229Z test_sparse_qlinear_serdes (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... ok (0.147s) 2022-03-17T20:33:44.2058794Z test_constructor (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-03-17T20:33:44.2077969Z test_lambda_scheduler (ao.sparsity.test_scheduler.TestScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/scheduler/base_scheduler.py:125: UserWarning: Detected call of `scheduler.step()` before `sparsifier.step()`. You have to make sure you run the sparsifier.step() BEFORE any calls to the scheduer.step(). 2022-03-17T20:33:44.2079264Z "calls to the scheduer.step().", UserWarning) 2022-03-17T20:33:44.2079537Z ok (0.002s) 2022-03-17T20:33:44.2091867Z test_order_of_steps (ao.sparsity.test_scheduler.TestScheduler) 2022-03-17T20:33:44.2136570Z Checks if the warning is thrown if the scheduler step is called ... ok (0.006s) 2022-03-17T20:33:44.2159706Z test_step (ao.sparsity.test_scheduler.TestScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/sparsifier/weight_norm_sparsifier.py:10: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). 2022-03-17T20:33:44.2161794Z rows = idx // shape[1] 2022-03-17T20:33:44.2184115Z ok (0.005s) 2022-03-17T20:33:44.2207464Z test_constructor (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-03-17T20:33:44.2234440Z test_mask_squash (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.003s) 2022-03-17T20:33:44.2257912Z test_prepare (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-03-17T20:33:44.4155636Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.189s) 2022-03-17T20:33:47.1122306Z test_step (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (2.696s) 2022-03-17T20:33:47.1290313Z test_step_2_of_4 (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.017s) 2022-03-17T20:33:47.1290659Z 2022-03-17T20:33:47.1291043Z ---------------------------------------------------------------------- 2022-03-17T20:33:47.1291377Z Ran 32 tests in 5.988s 2022-03-17T20:33:47.1291544Z 2022-03-17T20:33:47.1291620Z OK 2022-03-17T20:33:47.1291752Z 2022-03-17T20:33:47.1291875Z Generating XML reports... 2022-03-17T20:33:47.1335708Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20220317203341.xml 2022-03-17T20:33:47.1346362Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20220317203341.xml 2022-03-17T20:33:47.1354287Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20220317203341.xml 2022-03-17T20:33:47.1359296Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20220317203341.xml 2022-03-17T20:33:47.1366084Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20220317203341.xml 2022-03-17T20:33:47.1374397Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20220317203341.xml 2022-03-17T20:33:47.1383643Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20220317203341.xml 2022-03-17T20:33:47.5537424Z Running test_openmp ... [2022-03-17 20:33:47.553170] 2022-03-17T20:33:47.5538418Z Executing ['/opt/conda/bin/python', 'test_openmp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:33:47.553282] 2022-03-17T20:33:48.3473271Z Test results will be stored in test-reports/python-unittest/test_openmp 2022-03-17T20:33:48.3491423Z 2022-03-17T20:33:48.3491922Z Running tests... 2022-03-17T20:33:48.3492452Z ---------------------------------------------------------------------- 2022-03-17T20:33:48.3499069Z test_n_threads (__main__.TestOpenMP_ParallelFor) 2022-03-17T20:33:50.5174160Z Make sure there is no memory leak with many threads ... ok (2.168s) 2022-03-17T20:33:50.5177142Z test_one_thread (__main__.TestOpenMP_ParallelFor) 2022-03-17T20:33:53.2762698Z Make sure there is no memory leak with one thread: issue gh-32284 ... ok (2.759s) 2022-03-17T20:33:53.2763403Z 2022-03-17T20:33:53.2763699Z ---------------------------------------------------------------------- 2022-03-17T20:33:53.2764005Z Ran 2 tests in 4.927s 2022-03-17T20:33:53.2764164Z 2022-03-17T20:33:53.2764267Z OK 2022-03-17T20:33:53.2764397Z 2022-03-17T20:33:53.2764522Z Generating XML reports... 2022-03-17T20:33:53.2799025Z Generated XML report: test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20220317203348.xml 2022-03-17T20:33:53.4889952Z Running test_profiler ... [2022-03-17 20:33:53.488494] 2022-03-17T20:33:53.4890624Z Executing ['/opt/conda/bin/python', 'test_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:33:53.488602] 2022-03-17T20:33:55.8752422Z Test results will be stored in test-reports/python-unittest/test_profiler 2022-03-17T20:33:55.8771250Z 2022-03-17T20:33:55.8771504Z Running tests... 2022-03-17T20:33:55.8772195Z ---------------------------------------------------------------------- 2022-03-17T20:33:56.2269440Z test_export_stacks (__main__.TestProfiler) ... ok (0.349s) 2022-03-17T20:33:56.3097159Z test_flops (__main__.TestProfiler) ... ok (0.083s) 2022-03-17T20:33:56.3138867Z test_high_level_trace (__main__.TestProfiler) 2022-03-17T20:33:56.5100104Z Checks that python side high level events are recorded. ... ok (0.200s) 2022-03-17T20:33:56.8473317Z test_kineto (__main__.TestProfiler) ... ok (0.337s) 2022-03-17T20:33:56.8487543Z test_kineto_multigpu (__main__.TestProfiler) ... skip (0.002s) 2022-03-17T20:33:56.8897466Z test_kineto_profiler_api (__main__.TestProfiler) ... ok (0.041s) 2022-03-17T20:33:56.8942580Z test_memory_profiler (__main__.TestProfiler) ... skip (0.004s) 2022-03-17T20:33:56.9243933Z test_module_hierarchy (__main__.TestProfiler) ... ok (0.030s) 2022-03-17T20:33:56.9268062Z test_profiler_fwd_bwd_link (__main__.TestProfiler) ... skip (0.002s) 2022-03-17T20:33:56.9320580Z test_profiler_metadata (__main__.TestProfiler) ... ok (0.005s) 2022-03-17T20:33:56.9513754Z test_profiler_tracing (__main__.TestProfiler) ... ok (0.019s) 2022-03-17T20:33:56.9536289Z test_source (__main__.TestProfiler) 2022-03-17T20:33:56.9919838Z Checks that source code attribution works for eager, TS and autograd mode ... ok (0.040s) 2022-03-17T20:33:57.0591029Z test_tensorboard_trace_handler (__main__.TestProfiler) ... ok (0.067s) 2022-03-17T20:33:57.0605390Z test_mem_leak (__main__.TestProfilerCUDA) 2022-03-17T20:33:59.9848960Z Checks that there's no memory leak when using profiler with CUDA ... ok (2.926s) 2022-03-17T20:34:00.0057953Z test_datapipe_with_record_function (__main__.TestRecordFunction) ... ok (0.021s) 2022-03-17T20:34:00.0228294Z test_datapipe_with_record_function_fork (__main__.TestRecordFunction) ... ok (0.017s) 2022-03-17T20:34:00.0270113Z test_record_function (__main__.TestRecordFunction) ... ok (0.004s) 2022-03-17T20:34:00.0270572Z 2022-03-17T20:34:00.0271051Z ---------------------------------------------------------------------- 2022-03-17T20:34:00.0271425Z Ran 17 tests in 4.150s 2022-03-17T20:34:00.0271586Z 2022-03-17T20:34:00.0271683Z OK (skipped=3) 2022-03-17T20:34:00.0271844Z 2022-03-17T20:34:00.0273931Z Generating XML reports... 2022-03-17T20:34:00.0322394Z Generated XML report: test-reports/python-unittest/test_profiler/TEST-TestProfiler-20220317203355.xml 2022-03-17T20:34:00.0325940Z Generated XML report: test-reports/python-unittest/test_profiler/TEST-TestProfilerCUDA-20220317203355.xml 2022-03-17T20:34:00.0331151Z Generated XML report: test-reports/python-unittest/test_profiler/TEST-TestRecordFunction-20220317203355.xml 2022-03-17T20:34:00.3392981Z Running test_import_stats ... [2022-03-17 20:34:00.338672] 2022-03-17T20:34:00.3393659Z Executing ['/opt/conda/bin/python', 'test_import_stats.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:34:00.338789] 2022-03-17T20:34:02.4224476Z Test results will be stored in test-reports/python-unittest/test_import_stats 2022-03-17T20:34:02.4239826Z 2022-03-17T20:34:02.4240526Z Running tests... 2022-03-17T20:34:02.4241711Z ---------------------------------------------------------------------- 2022-03-17T20:34:04.7881506Z test_peak_memory (__main__.TestImportTime) ... [scribe] Writing for 2022-03-17T20:34:04.7881940Z [scribe] Wrote stats for import_stats 2022-03-17T20:34:04.8337043Z ok (2.410s) 2022-03-17T20:34:05.5753001Z test_time_cuda_device_count (__main__.TestImportTime) ... ok (0.741s) 2022-03-17T20:34:06.3542121Z test_time_import_torch (__main__.TestImportTime) ... ok (0.779s) 2022-03-17T20:34:06.3544009Z 2022-03-17T20:34:06.3544764Z ---------------------------------------------------------------------- 2022-03-17T20:34:06.3545103Z Ran 3 tests in 3.930s 2022-03-17T20:34:06.3545269Z 2022-03-17T20:34:06.3545363Z OK 2022-03-17T20:34:06.3545504Z 2022-03-17T20:34:06.3545613Z Generating XML reports... 2022-03-17T20:34:06.3593571Z Generated XML report: test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20220317203402.xml 2022-03-17T20:34:06.6380819Z Running benchmark_utils/test_benchmark_utils ... [2022-03-17 20:34:06.637522] 2022-03-17T20:34:06.6381580Z Executing ['/opt/conda/bin/python', 'benchmark_utils/test_benchmark_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:34:06.637637] 2022-03-17T20:34:07.8148729Z Test results will be stored in test-reports/python-unittest/benchmark_utils.test_benchmark_utils 2022-03-17T20:34:07.8165508Z 2022-03-17T20:34:07.8165816Z Running tests... 2022-03-17T20:34:07.8166260Z ---------------------------------------------------------------------- 2022-03-17T20:34:09.4459888Z test_adaptive_timer (__main__.TestBenchmarkUtils) ... ok (1.629s) 2022-03-17T20:34:09.4482109Z test_collect_callgrind (__main__.TestBenchmarkUtils) ... skip (0.002s) 2022-03-17T20:34:09.4497421Z test_collect_cpp_callgrind (__main__.TestBenchmarkUtils) ... skip (0.002s) 2022-03-17T20:34:09.5954616Z test_compare (__main__.TestBenchmarkUtils) ... ok (0.145s) 2022-03-17T20:34:09.5964284Z test_cpp_timer (__main__.TestBenchmarkUtils) ... skip (0.001s) 2022-03-17T20:34:09.5992372Z test_fuzzer (__main__.TestBenchmarkUtils) ... ok (0.003s) 2022-03-17T20:34:09.6564343Z test_manipulate_callgrind_stats (__main__.TestBenchmarkUtils) ... ok (0.057s) 2022-03-17T20:34:10.7758446Z test_timer (__main__.TestBenchmarkUtils) ... ok (1.119s) 2022-03-17T20:34:10.7769454Z test_timer_tiny_fast_snippet (__main__.TestBenchmarkUtils) ... skip (0.001s) 2022-03-17T20:34:10.7769947Z 2022-03-17T20:34:10.7770564Z ---------------------------------------------------------------------- 2022-03-17T20:34:10.7771150Z Ran 9 tests in 2.960s 2022-03-17T20:34:10.7771430Z 2022-03-17T20:34:10.7771587Z OK (skipped=4) 2022-03-17T20:34:10.7771849Z 2022-03-17T20:34:10.7772061Z Generating XML reports... 2022-03-17T20:34:10.7814836Z Generated XML report: test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20220317203407.xml 2022-03-17T20:34:11.0352652Z Running test_logging ... [2022-03-17 20:34:11.034736] 2022-03-17T20:34:11.0353363Z Executing ['/opt/conda/bin/python', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:34:11.034847] 2022-03-17T20:34:11.8095314Z Test results will be stored in test-reports/python-unittest/test_logging 2022-03-17T20:34:11.8111340Z 2022-03-17T20:34:11.8111508Z Running tests... 2022-03-17T20:34:11.8111953Z ---------------------------------------------------------------------- 2022-03-17T20:34:11.8125886Z testApiUsage (__main__.LoggingTest) 2022-03-17T20:34:14.4137931Z This test verifies that api usage logging is not triggered via static ... ok (2.602s) 2022-03-17T20:34:14.4139317Z 2022-03-17T20:34:14.4139956Z ---------------------------------------------------------------------- 2022-03-17T20:34:14.4140609Z Ran 1 test in 2.603s 2022-03-17T20:34:14.4140936Z 2022-03-17T20:34:14.4141120Z OK 2022-03-17T20:34:14.4141392Z 2022-03-17T20:34:14.4141621Z Generating XML reports... 2022-03-17T20:34:14.4185968Z Generated XML report: test-reports/python-unittest/test_logging/TEST-LoggingTest-20220317203411.xml 2022-03-17T20:34:14.6598501Z Running test_shape_ops ... [2022-03-17 20:34:14.659270] 2022-03-17T20:34:14.6599499Z Executing ['/opt/conda/bin/python', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:34:14.659385] 2022-03-17T20:34:16.9737145Z Test results will be stored in test-reports/python-unittest/test_shape_ops 2022-03-17T20:34:16.9778285Z 2022-03-17T20:34:16.9778640Z Running tests... 2022-03-17T20:34:16.9779533Z ---------------------------------------------------------------------- 2022-03-17T20:34:16.9865698Z test_clamp_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.008s) 2022-03-17T20:34:16.9911661Z test_clamp_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-03-17T20:34:16.9963449Z test_clamp_propagates_nans_cuda (__main__.TestShapeOpsCUDA) ... ok (0.005s) 2022-03-17T20:34:17.0125220Z test_clamp_raises_arg_errors_cuda (__main__.TestShapeOpsCUDA) ... ok (0.016s) 2022-03-17T20:34:17.0175757Z test_complex_rot90_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.005s) 2022-03-17T20:34:17.0218565Z test_complex_rot90_cuda_complex64 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-03-17T20:34:17.0244682Z test_diag_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-03-17T20:34:17.0268895Z test_diag_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-03-17T20:34:17.0297788Z test_diagonal_cuda (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-03-17T20:34:17.0318498Z test_diagonal_multidim_cuda_float32 (__main__.TestShapeOpsCUDA) ... skip (0.002s) 2022-03-17T20:34:17.0753994Z test_flip_cuda_bfloat16 (__main__.TestShapeOpsCUDA) ... ok (0.043s) 2022-03-17T20:34:17.1032415Z test_flip_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.028s) 2022-03-17T20:34:17.1490182Z test_flip_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.046s) 2022-03-17T20:34:17.1958490Z test_flip_cuda_complex64 (__main__.TestShapeOpsCUDA) ... ok (0.047s) 2022-03-17T20:34:17.2388551Z test_flip_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.043s) 2022-03-17T20:34:17.3913134Z test_flip_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.152s) 2022-03-17T20:34:17.4308790Z test_flip_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.039s) 2022-03-17T20:34:17.4584287Z test_flip_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.027s) 2022-03-17T20:34:17.4856377Z test_flip_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.027s) 2022-03-17T20:34:17.5102321Z test_flip_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.025s) 2022-03-17T20:34:17.5374550Z test_flip_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.027s) 2022-03-17T20:34:17.5646288Z test_flip_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.027s) 2022-03-17T20:34:17.5817010Z test_flip_errors_cuda_bfloat16 (__main__.TestShapeOpsCUDA) ... ok (0.017s) 2022-03-17T20:34:17.5988380Z test_flip_errors_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.017s) 2022-03-17T20:34:17.6161284Z test_flip_errors_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.017s) 2022-03-17T20:34:17.6337349Z test_flip_errors_cuda_complex64 (__main__.TestShapeOpsCUDA) ... ok (0.018s) 2022-03-17T20:34:17.6511501Z test_flip_errors_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.017s) 2022-03-17T20:34:17.6687682Z test_flip_errors_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.017s) 2022-03-17T20:34:17.6863191Z test_flip_errors_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.017s) 2022-03-17T20:34:17.7033317Z test_flip_errors_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.017s) 2022-03-17T20:34:17.7207353Z test_flip_errors_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.017s) 2022-03-17T20:34:17.7377298Z test_flip_errors_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.017s) 2022-03-17T20:34:17.7544649Z test_flip_errors_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.017s) 2022-03-17T20:34:17.7719761Z test_flip_errors_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.017s) 2022-03-17T20:34:17.8058743Z test_flip_large_tensor_cuda (__main__.TestShapeOpsCUDA) ... skip (0.034s) 2022-03-17T20:34:17.8196630Z test_flip_numpy_cuda_bfloat16 (__main__.TestShapeOpsCUDA) ... ok (0.014s) 2022-03-17T20:34:17.8298634Z test_flip_numpy_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.010s) 2022-03-17T20:34:17.8445448Z test_flip_numpy_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.015s) 2022-03-17T20:34:17.8592858Z test_flip_numpy_cuda_complex64 (__main__.TestShapeOpsCUDA) ... ok (0.015s) 2022-03-17T20:34:17.8724887Z test_flip_numpy_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.013s) 2022-03-17T20:34:17.8854718Z test_flip_numpy_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.013s) 2022-03-17T20:34:17.8982519Z test_flip_numpy_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.013s) 2022-03-17T20:34:17.9084169Z test_flip_numpy_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.010s) 2022-03-17T20:34:17.9185650Z test_flip_numpy_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.010s) 2022-03-17T20:34:17.9288365Z test_flip_numpy_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.010s) 2022-03-17T20:34:17.9388492Z test_flip_numpy_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.010s) 2022-03-17T20:34:17.9488893Z test_flip_numpy_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.010s) 2022-03-17T20:34:17.9520934Z test_fliplr_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-03-17T20:34:17.9552408Z test_fliplr_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-03-17T20:34:17.9581013Z test_fliplr_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-03-17T20:34:17.9657031Z test_fliplr_invalid_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.008s) 2022-03-17T20:34:17.9733336Z test_fliplr_invalid_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.008s) 2022-03-17T20:34:17.9807313Z test_fliplr_invalid_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.007s) 2022-03-17T20:34:17.9845221Z test_flipud_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-03-17T20:34:17.9880779Z test_flipud_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-03-17T20:34:17.9913038Z test_flipud_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-03-17T20:34:17.9959331Z test_flipud_invalid_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.005s) 2022-03-17T20:34:18.0005348Z test_flipud_invalid_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.005s) 2022-03-17T20:34:18.0048872Z test_flipud_invalid_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-03-17T20:34:18.1063731Z test_movedim_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.101s) 2022-03-17T20:34:18.1935055Z test_movedim_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.087s) 2022-03-17T20:34:18.2533893Z test_movedim_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.060s) 2022-03-17T20:34:18.3102250Z test_movedim_invalid_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.057s) 2022-03-17T20:34:18.3658963Z test_movedim_invalid_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.056s) 2022-03-17T20:34:18.4214384Z test_movedim_invalid_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.055s) 2022-03-17T20:34:18.5074848Z test_nonzero_astuple_out_cuda (__main__.TestShapeOpsCUDA) ... ok (0.086s) 2022-03-17T20:34:18.5681210Z test_nonzero_cuda_bfloat16 (__main__.TestShapeOpsCUDA) ... ok (0.060s) 2022-03-17T20:34:18.6284395Z test_nonzero_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.060s) 2022-03-17T20:34:18.6874057Z test_nonzero_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.059s) 2022-03-17T20:34:18.7448388Z test_nonzero_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.057s) 2022-03-17T20:34:18.8042900Z test_nonzero_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.059s) 2022-03-17T20:34:18.8622886Z test_nonzero_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.058s) 2022-03-17T20:34:18.9204283Z test_nonzero_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.058s) 2022-03-17T20:34:18.9773114Z test_nonzero_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.057s) 2022-03-17T20:34:19.0356954Z test_nonzero_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.058s) 2022-03-17T20:34:19.0931140Z test_nonzero_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.057s) 2022-03-17T20:34:19.0969013Z test_nonzero_discontiguous_cuda (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-03-17T20:34:19.0986529Z test_nonzero_no_warning_cuda (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-03-17T20:34:19.0999965Z test_nonzero_non_diff_cuda (__main__.TestShapeOpsCUDA) ... ok (0.001s) 2022-03-17T20:34:19.1319642Z test_rot90_cuda (__main__.TestShapeOpsCUDA) ... ok (0.032s) 2022-03-17T20:34:19.1343761Z test_tolist_cuda (__main__.TestShapeOpsCUDA) ... skip (0.002s) 2022-03-17T20:34:19.1406920Z test_trace_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.006s) 2022-03-17T20:34:19.1471773Z test_trace_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.006s) 2022-03-17T20:34:19.1529736Z test_trace_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.006s) 2022-03-17T20:34:19.1575690Z test_trace_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-03-17T20:34:19.1622136Z test_trace_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.005s) 2022-03-17T20:34:19.1666890Z test_trace_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-03-17T20:34:19.1713015Z test_trace_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.005s) 2022-03-17T20:34:19.1759624Z test_trace_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.005s) 2022-03-17T20:34:19.1776667Z test_unbind_cuda (__main__.TestShapeOpsCUDA) ... skip (0.002s) 2022-03-17T20:34:19.1776965Z 2022-03-17T20:34:19.1777524Z ---------------------------------------------------------------------- 2022-03-17T20:34:19.1777864Z Ran 90 tests in 2.200s 2022-03-17T20:34:19.1778027Z 2022-03-17T20:34:19.1778124Z OK (skipped=4) 2022-03-17T20:34:19.1778277Z 2022-03-17T20:34:19.1778401Z Generating XML reports... 2022-03-17T20:34:19.1908201Z Generated XML report: test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCUDA-20220317203416.xml 2022-03-17T20:34:19.4028634Z Running test_futures ... [2022-03-17 20:34:19.402323] 2022-03-17T20:34:19.4029265Z Executing ['/opt/conda/bin/python', 'test_futures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:34:19.402441] 2022-03-17T20:34:20.1833542Z Test results will be stored in test-reports/python-unittest/test_futures 2022-03-17T20:34:20.1851378Z 2022-03-17T20:34:20.1851540Z Running tests... 2022-03-17T20:34:20.1852438Z ---------------------------------------------------------------------- 2022-03-17T20:34:21.7114475Z test_add_done_callback_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:201] Got the following error when running the callback: ValueError: Expected error 2022-03-17T20:34:21.7114886Z 2022-03-17T20:34:21.7115009Z At: 2022-03-17T20:34:21.7115494Z test_futures.py(236): raise_value_error 2022-03-17T20:34:21.7116111Z /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py(237): set_result 2022-03-17T20:34:21.7116511Z test_futures.py(229): _test_add_done_callback_error_ignored 2022-03-17T20:34:21.7116901Z test_futures.py(238): test_add_done_callback_error_is_ignored 2022-03-17T20:34:21.7117234Z /opt/conda/lib/python3.7/unittest/case.py(628): run 2022-03-17T20:34:21.7117964Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(1775): _run_with_retry 2022-03-17T20:34:21.7118538Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(1819): run 2022-03-17T20:34:21.7118938Z /opt/conda/lib/python3.7/unittest/case.py(676): __call__ 2022-03-17T20:34:21.7119284Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-03-17T20:34:21.7119613Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-03-17T20:34:21.7119969Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-03-17T20:34:21.7120292Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-03-17T20:34:21.7120740Z /opt/conda/lib/python3.7/site-packages/xmlrunner/runner.py(67): run 2022-03-17T20:34:21.7121224Z /opt/conda/lib/python3.7/unittest/main.py(271): runTests 2022-03-17T20:34:21.7122220Z /opt/conda/lib/python3.7/unittest/main.py(101): __init__ 2022-03-17T20:34:21.7122797Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(656): run_tests 2022-03-17T20:34:21.7123147Z test_futures.py(331): 2022-03-17T20:34:21.7123320Z 2022-03-17T20:34:21.7123423Z ok (1.526s) 2022-03-17T20:34:21.7143910Z test_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.003s) 2022-03-17T20:34:21.7149974Z test_add_done_callback_no_arg_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:201] Got the following error when running the callback: TypeError: no_arg() takes 0 positional arguments but 1 was given 2022-03-17T20:34:21.7151028Z ok (0.001s) 2022-03-17T20:34:21.7165155Z test_add_done_callback_simple (__main__.TestFuture) ... ok (0.001s) 2022-03-17T20:34:21.7223350Z test_chained_then (__main__.TestFuture) ... ok (0.006s) 2022-03-17T20:34:21.8243660Z test_collect_all (__main__.TestFuture) ... ok (0.102s) 2022-03-17T20:34:21.8251643Z test_done (__main__.TestFuture) ... ok (0.001s) 2022-03-17T20:34:21.8265160Z test_done_exception (__main__.TestFuture) ... ok (0.001s) 2022-03-17T20:34:21.8285729Z test_interleaving_then_and_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.002s) 2022-03-17T20:34:21.8296655Z test_interleaving_then_and_add_done_callback_propagates_error (__main__.TestFuture) ... [E pybind_utils.h:201] Got the following error when running the callback: ValueError: Expected error 2022-03-17T20:34:21.8297055Z 2022-03-17T20:34:21.8297148Z At: 2022-03-17T20:34:21.8297383Z test_futures.py(280): raise_value_error 2022-03-17T20:34:21.8297890Z /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py(237): set_result 2022-03-17T20:34:21.8298306Z test_futures.py(285): test_interleaving_then_and_add_done_callback_propagates_error 2022-03-17T20:34:21.8298689Z /opt/conda/lib/python3.7/unittest/case.py(628): run 2022-03-17T20:34:21.8299218Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(1775): _run_with_retry 2022-03-17T20:34:21.8299756Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(1819): run 2022-03-17T20:34:21.8300159Z /opt/conda/lib/python3.7/unittest/case.py(676): __call__ 2022-03-17T20:34:21.8300483Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-03-17T20:34:21.8301035Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-03-17T20:34:21.8301394Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-03-17T20:34:21.8301734Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-03-17T20:34:21.8302457Z /opt/conda/lib/python3.7/site-packages/xmlrunner/runner.py(67): run 2022-03-17T20:34:21.8302821Z /opt/conda/lib/python3.7/unittest/main.py(271): runTests 2022-03-17T20:34:21.8303161Z /opt/conda/lib/python3.7/unittest/main.py(101): __init__ 2022-03-17T20:34:21.8303658Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(656): run_tests 2022-03-17T20:34:21.8304011Z test_futures.py(331): 2022-03-17T20:34:21.8304182Z 2022-03-17T20:34:21.8304280Z ok (0.002s) 2022-03-17T20:34:21.8329104Z test_mark_future_twice (__main__.TestFuture) ... ok (0.003s) 2022-03-17T20:34:21.8358864Z test_pickle_future (__main__.TestFuture) ... ok (0.003s) 2022-03-17T20:34:21.8376893Z test_set_exception (__main__.TestFuture) ... ok (0.002s) 2022-03-17T20:34:21.8399348Z test_set_exception_multithreading (__main__.TestFuture) ... ok (0.002s) 2022-03-17T20:34:21.8414358Z test_then (__main__.TestFuture) ... ok (0.001s) 2022-03-17T20:34:21.8424322Z test_then_no_arg (__main__.TestFuture) ... ok (0.001s) 2022-03-17T20:34:21.8432968Z test_then_raise (__main__.TestFuture) ... ok (0.001s) 2022-03-17T20:34:21.8443092Z test_then_wrong_arg (__main__.TestFuture) ... ok (0.001s) 2022-03-17T20:34:21.8453480Z test_wait (__main__.TestFuture) ... ok (0.001s) 2022-03-17T20:34:21.8465302Z test_wait_all (__main__.TestFuture) ... [1, 2] 2022-03-17T20:34:21.8469299Z ok (0.001s) 2022-03-17T20:34:22.3491063Z test_wait_multi_thread (__main__.TestFuture) ... ok (0.502s) 2022-03-17T20:34:22.3491302Z 2022-03-17T20:34:22.3491620Z ---------------------------------------------------------------------- 2022-03-17T20:34:22.3491947Z Ran 21 tests in 2.164s 2022-03-17T20:34:22.3492113Z 2022-03-17T20:34:22.3492183Z OK 2022-03-17T20:34:22.3492313Z 2022-03-17T20:34:22.3492438Z Generating XML reports... 2022-03-17T20:34:22.3552585Z Generated XML report: test-reports/python-unittest/test_futures/TEST-TestFuture-20220317203420.xml 2022-03-17T20:34:22.5588389Z Running test_model_dump ... [2022-03-17 20:34:22.558305] 2022-03-17T20:34:22.5589047Z Executing ['/opt/conda/bin/python', 'test_model_dump.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:34:22.558422] 2022-03-17T20:34:23.3377188Z Test results will be stored in test-reports/python-unittest/test_model_dump 2022-03-17T20:34:23.3393786Z 2022-03-17T20:34:23.3394056Z Running tests... 2022-03-17T20:34:23.3394495Z ---------------------------------------------------------------------- 2022-03-17T20:34:24.8577683Z test_inline_skeleton (__main__.TestModelDump) ... ok (1.518s) 2022-03-17T20:34:24.8866206Z test_invalid_json (__main__.TestModelDump) ... ok (0.029s) 2022-03-17T20:34:24.9098974Z test_main (__main__.TestModelDump) ... ok (0.023s) 2022-03-17T20:34:24.9121010Z test_memory_computation (__main__.TestModelDump) ... skip (0.002s) 2022-03-17T20:34:24.9184667Z test_model_with_lists (__main__.TestModelDump) ... ok (0.006s) 2022-03-17T20:34:24.9194191Z test_optimized_quantized_model (__main__.TestModelDump) ... skip (0.001s) 2022-03-17T20:34:25.2157275Z test_quantized_model (__main__.TestModelDump) ... ok (0.296s) 2022-03-17T20:34:25.2320548Z test_scripted_model (__main__.TestModelDump) ... ok (0.016s) 2022-03-17T20:34:25.3242104Z test_traced_model (__main__.TestModelDump) ... ok (0.092s) 2022-03-17T20:34:25.3242527Z 2022-03-17T20:34:25.3243050Z ---------------------------------------------------------------------- 2022-03-17T20:34:25.3243365Z Ran 9 tests in 1.985s 2022-03-17T20:34:25.3243526Z 2022-03-17T20:34:25.3243630Z OK (skipped=2) 2022-03-17T20:34:25.3243781Z 2022-03-17T20:34:25.3243908Z Generating XML reports... 2022-03-17T20:34:25.3285766Z Generated XML report: test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20220317203423.xml 2022-03-17T20:34:25.5428940Z Running test_jit_disabled ... [2022-03-17 20:34:25.542375] 2022-03-17T20:34:25.5429580Z Executing ['/opt/conda/bin/python', 'test_jit_disabled.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:34:25.542488] 2022-03-17T20:34:26.3212986Z Test results will be stored in test-reports/python-unittest/test_jit_disabled 2022-03-17T20:34:26.3228618Z 2022-03-17T20:34:26.3228960Z Running tests... 2022-03-17T20:34:26.3229466Z ---------------------------------------------------------------------- 2022-03-17T20:34:27.9322167Z test_attribute (__main__.TestJitDisabled) ... ok (1.609s) 2022-03-17T20:34:28.0213959Z test_recursive_script (__main__.TestJitDisabled) ... ok (0.089s) 2022-03-17T20:34:28.1104979Z test_script_module_construction (__main__.TestJitDisabled) ... ok (0.089s) 2022-03-17T20:34:28.1106925Z 2022-03-17T20:34:28.1107567Z ---------------------------------------------------------------------- 2022-03-17T20:34:28.1108233Z Ran 3 tests in 1.788s 2022-03-17T20:34:28.1108579Z 2022-03-17T20:34:28.1108758Z OK 2022-03-17T20:34:28.1108997Z 2022-03-17T20:34:28.1109155Z Generating XML reports... 2022-03-17T20:34:28.1153805Z Generated XML report: test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20220317203426.xml 2022-03-17T20:34:28.3504792Z Running test_monitor ... [2022-03-17 20:34:28.349917] 2022-03-17T20:34:28.3505419Z Executing ['/opt/conda/bin/python', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:34:28.350039] 2022-03-17T20:34:29.1051611Z Test results will be stored in test-reports/python-unittest/test_monitor 2022-03-17T20:34:29.1068722Z 2022-03-17T20:34:29.1069081Z Running tests... 2022-03-17T20:34:29.1069717Z ---------------------------------------------------------------------- 2022-03-17T20:34:30.6239453Z test_event_handler (__main__.TestMonitor) ... ok (1.516s) 2022-03-17T20:34:30.6256085Z test_fixed_count_stat (__main__.TestMonitor) ... ok (0.002s) 2022-03-17T20:34:30.6282080Z test_interval_stat (__main__.TestMonitor) ... ok (0.002s) 2022-03-17T20:34:30.6293682Z test_log_event (__main__.TestMonitor) ... ok (0.001s) 2022-03-17T20:34:30.8026568Z test_event_handler (__main__.TestMonitorTensorboard) ... ok (0.173s) 2022-03-17T20:34:30.8026812Z 2022-03-17T20:34:30.8027377Z ---------------------------------------------------------------------- 2022-03-17T20:34:30.8027784Z Ran 5 tests in 1.696s 2022-03-17T20:34:30.8027948Z 2022-03-17T20:34:30.8028021Z OK 2022-03-17T20:34:30.8028150Z 2022-03-17T20:34:30.8028285Z Generating XML reports... 2022-03-17T20:34:30.8035562Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitor-20220317203429.xml 2022-03-17T20:34:30.8038903Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20220317203429.xml 2022-03-17T20:34:31.0388261Z Running test_autocast ... [2022-03-17 20:34:31.038302] 2022-03-17T20:34:31.0389227Z Executing ['/opt/conda/bin/python', 'test_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:34:31.038410] 2022-03-17T20:34:31.7961656Z Test results will be stored in test-reports/python-unittest/test_autocast 2022-03-17T20:34:31.7989582Z 2022-03-17T20:34:31.7989962Z Running tests... 2022-03-17T20:34:31.7990382Z ---------------------------------------------------------------------- 2022-03-17T20:34:33.3359260Z test_autocast_methods_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (1.537s) 2022-03-17T20:34:33.3428188Z test_autocast_nn_bf16 (__main__.TestAutocastCPU) ... ok (0.007s) 2022-03-17T20:34:33.3552198Z test_autocast_nn_fp32 (__main__.TestAutocastCPU) ... ok (0.012s) 2022-03-17T20:34:33.3703243Z test_autocast_torch_bf16 (__main__.TestAutocastCPU) ... ok (0.015s) 2022-03-17T20:34:33.3779031Z test_autocast_torch_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.008s) 2022-03-17T20:34:33.4645555Z test_autocast_torch_fp32 (__main__.TestAutocastCPU) ... ok (0.086s) 2022-03-17T20:34:33.4715940Z test_autocast_torch_need_autocast_promote (__main__.TestAutocastCPU) ... ok (0.007s) 2022-03-17T20:34:33.4728973Z test_autocast_fast_dtype (__main__.TestTorchAutocast) ... ok (0.001s) 2022-03-17T20:34:33.4729277Z 2022-03-17T20:34:33.4729706Z ---------------------------------------------------------------------- 2022-03-17T20:34:33.4730037Z Ran 8 tests in 1.674s 2022-03-17T20:34:33.4730196Z 2022-03-17T20:34:33.4730293Z OK 2022-03-17T20:34:33.4730408Z 2022-03-17T20:34:33.4730530Z Generating XML reports... 2022-03-17T20:34:33.4771607Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20220317203431.xml 2022-03-17T20:34:33.4775207Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20220317203431.xml 2022-03-17T20:34:33.6900524Z Running test_mobile_optimizer ... [2022-03-17 20:34:33.689464] 2022-03-17T20:34:33.6901209Z Executing ['/opt/conda/bin/python', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:34:33.689580] 2022-03-17T20:34:34.5705897Z Test results will be stored in test-reports/python-unittest/test_mobile_optimizer 2022-03-17T20:34:34.5725438Z 2022-03-17T20:34:34.5725753Z Running tests... 2022-03-17T20:34:34.5726204Z ---------------------------------------------------------------------- 2022-03-17T20:34:36.1532416Z test_clone_module_with_class (__main__.TestOptimizer) ... ok (1.580s) 2022-03-17T20:34:36.1995812Z test_generate_mobile_module_lints (__main__.TestOptimizer) ... ok (0.046s) 2022-03-17T20:34:36.2040579Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... skip (0.004s) 2022-03-17T20:34:36.2052526Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... skip (0.001s) 2022-03-17T20:34:36.2167914Z test_optimize_for_mobile (__main__.TestOptimizer) ... skip (0.011s) 2022-03-17T20:34:36.2188344Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... skip (0.002s) 2022-03-17T20:34:36.2211007Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... skip (0.002s) 2022-03-17T20:34:36.2211413Z 2022-03-17T20:34:36.2211769Z ---------------------------------------------------------------------- 2022-03-17T20:34:36.2212266Z Ran 7 tests in 1.649s 2022-03-17T20:34:36.2212522Z 2022-03-17T20:34:36.2212636Z OK (skipped=5) 2022-03-17T20:34:36.2212774Z 2022-03-17T20:34:36.2212898Z Generating XML reports... 2022-03-17T20:34:36.2253594Z Generated XML report: test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20220317203434.xml 2022-03-17T20:34:36.4554722Z Running test_python_dispatch ... [2022-03-17 20:34:36.454872] 2022-03-17T20:34:36.4555610Z Executing ['/opt/conda/bin/python', 'test_python_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:34:36.454992] 2022-03-17T20:34:37.2153730Z Test results will be stored in test-reports/python-unittest/test_python_dispatch 2022-03-17T20:34:37.2170887Z 2022-03-17T20:34:37.2171150Z Running tests... 2022-03-17T20:34:37.2171980Z ---------------------------------------------------------------------- 2022-03-17T20:34:38.7482729Z test_autograd_in_attr (__main__.TestPythonDispatch) ... ok (1.531s) 2022-03-17T20:34:38.7590691Z test_basic (__main__.TestPythonDispatch) ... ok (0.011s) 2022-03-17T20:34:38.7598776Z test_construct_int_tensor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-03-17T20:34:38.7692845Z test_custom_autograd (__main__.TestPythonDispatch) ... ok (0.009s) 2022-03-17T20:34:38.7715441Z test_deepcopy_non_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-03-17T20:34:38.7732684Z test_deepcopy_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-03-17T20:34:38.7752714Z test_deepcopy_wrapper_subclass_with_clone_returning_different_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-03-17T20:34:38.7767114Z test_detach_appears_twice_when_called_once (__main__.TestPythonDispatch) ... ok (0.001s) 2022-03-17T20:34:38.7785968Z test_dispatch_super_call (__main__.TestPythonDispatch) ... ok (0.002s) 2022-03-17T20:34:38.7804120Z test_dispatch_super_dont_autograd (__main__.TestPythonDispatch) ... ok (0.002s) 2022-03-17T20:34:38.7815424Z test_enable_python_mode_basic (__main__.TestPythonDispatch) ... ok (0.001s) 2022-03-17T20:34:38.7826512Z test_enable_python_mode_error (__main__.TestPythonDispatch) ... ok (0.001s) 2022-03-17T20:34:38.7841035Z test_enable_python_mode_respects_no_dispatch (__main__.TestPythonDispatch) ... ok (0.001s) 2022-03-17T20:34:38.7876020Z test_enable_python_mode_subclass_autograd_device_check (__main__.TestPythonDispatch) ... ok (0.003s) 2022-03-17T20:34:38.7902227Z test_enable_python_mode_subclass_priority (__main__.TestPythonDispatch) ... ok (0.003s) 2022-03-17T20:34:38.7912195Z test_enable_python_mode_unrelated_tensors (__main__.TestPythonDispatch) ... ok (0.001s) 2022-03-17T20:34:38.7936227Z test_format (__main__.TestPythonDispatch) ... ok (0.002s) 2022-03-17T20:34:38.7956028Z test_index_put_where_only_index_is_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-03-17T20:34:38.7971698Z test_invalid_ret (__main__.TestPythonDispatch) ... test_python_dispatch.py:141: DeprecationWarning: Please use assertRaisesRegex instead. 2022-03-17T20:34:38.7972201Z RuntimeError, "Unable to cast", lambda: A(torch.zeros(1)).detach(), 2022-03-17T20:34:38.7974398Z ok (0.002s) 2022-03-17T20:34:38.8002044Z test_kwarg_only (__main__.TestPythonDispatch) ... ok (0.003s) 2022-03-17T20:34:38.8028254Z test_kwarg_only_and_positional_default (__main__.TestPythonDispatch) ... ok (0.003s) 2022-03-17T20:34:38.8056839Z test_like (__main__.TestPythonDispatch) ... ok (0.003s) 2022-03-17T20:34:38.8078421Z test_list_ret (__main__.TestPythonDispatch) ... ok (0.002s) 2022-03-17T20:34:38.8085381Z test_make_wrapper_subclass_noalloc (__main__.TestPythonDispatch) ... ok (0.001s) 2022-03-17T20:34:38.8106225Z test_make_wrapper_subclass_propagates_metadata (__main__.TestPythonDispatch) ... ok (0.002s) 2022-03-17T20:34:38.8199597Z test_metadata_change_not_allowed (__main__.TestPythonDispatch) ... ok (0.009s) 2022-03-17T20:34:38.8215068Z test_multiple_ops_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-03-17T20:34:38.8238686Z test_nested_enable_python_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-03-17T20:34:38.8252064Z test_new_ones (__main__.TestPythonDispatch) ... ok (0.001s) 2022-03-17T20:34:38.8356547Z test_none_wrapping (__main__.TestPythonDispatch) ... ok (0.010s) 2022-03-17T20:34:38.8374553Z test_out (__main__.TestPythonDispatch) ... ok (0.002s) 2022-03-17T20:34:38.8397163Z test_storage (__main__.TestPythonDispatch) ... ok (0.002s) 2022-03-17T20:34:38.8411364Z test_storage_can_be_converted_to_python_object (__main__.TestPythonDispatch) ... ok (0.001s) 2022-03-17T20:34:38.8491833Z test_subclass_creation (__main__.TestPythonDispatch) ... ok (0.008s) 2022-03-17T20:34:38.8517855Z test_subclass_priority (__main__.TestPythonDispatch) ... ok (0.003s) 2022-03-17T20:34:38.8565520Z test_tolist_numpy_with_python_mode (__main__.TestPythonDispatch) ... ok (0.005s) 2022-03-17T20:34:38.8585495Z test_version (__main__.TestPythonDispatch) ... ok (0.002s) 2022-03-17T20:34:38.8615924Z test_wrapper_subclass_serializes (__main__.TestPythonDispatch) ... ok (0.003s) 2022-03-17T20:34:38.8616694Z 2022-03-17T20:34:38.8617127Z ---------------------------------------------------------------------- 2022-03-17T20:34:38.8617486Z Ran 38 tests in 1.645s 2022-03-17T20:34:38.8617647Z 2022-03-17T20:34:38.8617746Z OK 2022-03-17T20:34:38.8617864Z 2022-03-17T20:34:38.8617994Z Generating XML reports... 2022-03-17T20:34:38.8699954Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20220317203437.xml 2022-03-17T20:34:39.0923618Z Running test_show_pickle ... [2022-03-17 20:34:39.091748] 2022-03-17T20:34:39.0924276Z Executing ['/opt/conda/bin/python', 'test_show_pickle.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:34:39.091872] 2022-03-17T20:34:39.8651832Z Test results will be stored in test-reports/python-unittest/test_show_pickle 2022-03-17T20:34:39.8667530Z 2022-03-17T20:34:39.8667896Z Running tests... 2022-03-17T20:34:39.8668629Z ---------------------------------------------------------------------- 2022-03-17T20:34:41.4571299Z test_scripted_model (__main__.TestShowPickle) ... ok (1.589s) 2022-03-17T20:34:41.4571628Z 2022-03-17T20:34:41.4572015Z ---------------------------------------------------------------------- 2022-03-17T20:34:41.4572336Z Ran 1 test in 1.590s 2022-03-17T20:34:41.4572476Z 2022-03-17T20:34:41.4572567Z OK 2022-03-17T20:34:41.4572699Z 2022-03-17T20:34:41.4572837Z Generating XML reports... 2022-03-17T20:34:41.4604082Z Generated XML report: test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20220317203439.xml 2022-03-17T20:34:41.6737323Z Running test_per_overload_api ... [2022-03-17 20:34:41.673206] 2022-03-17T20:34:41.6738195Z Executing ['/opt/conda/bin/python', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:34:41.673318] 2022-03-17T20:34:42.4350556Z Test results will be stored in test-reports/python-unittest/test_per_overload_api 2022-03-17T20:34:42.4365824Z 2022-03-17T20:34:42.4366060Z Running tests... 2022-03-17T20:34:42.4366736Z ---------------------------------------------------------------------- 2022-03-17T20:34:43.9654020Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... ok (1.528s) 2022-03-17T20:34:43.9672892Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-03-17T20:34:43.9673160Z 2022-03-17T20:34:43.9673559Z ---------------------------------------------------------------------- 2022-03-17T20:34:43.9674210Z Ran 2 tests in 1.531s 2022-03-17T20:34:43.9674379Z 2022-03-17T20:34:43.9674471Z OK 2022-03-17T20:34:43.9674601Z 2022-03-17T20:34:43.9674706Z Generating XML reports... 2022-03-17T20:34:43.9709048Z Generated XML report: test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20220317203442.xml 2022-03-17T20:34:44.1792581Z Running test_pytree ... [2022-03-17 20:34:44.178696] 2022-03-17T20:34:44.1793223Z Executing ['/opt/conda/bin/python', 'test_pytree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:34:44.178815] 2022-03-17T20:34:44.9487828Z Test results will be stored in test-reports/python-unittest/test_pytree 2022-03-17T20:34:44.9509716Z 2022-03-17T20:34:44.9509990Z Running tests... 2022-03-17T20:34:44.9510657Z ---------------------------------------------------------------------- 2022-03-17T20:34:46.4942417Z test_broadcast_to_and_flatten (__main__.TestPytree) ... ok (1.543s) 2022-03-17T20:34:46.4991638Z test_flatten_unflatten_dict (__main__.TestPytree) ... ok (0.005s) 2022-03-17T20:34:46.5017524Z test_flatten_unflatten_leaf (__main__.TestPytree) ... ok (0.003s) 2022-03-17T20:34:46.5045018Z test_flatten_unflatten_list (__main__.TestPytree) ... ok (0.003s) 2022-03-17T20:34:46.5069240Z test_flatten_unflatten_namedtuple (__main__.TestPytree) ... ok (0.002s) 2022-03-17T20:34:46.5083196Z test_flatten_unflatten_nested (__main__.TestPytree) ... ok (0.001s) 2022-03-17T20:34:46.5103294Z test_flatten_unflatten_torch_namedtuple_return_type (__main__.TestPytree) ... ok (0.002s) 2022-03-17T20:34:46.5132305Z test_flatten_unflatten_tuple (__main__.TestPytree) ... ok (0.003s) 2022-03-17T20:34:46.5147199Z test_treemap (__main__.TestPytree) ... ok (0.001s) 2022-03-17T20:34:46.5159056Z test_treespec_equality (__main__.TestPytree) ... ok (0.001s) 2022-03-17T20:34:46.5168487Z test_treespec_repr (__main__.TestPytree) ... ok (0.001s) 2022-03-17T20:34:46.5169206Z 2022-03-17T20:34:46.5169700Z ---------------------------------------------------------------------- 2022-03-17T20:34:46.5170052Z Ran 11 tests in 1.566s 2022-03-17T20:34:46.5170221Z 2022-03-17T20:34:46.5170310Z OK 2022-03-17T20:34:46.5170441Z 2022-03-17T20:34:46.5170548Z Generating XML reports... 2022-03-17T20:34:46.5213353Z Generated XML report: test-reports/python-unittest/test_pytree/TEST-TestPytree-20220317203444.xml 2022-03-17T20:34:46.7240176Z Running test_deploy ... [2022-03-17 20:34:46.723482] 2022-03-17T20:34:46.7240754Z Executing ['/opt/conda/bin/python', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-03-17 20:34:46.723589] 2022-03-17T20:34:47.3107765Z ============================= test session starts ============================== 2022-03-17T20:34:47.3108294Z platform linux -- Python 3.7.11, pytest-7.1.0, pluggy-1.0.0 -- /opt/conda/bin/python 2022-03-17T20:34:47.3168178Z cachedir: .pytest_cache 2022-03-17T20:34:47.3169110Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-03-17T20:34:47.3169631Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-03-17T20:34:47.3170000Z plugins: hypothesis-4.53.2 2022-03-17T20:34:48.0142024Z collecting ...  2022-03-17T20:34:48.0152837Z collecting 0 items  2022-03-17T20:34:48.0153361Z collected 1 item  2022-03-17T20:34:48.0157978Z 2022-03-17T20:34:49.6457201Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-03-17T20:34:49.6458408Z 2022-03-17T20:34:49.6458758Z ============================== 1 passed in 2.34s =============================== 2022-03-17T20:34:49.8957479Z Running test_scatter_gather_ops ... [2022-03-17 20:34:49.895227] 2022-03-17T20:34:49.8958169Z Executing ['/opt/conda/bin/python', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:34:49.895339] 2022-03-17T20:34:52.2098763Z Test results will be stored in test-reports/python-unittest/test_scatter_gather_ops 2022-03-17T20:34:52.2117344Z 2022-03-17T20:34:52.2117704Z Running tests... 2022-03-17T20:34:52.2118173Z ---------------------------------------------------------------------- 2022-03-17T20:34:52.2167304Z test_gather_bool_cuda_bool (__main__.TestScatterGatherCUDA) ... ok (0.005s) 2022-03-17T20:34:52.2443206Z test_gather_cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.027s) 2022-03-17T20:34:52.2717520Z test_gather_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.027s) 2022-03-17T20:34:52.2981359Z test_scatter__cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.026s) 2022-03-17T20:34:52.3245628Z test_scatter__cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.026s) 2022-03-17T20:34:52.3507530Z test_scatter__cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.026s) 2022-03-17T20:34:52.7147406Z test_scatter__reductions_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.364s) 2022-03-17T20:34:53.0741987Z test_scatter__reductions_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.359s) 2022-03-17T20:34:53.1006710Z test_scatter__scalar_cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.026s) 2022-03-17T20:34:53.1265628Z test_scatter__scalar_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.026s) 2022-03-17T20:34:53.1526152Z test_scatter__scalar_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.026s) 2022-03-17T20:34:53.1893458Z test_scatter_add__cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.037s) 2022-03-17T20:34:53.2259856Z test_scatter_add__cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.037s) 2022-03-17T20:34:53.2624601Z test_scatter_add__cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.036s) 2022-03-17T20:34:53.2656814Z test_scatter_add_mult_index_base_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.003s) 2022-03-17T20:34:53.2657344Z 2022-03-17T20:34:53.2658091Z ---------------------------------------------------------------------- 2022-03-17T20:34:53.2658585Z Ran 15 tests in 1.054s 2022-03-17T20:34:53.2658746Z 2022-03-17T20:34:53.2658837Z OK 2022-03-17T20:34:53.2658964Z 2022-03-17T20:34:53.2659097Z Generating XML reports... 2022-03-17T20:34:53.2716051Z Generated XML report: test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCUDA-20220317203452.xml 2022-03-17T20:34:53.4861843Z Running test_cpp_extensions_aot_ninja ... [2022-03-17 20:34:53.485611] 2022-03-17T20:34:54.7357335Z running install 2022-03-17T20:34:54.7363211Z running build 2022-03-17T20:34:54.7363700Z running build_py 2022-03-17T20:34:54.7374840Z creating build 2022-03-17T20:34:54.7375521Z creating build/lib.linux-x86_64-3.7 2022-03-17T20:34:54.7375955Z creating build/lib.linux-x86_64-3.7/torch_test_cpp_extension 2022-03-17T20:34:54.7378187Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-3.7/torch_test_cpp_extension 2022-03-17T20:34:54.7380220Z running build_ext 2022-03-17T20:34:54.7946638Z building 'torch_test_cpp_extension.cpp' extension 2022-03-17T20:34:54.7947252Z creating /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7 2022-03-17T20:34:54.8407468Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/build.ninja... 2022-03-17T20:34:54.8410091Z Compiling objects... 2022-03-17T20:34:54.8410417Z Using envvar MAX_JOBS (14) as the number of workers... 2022-03-17T20:34:56.0176978Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-03-17T20:34:56.0181626Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-03-17T20:34:56.0294869Z g++ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-3.7/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so 2022-03-17T20:34:56.3645781Z building 'torch_test_cpp_extension.ort' extension 2022-03-17T20:34:56.4124217Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/build.ninja... 2022-03-17T20:34:56.4135151Z Compiling objects... 2022-03-17T20:34:56.4135892Z Using envvar MAX_JOBS (14) as the number of workers... 2022-03-17T20:34:57.5962399Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/ort_extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/ort_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/ort_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-03-17T20:34:57.5964230Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-03-17T20:34:57.6033112Z g++ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/ort_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-3.7/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so 2022-03-17T20:34:57.9444768Z building 'torch_test_cpp_extension.rng' extension 2022-03-17T20:34:57.9919946Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/build.ninja... 2022-03-17T20:34:57.9922807Z Compiling objects... 2022-03-17T20:34:57.9923137Z Using envvar MAX_JOBS (14) as the number of workers... 2022-03-17T20:34:59.3643632Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/rng_extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/rng_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-03-17T20:34:59.3645803Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-03-17T20:34:59.3646941Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8:0, 2022-03-17T20:34:59.3648161Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec.h:4, 2022-03-17T20:34:59.3649186Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/Loops.h:36, 2022-03-17T20:34:59.3650350Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-03-17T20:34:59.3651332Z from /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp:6: 2022-03-17T20:34:59.3651982Z /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec_base.h:973:0: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2022-03-17T20:34:59.3652393Z # pragma unroll 2022-03-17T20:34:59.3652612Z 2022-03-17T20:34:59.3709718Z g++ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/rng_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-3.7/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so 2022-03-17T20:34:59.7334267Z building 'torch_test_cpp_extension.cuda' extension 2022-03-17T20:34:59.7816201Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/build.ninja... 2022-03-17T20:34:59.7819251Z Compiling objects... 2022-03-17T20:34:59.7819905Z Using envvar MAX_JOBS (14) as the number of workers... 2022-03-17T20:35:27.4715220Z [1/3] /usr/local/cuda/bin/nvcc -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/cuda_extension_kernel2.cu -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/cuda_extension_kernel2.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O2 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=cuda -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_52,code=compute_52 -gencode=arch=compute_52,code=sm_52 -std=c++14 2022-03-17T20:35:27.4717706Z nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). 2022-03-17T20:35:27.6110678Z [2/3] /usr/local/cuda/bin/nvcc -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/cuda_extension_kernel.cu -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/cuda_extension_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O2 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=cuda -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_52,code=compute_52 -gencode=arch=compute_52,code=sm_52 -std=c++14 2022-03-17T20:35:27.6113280Z nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). 2022-03-17T20:35:29.2301075Z [3/3] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/cuda_extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/cuda_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/cuda_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=cuda -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-03-17T20:35:29.2303035Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-03-17T20:35:29.2369732Z g++ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/cuda_extension.o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/cuda_extension_kernel.o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/cuda_extension_kernel2.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -L/usr/local/cuda/lib64 -lc10 -ltorch -ltorch_cpu -ltorch_python -lcudart -lc10_cuda -ltorch_cuda_cu -ltorch_cuda_cpp -o build/lib.linux-x86_64-3.7/torch_test_cpp_extension/cuda.cpython-37m-x86_64-linux-gnu.so 2022-03-17T20:35:29.7042839Z building 'torch_test_cpp_extension.torch_library' extension 2022-03-17T20:35:29.7520124Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/build.ninja... 2022-03-17T20:35:29.7524706Z Compiling objects... 2022-03-17T20:35:29.7525288Z Using envvar MAX_JOBS (14) as the number of workers... 2022-03-17T20:37:07.0053746Z [1/1] /usr/local/cuda/bin/nvcc -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/torch_library.cu -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/torch_library.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O2 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=torch_library -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_52,code=compute_52 -gencode=arch=compute_52,code=sm_52 -std=c++14 2022-03-17T20:37:07.0057810Z nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). 2022-03-17T20:37:07.0122293Z g++ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/torch_library.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -L/usr/local/cuda/lib64 -lc10 -ltorch -ltorch_cpu -ltorch_python -lcudart -lc10_cuda -ltorch_cuda_cu -ltorch_cuda_cpp -o build/lib.linux-x86_64-3.7/torch_test_cpp_extension/torch_library.cpython-37m-x86_64-linux-gnu.so 2022-03-17T20:37:07.3426299Z building 'torch_test_cpp_extension.cublas_extension' extension 2022-03-17T20:37:07.3909784Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/build.ninja... 2022-03-17T20:37:07.3912146Z Compiling objects... 2022-03-17T20:37:07.3912471Z Using envvar MAX_JOBS (14) as the number of workers... 2022-03-17T20:37:31.2672089Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/cublas_extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/cublas_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/cublas_extension.o -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=cublas_extension -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-03-17T20:37:31.2673951Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-03-17T20:37:31.2746390Z g++ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/cublas_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -L/usr/local/cuda/lib64 -lcublas -lc10 -ltorch -ltorch_cpu -ltorch_python -lcudart -lc10_cuda -ltorch_cuda_cu -ltorch_cuda_cpp -o build/lib.linux-x86_64-3.7/torch_test_cpp_extension/cublas_extension.cpython-37m-x86_64-linux-gnu.so 2022-03-17T20:37:31.6650915Z building 'torch_test_cpp_extension.cusolver_extension' extension 2022-03-17T20:37:31.7128513Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/build.ninja... 2022-03-17T20:37:31.7130582Z Compiling objects... 2022-03-17T20:37:31.7130932Z Using envvar MAX_JOBS (14) as the number of workers... 2022-03-17T20:37:54.8901081Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/cusolver_extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/cusolver_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/cusolver_extension.o -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=cusolver_extension -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-03-17T20:37:54.8903038Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-03-17T20:37:54.8968196Z g++ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/cusolver_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -L/usr/local/cuda/lib64 -lcusolver -lc10 -ltorch -ltorch_cpu -ltorch_python -lcudart -lc10_cuda -ltorch_cuda_cu -ltorch_cuda_cpp -o build/lib.linux-x86_64-3.7/torch_test_cpp_extension/cusolver_extension.cpython-37m-x86_64-linux-gnu.so 2022-03-17T20:37:55.2971993Z running install_lib 2022-03-17T20:37:55.2985230Z creating install 2022-03-17T20:37:55.2985774Z creating install/opt 2022-03-17T20:37:55.2986141Z creating install/opt/conda 2022-03-17T20:37:55.2986397Z creating install/opt/conda/lib 2022-03-17T20:37:55.2986731Z creating install/opt/conda/lib/python3.7 2022-03-17T20:37:55.2987440Z creating install/opt/conda/lib/python3.7/site-packages 2022-03-17T20:37:55.2988285Z creating install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-03-17T20:37:55.2990642Z copying build/lib.linux-x86_64-3.7/torch_test_cpp_extension/__init__.py -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-03-17T20:37:55.2992637Z copying build/lib.linux-x86_64-3.7/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-03-17T20:37:55.3069748Z copying build/lib.linux-x86_64-3.7/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-03-17T20:37:55.3148854Z copying build/lib.linux-x86_64-3.7/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-03-17T20:37:55.3232499Z copying build/lib.linux-x86_64-3.7/torch_test_cpp_extension/cuda.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-03-17T20:37:55.3306915Z copying build/lib.linux-x86_64-3.7/torch_test_cpp_extension/torch_library.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-03-17T20:37:55.3309881Z copying build/lib.linux-x86_64-3.7/torch_test_cpp_extension/cublas_extension.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-03-17T20:37:55.3345602Z copying build/lib.linux-x86_64-3.7/torch_test_cpp_extension/cusolver_extension.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-03-17T20:37:55.3388372Z byte-compiling ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension/__init__.py to __init__.cpython-37.pyc 2022-03-17T20:37:55.3390808Z running install_egg_info 2022-03-17T20:37:55.3441987Z running egg_info 2022-03-17T20:37:55.3443084Z creating torch_test_cpp_extension.egg-info 2022-03-17T20:37:55.3443781Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-03-17T20:37:55.3447508Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-03-17T20:37:55.3450065Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-03-17T20:37:55.3452107Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-03-17T20:37:55.3461107Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-03-17T20:37:55.3469855Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-03-17T20:37:55.3470859Z Copying torch_test_cpp_extension.egg-info to ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension-0.0.0-py3.7.egg-info 2022-03-17T20:37:55.3477157Z running install_scripts 2022-03-17T20:37:56.6256986Z running install 2022-03-17T20:37:56.6263207Z running build 2022-03-17T20:37:56.6263459Z running build_ext 2022-03-17T20:37:56.6749079Z building 'no_python_abi_suffix_test' extension 2022-03-17T20:37:56.6749610Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build 2022-03-17T20:37:56.6750222Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-3.7 2022-03-17T20:37:56.7205301Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-3.7/build.ninja... 2022-03-17T20:37:56.7207734Z Compiling objects... 2022-03-17T20:37:56.7208031Z Using envvar MAX_JOBS (14) as the number of workers... 2022-03-17T20:37:56.8249754Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-3.7/no_python_abi_suffix_test.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/no_python_abi_suffix_test.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-3.7/no_python_abi_suffix_test.o -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=no_python_abi_suffix_test -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-03-17T20:37:56.8251517Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-03-17T20:37:56.8305174Z creating build/lib.linux-x86_64-3.7 2022-03-17T20:37:56.8306297Z g++ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-3.7/no_python_abi_suffix_test.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-3.7/no_python_abi_suffix_test.so 2022-03-17T20:37:57.0032257Z running install_lib 2022-03-17T20:37:57.0050543Z creating install 2022-03-17T20:37:57.0051510Z creating install/opt 2022-03-17T20:37:57.0051948Z creating install/opt/conda 2022-03-17T20:37:57.0052341Z creating install/opt/conda/lib 2022-03-17T20:37:57.0052644Z creating install/opt/conda/lib/python3.7 2022-03-17T20:37:57.0053180Z creating install/opt/conda/lib/python3.7/site-packages 2022-03-17T20:37:57.0055862Z copying build/lib.linux-x86_64-3.7/no_python_abi_suffix_test.so -> ./install/opt/conda/lib/python3.7/site-packages 2022-03-17T20:37:57.0063438Z running install_egg_info 2022-03-17T20:37:57.0113218Z running egg_info 2022-03-17T20:37:57.0113703Z creating no_python_abi_suffix_test.egg-info 2022-03-17T20:37:57.0114600Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-03-17T20:37:57.0118930Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-03-17T20:37:57.0121419Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-03-17T20:37:57.0124345Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-03-17T20:37:57.0132303Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-03-17T20:37:57.0140609Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-03-17T20:37:57.0141268Z Copying no_python_abi_suffix_test.egg-info to ./install/opt/conda/lib/python3.7/site-packages/no_python_abi_suffix_test-0.0.0-py3.7.egg-info 2022-03-17T20:37:57.0149388Z running install_scripts 2022-03-17T20:37:57.1832851Z Executing ['/opt/conda/bin/python', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:37:57.182676] 2022-03-17T20:37:59.8895921Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_ninja 2022-03-17T20:37:59.8916770Z 2022-03-17T20:37:59.8917495Z Running tests... 2022-03-17T20:37:59.8917919Z ---------------------------------------------------------------------- 2022-03-17T20:37:59.9084012Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.017s) 2022-03-17T20:38:00.1950779Z test_cublas_extension (__main__.TestCppExtensionAOT) ... ok (0.286s) 2022-03-17T20:38:00.1975917Z test_cuda_extension (__main__.TestCppExtensionAOT) ... ok (0.003s) 2022-03-17T20:38:00.2937937Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... ok (0.096s) 2022-03-17T20:38:00.2951074Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-03-17T20:38:00.2964107Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-03-17T20:38:00.2979921Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-03-17T20:38:00.2987821Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-03-17T20:38:00.3001290Z test_add (__main__.TestORTTensor) ... ok (0.001s) 2022-03-17T20:38:00.3024896Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.002s) 2022-03-17T20:38:00.3085039Z test_unregistered (__main__.TestORTTensor) ... ok (0.006s) 2022-03-17T20:38:00.3103919Z test_zeros (__main__.TestORTTensor) ... ok (0.002s) 2022-03-17T20:38:00.3144066Z test_rng (__main__.TestRNGExtension) ... ok (0.004s) 2022-03-17T20:38:00.3885874Z test_torch_library (__main__.TestTorchLibrary) ... ok (0.074s) 2022-03-17T20:38:00.3887289Z 2022-03-17T20:38:00.3887758Z ---------------------------------------------------------------------- 2022-03-17T20:38:00.3888082Z Ran 14 tests in 0.497s 2022-03-17T20:38:00.3888253Z 2022-03-17T20:38:00.3888341Z OK 2022-03-17T20:38:00.3888474Z 2022-03-17T20:38:00.3888583Z Generating XML reports... 2022-03-17T20:38:00.3932041Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20220317203759.xml 2022-03-17T20:38:00.3938560Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20220317203759.xml 2022-03-17T20:38:00.3942570Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20220317203759.xml 2022-03-17T20:38:00.3946554Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20220317203759.xml 2022-03-17T20:38:00.7377145Z Running test_stateless ... [2022-03-17 20:38:00.737234] 2022-03-17T20:38:00.7377763Z Executing ['/opt/conda/bin/python', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:38:00.737330] 2022-03-17T20:38:03.0513604Z Test results will be stored in test-reports/python-unittest/test_stateless 2022-03-17T20:38:03.0530080Z 2022-03-17T20:38:03.0530358Z Running tests... 2022-03-17T20:38:03.0530796Z ---------------------------------------------------------------------- 2022-03-17T20:38:03.0688600Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.016s) 2022-03-17T20:38:03.0723880Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-03-17T20:38:03.0741601Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-03-17T20:38:03.0748115Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip (0.001s) 2022-03-17T20:38:03.0771619Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-03-17T20:38:03.1668921Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.090s) 2022-03-17T20:38:03.1724563Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.006s) 2022-03-17T20:38:03.1725088Z 2022-03-17T20:38:03.1725465Z ---------------------------------------------------------------------- 2022-03-17T20:38:03.1726089Z Ran 7 tests in 0.119s 2022-03-17T20:38:03.1726247Z 2022-03-17T20:38:03.1728643Z OK (skipped=1) 2022-03-17T20:38:03.1729151Z 2022-03-17T20:38:03.1729366Z Generating XML reports... 2022-03-17T20:38:03.1769050Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20220317203803.xml 2022-03-17T20:38:03.4082231Z Running test_numpy_interop ... [2022-03-17 20:38:03.407644] 2022-03-17T20:38:03.4085471Z Executing ['/opt/conda/bin/python', 'test_numpy_interop.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:38:03.407751] 2022-03-17T20:38:05.7135604Z Test results will be stored in test-reports/python-unittest/test_numpy_interop 2022-03-17T20:38:05.7157569Z 2022-03-17T20:38:05.7157819Z Running tests... 2022-03-17T20:38:05.7158240Z ---------------------------------------------------------------------- 2022-03-17T20:38:05.7187978Z test_ctor_with_numpy_scalar_ctor_cuda (__main__.TestNumPyInteropCUDA) ... skip (0.003s) 2022-03-17T20:38:05.7209820Z test_from_list_of_ndarray_warning_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.002s) 2022-03-17T20:38:05.7336511Z test_from_numpy_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.013s) 2022-03-17T20:38:05.7386109Z test_has_storage_numpy_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.005s) 2022-03-17T20:38:05.7405169Z test_multiplication_numpy_scalar_cuda (__main__.TestNumPyInteropCUDA) ... skip (0.002s) 2022-03-17T20:38:05.7453617Z test_numpy_array_interface_cuda (__main__.TestNumPyInteropCUDA) ... skip (0.005s) 2022-03-17T20:38:05.7468009Z test_numpy_index_cuda (__main__.TestNumPyInteropCUDA) ... skip (0.001s) 2022-03-17T20:38:05.7482123Z test_numpy_non_writeable_cuda (__main__.TestNumPyInteropCUDA) ... skip (0.001s) 2022-03-17T20:38:05.7517519Z test_numpy_scalar_cmp_cuda_bfloat16 (__main__.TestNumPyInteropCUDA) ... ok (0.003s) 2022-03-17T20:38:05.7571389Z test_numpy_scalar_cmp_cuda_bool (__main__.TestNumPyInteropCUDA) ... ok (0.005s) 2022-03-17T20:38:05.7620251Z test_numpy_scalar_cmp_cuda_complex128 (__main__.TestNumPyInteropCUDA) ... ok (0.005s) 2022-03-17T20:38:05.7653253Z test_numpy_scalar_cmp_cuda_complex64 (__main__.TestNumPyInteropCUDA) ... test_numpy_interop.py:424: ComplexWarning: Casting complex values to real discards the imaginary part 2022-03-17T20:38:05.7653712Z self.assertFalse(t == a) 2022-03-17T20:38:05.7670948Z ok (0.005s) 2022-03-17T20:38:05.7728256Z test_numpy_scalar_cmp_cuda_float16 (__main__.TestNumPyInteropCUDA) ... ok (0.006s) 2022-03-17T20:38:05.7776830Z test_numpy_scalar_cmp_cuda_float32 (__main__.TestNumPyInteropCUDA) ... ok (0.005s) 2022-03-17T20:38:05.7823582Z test_numpy_scalar_cmp_cuda_float64 (__main__.TestNumPyInteropCUDA) ... ok (0.005s) 2022-03-17T20:38:05.7871201Z test_numpy_scalar_cmp_cuda_int16 (__main__.TestNumPyInteropCUDA) ... ok (0.005s) 2022-03-17T20:38:05.7919469Z test_numpy_scalar_cmp_cuda_int32 (__main__.TestNumPyInteropCUDA) ... ok (0.005s) 2022-03-17T20:38:05.7967198Z test_numpy_scalar_cmp_cuda_int64 (__main__.TestNumPyInteropCUDA) ... ok (0.005s) 2022-03-17T20:38:05.8015233Z test_numpy_scalar_cmp_cuda_int8 (__main__.TestNumPyInteropCUDA) ... ok (0.005s) 2022-03-17T20:38:05.8066839Z test_numpy_scalar_cmp_cuda_uint8 (__main__.TestNumPyInteropCUDA) ... ok (0.005s) 2022-03-17T20:38:05.8082780Z test_numpy_unresizable_cuda (__main__.TestNumPyInteropCUDA) ... skip (0.002s) 2022-03-17T20:38:05.8107081Z test_parse_numpy_int_cuda (__main__.TestNumPyInteropCUDA) ... skip (0.002s) 2022-03-17T20:38:05.8133472Z test_to_numpy_bool_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.003s) 2022-03-17T20:38:05.8185352Z test_to_numpy_cuda (__main__.TestNumPyInteropCUDA) ... skip (0.005s) 2022-03-17T20:38:05.8185576Z 2022-03-17T20:38:05.8185906Z ---------------------------------------------------------------------- 2022-03-17T20:38:05.8186246Z Ran 24 tests in 0.103s 2022-03-17T20:38:05.8186408Z 2022-03-17T20:38:05.8186513Z OK (skipped=8) 2022-03-17T20:38:05.8186813Z 2022-03-17T20:38:05.8186934Z Generating XML reports... 2022-03-17T20:38:05.8248016Z Generated XML report: test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCUDA-20220317203805.xml 2022-03-17T20:38:06.0431476Z Running test_numba_integration ... [2022-03-17 20:38:06.042544] 2022-03-17T20:38:06.0432548Z Executing ['/opt/conda/bin/python', 'test_numba_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:38:06.042653] 2022-03-17T20:38:08.3152654Z Test results will be stored in test-reports/python-unittest/test_numba_integration 2022-03-17T20:38:08.3169494Z 2022-03-17T20:38:08.3169973Z Running tests... 2022-03-17T20:38:08.3170458Z ---------------------------------------------------------------------- 2022-03-17T20:38:08.3184332Z test_active_device (__main__.TestNumbaIntegration) 2022-03-17T20:38:08.3184827Z 'as_cuda_array' tensor device must match active numba context. ... skip (0.001s) 2022-03-17T20:38:08.3207609Z test_array_adaptor (__main__.TestNumbaIntegration) 2022-03-17T20:38:08.3564948Z Torch __cuda_array_adaptor__ exposes tensor data to numba.cuda. ... ok (0.038s) 2022-03-17T20:38:08.3582201Z test_conversion_errors (__main__.TestNumbaIntegration) 2022-03-17T20:38:08.3590929Z Numba properly detects array interface for tensor.Tensor variants. ... ok (0.003s) 2022-03-17T20:38:08.3616942Z test_cuda_array_interface (__main__.TestNumbaIntegration) 2022-03-17T20:38:08.3683356Z torch.Tensor exposes __cuda_array_interface__ for cuda tensors. ... ok (0.009s) 2022-03-17T20:38:08.3710845Z test_from_cuda_array_interface (__main__.TestNumbaIntegration) 2022-03-17T20:38:08.3711284Z torch.as_tensor() and torch.tensor() supports the __cuda_array_interface__ protocol. ... skip (0.003s) 2022-03-17T20:38:08.3727442Z test_from_cuda_array_interface_active_device (__main__.TestNumbaIntegration) 2022-03-17T20:38:08.3727863Z torch.as_tensor() tensor device must match active numba context. ... skip (0.002s) 2022-03-17T20:38:08.3738635Z test_from_cuda_array_interface_inferred_strides (__main__.TestNumbaIntegration) 2022-03-17T20:38:08.3778266Z torch.as_tensor(numba_ary) should have correct inferred (contiguous) strides ... ok (0.005s) 2022-03-17T20:38:08.3787636Z test_from_cuda_array_interface_lifetime (__main__.TestNumbaIntegration) 2022-03-17T20:38:08.3788154Z torch.as_tensor(obj) tensor grabs a reference to obj so that the lifetime of obj exceeds the tensor ... skip (0.001s) 2022-03-17T20:38:08.3789184Z 2022-03-17T20:38:08.3789504Z ---------------------------------------------------------------------- 2022-03-17T20:38:08.3789849Z Ran 8 tests in 0.062s 2022-03-17T20:38:08.3790008Z 2022-03-17T20:38:08.3790097Z OK (skipped=4) 2022-03-17T20:38:08.3790248Z 2022-03-17T20:38:08.3790369Z Generating XML reports... 2022-03-17T20:38:08.3838298Z Generated XML report: test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20220317203808.xml 2022-03-17T20:38:08.5900355Z Running test_xnnpack_integration ... [2022-03-17 20:38:08.589490] 2022-03-17T20:38:08.5901277Z Executing ['/opt/conda/bin/python', 'test_xnnpack_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:38:08.589599] 2022-03-17T20:38:09.3713986Z Test results will be stored in test-reports/python-unittest/test_xnnpack_integration 2022-03-17T20:38:09.3735383Z 2022-03-17T20:38:09.3735869Z Running tests... 2022-03-17T20:38:09.3736371Z ---------------------------------------------------------------------- 2022-03-17T20:38:09.3758335Z test_conv1d_basic (__main__.TestXNNPACKConv1dTransformPass) ... skip (0.002s) 2022-03-17T20:38:09.3789787Z test_conv1d_with_relu_fc (__main__.TestXNNPACKConv1dTransformPass) ... skip (0.003s) 2022-03-17T20:38:09.3818125Z test_conv2d (__main__.TestXNNPACKOps) ... skip (0.003s) 2022-03-17T20:38:09.3850059Z test_conv2d_transpose (__main__.TestXNNPACKOps) ... skip (0.003s) 2022-03-17T20:38:09.3863657Z test_linear (__main__.TestXNNPACKOps) ... skip (0.001s) 2022-03-17T20:38:09.3875712Z test_linear_1d_input (__main__.TestXNNPACKOps) ... skip (0.001s) 2022-03-17T20:38:09.3901879Z test_decomposed_linear (__main__.TestXNNPACKRewritePass) ... skip (0.003s) 2022-03-17T20:38:09.4009143Z test_linear (__main__.TestXNNPACKRewritePass) ... skip (0.011s) 2022-03-17T20:38:09.4067061Z test_combined_model (__main__.TestXNNPACKSerDes) ... skip (0.006s) 2022-03-17T20:38:09.4113249Z test_conv2d (__main__.TestXNNPACKSerDes) ... skip (0.005s) 2022-03-17T20:38:09.4163986Z test_conv2d_transpose (__main__.TestXNNPACKSerDes) ... skip (0.005s) 2022-03-17T20:38:09.4191099Z test_linear (__main__.TestXNNPACKSerDes) ... skip (0.003s) 2022-03-17T20:38:09.4191553Z 2022-03-17T20:38:09.4192094Z ---------------------------------------------------------------------- 2022-03-17T20:38:09.4192732Z Ran 12 tests in 0.046s 2022-03-17T20:38:09.4193032Z 2022-03-17T20:38:09.4193228Z OK (skipped=12) 2022-03-17T20:38:09.4193486Z 2022-03-17T20:38:09.4193715Z Generating XML reports... 2022-03-17T20:38:09.4231097Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20220317203809.xml 2022-03-17T20:38:09.4241139Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20220317203809.xml 2022-03-17T20:38:09.4248613Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20220317203809.xml 2022-03-17T20:38:09.4258211Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20220317203809.xml 2022-03-17T20:38:09.5221885Z Running test_complex ... [2022-03-17 20:38:09.521671] 2022-03-17T20:38:09.5222584Z Executing ['/opt/conda/bin/python', 'test_complex.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:38:09.521777] 2022-03-17T20:38:11.8210097Z Test results will be stored in test-reports/python-unittest/test_complex 2022-03-17T20:38:11.8228211Z 2022-03-17T20:38:11.8228743Z Running tests... 2022-03-17T20:38:11.8229241Z ---------------------------------------------------------------------- 2022-03-17T20:38:11.8262412Z test_dtype_inference_cuda_float32 (__main__.TestComplexTensorCUDA) ... ok (0.003s) 2022-03-17T20:38:11.8282380Z test_dtype_inference_cuda_float64 (__main__.TestComplexTensorCUDA) ... ok (0.002s) 2022-03-17T20:38:11.8302245Z test_to_list_cuda_complex128 (__main__.TestComplexTensorCUDA) ... ok (0.002s) 2022-03-17T20:38:11.8321057Z test_to_list_cuda_complex64 (__main__.TestComplexTensorCUDA) ... ok (0.002s) 2022-03-17T20:38:11.8321311Z 2022-03-17T20:38:11.8321607Z ---------------------------------------------------------------------- 2022-03-17T20:38:11.8322360Z Ran 4 tests in 0.009s 2022-03-17T20:38:11.8322506Z 2022-03-17T20:38:11.8322595Z OK 2022-03-17T20:38:11.8322730Z 2022-03-17T20:38:11.8322849Z Generating XML reports... 2022-03-17T20:38:11.8359157Z Generated XML report: test-reports/python-unittest/test_complex/TEST-TestComplexTensorCUDA-20220317203811.xml 2022-03-17T20:38:12.0467658Z Running test_vulkan ... [2022-03-17 20:38:12.046254] 2022-03-17T20:38:12.0468320Z Executing ['/opt/conda/bin/python', 'test_vulkan.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:38:12.046358] 2022-03-17T20:38:12.8083127Z Test results will be stored in test-reports/python-unittest/test_vulkan 2022-03-17T20:38:12.8099248Z 2022-03-17T20:38:12.8099512Z Running tests... 2022-03-17T20:38:12.8099932Z ---------------------------------------------------------------------- 2022-03-17T20:38:12.8145095Z test_conv (__main__.TestVulkanRewritePass) ... skip (0.005s) 2022-03-17T20:38:12.8145350Z 2022-03-17T20:38:12.8145700Z ---------------------------------------------------------------------- 2022-03-17T20:38:12.8146162Z Ran 1 test in 0.005s 2022-03-17T20:38:12.8146329Z 2022-03-17T20:38:12.8146434Z OK (skipped=1) 2022-03-17T20:38:12.8146570Z 2022-03-17T20:38:12.8146691Z Generating XML reports... 2022-03-17T20:38:12.8181236Z Generated XML report: test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20220317203812.xml 2022-03-17T20:38:12.9132892Z Running test_cuda_primary_ctx ... [2022-03-17 20:38:12.912802] 2022-03-17T20:38:12.9133883Z Executing ['/opt/conda/bin/python', 'test_cuda_primary_ctx.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:38:12.912914] 2022-03-17T20:38:13.6735381Z 2022-03-17T20:38:13.6736083Z , <__main__.TestCudaPrimaryCtx testMethod=test_pin_memory>, <__main__.TestCudaPrimaryCtx testMethod=test_str_repr>]> 2022-03-17T20:38:13.6736613Z test_copy (__main__.TestCudaPrimaryCtx) 2022-03-17T20:38:13.6736934Z test_pin_memory (__main__.TestCudaPrimaryCtx) 2022-03-17T20:38:13.6737240Z test_str_repr (__main__.TestCudaPrimaryCtx) 2022-03-17T20:38:14.4360139Z Test results will be stored in test-reports/python-unittest/test_cuda_primary_ctx 2022-03-17T20:38:14.4380623Z 2022-03-17T20:38:14.4381065Z Running tests... 2022-03-17T20:38:14.4381537Z ---------------------------------------------------------------------- 2022-03-17T20:38:14.4390365Z test_copy (__main__.TestCudaPrimaryCtx) ... skip (0.001s) 2022-03-17T20:38:14.4390756Z 2022-03-17T20:38:14.4391287Z ---------------------------------------------------------------------- 2022-03-17T20:38:14.4391633Z Ran 1 test in 0.001s 2022-03-17T20:38:14.4391777Z 2022-03-17T20:38:14.4391886Z OK (skipped=1) 2022-03-17T20:38:14.4392039Z 2022-03-17T20:38:14.4392160Z Generating XML reports... 2022-03-17T20:38:14.4425948Z Generated XML report: test-reports/python-unittest/test_cuda_primary_ctx/TEST-TestCudaPrimaryCtx-20220317203814.xml 2022-03-17T20:38:15.2969848Z Test results will be stored in test-reports/python-unittest/test_cuda_primary_ctx 2022-03-17T20:38:15.2989649Z 2022-03-17T20:38:15.2989900Z Running tests... 2022-03-17T20:38:15.2990329Z ---------------------------------------------------------------------- 2022-03-17T20:38:15.3013342Z test_pin_memory (__main__.TestCudaPrimaryCtx) ... skip (0.002s) 2022-03-17T20:38:15.3013790Z 2022-03-17T20:38:15.3014327Z ---------------------------------------------------------------------- 2022-03-17T20:38:15.3014877Z Ran 1 test in 0.002s 2022-03-17T20:38:15.3015086Z 2022-03-17T20:38:15.3015273Z OK (skipped=1) 2022-03-17T20:38:15.3015561Z 2022-03-17T20:38:15.3015829Z Generating XML reports... 2022-03-17T20:38:15.3049349Z Generated XML report: test-reports/python-unittest/test_cuda_primary_ctx/TEST-TestCudaPrimaryCtx-20220317203815.xml 2022-03-17T20:38:16.1574875Z Test results will be stored in test-reports/python-unittest/test_cuda_primary_ctx 2022-03-17T20:38:16.1595317Z 2022-03-17T20:38:16.1595678Z Running tests... 2022-03-17T20:38:16.1596117Z ---------------------------------------------------------------------- 2022-03-17T20:38:16.1604552Z test_str_repr (__main__.TestCudaPrimaryCtx) ... skip (0.001s) 2022-03-17T20:38:16.1604779Z 2022-03-17T20:38:16.1605069Z ---------------------------------------------------------------------- 2022-03-17T20:38:16.1605396Z Ran 1 test in 0.001s 2022-03-17T20:38:16.1605567Z 2022-03-17T20:38:16.1605676Z OK (skipped=1) 2022-03-17T20:38:16.1605832Z 2022-03-17T20:38:16.1605954Z Generating XML reports... 2022-03-17T20:38:16.1641256Z Generated XML report: test-reports/python-unittest/test_cuda_primary_ctx/TEST-TestCudaPrimaryCtx-20220317203816.xml 2022-03-17T20:38:16.3815366Z Running distributions/test_constraints ... [2022-03-17 20:38:16.380992] 2022-03-17T20:38:16.3815995Z Executing ['/opt/conda/bin/python', '-m', 'pytest', 'distributions/test_constraints.py', '-v'] ... [2022-03-17 20:38:16.381102] 2022-03-17T20:38:16.6733701Z ============================= test session starts ============================== 2022-03-17T20:38:16.6734265Z platform linux -- Python 3.7.11, pytest-7.1.0, pluggy-1.0.0 -- /opt/conda/bin/python 2022-03-17T20:38:16.6774169Z cachedir: .pytest_cache 2022-03-17T20:38:16.6774782Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-03-17T20:38:16.6775561Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-03-17T20:38:16.6775935Z plugins: hypothesis-4.53.2 2022-03-17T20:38:18.9029084Z collecting ...  2022-03-17T20:38:18.9062797Z collecting 132 items  2022-03-17T20:38:18.9063424Z collected 132 items  2022-03-17T20:38:18.9068569Z 2022-03-17T20:38:18.9101221Z distributions/test_constraints.py::test_constraint[False-constraint_fn0-False-value0] PASSED [ 0%] 2022-03-17T20:38:18.9120453Z distributions/test_constraints.py::test_constraint[False-constraint_fn1-False-value1] PASSED [ 1%] 2022-03-17T20:38:18.9140037Z distributions/test_constraints.py::test_constraint[False-constraint_fn2-False-value2] PASSED [ 2%] 2022-03-17T20:38:18.9159307Z distributions/test_constraints.py::test_constraint[False-constraint_fn3-True-value3] PASSED [ 3%] 2022-03-17T20:38:18.9182401Z distributions/test_constraints.py::test_constraint[False-constraint_fn4-False-value4] PASSED [ 3%] 2022-03-17T20:38:18.9207659Z distributions/test_constraints.py::test_constraint[False-constraint_fn5-False-value5] PASSED [ 4%] 2022-03-17T20:38:18.9225690Z distributions/test_constraints.py::test_constraint[False-constraint_fn6-True-value6] PASSED [ 5%] 2022-03-17T20:38:18.9246207Z distributions/test_constraints.py::test_constraint[False-constraint_fn7-True-value7] PASSED [ 6%] 2022-03-17T20:38:18.9266655Z distributions/test_constraints.py::test_constraint[False-constraint_fn8-False-value8] PASSED [ 6%] 2022-03-17T20:38:18.9285758Z distributions/test_constraints.py::test_constraint[False-constraint_fn9-True-value9] PASSED [ 7%] 2022-03-17T20:38:18.9305124Z distributions/test_constraints.py::test_constraint[False-constraint_fn10-False-value10] PASSED [ 8%] 2022-03-17T20:38:18.9327773Z distributions/test_constraints.py::test_constraint[False-constraint_fn11-False-value11] PASSED [ 9%] 2022-03-17T20:38:18.9346149Z distributions/test_constraints.py::test_constraint[False-constraint_fn12-True-value12] PASSED [ 9%] 2022-03-17T20:38:18.9366008Z distributions/test_constraints.py::test_constraint[False-constraint_fn13-True-value13] PASSED [ 10%] 2022-03-17T20:38:18.9389835Z distributions/test_constraints.py::test_constraint[False-constraint_fn14-False-value14] PASSED [ 11%] 2022-03-17T20:38:18.9408972Z distributions/test_constraints.py::test_constraint[False-constraint_fn15-True-value15] PASSED [ 12%] 2022-03-17T20:38:18.9428793Z distributions/test_constraints.py::test_constraint[False-constraint_fn16-True-value16] PASSED [ 12%] 2022-03-17T20:38:18.9450447Z distributions/test_constraints.py::test_constraint[False-constraint_fn17-True-value17] PASSED [ 13%] 2022-03-17T20:38:18.9474775Z distributions/test_constraints.py::test_constraint[True-constraint_fn0-False-value0] PASSED [ 14%] 2022-03-17T20:38:18.9497762Z distributions/test_constraints.py::test_constraint[True-constraint_fn1-False-value1] PASSED [ 15%] 2022-03-17T20:38:18.9519771Z distributions/test_constraints.py::test_constraint[True-constraint_fn2-False-value2] PASSED [ 15%] 2022-03-17T20:38:18.9542023Z distributions/test_constraints.py::test_constraint[True-constraint_fn3-True-value3] PASSED [ 16%] 2022-03-17T20:38:19.4724270Z distributions/test_constraints.py::test_constraint[True-constraint_fn4-False-value4] PASSED [ 17%] 2022-03-17T20:38:19.4749224Z distributions/test_constraints.py::test_constraint[True-constraint_fn5-False-value5] PASSED [ 18%] 2022-03-17T20:38:19.4771767Z distributions/test_constraints.py::test_constraint[True-constraint_fn6-True-value6] PASSED [ 18%] 2022-03-17T20:38:19.4796373Z distributions/test_constraints.py::test_constraint[True-constraint_fn7-True-value7] PASSED [ 19%] 2022-03-17T20:38:19.4820410Z distributions/test_constraints.py::test_constraint[True-constraint_fn8-False-value8] PASSED [ 20%] 2022-03-17T20:38:19.4842211Z distributions/test_constraints.py::test_constraint[True-constraint_fn9-True-value9] PASSED [ 21%] 2022-03-17T20:38:19.4867304Z distributions/test_constraints.py::test_constraint[True-constraint_fn10-False-value10] PASSED [ 21%] 2022-03-17T20:38:19.4891258Z distributions/test_constraints.py::test_constraint[True-constraint_fn11-False-value11] PASSED [ 22%] 2022-03-17T20:38:19.4913035Z distributions/test_constraints.py::test_constraint[True-constraint_fn12-True-value12] PASSED [ 23%] 2022-03-17T20:38:19.4937345Z distributions/test_constraints.py::test_constraint[True-constraint_fn13-True-value13] PASSED [ 24%] 2022-03-17T20:38:19.4960594Z distributions/test_constraints.py::test_constraint[True-constraint_fn14-False-value14] PASSED [ 25%] 2022-03-17T20:38:19.4983077Z distributions/test_constraints.py::test_constraint[True-constraint_fn15-True-value15] PASSED [ 25%] 2022-03-17T20:38:19.5007236Z distributions/test_constraints.py::test_constraint[True-constraint_fn16-True-value16] PASSED [ 26%] 2022-03-17T20:38:19.5030356Z distributions/test_constraints.py::test_constraint[True-constraint_fn17-True-value17] PASSED [ 27%] 2022-03-17T20:38:19.5051201Z distributions/test_constraints.py::test_biject_to[False-constraint_fn0-args0] PASSED [ 28%] 2022-03-17T20:38:19.5071816Z distributions/test_constraints.py::test_biject_to[False-constraint_fn1-args1] PASSED [ 28%] 2022-03-17T20:38:19.5094761Z distributions/test_constraints.py::test_biject_to[False-constraint_fn2-args2] PASSED [ 29%] 2022-03-17T20:38:19.5115255Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args3] PASSED [ 30%] 2022-03-17T20:38:19.5135765Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args4] PASSED [ 31%] 2022-03-17T20:38:19.5155955Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args5] PASSED [ 31%] 2022-03-17T20:38:19.5176210Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args6] PASSED [ 32%] 2022-03-17T20:38:19.5196402Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args7] PASSED [ 33%] 2022-03-17T20:38:19.5216594Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args8] PASSED [ 34%] 2022-03-17T20:38:19.5236567Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args9] PASSED [ 34%] 2022-03-17T20:38:19.5257198Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args10] PASSED [ 35%] 2022-03-17T20:38:19.5277300Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args11] PASSED [ 36%] 2022-03-17T20:38:19.5297771Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args12] PASSED [ 37%] 2022-03-17T20:38:19.5318060Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args13] PASSED [ 37%] 2022-03-17T20:38:19.5340286Z distributions/test_constraints.py::test_biject_to[False-constraint_fn14-args14] PASSED [ 38%] 2022-03-17T20:38:19.5362045Z distributions/test_constraints.py::test_biject_to[False-_Interval-args15] PASSED [ 39%] 2022-03-17T20:38:19.5383779Z distributions/test_constraints.py::test_biject_to[False-_Interval-args16] PASSED [ 40%] 2022-03-17T20:38:19.5406161Z distributions/test_constraints.py::test_biject_to[False-_Interval-args17] PASSED [ 40%] 2022-03-17T20:38:19.5427291Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18] PASSED [ 41%] 2022-03-17T20:38:19.5448672Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19] PASSED [ 42%] 2022-03-17T20:38:19.5469650Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20] PASSED [ 43%] 2022-03-17T20:38:19.5499063Z distributions/test_constraints.py::test_biject_to[False-constraint_fn21-args21] PASSED [ 43%] 2022-03-17T20:38:19.5530536Z distributions/test_constraints.py::test_biject_to[False-constraint_fn22-args22] PASSED [ 44%] 2022-03-17T20:38:19.5551870Z distributions/test_constraints.py::test_biject_to[False-constraint_fn23-args23] SKIPPED [ 45%] 2022-03-17T20:38:19.5572945Z distributions/test_constraints.py::test_biject_to[True-constraint_fn0-args0] PASSED [ 46%] 2022-03-17T20:38:19.5594935Z distributions/test_constraints.py::test_biject_to[True-constraint_fn1-args1] PASSED [ 46%] 2022-03-17T20:38:19.5618467Z distributions/test_constraints.py::test_biject_to[True-constraint_fn2-args2] PASSED [ 47%] 2022-03-17T20:38:19.5642315Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args3] PASSED [ 48%] 2022-03-17T20:38:19.5665237Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args4] PASSED [ 49%] 2022-03-17T20:38:19.5688745Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args5] PASSED [ 50%] 2022-03-17T20:38:19.5711803Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args6] PASSED [ 50%] 2022-03-17T20:38:19.5735176Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args7] PASSED [ 51%] 2022-03-17T20:38:19.5758270Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args8] PASSED [ 52%] 2022-03-17T20:38:19.5781717Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args9] PASSED [ 53%] 2022-03-17T20:38:19.5805506Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args10] PASSED [ 53%] 2022-03-17T20:38:19.5828732Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args11] PASSED [ 54%] 2022-03-17T20:38:19.5852044Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args12] PASSED [ 55%] 2022-03-17T20:38:19.5874656Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args13] PASSED [ 56%] 2022-03-17T20:38:19.5898276Z distributions/test_constraints.py::test_biject_to[True-constraint_fn14-args14] PASSED [ 56%] 2022-03-17T20:38:19.5923534Z distributions/test_constraints.py::test_biject_to[True-_Interval-args15] PASSED [ 57%] 2022-03-17T20:38:19.5948008Z distributions/test_constraints.py::test_biject_to[True-_Interval-args16] PASSED [ 58%] 2022-03-17T20:38:19.5972482Z distributions/test_constraints.py::test_biject_to[True-_Interval-args17] PASSED [ 59%] 2022-03-17T20:38:19.5997926Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18] PASSED [ 59%] 2022-03-17T20:38:19.6022039Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19] PASSED [ 60%] 2022-03-17T20:38:19.6046627Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20] PASSED [ 61%] 2022-03-17T20:38:19.6075228Z distributions/test_constraints.py::test_biject_to[True-constraint_fn21-args21] PASSED [ 62%] 2022-03-17T20:38:19.6121023Z distributions/test_constraints.py::test_biject_to[True-constraint_fn22-args22] PASSED [ 62%] 2022-03-17T20:38:19.6139053Z distributions/test_constraints.py::test_biject_to[True-constraint_fn23-args23] SKIPPED [ 63%] 2022-03-17T20:38:19.6158395Z distributions/test_constraints.py::test_transform_to[False-constraint_fn0-args0] PASSED [ 64%] 2022-03-17T20:38:19.6176697Z distributions/test_constraints.py::test_transform_to[False-constraint_fn1-args1] PASSED [ 65%] 2022-03-17T20:38:19.6196120Z distributions/test_constraints.py::test_transform_to[False-constraint_fn2-args2] PASSED [ 65%] 2022-03-17T20:38:19.6215053Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args3] PASSED [ 66%] 2022-03-17T20:38:19.6233991Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args4] PASSED [ 67%] 2022-03-17T20:38:19.6253435Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args5] PASSED [ 68%] 2022-03-17T20:38:19.6272470Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args6] PASSED [ 68%] 2022-03-17T20:38:19.6292076Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args7] PASSED [ 69%] 2022-03-17T20:38:19.6311406Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args8] PASSED [ 70%] 2022-03-17T20:38:19.6330283Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args9] PASSED [ 71%] 2022-03-17T20:38:19.6349404Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args10] PASSED [ 71%] 2022-03-17T20:38:19.6369591Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args11] PASSED [ 72%] 2022-03-17T20:38:19.6389410Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args12] PASSED [ 73%] 2022-03-17T20:38:19.6409277Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args13] PASSED [ 74%] 2022-03-17T20:38:19.6428324Z distributions/test_constraints.py::test_transform_to[False-constraint_fn14-args14] PASSED [ 75%] 2022-03-17T20:38:19.6449200Z distributions/test_constraints.py::test_transform_to[False-_Interval-args15] PASSED [ 75%] 2022-03-17T20:38:19.6469179Z distributions/test_constraints.py::test_transform_to[False-_Interval-args16] PASSED [ 76%] 2022-03-17T20:38:19.6489275Z distributions/test_constraints.py::test_transform_to[False-_Interval-args17] PASSED [ 77%] 2022-03-17T20:38:19.6508645Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18] PASSED [ 78%] 2022-03-17T20:38:19.6528823Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19] PASSED [ 78%] 2022-03-17T20:38:19.6548567Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20] PASSED [ 79%] 2022-03-17T20:38:19.6570755Z distributions/test_constraints.py::test_transform_to[False-constraint_fn21-args21] PASSED [ 80%] 2022-03-17T20:38:19.6598703Z distributions/test_constraints.py::test_transform_to[False-constraint_fn22-args22] PASSED [ 81%] 2022-03-17T20:38:19.6621673Z distributions/test_constraints.py::test_transform_to[False-constraint_fn23-args23] PASSED [ 81%] 2022-03-17T20:38:19.6641064Z distributions/test_constraints.py::test_transform_to[True-constraint_fn0-args0] PASSED [ 82%] 2022-03-17T20:38:19.6662189Z distributions/test_constraints.py::test_transform_to[True-constraint_fn1-args1] PASSED [ 83%] 2022-03-17T20:38:19.6683999Z distributions/test_constraints.py::test_transform_to[True-constraint_fn2-args2] PASSED [ 84%] 2022-03-17T20:38:19.6706473Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args3] PASSED [ 84%] 2022-03-17T20:38:19.6728841Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args4] PASSED [ 85%] 2022-03-17T20:38:19.6750868Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args5] PASSED [ 86%] 2022-03-17T20:38:19.6773183Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args6] PASSED [ 87%] 2022-03-17T20:38:19.6795161Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args7] PASSED [ 87%] 2022-03-17T20:38:19.6817637Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args8] PASSED [ 88%] 2022-03-17T20:38:19.6839790Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args9] PASSED [ 89%] 2022-03-17T20:38:19.6862129Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args10] PASSED [ 90%] 2022-03-17T20:38:19.6884141Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args11] PASSED [ 90%] 2022-03-17T20:38:19.6906227Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args12] PASSED [ 91%] 2022-03-17T20:38:19.6929035Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args13] PASSED [ 92%] 2022-03-17T20:38:19.6950259Z distributions/test_constraints.py::test_transform_to[True-constraint_fn14-args14] PASSED [ 93%] 2022-03-17T20:38:19.6974515Z distributions/test_constraints.py::test_transform_to[True-_Interval-args15] PASSED [ 93%] 2022-03-17T20:38:19.6997691Z distributions/test_constraints.py::test_transform_to[True-_Interval-args16] PASSED [ 94%] 2022-03-17T20:38:19.7021229Z distributions/test_constraints.py::test_transform_to[True-_Interval-args17] PASSED [ 95%] 2022-03-17T20:38:19.7045590Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18] PASSED [ 96%] 2022-03-17T20:38:19.7068758Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19] PASSED [ 96%] 2022-03-17T20:38:19.7092334Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20] PASSED [ 97%] 2022-03-17T20:38:19.7115606Z distributions/test_constraints.py::test_transform_to[True-constraint_fn21-args21] PASSED [ 98%] 2022-03-17T20:38:19.7153666Z distributions/test_constraints.py::test_transform_to[True-constraint_fn22-args22] PASSED [ 99%] 2022-03-17T20:38:19.7183056Z distributions/test_constraints.py::test_transform_to[True-constraint_fn23-args23] PASSED [100%] 2022-03-17T20:38:19.7186173Z 2022-03-17T20:38:19.7186509Z =========================== short test summary info ============================ 2022-03-17T20:38:19.7186911Z SKIPPED [2] distributions/test_constraints.py:83: `biject_to` not implemented. 2022-03-17T20:38:19.7189238Z ======================== 130 passed, 2 skipped in 3.05s ======================== 2022-03-17T20:38:20.0010098Z Running test_nestedtensor ... [2022-03-17 20:38:20.000477] 2022-03-17T20:38:20.0010996Z Executing ['/opt/conda/bin/python', 'test_nestedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:38:20.000585] 2022-03-17T20:38:20.8474863Z Running test_ops_jit ... [2022-03-17 20:38:20.846985] 2022-03-17T20:38:20.8475498Z Executing ['/opt/conda/bin/python', 'test_ops_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-03-17 20:38:20.847095] 2022-03-17T20:38:23.5892911Z Test results will be stored in test-reports/python-unittest/test_ops_jit 2022-03-17T20:38:23.6105372Z 2022-03-17T20:38:23.6105788Z Running tests... 2022-03-17T20:38:23.6106303Z ---------------------------------------------------------------------- 2022-03-17T20:38:23.7416935Z test_jit_alias_remapping_abs_cuda_float32 (__main__.TestJitCUDA) ... ok (0.131s) 2022-03-17T20:38:23.7953670Z test_jit_alias_remapping_acos_cuda_float32 (__main__.TestJitCUDA) ... ok (0.054s) 2022-03-17T20:38:23.8466655Z test_jit_alias_remapping_acosh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.051s) 2022-03-17T20:38:23.8977358Z test_jit_alias_remapping_asin_cuda_float32 (__main__.TestJitCUDA) ... ok (0.051s) 2022-03-17T20:38:23.9474620Z test_jit_alias_remapping_asinh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.050s) 2022-03-17T20:38:24.0224803Z test_jit_alias_remapping_atan2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.075s) 2022-03-17T20:38:24.0754995Z test_jit_alias_remapping_atan_cuda_float32 (__main__.TestJitCUDA) ... ok (0.053s) 2022-03-17T20:38:24.1269462Z test_jit_alias_remapping_atanh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.051s) 2022-03-17T20:38:24.1332230Z test_jit_alias_remapping_cat_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.006s) 2022-03-17T20:38:24.2923197Z test_jit_alias_remapping_clamp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.159s) 2022-03-17T20:38:24.3460783Z test_jit_alias_remapping_clamp_scalar_cuda_float32 (__main__.TestJitCUDA) ... ok (0.054s) 2022-03-17T20:38:24.3906402Z test_jit_alias_remapping_diagonal_cuda_float32 (__main__.TestJitCUDA) ... ok (0.044s) 2022-03-17T20:38:24.8195740Z test_jit_alias_remapping_digamma_cuda_float32 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:791: UserWarning: Specified kernel cache directory could not be created! This disables kernel caching. Specified directory is /var/lib/jenkins/.cache/torch/kernels. This warning will appear only once per process. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/jit_utils.cpp:860.) 2022-03-17T20:38:24.8196635Z return self.op(*args, **kwargs) 2022-03-17T20:38:24.8692879Z ok (0.479s) 2022-03-17T20:38:24.9226175Z test_jit_alias_remapping_div_floor_rounding_cuda_float32 (__main__.TestJitCUDA) ... ok (0.053s) 2022-03-17T20:38:24.9758598Z test_jit_alias_remapping_div_no_rounding_mode_cuda_float32 (__main__.TestJitCUDA) ... ok (0.053s) 2022-03-17T20:38:25.0285498Z test_jit_alias_remapping_div_trunc_rounding_cuda_float32 (__main__.TestJitCUDA) ... ok (0.053s) 2022-03-17T20:38:25.0730322Z test_jit_alias_remapping_erf_cuda_float32 (__main__.TestJitCUDA) ... ok (0.044s) 2022-03-17T20:38:25.3439057Z test_jit_alias_remapping_erfc_cuda_float32 (__main__.TestJitCUDA) ... ok (0.271s) 2022-03-17T20:38:25.6174886Z test_jit_alias_remapping_erfinv_cuda_float32 (__main__.TestJitCUDA) ... ok (0.273s) 2022-03-17T20:38:25.8628977Z test_jit_alias_remapping_exp2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.245s) 2022-03-17T20:38:25.9075967Z test_jit_alias_remapping_expm1_cuda_float32 (__main__.TestJitCUDA) ... ok (0.045s) 2022-03-17T20:38:25.9825664Z test_jit_alias_remapping_ge_cuda_float32 (__main__.TestJitCUDA) ... ok (0.075s) 2022-03-17T20:38:26.0567411Z test_jit_alias_remapping_gt_cuda_float32 (__main__.TestJitCUDA) ... ok (0.074s) 2022-03-17T20:38:26.4115399Z test_jit_alias_remapping_i0_cuda_float32 (__main__.TestJitCUDA) ... ok (0.355s) 2022-03-17T20:38:26.4612839Z test_jit_alias_remapping_igamma_cuda_float32 (__main__.TestJitCUDA) ... ok (0.050s) 2022-03-17T20:38:26.5100010Z test_jit_alias_remapping_igammac_cuda_float32 (__main__.TestJitCUDA) ... ok (0.049s) 2022-03-17T20:38:26.5868821Z test_jit_alias_remapping_le_cuda_float32 (__main__.TestJitCUDA) ... ok (0.077s) 2022-03-17T20:38:26.9886232Z test_jit_alias_remapping_lgamma_cuda_float32 (__main__.TestJitCUDA) ... ok (0.402s) 2022-03-17T20:38:27.5639024Z test_jit_alias_remapping_linalg_det_cuda_float32 (__main__.TestJitCUDA) ... ok (0.575s) 2022-03-17T20:38:27.6193574Z test_jit_alias_remapping_linalg_householder_product_cuda_float32 (__main__.TestJitCUDA) ... ok (0.055s) 2022-03-17T20:38:27.6696373Z test_jit_alias_remapping_linalg_matrix_power_cuda_float32 (__main__.TestJitCUDA) ... ok (0.050s) 2022-03-17T20:38:27.7157836Z test_jit_alias_remapping_log1p_cuda_float32 (__main__.TestJitCUDA) ... ok (0.046s) 2022-03-17T20:38:27.7727054Z test_jit_alias_remapping_log_softmax_cuda_float32 (__main__.TestJitCUDA) ... ok (0.057s) 2022-03-17T20:38:27.8251116Z test_jit_alias_remapping_log_softmax_dtype_cuda_float32 (__main__.TestJitCUDA) ... ok (0.052s) 2022-03-17T20:38:27.8718194Z test_jit_alias_remapping_logit_cuda_float32 (__main__.TestJitCUDA) ... ok (0.047s) 2022-03-17T20:38:27.9181321Z test_jit_alias_remapping_logsumexp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.046s) 2022-03-17T20:38:27.9950863Z test_jit_alias_remapping_lt_cuda_float32 (__main__.TestJitCUDA) ... ok (0.077s) 2022-03-17T20:38:28.0449604Z test_jit_alias_remapping_mH_cuda_float32 (__main__.TestJitCUDA) ... ok (0.050s) 2022-03-17T20:38:28.0966282Z test_jit_alias_remapping_matmul_cuda_float32 (__main__.TestJitCUDA) ... ok (0.052s) 2022-03-17T20:38:28.1448099Z test_jit_alias_remapping_matrix_exp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.048s) 2022-03-17T20:38:28.2106610Z test_jit_alias_remapping_max_binary_cuda_float32 (__main__.TestJitCUDA) ... ok (0.066s) 2022-03-17T20:38:28.2773675Z test_jit_alias_remapping_min_binary_cuda_float32 (__main__.TestJitCUDA) ... ok (0.067s) 2022-03-17T20:38:28.3277049Z test_jit_alias_remapping_movedim_cuda_float32 (__main__.TestJitCUDA) ... ok (0.050s) 2022-03-17T20:38:28.3815156Z test_jit_alias_remapping_mul_cuda_float32 (__main__.TestJitCUDA) ... ok (0.054s) 2022-03-17T20:38:28.4274453Z test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestJitCUDA) ... ok (0.046s) 2022-03-17T20:38:28.4310177Z test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:28.4347209Z test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:28.5132726Z test_jit_alias_remapping_ne_cuda_float32 (__main__.TestJitCUDA) ... ok (0.078s) 2022-03-17T20:38:28.5664432Z test_jit_alias_remapping_neg_cuda_float32 (__main__.TestJitCUDA) ... ok (0.053s) 2022-03-17T20:38:29.2220815Z test_jit_alias_remapping_nn_functional_conv1d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.655s) 2022-03-17T20:38:29.3258811Z test_jit_alias_remapping_nn_functional_conv2d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.104s) 2022-03-17T20:38:29.3784927Z test_jit_alias_remapping_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.052s) 2022-03-17T20:38:29.4371936Z test_jit_alias_remapping_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.059s) 2022-03-17T20:38:29.5094140Z test_jit_alias_remapping_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.072s) 2022-03-17T20:38:29.5599938Z test_jit_alias_remapping_nn_functional_group_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.050s) 2022-03-17T20:38:29.6108261Z test_jit_alias_remapping_nn_functional_layer_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.051s) 2022-03-17T20:38:29.6644458Z test_jit_alias_remapping_outer_cuda_float32 (__main__.TestJitCUDA) ... ok (0.053s) 2022-03-17T20:38:29.7104931Z test_jit_alias_remapping_round_cuda_float32 (__main__.TestJitCUDA) ... ok (0.046s) 2022-03-17T20:38:29.7558714Z test_jit_alias_remapping_round_decimals_0_cuda_float32 (__main__.TestJitCUDA) ... ok (0.045s) 2022-03-17T20:38:29.7595112Z test_jit_alias_remapping_round_decimals_3_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:29.7631142Z test_jit_alias_remapping_round_decimals_neg_3_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:29.7738899Z test_jit_alias_remapping_sigmoid_cuda_float32 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1909: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-03-17T20:38:29.7739534Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-03-17T20:38:29.7770155Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1909: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-03-17T20:38:29.7770885Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-03-17T20:38:29.7774630Z expected failure (0.014s) 2022-03-17T20:38:30.1921114Z test_jit_alias_remapping_sinc_cuda_float32 (__main__.TestJitCUDA) ... ok (0.414s) 2022-03-17T20:38:30.2467878Z test_jit_alias_remapping_softmax_cuda_float32 (__main__.TestJitCUDA) ... ok (0.055s) 2022-03-17T20:38:30.2974175Z test_jit_alias_remapping_softmax_with_dtype_cuda_float32 (__main__.TestJitCUDA) ... ok (0.050s) 2022-03-17T20:38:30.3499514Z test_jit_alias_remapping_sub_cuda_float32 (__main__.TestJitCUDA) ... ok (0.052s) 2022-03-17T20:38:30.3568480Z test_jit_alias_remapping_tanh_cuda_float32 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1898: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-03-17T20:38:30.3569067Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-03-17T20:38:30.3599985Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1898: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-03-17T20:38:30.3600530Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-03-17T20:38:30.3605171Z expected failure (0.011s) 2022-03-17T20:38:30.4658979Z test_jit_alias_remapping_transpose_cuda_float32 (__main__.TestJitCUDA) ... ok (0.105s) 2022-03-17T20:38:30.5235764Z test_jit_alias_remapping_trunc_cuda_float32 (__main__.TestJitCUDA) ... ok (0.058s) 2022-03-17T20:38:30.5338785Z test_jit_alias_remapping_vstack_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.010s) 2022-03-17T20:38:30.6214059Z test_jit_alias_remapping_xlogy_cuda_float32 (__main__.TestJitCUDA) ... ok (0.087s) 2022-03-17T20:38:30.6254123Z test_variant_consistency_jit_H_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.6296018Z test_variant_consistency_jit_H_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.6337401Z test_variant_consistency_jit_T_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.6378868Z test_variant_consistency_jit_T_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.6420234Z test_variant_consistency_jit___getitem___cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.6461739Z test_variant_consistency_jit___getitem___cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.6503428Z test_variant_consistency_jit___radd___cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.6545218Z test_variant_consistency_jit___radd___cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.6586920Z test_variant_consistency_jit___rdiv___cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.6628742Z test_variant_consistency_jit___rdiv___cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.6670344Z test_variant_consistency_jit___rmatmul___cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.6712103Z test_variant_consistency_jit___rmatmul___cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.6754087Z test_variant_consistency_jit___rmod___cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.6795440Z test_variant_consistency_jit___rmul___cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.6837185Z test_variant_consistency_jit___rmul___cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.6879018Z test_variant_consistency_jit___rpow___cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.6920703Z test_variant_consistency_jit___rpow___cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.6962308Z test_variant_consistency_jit___rsub___cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.7004920Z test_variant_consistency_jit___rsub___cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.7046630Z test_variant_consistency_jit__masked_amax_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.7088949Z test_variant_consistency_jit__masked_amin_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.7130641Z test_variant_consistency_jit__masked_log_softmax_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.7173469Z test_variant_consistency_jit__masked_mean_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.7215253Z test_variant_consistency_jit__masked_mean_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.7257381Z test_variant_consistency_jit__masked_norm_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.7299331Z test_variant_consistency_jit__masked_normalize_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.7341122Z test_variant_consistency_jit__masked_prod_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.7382881Z test_variant_consistency_jit__masked_prod_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.7424897Z test_variant_consistency_jit__masked_softmax_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.7467064Z test_variant_consistency_jit__masked_softmin_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.7509280Z test_variant_consistency_jit__masked_sum_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.7551299Z test_variant_consistency_jit__masked_sum_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.7593373Z test_variant_consistency_jit__masked_var_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:30.7635093Z test_variant_consistency_jit__masked_var_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:38:31.0373206Z test_variant_consistency_jit_abs_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.273s) 2022-03-17T20:38:31.2487689Z test_variant_consistency_jit_abs_cuda_float32 (__main__.TestJitCUDA) ... ok (0.211s) 2022-03-17T20:38:32.8016454Z test_variant_consistency_jit_acos_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.553s) 2022-03-17T20:38:33.1760365Z test_variant_consistency_jit_acos_cuda_float32 (__main__.TestJitCUDA) ... ok (0.374s) 2022-03-17T20:38:33.8288089Z test_variant_consistency_jit_acosh_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.653s) 2022-03-17T20:38:34.1758288Z test_variant_consistency_jit_acosh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.347s) 2022-03-17T20:38:36.7339024Z test_variant_consistency_jit_add_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.558s) 2022-03-17T20:38:38.1029327Z test_variant_consistency_jit_add_cuda_float32 (__main__.TestJitCUDA) ... ok (1.369s) 2022-03-17T20:38:41.3904230Z test_variant_consistency_jit_addbmm_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.287s) 2022-03-17T20:38:42.2262136Z test_variant_consistency_jit_addbmm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.836s) 2022-03-17T20:38:45.3756950Z test_variant_consistency_jit_addcdiv_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.149s) 2022-03-17T20:38:46.9231271Z test_variant_consistency_jit_addcdiv_cuda_float32 (__main__.TestJitCUDA) ... ok (1.547s) 2022-03-17T20:38:50.3628469Z test_variant_consistency_jit_addcmul_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.440s) 2022-03-17T20:38:52.2281261Z test_variant_consistency_jit_addcmul_cuda_float32 (__main__.TestJitCUDA) ... ok (1.865s) 2022-03-17T20:38:53.7591113Z test_variant_consistency_jit_addmm_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.531s) 2022-03-17T20:38:54.2593383Z test_variant_consistency_jit_addmm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.500s) 2022-03-17T20:38:55.8125779Z test_variant_consistency_jit_addmm_decomposed_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.553s) 2022-03-17T20:38:56.3308316Z test_variant_consistency_jit_addmm_decomposed_cuda_float32 (__main__.TestJitCUDA) ... ok (0.518s) 2022-03-17T20:38:57.9275496Z test_variant_consistency_jit_addmv_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.597s) 2022-03-17T20:38:58.7358201Z test_variant_consistency_jit_addmv_cuda_float32 (__main__.TestJitCUDA) ... ok (0.808s) 2022-03-17T20:38:59.8252935Z test_variant_consistency_jit_addr_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.089s) 2022-03-17T20:39:00.3793940Z test_variant_consistency_jit_addr_cuda_float32 (__main__.TestJitCUDA) ... ok (0.554s) 2022-03-17T20:39:01.1778117Z test_variant_consistency_jit_all_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.798s) 2022-03-17T20:39:01.6198079Z test_variant_consistency_jit_all_cuda_float32 (__main__.TestJitCUDA) ... ok (0.442s) 2022-03-17T20:39:01.6237523Z test_variant_consistency_jit_allclose_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:01.6278520Z test_variant_consistency_jit_allclose_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:03.8995337Z test_variant_consistency_jit_amax_cuda_float32 (__main__.TestJitCUDA) ... ok (2.271s) 2022-03-17T20:39:06.1795416Z test_variant_consistency_jit_amin_cuda_float32 (__main__.TestJitCUDA) ... ok (2.280s) 2022-03-17T20:39:06.4521069Z test_variant_consistency_jit_aminmax_cuda_float32 (__main__.TestJitCUDA) ... ok (0.272s) 2022-03-17T20:39:06.7140330Z test_variant_consistency_jit_angle_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.262s) 2022-03-17T20:39:06.8621729Z test_variant_consistency_jit_angle_cuda_float32 (__main__.TestJitCUDA) ... ok (0.148s) 2022-03-17T20:39:07.6607551Z test_variant_consistency_jit_any_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.798s) 2022-03-17T20:39:08.1039292Z test_variant_consistency_jit_any_cuda_float32 (__main__.TestJitCUDA) ... ok (0.443s) 2022-03-17T20:39:08.5470838Z test_variant_consistency_jit_argmax_cuda_float32 (__main__.TestJitCUDA) ... ok (0.443s) 2022-03-17T20:39:08.9910469Z test_variant_consistency_jit_argmin_cuda_float32 (__main__.TestJitCUDA) ... ok (0.444s) 2022-03-17T20:39:08.9951136Z test_variant_consistency_jit_argsort_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:09.3814428Z test_variant_consistency_jit_argwhere_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.386s) 2022-03-17T20:39:09.6062803Z test_variant_consistency_jit_argwhere_cuda_float32 (__main__.TestJitCUDA) ... ok (0.225s) 2022-03-17T20:39:10.2404853Z test_variant_consistency_jit_as_strided_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.634s) 2022-03-17T20:39:10.5847892Z test_variant_consistency_jit_as_strided_cuda_float32 (__main__.TestJitCUDA) ... ok (0.344s) 2022-03-17T20:39:10.8573293Z test_variant_consistency_jit_asin_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.272s) 2022-03-17T20:39:11.0181069Z test_variant_consistency_jit_asin_cuda_float32 (__main__.TestJitCUDA) ... ok (0.161s) 2022-03-17T20:39:11.2743979Z test_variant_consistency_jit_asinh_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.256s) 2022-03-17T20:39:11.4283948Z test_variant_consistency_jit_asinh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.154s) 2022-03-17T20:39:12.0946618Z test_variant_consistency_jit_atan2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.666s) 2022-03-17T20:39:12.3721257Z test_variant_consistency_jit_atan_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.277s) 2022-03-17T20:39:12.5399846Z test_variant_consistency_jit_atan_cuda_float32 (__main__.TestJitCUDA) ... ok (0.168s) 2022-03-17T20:39:12.8040028Z test_variant_consistency_jit_atanh_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.264s) 2022-03-17T20:39:12.9582147Z test_variant_consistency_jit_atanh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.154s) 2022-03-17T20:39:13.6992365Z test_variant_consistency_jit_atleast_1d_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.741s) 2022-03-17T20:39:13.7035380Z test_variant_consistency_jit_atleast_1d_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:14.4443606Z test_variant_consistency_jit_atleast_2d_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.741s) 2022-03-17T20:39:14.4484823Z test_variant_consistency_jit_atleast_2d_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:15.1817721Z test_variant_consistency_jit_atleast_3d_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.733s) 2022-03-17T20:39:15.1857245Z test_variant_consistency_jit_atleast_3d_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:18.6567955Z test_variant_consistency_jit_baddbmm_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.471s) 2022-03-17T20:39:19.4642805Z test_variant_consistency_jit_baddbmm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.807s) 2022-03-17T20:39:19.4682490Z test_variant_consistency_jit_bernoulli_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:19.4723627Z test_variant_consistency_jit_bfloat16_channels_last_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:19.4765045Z test_variant_consistency_jit_bfloat16_channels_last_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:19.4806091Z test_variant_consistency_jit_bfloat16_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:19.4846975Z test_variant_consistency_jit_bfloat16_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:19.7176572Z test_variant_consistency_jit_bitwise_left_shift_cuda_float32 (__main__.TestJitCUDA) ... ok (0.233s) 2022-03-17T20:39:19.9493095Z test_variant_consistency_jit_bitwise_right_shift_cuda_float32 (__main__.TestJitCUDA) ... ok (0.231s) 2022-03-17T20:39:20.1244521Z test_variant_consistency_jit_block_diag_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.175s) 2022-03-17T20:39:20.1284748Z test_variant_consistency_jit_block_diag_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:20.4232678Z test_variant_consistency_jit_bmm_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.294s) 2022-03-17T20:39:20.5878106Z test_variant_consistency_jit_bmm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.164s) 2022-03-17T20:39:20.5918948Z test_variant_consistency_jit_bool_channels_last_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:20.5960499Z test_variant_consistency_jit_bool_channels_last_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:20.6001582Z test_variant_consistency_jit_bool_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:20.6042820Z test_variant_consistency_jit_bool_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:20.8213690Z test_variant_consistency_jit_broadcast_tensors_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.217s) 2022-03-17T20:39:20.8252685Z test_variant_consistency_jit_broadcast_tensors_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:22.3930558Z test_variant_consistency_jit_broadcast_to_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.567s) 2022-03-17T20:39:23.1979813Z test_variant_consistency_jit_broadcast_to_cuda_float32 (__main__.TestJitCUDA) ... ok (0.805s) 2022-03-17T20:39:23.2019497Z test_variant_consistency_jit_bucketize_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:23.2060599Z test_variant_consistency_jit_byte_channels_last_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:23.2102130Z test_variant_consistency_jit_byte_channels_last_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:23.2146823Z test_variant_consistency_jit_byte_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:23.2187278Z test_variant_consistency_jit_byte_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:23.3587612Z test_variant_consistency_jit_cartesian_prod_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.140s) 2022-03-17T20:39:23.3627508Z test_variant_consistency_jit_cartesian_prod_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:24.3265367Z test_variant_consistency_jit_cat_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.963s) 2022-03-17T20:39:24.9573783Z test_variant_consistency_jit_cat_cuda_float32 (__main__.TestJitCUDA) ... ok (0.631s) 2022-03-17T20:39:36.0539166Z test_variant_consistency_jit_cdist_cuda_float32 (__main__.TestJitCUDA) ... ok (11.096s) 2022-03-17T20:39:36.2121116Z test_variant_consistency_jit_ceil_cuda_float32 (__main__.TestJitCUDA) ... ok (0.158s) 2022-03-17T20:39:36.2160726Z test_variant_consistency_jit_char_channels_last_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:36.2201905Z test_variant_consistency_jit_char_channels_last_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:36.2242835Z test_variant_consistency_jit_char_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:36.2284280Z test_variant_consistency_jit_char_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:36.2372818Z test_variant_consistency_jit_cholesky_cuda_complex64 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-03-17T20:39:36.2373440Z L = torch.cholesky(A) 2022-03-17T20:39:36.2373699Z should be replaced with 2022-03-17T20:39:36.2373957Z L = torch.linalg.cholesky(A) 2022-03-17T20:39:36.2377225Z and 2022-03-17T20:39:36.2377536Z U = torch.cholesky(A, upper=True) 2022-03-17T20:39:36.2377872Z should be replaced with 2022-03-17T20:39:36.2378135Z U = torch.linalg.cholesky(A).mH(). 2022-03-17T20:39:36.2378680Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1340.) 2022-03-17T20:39:36.2379174Z results = func(*inputs, **kwargs) 2022-03-17T20:39:39.7945926Z ok (3.566s) 2022-03-17T20:39:41.5702066Z test_variant_consistency_jit_cholesky_cuda_float32 (__main__.TestJitCUDA) ... ok (1.775s) 2022-03-17T20:39:42.4496380Z test_variant_consistency_jit_cholesky_inverse_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.879s) 2022-03-17T20:39:43.5450772Z test_variant_consistency_jit_cholesky_inverse_cuda_float32 (__main__.TestJitCUDA) ... ok (1.095s) 2022-03-17T20:39:45.7548984Z test_variant_consistency_jit_cholesky_solve_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.210s) 2022-03-17T20:39:46.8727120Z test_variant_consistency_jit_cholesky_solve_cuda_float32 (__main__.TestJitCUDA) ... ok (1.118s) 2022-03-17T20:39:47.8011336Z test_variant_consistency_jit_chunk_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.928s) 2022-03-17T20:39:48.2798713Z test_variant_consistency_jit_chunk_cuda_float32 (__main__.TestJitCUDA) ... ok (0.479s) 2022-03-17T20:39:48.7222875Z test_variant_consistency_jit_clamp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.442s) 2022-03-17T20:39:49.6024420Z test_variant_consistency_jit_clamp_scalar_cuda_float32 (__main__.TestJitCUDA) ... ok (0.880s) 2022-03-17T20:39:50.0628152Z test_variant_consistency_jit_clone_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.460s) 2022-03-17T20:39:50.3160271Z test_variant_consistency_jit_clone_cuda_float32 (__main__.TestJitCUDA) ... ok (0.253s) 2022-03-17T20:39:50.7131771Z test_variant_consistency_jit_column_stack_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.397s) 2022-03-17T20:39:50.7171750Z test_variant_consistency_jit_column_stack_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:50.7242332Z test_variant_consistency_jit_combinations_cuda_complex64 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:2300.) 2022-03-17T20:39:50.7243078Z results = func(*inputs, **kwargs) 2022-03-17T20:39:51.4300371Z ok (0.713s) 2022-03-17T20:39:51.8322875Z test_variant_consistency_jit_combinations_cuda_float32 (__main__.TestJitCUDA) ... ok (0.402s) 2022-03-17T20:39:51.9926061Z test_variant_consistency_jit_complex_cuda_float32 (__main__.TestJitCUDA) ... ok (0.160s) 2022-03-17T20:39:52.6319980Z test_variant_consistency_jit_conj_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.639s) 2022-03-17T20:39:52.9544774Z test_variant_consistency_jit_conj_cuda_float32 (__main__.TestJitCUDA) ... ok (0.322s) 2022-03-17T20:39:53.2053039Z test_variant_consistency_jit_conj_physical_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.251s) 2022-03-17T20:39:53.2092702Z test_variant_consistency_jit_conj_physical_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:39:53.3181002Z test_variant_consistency_jit_contiguous_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.109s) 2022-03-17T20:39:53.4187999Z test_variant_consistency_jit_contiguous_cuda_float32 (__main__.TestJitCUDA) ... ok (0.100s) 2022-03-17T20:39:54.2378339Z test_variant_consistency_jit_copysign_cuda_float32 (__main__.TestJitCUDA) ... ok (0.819s) 2022-03-17T20:39:55.4183765Z test_variant_consistency_jit_corrcoef_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.180s) 2022-03-17T20:39:55.9877637Z test_variant_consistency_jit_corrcoef_cuda_float32 (__main__.TestJitCUDA) ... ok (0.569s) 2022-03-17T20:39:56.6838511Z test_variant_consistency_jit_cos_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.696s) 2022-03-17T20:39:57.0545776Z test_variant_consistency_jit_cos_cuda_float32 (__main__.TestJitCUDA) ... ok (0.371s) 2022-03-17T20:39:57.7378918Z test_variant_consistency_jit_cosh_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.683s) 2022-03-17T20:39:58.1067516Z test_variant_consistency_jit_cosh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.369s) 2022-03-17T20:39:59.3461500Z test_variant_consistency_jit_count_nonzero_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.239s) 2022-03-17T20:40:00.0273883Z test_variant_consistency_jit_count_nonzero_cuda_float32 (__main__.TestJitCUDA) ... ok (0.681s) 2022-03-17T20:40:00.0315513Z test_variant_consistency_jit_cov_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:40:00.0357611Z test_variant_consistency_jit_cov_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:40:00.7804444Z test_variant_consistency_jit_cross_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.744s) 2022-03-17T20:40:01.1719621Z test_variant_consistency_jit_cross_cuda_float32 (__main__.TestJitCUDA) ... ok (0.391s) 2022-03-17T20:40:01.5681722Z test_variant_consistency_jit_cummax_cuda_float32 (__main__.TestJitCUDA) ... ok (0.396s) 2022-03-17T20:40:01.9687410Z test_variant_consistency_jit_cummin_cuda_float32 (__main__.TestJitCUDA) ... ok (0.400s) 2022-03-17T20:40:04.5888575Z test_variant_consistency_jit_cumprod_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.620s) 2022-03-17T20:40:05.9046475Z test_variant_consistency_jit_cumprod_cuda_float32 (__main__.TestJitCUDA) ... ok (1.316s) 2022-03-17T20:40:06.8111721Z test_variant_consistency_jit_cumsum_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.906s) 2022-03-17T20:40:07.2892810Z test_variant_consistency_jit_cumsum_cuda_float32 (__main__.TestJitCUDA) ... ok (0.478s) 2022-03-17T20:40:08.4428471Z test_variant_consistency_jit_cumulative_trapezoid_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.153s) 2022-03-17T20:40:09.0484785Z test_variant_consistency_jit_cumulative_trapezoid_cuda_float32 (__main__.TestJitCUDA) ... ok (0.605s) 2022-03-17T20:40:09.4045689Z test_variant_consistency_jit_deg2rad_cuda_float32 (__main__.TestJitCUDA) ... ok (0.356s) 2022-03-17T20:40:12.8362572Z test_variant_consistency_jit_diag_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.431s) 2022-03-17T20:40:14.5859520Z test_variant_consistency_jit_diag_cuda_float32 (__main__.TestJitCUDA) ... ok (1.750s) 2022-03-17T20:40:17.9292038Z test_variant_consistency_jit_diag_embed_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.343s) 2022-03-17T20:40:19.6417129Z test_variant_consistency_jit_diag_embed_cuda_float32 (__main__.TestJitCUDA) ... ok (1.712s) 2022-03-17T20:40:20.7552468Z test_variant_consistency_jit_diagflat_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.113s) 2022-03-17T20:40:21.3310468Z test_variant_consistency_jit_diagflat_cuda_float32 (__main__.TestJitCUDA) ... ok (0.576s) 2022-03-17T20:40:24.5355055Z test_variant_consistency_jit_diagonal_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.204s) 2022-03-17T20:40:26.1873372Z test_variant_consistency_jit_diagonal_cuda_float32 (__main__.TestJitCUDA) ... ok (1.652s) 2022-03-17T20:40:28.0037818Z test_variant_consistency_jit_diagonal_scatter_cuda_float32 (__main__.TestJitCUDA) ... ok (1.816s) 2022-03-17T20:40:47.7495615Z test_variant_consistency_jit_diff_cuda_complex64 (__main__.TestJitCUDA) ... ok (19.746s) 2022-03-17T20:40:57.6169899Z test_variant_consistency_jit_diff_cuda_float32 (__main__.TestJitCUDA) ... ok (9.867s) 2022-03-17T20:41:11.0730724Z test_variant_consistency_jit_digamma_cuda_float32 (__main__.TestJitCUDA) ... ok (13.456s) 2022-03-17T20:41:23.5175147Z test_variant_consistency_jit_dist_cuda_complex64 (__main__.TestJitCUDA) ... ok (12.444s) 2022-03-17T20:41:29.6878854Z test_variant_consistency_jit_dist_cuda_float32 (__main__.TestJitCUDA) ... ok (6.170s) 2022-03-17T20:41:31.9542511Z test_variant_consistency_jit_div_floor_rounding_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.266s) 2022-03-17T20:41:33.1018398Z test_variant_consistency_jit_div_floor_rounding_cuda_float32 (__main__.TestJitCUDA) ... ok (1.148s) 2022-03-17T20:41:35.3719786Z test_variant_consistency_jit_div_no_rounding_mode_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.270s) 2022-03-17T20:41:36.5205939Z test_variant_consistency_jit_div_no_rounding_mode_cuda_float32 (__main__.TestJitCUDA) ... ok (1.149s) 2022-03-17T20:41:38.8320764Z test_variant_consistency_jit_div_trunc_rounding_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.311s) 2022-03-17T20:41:40.0006142Z test_variant_consistency_jit_div_trunc_rounding_cuda_float32 (__main__.TestJitCUDA) ... ok (1.168s) 2022-03-17T20:41:40.5424520Z test_variant_consistency_jit_dot_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.542s) 2022-03-17T20:41:40.7109799Z test_variant_consistency_jit_dot_cuda_float32 (__main__.TestJitCUDA) ... ok (0.168s) 2022-03-17T20:41:40.7149228Z test_variant_consistency_jit_double_channels_last_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:41:40.7190436Z test_variant_consistency_jit_double_channels_last_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:41:40.7231358Z test_variant_consistency_jit_double_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:41:40.7272227Z test_variant_consistency_jit_double_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:41:41.3353598Z test_variant_consistency_jit_dsplit_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.608s) 2022-03-17T20:41:41.6580255Z test_variant_consistency_jit_dsplit_cuda_float32 (__main__.TestJitCUDA) ... ok (0.323s) 2022-03-17T20:41:41.8300241Z test_variant_consistency_jit_dstack_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.172s) 2022-03-17T20:41:41.9364972Z test_variant_consistency_jit_dstack_cuda_float32 (__main__.TestJitCUDA) ... ok (0.106s) 2022-03-17T20:41:41.9486233Z test_variant_consistency_jit_eig_cuda_complex64 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-03-17T20:41:41.9487003Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-03-17T20:41:41.9488158Z L, _ = torch.eig(A) 2022-03-17T20:41:41.9488866Z should be replaced with 2022-03-17T20:41:41.9489200Z L_complex = torch.linalg.eigvals(A) 2022-03-17T20:41:41.9489467Z and 2022-03-17T20:41:41.9489698Z L, V = torch.eig(A, eigenvectors=True) 2022-03-17T20:41:41.9489987Z should be replaced with 2022-03-17T20:41:41.9490431Z L_complex, V_complex = torch.linalg.eig(A) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2913.) 2022-03-17T20:41:41.9491121Z results = func(*inputs, **kwargs) 2022-03-17T20:41:42.8471331Z ok (0.910s) 2022-03-17T20:41:43.3272761Z test_variant_consistency_jit_eig_cuda_float32 (__main__.TestJitCUDA) ... ok (0.480s) 2022-03-17T20:41:43.3313460Z test_variant_consistency_jit_einsum_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:41:43.3355246Z test_variant_consistency_jit_einsum_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:41:43.3396993Z test_variant_consistency_jit_empty_like_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:41:43.3438298Z test_variant_consistency_jit_empty_like_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:41:44.2637121Z test_variant_consistency_jit_eq_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.919s) 2022-03-17T20:41:44.8614896Z test_variant_consistency_jit_eq_cuda_float32 (__main__.TestJitCUDA) ... ok (0.598s) 2022-03-17T20:41:45.0218551Z test_variant_consistency_jit_erf_cuda_float32 (__main__.TestJitCUDA) ... ok (0.160s) 2022-03-17T20:41:45.3926318Z test_variant_consistency_jit_erfc_cuda_float32 (__main__.TestJitCUDA) ... ok (0.371s) 2022-03-17T20:41:45.5387101Z test_variant_consistency_jit_erfinv_cuda_float32 (__main__.TestJitCUDA) ... ok (0.146s) 2022-03-17T20:41:45.8810783Z test_variant_consistency_jit_exp2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.342s) 2022-03-17T20:41:47.0511920Z test_variant_consistency_jit_exp_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.170s) 2022-03-17T20:41:47.4173165Z test_variant_consistency_jit_exp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.366s) 2022-03-17T20:41:47.7770391Z test_variant_consistency_jit_expand_as_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.360s) 2022-03-17T20:41:47.9868784Z test_variant_consistency_jit_expand_as_cuda_float32 (__main__.TestJitCUDA) ... ok (0.210s) 2022-03-17T20:41:49.0310479Z test_variant_consistency_jit_expand_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.044s) 2022-03-17T20:41:49.6100394Z test_variant_consistency_jit_expand_cuda_float32 (__main__.TestJitCUDA) ... ok (0.579s) 2022-03-17T20:41:49.7644325Z test_variant_consistency_jit_expm1_cuda_float32 (__main__.TestJitCUDA) ... ok (0.154s) 2022-03-17T20:41:50.6244284Z test_variant_consistency_jit_fft_fft2_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.860s) 2022-03-17T20:41:50.6413201Z test_variant_consistency_jit_fft_fft2_cuda_float32 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:277: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:239.) 2022-03-17T20:41:50.6413962Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-03-17T20:41:51.0396238Z ok (0.415s) 2022-03-17T20:41:51.8656361Z test_variant_consistency_jit_fft_fft_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.826s) 2022-03-17T20:41:52.3130863Z test_variant_consistency_jit_fft_fft_cuda_float32 (__main__.TestJitCUDA) ... ok (0.447s) 2022-03-17T20:41:53.2790975Z test_variant_consistency_jit_fft_fftn_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.966s) 2022-03-17T20:41:53.7967274Z test_variant_consistency_jit_fft_fftn_cuda_float32 (__main__.TestJitCUDA) ... ok (0.517s) 2022-03-17T20:41:54.3862699Z test_variant_consistency_jit_fft_fftshift_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.589s) 2022-03-17T20:41:54.7019022Z test_variant_consistency_jit_fft_fftshift_cuda_float32 (__main__.TestJitCUDA) ... ok (0.315s) 2022-03-17T20:41:55.5032201Z test_variant_consistency_jit_fft_hfft2_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.801s) 2022-03-17T20:41:55.9312780Z test_variant_consistency_jit_fft_hfft2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.428s) 2022-03-17T20:41:56.7849956Z test_variant_consistency_jit_fft_hfft_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.854s) 2022-03-17T20:41:57.2431066Z test_variant_consistency_jit_fft_hfft_cuda_float32 (__main__.TestJitCUDA) ... ok (0.458s) 2022-03-17T20:41:58.2482402Z test_variant_consistency_jit_fft_hfftn_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.005s) 2022-03-17T20:41:58.7828921Z test_variant_consistency_jit_fft_hfftn_cuda_float32 (__main__.TestJitCUDA) ... ok (0.535s) 2022-03-17T20:41:59.5429029Z test_variant_consistency_jit_fft_ifft2_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.760s) 2022-03-17T20:41:59.9564182Z test_variant_consistency_jit_fft_ifft2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.413s) 2022-03-17T20:42:00.7897854Z test_variant_consistency_jit_fft_ifft_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.833s) 2022-03-17T20:42:01.2465363Z test_variant_consistency_jit_fft_ifft_cuda_float32 (__main__.TestJitCUDA) ... ok (0.457s) 2022-03-17T20:42:02.2263940Z test_variant_consistency_jit_fft_ifftn_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.980s) 2022-03-17T20:42:02.7529141Z test_variant_consistency_jit_fft_ifftn_cuda_float32 (__main__.TestJitCUDA) ... ok (0.526s) 2022-03-17T20:42:03.3423180Z test_variant_consistency_jit_fft_ifftshift_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.589s) 2022-03-17T20:42:03.6582407Z test_variant_consistency_jit_fft_ifftshift_cuda_float32 (__main__.TestJitCUDA) ... ok (0.316s) 2022-03-17T20:42:04.0907920Z test_variant_consistency_jit_fft_ihfft2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.432s) 2022-03-17T20:42:04.5455866Z test_variant_consistency_jit_fft_ihfft_cuda_float32 (__main__.TestJitCUDA) ... ok (0.455s) 2022-03-17T20:42:05.0796492Z test_variant_consistency_jit_fft_ihfftn_cuda_float32 (__main__.TestJitCUDA) ... ok (0.534s) 2022-03-17T20:42:05.8547648Z test_variant_consistency_jit_fft_irfft2_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.775s) 2022-03-17T20:42:06.2709579Z test_variant_consistency_jit_fft_irfft2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.416s) 2022-03-17T20:42:07.1157297Z test_variant_consistency_jit_fft_irfft_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.845s) 2022-03-17T20:42:07.5711690Z test_variant_consistency_jit_fft_irfft_cuda_float32 (__main__.TestJitCUDA) ... ok (0.455s) 2022-03-17T20:42:08.5624810Z test_variant_consistency_jit_fft_irfftn_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.991s) 2022-03-17T20:42:09.0962259Z test_variant_consistency_jit_fft_irfftn_cuda_float32 (__main__.TestJitCUDA) ... ok (0.534s) 2022-03-17T20:42:09.5113321Z test_variant_consistency_jit_fft_rfft2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.415s) 2022-03-17T20:42:09.9566349Z test_variant_consistency_jit_fft_rfft_cuda_float32 (__main__.TestJitCUDA) ... ok (0.445s) 2022-03-17T20:42:10.4770817Z test_variant_consistency_jit_fft_rfftn_cuda_float32 (__main__.TestJitCUDA) ... ok (0.520s) 2022-03-17T20:42:10.4847065Z test_variant_consistency_jit_fill__cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.008s) 2022-03-17T20:42:10.4904890Z test_variant_consistency_jit_fill__cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.006s) 2022-03-17T20:42:11.7857096Z test_variant_consistency_jit_flatten_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.295s) 2022-03-17T20:42:12.4773137Z test_variant_consistency_jit_flatten_cuda_float32 (__main__.TestJitCUDA) ... ok (0.691s) 2022-03-17T20:42:14.5735315Z test_variant_consistency_jit_flip_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.096s) 2022-03-17T20:42:15.6294736Z test_variant_consistency_jit_flip_cuda_float32 (__main__.TestJitCUDA) ... ok (1.056s) 2022-03-17T20:42:16.0225793Z test_variant_consistency_jit_fliplr_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.393s) 2022-03-17T20:42:16.2645768Z test_variant_consistency_jit_fliplr_cuda_float32 (__main__.TestJitCUDA) ... ok (0.242s) 2022-03-17T20:42:16.6992453Z test_variant_consistency_jit_flipud_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.435s) 2022-03-17T20:42:16.9379687Z test_variant_consistency_jit_flipud_cuda_float32 (__main__.TestJitCUDA) ... ok (0.239s) 2022-03-17T20:42:16.9419827Z test_variant_consistency_jit_float_channels_last_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:42:16.9462103Z test_variant_consistency_jit_float_channels_last_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:42:16.9503730Z test_variant_consistency_jit_float_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:42:16.9545228Z test_variant_consistency_jit_float_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:42:17.6612122Z test_variant_consistency_jit_float_power_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.706s) 2022-03-17T20:42:18.7687290Z test_variant_consistency_jit_float_power_cuda_float32 (__main__.TestJitCUDA) ... ok (1.107s) 2022-03-17T20:42:18.9202638Z test_variant_consistency_jit_floor_cuda_float32 (__main__.TestJitCUDA) ... ok (0.152s) 2022-03-17T20:42:18.9262043Z test_variant_consistency_jit_floor_divide_cuda_float32 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: floor_divide is deprecated, and will be removed in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. 2022-03-17T20:42:18.9263251Z To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BinaryOps.cpp:599.) 2022-03-17T20:42:18.9263799Z results = func(*inputs, **kwargs) 2022-03-17T20:42:19.2488468Z ok (0.328s) 2022-03-17T20:42:20.1757574Z test_variant_consistency_jit_fmax_cuda_float32 (__main__.TestJitCUDA) ... ok (0.927s) 2022-03-17T20:42:21.1201078Z test_variant_consistency_jit_fmin_cuda_float32 (__main__.TestJitCUDA) ... ok (0.944s) 2022-03-17T20:42:21.3959872Z test_variant_consistency_jit_fmod_autodiffed_cuda_float32 (__main__.TestJitCUDA) ... ok (0.276s) 2022-03-17T20:42:22.2921221Z test_variant_consistency_jit_fmod_cuda_float32 (__main__.TestJitCUDA) ... ok (0.896s) 2022-03-17T20:42:22.6586424Z test_variant_consistency_jit_frac_cuda_float32 (__main__.TestJitCUDA) ... ok (0.366s) 2022-03-17T20:42:23.4718912Z test_variant_consistency_jit_frexp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.813s) 2022-03-17T20:42:23.7953425Z test_variant_consistency_jit_full_like_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.323s) 2022-03-17T20:42:23.9826010Z test_variant_consistency_jit_full_like_cuda_float32 (__main__.TestJitCUDA) ... ok (0.187s) 2022-03-17T20:42:25.1347828Z test_variant_consistency_jit_gather_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.152s) 2022-03-17T20:42:25.7341936Z test_variant_consistency_jit_gather_cuda_float32 (__main__.TestJitCUDA) ... ok (0.599s) 2022-03-17T20:42:26.3340000Z test_variant_consistency_jit_ge_cuda_float32 (__main__.TestJitCUDA) ... ok (0.600s) 2022-03-17T20:42:28.8751758Z test_variant_consistency_jit_geqrf_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.541s) 2022-03-17T20:42:30.2076985Z test_variant_consistency_jit_geqrf_cuda_float32 (__main__.TestJitCUDA) ... ok (1.332s) 2022-03-17T20:42:30.2117332Z test_variant_consistency_jit_gradient_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:42:30.2159044Z test_variant_consistency_jit_gradient_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:42:30.8188907Z test_variant_consistency_jit_gt_cuda_float32 (__main__.TestJitCUDA) ... ok (0.603s) 2022-03-17T20:42:30.8229734Z test_variant_consistency_jit_half_channels_last_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:42:30.8271500Z test_variant_consistency_jit_half_channels_last_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:42:30.8313872Z test_variant_consistency_jit_half_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:42:30.8355522Z test_variant_consistency_jit_half_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:42:31.1708035Z test_variant_consistency_jit_heaviside_cuda_float32 (__main__.TestJitCUDA) ... ok (0.335s) 2022-03-17T20:42:34.5090734Z test_variant_consistency_jit_histc_cuda_float32 (__main__.TestJitCUDA) ... ok (3.338s) 2022-03-17T20:42:35.1190044Z test_variant_consistency_jit_hsplit_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.610s) 2022-03-17T20:42:35.4430920Z test_variant_consistency_jit_hsplit_cuda_float32 (__main__.TestJitCUDA) ... ok (0.324s) 2022-03-17T20:42:35.6150552Z test_variant_consistency_jit_hstack_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.172s) 2022-03-17T20:42:35.7219514Z test_variant_consistency_jit_hstack_cuda_float32 (__main__.TestJitCUDA) ... ok (0.107s) 2022-03-17T20:42:35.8802543Z test_variant_consistency_jit_hypot_cuda_float32 (__main__.TestJitCUDA) ... ok (0.158s) 2022-03-17T20:42:36.5411439Z test_variant_consistency_jit_i0_cuda_float32 (__main__.TestJitCUDA) ... ok (0.661s) 2022-03-17T20:42:36.7141974Z test_variant_consistency_jit_igamma_cuda_float32 (__main__.TestJitCUDA) ... ok (0.173s) 2022-03-17T20:42:36.7183639Z test_variant_consistency_jit_igamma_grad_other_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:42:36.8919543Z test_variant_consistency_jit_igammac_cuda_float32 (__main__.TestJitCUDA) ... ok (0.173s) 2022-03-17T20:42:36.8959987Z test_variant_consistency_jit_igammac_grad_other_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:42:37.2417874Z test_variant_consistency_jit_imag_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.345s) 2022-03-17T20:42:39.4329450Z test_variant_consistency_jit_index_add_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.191s) 2022-03-17T20:42:40.5713572Z test_variant_consistency_jit_index_add_cuda_float32 (__main__.TestJitCUDA) ... ok (1.138s) 2022-03-17T20:42:41.3344571Z test_variant_consistency_jit_index_copy_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.763s) 2022-03-17T20:42:41.7363537Z test_variant_consistency_jit_index_copy_cuda_float32 (__main__.TestJitCUDA) ... ok (0.402s) 2022-03-17T20:42:42.4802750Z test_variant_consistency_jit_index_fill_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.744s) 2022-03-17T20:42:42.8677570Z test_variant_consistency_jit_index_fill_cuda_float32 (__main__.TestJitCUDA) ... ok (0.387s) 2022-03-17T20:42:42.8957368Z test_variant_consistency_jit_index_put_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.028s) 2022-03-17T20:42:42.9573762Z test_variant_consistency_jit_index_put_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.061s) 2022-03-17T20:42:43.6939613Z test_variant_consistency_jit_index_select_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.736s) 2022-03-17T20:42:44.0782340Z test_variant_consistency_jit_index_select_cuda_float32 (__main__.TestJitCUDA) ... ok (0.384s) 2022-03-17T20:42:44.5893624Z test_variant_consistency_jit_inner_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.511s) 2022-03-17T20:42:44.8610324Z test_variant_consistency_jit_inner_cuda_float32 (__main__.TestJitCUDA) ... ok (0.271s) 2022-03-17T20:42:44.8650852Z test_variant_consistency_jit_int_channels_last_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:42:44.8691596Z test_variant_consistency_jit_int_channels_last_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:42:44.8733500Z test_variant_consistency_jit_int_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:42:44.8774889Z test_variant_consistency_jit_int_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:42:46.6003499Z test_variant_consistency_jit_inverse_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.723s) 2022-03-17T20:42:47.4962071Z test_variant_consistency_jit_inverse_cuda_float32 (__main__.TestJitCUDA) ... ok (0.896s) 2022-03-17T20:42:48.7385073Z test_variant_consistency_jit_isclose_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.242s) 2022-03-17T20:42:49.4040955Z test_variant_consistency_jit_isclose_cuda_float32 (__main__.TestJitCUDA) ... ok (0.665s) 2022-03-17T20:42:49.6219628Z test_variant_consistency_jit_isfinite_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.218s) 2022-03-17T20:42:49.7542602Z test_variant_consistency_jit_isfinite_cuda_float32 (__main__.TestJitCUDA) ... ok (0.132s) 2022-03-17T20:42:49.8347690Z test_variant_consistency_jit_isin_cuda_float32 (__main__.TestJitCUDA) ... ok (0.080s) 2022-03-17T20:42:49.9362217Z test_variant_consistency_jit_isinf_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.101s) 2022-03-17T20:42:50.0076666Z test_variant_consistency_jit_isinf_cuda_float32 (__main__.TestJitCUDA) ... ok (0.071s) 2022-03-17T20:42:50.1060954Z test_variant_consistency_jit_isnan_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.098s) 2022-03-17T20:42:50.1826206Z test_variant_consistency_jit_isnan_cuda_float32 (__main__.TestJitCUDA) ... ok (0.076s) 2022-03-17T20:42:50.2579224Z test_variant_consistency_jit_isneginf_cuda_float32 (__main__.TestJitCUDA) ... ok (0.075s) 2022-03-17T20:42:50.3312120Z test_variant_consistency_jit_isposinf_cuda_float32 (__main__.TestJitCUDA) ... ok (0.073s) 2022-03-17T20:42:50.5466027Z test_variant_consistency_jit_isreal_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.215s) 2022-03-17T20:42:50.6770911Z test_variant_consistency_jit_isreal_cuda_float32 (__main__.TestJitCUDA) ... ok (0.130s) 2022-03-17T20:42:50.6811332Z test_variant_consistency_jit_istft_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:42:50.6853476Z test_variant_consistency_jit_istft_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:42:50.9690566Z test_variant_consistency_jit_kron_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.283s) 2022-03-17T20:42:51.1293240Z test_variant_consistency_jit_kron_cuda_float32 (__main__.TestJitCUDA) ... ok (0.160s) 2022-03-17T20:42:52.3864479Z test_variant_consistency_jit_kthvalue_cuda_float32 (__main__.TestJitCUDA) ... ok (1.257s) 2022-03-17T20:42:54.5537356Z test_variant_consistency_jit_ldexp_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.167s) 2022-03-17T20:42:55.5956218Z test_variant_consistency_jit_ldexp_cuda_float32 (__main__.TestJitCUDA) ... ok (1.042s) 2022-03-17T20:42:56.1893784Z test_variant_consistency_jit_le_cuda_float32 (__main__.TestJitCUDA) ... ok (0.593s) 2022-03-17T20:43:02.0231459Z test_variant_consistency_jit_lerp_cuda_complex64 (__main__.TestJitCUDA) ... ok (5.834s) 2022-03-17T20:43:04.0347783Z test_variant_consistency_jit_lerp_cuda_float32 (__main__.TestJitCUDA) ... ok (2.011s) 2022-03-17T20:43:04.3824043Z test_variant_consistency_jit_lgamma_cuda_float32 (__main__.TestJitCUDA) ... ok (0.348s) 2022-03-17T20:43:06.2338482Z test_variant_consistency_jit_linalg_cholesky_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.851s) 2022-03-17T20:43:07.1714285Z test_variant_consistency_jit_linalg_cholesky_cuda_float32 (__main__.TestJitCUDA) ... ok (0.937s) 2022-03-17T20:43:09.1837775Z test_variant_consistency_jit_linalg_cholesky_ex_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.012s) 2022-03-17T20:43:10.1606566Z test_variant_consistency_jit_linalg_cholesky_ex_cuda_float32 (__main__.TestJitCUDA) ... ok (0.977s) 2022-03-17T20:43:10.7580209Z test_variant_consistency_jit_linalg_cond_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.597s) 2022-03-17T20:43:11.0405496Z test_variant_consistency_jit_linalg_cond_cuda_float32 (__main__.TestJitCUDA) ... ok (0.282s) 2022-03-17T20:43:11.4337140Z test_variant_consistency_jit_linalg_cross_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.393s) 2022-03-17T20:43:11.6470174Z test_variant_consistency_jit_linalg_cross_cuda_float32 (__main__.TestJitCUDA) ... ok (0.213s) 2022-03-17T20:43:14.1190320Z test_variant_consistency_jit_linalg_det_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.472s) 2022-03-17T20:43:15.3009475Z test_variant_consistency_jit_linalg_det_cuda_float32 (__main__.TestJitCUDA) ... ok (1.182s) 2022-03-17T20:43:16.6425239Z test_variant_consistency_jit_linalg_eig_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.341s) 2022-03-17T20:43:17.3038980Z test_variant_consistency_jit_linalg_eig_cuda_float32 (__main__.TestJitCUDA) ... ok (0.661s) 2022-03-17T20:43:18.4687045Z test_variant_consistency_jit_linalg_eigh_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.165s) 2022-03-17T20:43:19.0049791Z test_variant_consistency_jit_linalg_eigh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.536s) 2022-03-17T20:43:20.1002323Z test_variant_consistency_jit_linalg_eigvals_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.095s) 2022-03-17T20:43:20.6828991Z test_variant_consistency_jit_linalg_eigvals_cuda_float32 (__main__.TestJitCUDA) ... ok (0.583s) 2022-03-17T20:43:21.6457116Z test_variant_consistency_jit_linalg_eigvalsh_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.963s) 2022-03-17T20:43:22.1384573Z test_variant_consistency_jit_linalg_eigvalsh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.493s) 2022-03-17T20:43:23.7163091Z test_variant_consistency_jit_linalg_householder_product_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.578s) 2022-03-17T20:43:24.4532687Z test_variant_consistency_jit_linalg_householder_product_cuda_float32 (__main__.TestJitCUDA) ... ok (0.737s) 2022-03-17T20:43:25.3829685Z test_variant_consistency_jit_linalg_inv_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.930s) 2022-03-17T20:43:25.8655491Z test_variant_consistency_jit_linalg_inv_cuda_float32 (__main__.TestJitCUDA) ... ok (0.482s) 2022-03-17T20:43:26.8740964Z test_variant_consistency_jit_linalg_inv_ex_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.008s) 2022-03-17T20:43:27.3969059Z test_variant_consistency_jit_linalg_inv_ex_cuda_float32 (__main__.TestJitCUDA) ... ok (0.523s) 2022-03-17T20:43:29.5693682Z test_variant_consistency_jit_linalg_lstsq_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.172s) 2022-03-17T20:43:30.5476060Z test_variant_consistency_jit_linalg_lstsq_cuda_float32 (__main__.TestJitCUDA) ... ok (0.978s) 2022-03-17T20:43:30.5958990Z test_variant_consistency_jit_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.048s) 2022-03-17T20:43:30.6160973Z test_variant_consistency_jit_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.020s) 2022-03-17T20:43:36.4520879Z test_variant_consistency_jit_linalg_lu_factor_cuda_complex64 (__main__.TestJitCUDA) ... ok (5.836s) 2022-03-17T20:43:38.8397958Z test_variant_consistency_jit_linalg_lu_factor_cuda_float32 (__main__.TestJitCUDA) ... ok (2.388s) 2022-03-17T20:43:44.6658347Z test_variant_consistency_jit_linalg_lu_factor_ex_cuda_complex64 (__main__.TestJitCUDA) ... ok (5.826s) 2022-03-17T20:43:47.0514039Z test_variant_consistency_jit_linalg_lu_factor_ex_cuda_float32 (__main__.TestJitCUDA) ... ok (2.385s) 2022-03-17T20:43:55.9396360Z test_variant_consistency_jit_linalg_matrix_norm_cuda_complex64 (__main__.TestJitCUDA) ... ok (8.888s) 2022-03-17T20:44:00.3470206Z test_variant_consistency_jit_linalg_matrix_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (4.407s) 2022-03-17T20:44:02.5133165Z test_variant_consistency_jit_linalg_matrix_power_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.166s) 2022-03-17T20:44:03.6011139Z test_variant_consistency_jit_linalg_matrix_power_cuda_float32 (__main__.TestJitCUDA) ... ok (1.088s) 2022-03-17T20:44:03.9984604Z test_variant_consistency_jit_linalg_matrix_rank_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.397s) 2022-03-17T20:44:04.2128306Z test_variant_consistency_jit_linalg_matrix_rank_cuda_float32 (__main__.TestJitCUDA) ... ok (0.214s) 2022-03-17T20:44:04.5399528Z test_variant_consistency_jit_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.327s) 2022-03-17T20:44:04.7286389Z test_variant_consistency_jit_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestJitCUDA) ... ok (0.189s) 2022-03-17T20:44:05.6689265Z test_variant_consistency_jit_linalg_multi_dot_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.940s) 2022-03-17T20:44:06.1545918Z test_variant_consistency_jit_linalg_multi_dot_cuda_float32 (__main__.TestJitCUDA) ... ok (0.486s) 2022-03-17T20:44:09.2376325Z test_variant_consistency_jit_linalg_norm_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.083s) 2022-03-17T20:44:10.7968445Z test_variant_consistency_jit_linalg_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (1.559s) 2022-03-17T20:44:10.8008932Z test_variant_consistency_jit_linalg_pinv_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:44:10.8051257Z test_variant_consistency_jit_linalg_pinv_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:44:11.8865257Z test_variant_consistency_jit_linalg_pinv_hermitian_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.081s) 2022-03-17T20:44:12.4311818Z test_variant_consistency_jit_linalg_pinv_hermitian_cuda_float32 (__main__.TestJitCUDA) ... ok (0.545s) 2022-03-17T20:44:12.4352235Z test_variant_consistency_jit_linalg_pinv_singular_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:44:12.4394722Z test_variant_consistency_jit_linalg_pinv_singular_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:44:17.1698382Z test_variant_consistency_jit_linalg_qr_cuda_complex64 (__main__.TestJitCUDA) ... ok (4.730s) 2022-03-17T20:44:19.4997924Z test_variant_consistency_jit_linalg_qr_cuda_float32 (__main__.TestJitCUDA) ... ok (2.330s) 2022-03-17T20:44:20.5742795Z test_variant_consistency_jit_linalg_slogdet_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.074s) 2022-03-17T20:44:21.1269715Z test_variant_consistency_jit_linalg_slogdet_cuda_float32 (__main__.TestJitCUDA) ... ok (0.553s) 2022-03-17T20:44:24.2022686Z test_variant_consistency_jit_linalg_solve_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.075s) 2022-03-17T20:44:25.7149143Z test_variant_consistency_jit_linalg_solve_cuda_float32 (__main__.TestJitCUDA) ... ok (1.513s) 2022-03-17T20:45:13.9083492Z test_variant_consistency_jit_linalg_solve_triangular_cuda_complex64 (__main__.TestJitCUDA) ... ok (48.193s) 2022-03-17T20:45:38.0565202Z test_variant_consistency_jit_linalg_solve_triangular_cuda_float32 (__main__.TestJitCUDA) ... ok (24.148s) 2022-03-17T20:46:11.4573233Z test_variant_consistency_jit_linalg_svd_cuda_complex64 (__main__.TestJitCUDA) ... ok (33.401s) 2022-03-17T20:46:26.5135838Z test_variant_consistency_jit_linalg_svd_cuda_float32 (__main__.TestJitCUDA) ... ok (15.056s) 2022-03-17T20:46:30.5624831Z test_variant_consistency_jit_linalg_svdvals_cuda_complex64 (__main__.TestJitCUDA) ... ok (4.049s) 2022-03-17T20:46:32.5625409Z test_variant_consistency_jit_linalg_svdvals_cuda_float32 (__main__.TestJitCUDA) ... ok (2.000s) 2022-03-17T20:46:32.8589090Z test_variant_consistency_jit_linalg_tensorinv_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.296s) 2022-03-17T20:46:33.0295815Z test_variant_consistency_jit_linalg_tensorinv_cuda_float32 (__main__.TestJitCUDA) ... ok (0.171s) 2022-03-17T20:46:33.8629073Z test_variant_consistency_jit_linalg_tensorsolve_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.833s) 2022-03-17T20:46:34.3027332Z test_variant_consistency_jit_linalg_tensorsolve_cuda_float32 (__main__.TestJitCUDA) ... ok (0.440s) 2022-03-17T20:46:42.7361494Z test_variant_consistency_jit_linalg_vector_norm_cuda_complex64 (__main__.TestJitCUDA) ... ok (8.433s) 2022-03-17T20:46:46.9054003Z test_variant_consistency_jit_linalg_vector_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (4.169s) 2022-03-17T20:46:47.5887663Z test_variant_consistency_jit_log10_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.683s) 2022-03-17T20:46:47.9551787Z test_variant_consistency_jit_log10_cuda_float32 (__main__.TestJitCUDA) ... ok (0.366s) 2022-03-17T20:46:48.1113300Z test_variant_consistency_jit_log1p_cuda_float32 (__main__.TestJitCUDA) ... ok (0.156s) 2022-03-17T20:46:48.7963107Z test_variant_consistency_jit_log2_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.685s) 2022-03-17T20:46:49.1634916Z test_variant_consistency_jit_log2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.367s) 2022-03-17T20:46:49.8462351Z test_variant_consistency_jit_log_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.683s) 2022-03-17T20:46:50.2121687Z test_variant_consistency_jit_log_cuda_float32 (__main__.TestJitCUDA) ... ok (0.366s) 2022-03-17T20:46:50.9547151Z test_variant_consistency_jit_log_softmax_cuda_float32 (__main__.TestJitCUDA) ... ok (0.742s) 2022-03-17T20:46:52.4095380Z test_variant_consistency_jit_log_softmax_dtype_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.455s) 2022-03-17T20:46:53.1655344Z test_variant_consistency_jit_log_softmax_dtype_cuda_float32 (__main__.TestJitCUDA) ... ok (0.756s) 2022-03-17T20:46:53.3227176Z test_variant_consistency_jit_logaddexp2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.157s) 2022-03-17T20:46:53.4787404Z test_variant_consistency_jit_logaddexp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.156s) 2022-03-17T20:46:54.1932655Z test_variant_consistency_jit_logcumsumexp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.714s) 2022-03-17T20:46:54.8135736Z test_variant_consistency_jit_logdet_cuda_float32 (__main__.TestJitCUDA) ... ok (0.620s) 2022-03-17T20:46:55.3762600Z test_variant_consistency_jit_logical_and_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.563s) 2022-03-17T20:46:55.6915536Z test_variant_consistency_jit_logical_and_cuda_float32 (__main__.TestJitCUDA) ... ok (0.315s) 2022-03-17T20:46:55.8978818Z test_variant_consistency_jit_logical_not_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.206s) 2022-03-17T20:46:56.0258948Z test_variant_consistency_jit_logical_not_cuda_float32 (__main__.TestJitCUDA) ... ok (0.128s) 2022-03-17T20:46:56.5888853Z test_variant_consistency_jit_logical_or_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.563s) 2022-03-17T20:46:56.9054364Z test_variant_consistency_jit_logical_or_cuda_float32 (__main__.TestJitCUDA) ... ok (0.316s) 2022-03-17T20:46:57.4684269Z test_variant_consistency_jit_logical_xor_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.563s) 2022-03-17T20:46:57.7838474Z test_variant_consistency_jit_logical_xor_cuda_float32 (__main__.TestJitCUDA) ... ok (0.315s) 2022-03-17T20:46:58.2510884Z test_variant_consistency_jit_logit_cuda_float32 (__main__.TestJitCUDA) ... ok (0.467s) 2022-03-17T20:46:59.4433020Z test_variant_consistency_jit_logsumexp_cuda_float32 (__main__.TestJitCUDA) ... ok (1.192s) 2022-03-17T20:46:59.4473480Z test_variant_consistency_jit_long_channels_last_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:46:59.4515128Z test_variant_consistency_jit_long_channels_last_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:46:59.4555794Z test_variant_consistency_jit_long_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:46:59.4597356Z test_variant_consistency_jit_long_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:47:00.0532585Z test_variant_consistency_jit_lt_cuda_float32 (__main__.TestJitCUDA) ... ok (0.593s) 2022-03-17T20:47:00.0573047Z test_variant_consistency_jit_lu_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:47:00.0614146Z test_variant_consistency_jit_lu_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:47:22.1742918Z test_variant_consistency_jit_lu_solve_cuda_complex64 (__main__.TestJitCUDA) ... ok (22.113s) 2022-03-17T20:47:33.3607649Z test_variant_consistency_jit_lu_solve_cuda_float32 (__main__.TestJitCUDA) ... ok (11.186s) 2022-03-17T20:47:38.2921762Z test_variant_consistency_jit_lu_unpack_cuda_complex64 (__main__.TestJitCUDA) ... ok (4.931s) 2022-03-17T20:47:40.7011216Z test_variant_consistency_jit_lu_unpack_cuda_float32 (__main__.TestJitCUDA) ... ok (2.409s) 2022-03-17T20:47:40.7053641Z test_variant_consistency_jit_mH_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:47:40.7095825Z test_variant_consistency_jit_mH_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:47:40.7138278Z test_variant_consistency_jit_mT_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:47:40.7181000Z test_variant_consistency_jit_mT_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:47:42.5891681Z test_variant_consistency_jit_masked_fill_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.871s) 2022-03-17T20:47:43.5469186Z test_variant_consistency_jit_masked_fill_cuda_float32 (__main__.TestJitCUDA) ... ok (0.958s) 2022-03-17T20:47:44.5596419Z test_variant_consistency_jit_masked_scatter_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.013s) 2022-03-17T20:47:45.0881032Z test_variant_consistency_jit_masked_scatter_cuda_float32 (__main__.TestJitCUDA) ... ok (0.528s) 2022-03-17T20:47:46.7256789Z test_variant_consistency_jit_masked_select_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.637s) 2022-03-17T20:47:47.5713375Z test_variant_consistency_jit_masked_select_cuda_float32 (__main__.TestJitCUDA) ... ok (0.845s) 2022-03-17T20:47:51.1611616Z test_variant_consistency_jit_matmul_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.590s) 2022-03-17T20:47:53.1284411Z test_variant_consistency_jit_matmul_cuda_float32 (__main__.TestJitCUDA) ... ok (1.967s) 2022-03-17T20:47:54.0033082Z test_variant_consistency_jit_matrix_exp_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.875s) 2022-03-17T20:47:54.4245204Z test_variant_consistency_jit_matrix_exp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.421s) 2022-03-17T20:47:55.5355097Z test_variant_consistency_jit_max_binary_cuda_float32 (__main__.TestJitCUDA) ... ok (1.111s) 2022-03-17T20:47:55.7853089Z test_variant_consistency_jit_max_reduction_no_dim_cuda_float32 (__main__.TestJitCUDA) ... ok (0.250s) 2022-03-17T20:47:56.3257804Z test_variant_consistency_jit_max_reduction_with_dim_cuda_float32 (__main__.TestJitCUDA) ... ok (0.540s) 2022-03-17T20:47:57.2646594Z test_variant_consistency_jit_maximum_cuda_float32 (__main__.TestJitCUDA) ... ok (0.939s) 2022-03-17T20:48:02.1526428Z test_variant_consistency_jit_mean_cuda_complex64 (__main__.TestJitCUDA) ... ok (4.888s) 2022-03-17T20:48:04.7638527Z test_variant_consistency_jit_mean_cuda_float32 (__main__.TestJitCUDA) ... ok (2.611s) 2022-03-17T20:48:06.2955099Z test_variant_consistency_jit_median_cuda_float32 (__main__.TestJitCUDA) ... ok (1.532s) 2022-03-17T20:48:07.7407076Z test_variant_consistency_jit_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.445s) 2022-03-17T20:48:08.4756313Z test_variant_consistency_jit_meshgrid_list_of_tensors_cuda_float32 (__main__.TestJitCUDA) ... ok (0.735s) 2022-03-17T20:48:08.4796642Z test_variant_consistency_jit_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:48:08.4838660Z test_variant_consistency_jit_meshgrid_variadic_tensors_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:48:09.5472831Z test_variant_consistency_jit_min_binary_cuda_float32 (__main__.TestJitCUDA) ... ok (1.063s) 2022-03-17T20:48:09.7962017Z test_variant_consistency_jit_min_reduction_no_dim_cuda_float32 (__main__.TestJitCUDA) ... ok (0.249s) 2022-03-17T20:48:10.3151744Z test_variant_consistency_jit_min_reduction_with_dim_cuda_float32 (__main__.TestJitCUDA) ... ok (0.519s) 2022-03-17T20:48:11.2495913Z test_variant_consistency_jit_minimum_cuda_float32 (__main__.TestJitCUDA) ... ok (0.934s) 2022-03-17T20:48:11.7877064Z test_variant_consistency_jit_mm_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.538s) 2022-03-17T20:48:11.9539608Z test_variant_consistency_jit_mm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.166s) 2022-03-17T20:48:12.7075518Z test_variant_consistency_jit_mode_cuda_float32 (__main__.TestJitCUDA) ... ok (0.753s) 2022-03-17T20:48:13.2192915Z test_variant_consistency_jit_movedim_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.512s) 2022-03-17T20:48:13.4977722Z test_variant_consistency_jit_movedim_cuda_float32 (__main__.TestJitCUDA) ... ok (0.278s) 2022-03-17T20:48:13.7518927Z test_variant_consistency_jit_msort_cuda_float32 (__main__.TestJitCUDA) ... ok (0.254s) 2022-03-17T20:48:15.9902045Z test_variant_consistency_jit_mul_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.238s) 2022-03-17T20:48:17.1281656Z test_variant_consistency_jit_mul_cuda_float32 (__main__.TestJitCUDA) ... ok (1.138s) 2022-03-17T20:48:17.1323837Z test_variant_consistency_jit_multinomial_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:48:17.4262637Z test_variant_consistency_jit_mv_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.293s) 2022-03-17T20:48:17.5923283Z test_variant_consistency_jit_mv_cuda_float32 (__main__.TestJitCUDA) ... ok (0.166s) 2022-03-17T20:48:18.7912518Z test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestJitCUDA) ... ok (1.199s) 2022-03-17T20:48:18.7953325Z test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:48:18.8005545Z test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestJitCUDA) ... skip (0.005s) 2022-03-17T20:48:19.1637364Z test_variant_consistency_jit_nan_to_num_cuda_float32 (__main__.TestJitCUDA) ... ok (0.363s) 2022-03-17T20:48:19.1677370Z test_variant_consistency_jit_nanmean_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:48:20.7465286Z test_variant_consistency_jit_nanmedian_cuda_float32 (__main__.TestJitCUDA) ... ok (1.578s) 2022-03-17T20:48:29.0155586Z test_variant_consistency_jit_nanquantile_cuda_float32 (__main__.TestJitCUDA) ... ok (8.269s) 2022-03-17T20:48:31.2881124Z test_variant_consistency_jit_nansum_cuda_float32 (__main__.TestJitCUDA) ... ok (2.272s) 2022-03-17T20:48:32.1714320Z test_variant_consistency_jit_narrow_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.883s) 2022-03-17T20:48:32.6353433Z test_variant_consistency_jit_narrow_cuda_float32 (__main__.TestJitCUDA) ... ok (0.464s) 2022-03-17T20:48:33.5566477Z test_variant_consistency_jit_ne_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.921s) 2022-03-17T20:48:34.1580056Z test_variant_consistency_jit_ne_cuda_float32 (__main__.TestJitCUDA) ... ok (0.601s) 2022-03-17T20:48:34.4158020Z test_variant_consistency_jit_neg_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.258s) 2022-03-17T20:48:34.5673803Z test_variant_consistency_jit_neg_cuda_float32 (__main__.TestJitCUDA) ... ok (0.151s) 2022-03-17T20:48:34.5713548Z test_variant_consistency_jit_new_empty_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:48:34.5754991Z test_variant_consistency_jit_new_empty_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:48:34.9076007Z test_variant_consistency_jit_new_full_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.332s) 2022-03-17T20:48:35.0992437Z test_variant_consistency_jit_new_full_cuda_float32 (__main__.TestJitCUDA) ... ok (0.191s) 2022-03-17T20:48:35.4205821Z test_variant_consistency_jit_new_ones_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.321s) 2022-03-17T20:48:35.6113027Z test_variant_consistency_jit_new_ones_cuda_float32 (__main__.TestJitCUDA) ... ok (0.191s) 2022-03-17T20:48:35.9339403Z test_variant_consistency_jit_new_zeros_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.323s) 2022-03-17T20:48:36.1238084Z test_variant_consistency_jit_new_zeros_cuda_float32 (__main__.TestJitCUDA) ... ok (0.190s) 2022-03-17T20:48:36.2652794Z test_variant_consistency_jit_nextafter_cuda_float32 (__main__.TestJitCUDA) ... ok (0.141s) 2022-03-17T20:48:36.4890391Z test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.224s) 2022-03-17T20:48:36.5705612Z test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.081s) 2022-03-17T20:48:36.6860955Z test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.115s) 2022-03-17T20:48:37.0382434Z test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.352s) 2022-03-17T20:48:37.1924174Z test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.154s) 2022-03-17T20:48:37.2426950Z test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.050s) 2022-03-17T20:48:37.8791845Z test_variant_consistency_jit_nn_functional_avg_pool1d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.636s) 2022-03-17T20:48:38.4040399Z test_variant_consistency_jit_nn_functional_avg_pool2d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.525s) 2022-03-17T20:48:38.9646887Z test_variant_consistency_jit_nn_functional_avg_pool3d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.561s) 2022-03-17T20:48:40.2305177Z test_variant_consistency_jit_nn_functional_batch_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (1.266s) 2022-03-17T20:48:41.4465250Z test_variant_consistency_jit_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestJitCUDA) ... ok (1.216s) 2022-03-17T20:48:42.8265499Z test_variant_consistency_jit_nn_functional_bilinear_cuda_float32 (__main__.TestJitCUDA) ... ok (1.380s) 2022-03-17T20:48:43.0409818Z test_variant_consistency_jit_nn_functional_celu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.214s) 2022-03-17T20:48:43.0450134Z test_variant_consistency_jit_nn_functional_conv1d_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:48:43.0491705Z test_variant_consistency_jit_nn_functional_conv2d_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:48:43.4857215Z test_variant_consistency_jit_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.436s) 2022-03-17T20:48:43.4898312Z test_variant_consistency_jit_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:48:43.4939829Z test_variant_consistency_jit_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:48:44.2354976Z test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestJitCUDA) ... ok (0.741s) 2022-03-17T20:48:44.9147842Z test_variant_consistency_jit_nn_functional_cosine_similarity_cuda_float32 (__main__.TestJitCUDA) ... ok (0.679s) 2022-03-17T20:48:46.2800410Z test_variant_consistency_jit_nn_functional_cross_entropy_cuda_float32 (__main__.TestJitCUDA) ... expected failure (1.365s) 2022-03-17T20:48:46.2841324Z test_variant_consistency_jit_nn_functional_ctc_loss_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:48:46.2882974Z test_variant_consistency_jit_nn_functional_dropout2d_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:48:46.3362365Z test_variant_consistency_jit_nn_functional_dropout_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.048s) 2022-03-17T20:48:46.5868449Z test_variant_consistency_jit_nn_functional_elu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.250s) 2022-03-17T20:48:46.6347414Z test_variant_consistency_jit_nn_functional_embedding_bag_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.048s) 2022-03-17T20:48:46.6722453Z test_variant_consistency_jit_nn_functional_embedding_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.037s) 2022-03-17T20:48:46.7104041Z test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.038s) 2022-03-17T20:48:46.7512304Z test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.041s) 2022-03-17T20:48:46.7890328Z test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.038s) 2022-03-17T20:48:46.7932075Z test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:48:46.7973998Z test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:48:46.8016121Z test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:48:47.3439747Z test_variant_consistency_jit_nn_functional_gelu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.542s) 2022-03-17T20:48:50.2176197Z test_variant_consistency_jit_nn_functional_glu_cuda_float32 (__main__.TestJitCUDA) ... ok (2.873s) 2022-03-17T20:48:51.8376096Z test_variant_consistency_jit_nn_functional_grid_sample_cuda_float32 (__main__.TestJitCUDA) ... ok (1.620s) 2022-03-17T20:48:51.9067985Z test_variant_consistency_jit_nn_functional_group_norm_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.069s) 2022-03-17T20:48:52.5058182Z test_variant_consistency_jit_nn_functional_hardshrink_cuda_float32 (__main__.TestJitCUDA) ... ok (0.599s) 2022-03-17T20:48:52.6968860Z test_variant_consistency_jit_nn_functional_hardsigmoid_cuda_float32 (__main__.TestJitCUDA) ... ok (0.191s) 2022-03-17T20:48:52.9297180Z test_variant_consistency_jit_nn_functional_hardswish_cuda_float32 (__main__.TestJitCUDA) ... ok (0.233s) 2022-03-17T20:48:53.5941512Z test_variant_consistency_jit_nn_functional_hardtanh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.664s) 2022-03-17T20:48:54.5082782Z test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestJitCUDA) ... ok (0.914s) 2022-03-17T20:48:54.5122655Z test_variant_consistency_jit_nn_functional_huber_loss_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:48:54.5854888Z test_variant_consistency_jit_nn_functional_instance_norm_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.073s) 2022-03-17T20:48:54.5896414Z test_variant_consistency_jit_nn_functional_interpolate_area_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:48:54.5938215Z test_variant_consistency_jit_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:48:54.5980353Z test_variant_consistency_jit_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:48:54.6022239Z test_variant_consistency_jit_nn_functional_interpolate_linear_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:48:54.6064408Z test_variant_consistency_jit_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:48:54.6106369Z test_variant_consistency_jit_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:48:54.6557799Z test_variant_consistency_jit_nn_functional_kl_div_cuda_float32 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2852: UserWarning: 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. 2022-03-17T20:48:54.6558753Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-03-17T20:48:54.6747492Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.6748154Z warnings.warn( 2022-03-17T20:48:54.6778918Z code/__torch__/torch/nn/functional.py:18: UserWarning: 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. 2022-03-17T20:48:54.6799645Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.6800270Z warnings.warn( 2022-03-17T20:48:54.6831587Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.6832385Z warnings.warn( 2022-03-17T20:48:54.6968520Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.6969127Z warnings.warn( 2022-03-17T20:48:54.6998880Z code/__torch__/torch/nn/functional.py:18: UserWarning: 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. 2022-03-17T20:48:54.7019604Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.7020233Z warnings.warn( 2022-03-17T20:48:54.7051091Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.7051715Z warnings.warn( 2022-03-17T20:48:54.7206038Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.7206659Z warnings.warn( 2022-03-17T20:48:54.7236151Z code/__torch__/torch/nn/functional.py:18: UserWarning: 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. 2022-03-17T20:48:54.7257260Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.7257945Z warnings.warn( 2022-03-17T20:48:54.7289240Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.7289878Z warnings.warn( 2022-03-17T20:48:54.7770507Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.7771162Z warnings.warn( 2022-03-17T20:48:54.7800725Z code/__torch__/torch/nn/functional.py:18: UserWarning: 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. 2022-03-17T20:48:54.7820796Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.7821575Z warnings.warn( 2022-03-17T20:48:54.7852677Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.7853302Z warnings.warn( 2022-03-17T20:48:54.7987932Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.7988577Z warnings.warn( 2022-03-17T20:48:54.8018991Z code/__torch__/torch/nn/functional.py:18: UserWarning: 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. 2022-03-17T20:48:54.8039482Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.8040108Z warnings.warn( 2022-03-17T20:48:54.8071429Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.8072079Z warnings.warn( 2022-03-17T20:48:54.8226187Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.8226819Z warnings.warn( 2022-03-17T20:48:54.8257330Z code/__torch__/torch/nn/functional.py:18: UserWarning: 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. 2022-03-17T20:48:54.8277969Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.8278610Z warnings.warn( 2022-03-17T20:48:54.8309908Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.8310520Z warnings.warn( 2022-03-17T20:48:54.8790208Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.8791014Z warnings.warn( 2022-03-17T20:48:54.8820719Z code/__torch__/torch/nn/functional.py:18: UserWarning: 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. 2022-03-17T20:48:54.8840143Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.8840773Z warnings.warn( 2022-03-17T20:48:54.8871837Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.8882216Z warnings.warn( 2022-03-17T20:48:54.9006720Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.9007351Z warnings.warn( 2022-03-17T20:48:54.9037398Z code/__torch__/torch/nn/functional.py:18: UserWarning: 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. 2022-03-17T20:48:54.9057799Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.9058439Z warnings.warn( 2022-03-17T20:48:54.9089686Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.9090322Z warnings.warn( 2022-03-17T20:48:54.9242403Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.9243068Z warnings.warn( 2022-03-17T20:48:54.9272847Z code/__torch__/torch/nn/functional.py:18: UserWarning: 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. 2022-03-17T20:48:54.9292912Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.9293555Z warnings.warn( 2022-03-17T20:48:54.9324160Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.9324796Z warnings.warn( 2022-03-17T20:48:54.9803062Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.9803701Z warnings.warn( 2022-03-17T20:48:54.9833925Z code/__torch__/torch/nn/functional.py:18: UserWarning: 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. 2022-03-17T20:48:54.9854199Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.9854830Z warnings.warn( 2022-03-17T20:48:54.9886253Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:54.9886866Z warnings.warn( 2022-03-17T20:48:55.0021305Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.0021951Z warnings.warn( 2022-03-17T20:48:55.0052203Z code/__torch__/torch/nn/functional.py:18: UserWarning: 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. 2022-03-17T20:48:55.0072459Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.0073106Z warnings.warn( 2022-03-17T20:48:55.0104701Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.0105329Z warnings.warn( 2022-03-17T20:48:55.0258537Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.0259179Z warnings.warn( 2022-03-17T20:48:55.0289423Z code/__torch__/torch/nn/functional.py:18: UserWarning: 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. 2022-03-17T20:48:55.0309837Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.0310470Z warnings.warn( 2022-03-17T20:48:55.0342008Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.0342625Z warnings.warn( 2022-03-17T20:48:55.0825185Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.0825849Z warnings.warn( 2022-03-17T20:48:55.0855378Z code/__torch__/torch/nn/functional.py:18: UserWarning: 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. 2022-03-17T20:48:55.0874744Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.0875386Z warnings.warn( 2022-03-17T20:48:55.0906287Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.0906906Z warnings.warn( 2022-03-17T20:48:55.1043507Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.1044147Z warnings.warn( 2022-03-17T20:48:55.1074509Z code/__torch__/torch/nn/functional.py:18: UserWarning: 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. 2022-03-17T20:48:55.1095251Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.1095882Z warnings.warn( 2022-03-17T20:48:55.1126631Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.1127384Z warnings.warn( 2022-03-17T20:48:55.1281663Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.1282381Z warnings.warn( 2022-03-17T20:48:55.1311771Z code/__torch__/torch/nn/functional.py:18: UserWarning: 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. 2022-03-17T20:48:55.1332226Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.1332878Z warnings.warn( 2022-03-17T20:48:55.1363559Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.1364171Z warnings.warn( 2022-03-17T20:48:55.1844768Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.1845414Z warnings.warn( 2022-03-17T20:48:55.1875350Z code/__torch__/torch/nn/functional.py:18: UserWarning: 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. 2022-03-17T20:48:55.1895776Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.1896421Z warnings.warn( 2022-03-17T20:48:55.1927720Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.1928355Z warnings.warn( 2022-03-17T20:48:55.2062882Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.2063542Z warnings.warn( 2022-03-17T20:48:55.2093524Z code/__torch__/torch/nn/functional.py:18: UserWarning: 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. 2022-03-17T20:48:55.2113830Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.2114617Z warnings.warn( 2022-03-17T20:48:55.2145924Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.2146554Z warnings.warn( 2022-03-17T20:48:55.2299786Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.2300420Z warnings.warn( 2022-03-17T20:48:55.2330327Z code/__torch__/torch/nn/functional.py:18: UserWarning: 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. 2022-03-17T20:48:55.2351178Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.2351794Z warnings.warn( 2022-03-17T20:48:55.2383177Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2851: UserWarning: 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. 2022-03-17T20:48:55.2383812Z warnings.warn( 2022-03-17T20:48:55.9431169Z ok (1.332s) 2022-03-17T20:48:56.5043476Z test_variant_consistency_jit_nn_functional_layer_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.561s) 2022-03-17T20:48:57.1605235Z test_variant_consistency_jit_nn_functional_leaky_relu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.656s) 2022-03-17T20:48:59.3698675Z test_variant_consistency_jit_nn_functional_linear_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.209s) 2022-03-17T20:49:00.6147527Z test_variant_consistency_jit_nn_functional_linear_cuda_float32 (__main__.TestJitCUDA) ... ok (1.245s) 2022-03-17T20:49:01.7679464Z test_variant_consistency_jit_nn_functional_local_response_norm_cuda_float32 (__main__.TestJitCUDA) ... expected failure (1.153s) 2022-03-17T20:49:02.0112282Z test_variant_consistency_jit_nn_functional_logsigmoid_cuda_float32 (__main__.TestJitCUDA) ... ok (0.243s) 2022-03-17T20:49:02.0153466Z test_variant_consistency_jit_nn_functional_max_pool1d_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:49:02.0196722Z test_variant_consistency_jit_nn_functional_max_pool2d_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:49:45.8841206Z test_variant_consistency_jit_nn_functional_max_pool3d_cuda_float32 (__main__.TestJitCUDA) ... ok (43.864s) 2022-03-17T20:49:46.1302703Z test_variant_consistency_jit_nn_functional_mish_cuda_float32 (__main__.TestJitCUDA) ... ok (0.246s) 2022-03-17T20:49:46.1343299Z test_variant_consistency_jit_nn_functional_mse_loss_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:49:46.1384603Z test_variant_consistency_jit_nn_functional_nll_loss_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:49:47.6445922Z test_variant_consistency_jit_nn_functional_normalize_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.506s) 2022-03-17T20:49:48.4917984Z test_variant_consistency_jit_nn_functional_normalize_cuda_float32 (__main__.TestJitCUDA) ... ok (0.847s) 2022-03-17T20:49:56.8086347Z test_variant_consistency_jit_nn_functional_pad_circular_cuda_complex64 (__main__.TestJitCUDA) ... ok (8.317s) 2022-03-17T20:49:56.8126180Z test_variant_consistency_jit_nn_functional_pad_circular_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:50:25.3672710Z test_variant_consistency_jit_nn_functional_pad_constant_cuda_complex64 (__main__.TestJitCUDA) ... ok (28.554s) 2022-03-17T20:50:39.8971317Z test_variant_consistency_jit_nn_functional_pad_constant_cuda_float32 (__main__.TestJitCUDA) ... ok (14.530s) 2022-03-17T20:50:47.0742081Z test_variant_consistency_jit_nn_functional_pad_reflect_cuda_complex64 (__main__.TestJitCUDA) ... ok (7.177s) 2022-03-17T20:50:47.0782568Z test_variant_consistency_jit_nn_functional_pad_reflect_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:50:54.2886065Z test_variant_consistency_jit_nn_functional_pad_replicate_cuda_complex64 (__main__.TestJitCUDA) ... ok (7.210s) 2022-03-17T20:50:54.2927615Z test_variant_consistency_jit_nn_functional_pad_replicate_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:50:54.2980628Z test_variant_consistency_jit_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.005s) 2022-03-17T20:50:54.3027795Z test_variant_consistency_jit_nn_functional_pairwise_distance_cuda_float32 (__main__.TestJitCUDA) ... skip (0.005s) 2022-03-17T20:50:54.3069992Z test_variant_consistency_jit_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:50:54.3112151Z test_variant_consistency_jit_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:50:54.3154329Z test_variant_consistency_jit_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:50:54.3196277Z test_variant_consistency_jit_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:51:01.5284950Z test_variant_consistency_jit_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestJitCUDA) ... ok (7.208s) 2022-03-17T20:51:01.5325502Z test_variant_consistency_jit_nn_functional_prelu_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:51:02.1732500Z test_variant_consistency_jit_nn_functional_relu6_cuda_float32 (__main__.TestJitCUDA) ... ok (0.640s) 2022-03-17T20:51:02.5009601Z test_variant_consistency_jit_nn_functional_relu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.328s) 2022-03-17T20:51:02.5049579Z test_variant_consistency_jit_nn_functional_rrelu_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:51:02.7501726Z test_variant_consistency_jit_nn_functional_selu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.245s) 2022-03-17T20:51:02.8786759Z test_variant_consistency_jit_nn_functional_silu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.128s) 2022-03-17T20:51:03.4361169Z test_variant_consistency_jit_nn_functional_softmin_cuda_float32 (__main__.TestJitCUDA) ... ok (0.557s) 2022-03-17T20:51:04.4532822Z test_variant_consistency_jit_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.017s) 2022-03-17T20:51:05.0209527Z test_variant_consistency_jit_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestJitCUDA) ... ok (0.568s) 2022-03-17T20:51:05.2950418Z test_variant_consistency_jit_nn_functional_softplus_cuda_float32 (__main__.TestJitCUDA) ... ok (0.274s) 2022-03-17T20:51:05.8601445Z test_variant_consistency_jit_nn_functional_softshrink_cuda_float32 (__main__.TestJitCUDA) ... ok (0.565s) 2022-03-17T20:51:06.3833541Z test_variant_consistency_jit_nn_functional_softsign_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.523s) 2022-03-17T20:51:08.6214512Z test_variant_consistency_jit_nn_functional_softsign_cuda_float32 (__main__.TestJitCUDA) ... ok (2.238s) 2022-03-17T20:51:09.0938202Z test_variant_consistency_jit_nn_functional_tanhshrink_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.472s) 2022-03-17T20:51:11.2928816Z test_variant_consistency_jit_nn_functional_tanhshrink_cuda_float32 (__main__.TestJitCUDA) ... ok (2.199s) 2022-03-17T20:51:11.6376906Z test_variant_consistency_jit_nn_functional_threshold_cuda_float32 (__main__.TestJitCUDA) ... ok (0.345s) 2022-03-17T20:51:11.6416906Z test_variant_consistency_jit_nn_functional_unfold_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:51:11.6458102Z test_variant_consistency_jit_nn_functional_unfold_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:51:11.6499724Z test_variant_consistency_jit_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:51:11.6540755Z test_variant_consistency_jit_nn_functional_upsample_nearest_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:51:11.7001461Z test_variant_consistency_jit_nonzero_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.046s) 2022-03-17T20:51:11.7431493Z test_variant_consistency_jit_nonzero_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.043s) 2022-03-17T20:51:24.1817086Z test_variant_consistency_jit_norm_cuda_complex64 (__main__.TestJitCUDA) ... ok (12.438s) 2022-03-17T20:51:30.4105839Z test_variant_consistency_jit_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (6.229s) 2022-03-17T20:51:30.6958999Z test_variant_consistency_jit_norm_fro_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.285s) 2022-03-17T20:51:30.9872435Z test_variant_consistency_jit_norm_fro_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.291s) 2022-03-17T20:51:32.2637120Z test_variant_consistency_jit_norm_inf_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.276s) 2022-03-17T20:51:32.9365913Z test_variant_consistency_jit_norm_inf_cuda_float32 (__main__.TestJitCUDA) ... ok (0.673s) 2022-03-17T20:51:33.1240656Z test_variant_consistency_jit_norm_nuc_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.187s) 2022-03-17T20:51:33.2967364Z test_variant_consistency_jit_norm_nuc_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.172s) 2022-03-17T20:51:33.3008219Z test_variant_consistency_jit_normal_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:51:33.3050239Z test_variant_consistency_jit_normal_number_mean_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:51:33.6438839Z test_variant_consistency_jit_ones_like_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.338s) 2022-03-17T20:51:33.8534719Z test_variant_consistency_jit_ones_like_cuda_float32 (__main__.TestJitCUDA) ... ok (0.210s) 2022-03-17T20:51:43.4117091Z test_variant_consistency_jit_ormqr_cuda_complex64 (__main__.TestJitCUDA) ... ok (9.558s) 2022-03-17T20:51:48.4227155Z test_variant_consistency_jit_ormqr_cuda_float32 (__main__.TestJitCUDA) ... ok (5.011s) 2022-03-17T20:51:48.7048938Z test_variant_consistency_jit_outer_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.282s) 2022-03-17T20:51:48.9019105Z test_variant_consistency_jit_outer_cuda_float32 (__main__.TestJitCUDA) ... ok (0.197s) 2022-03-17T20:51:48.9060706Z test_variant_consistency_jit_pca_lowrank_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:51:49.8790857Z test_variant_consistency_jit_permute_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.973s) 2022-03-17T20:51:50.4443739Z test_variant_consistency_jit_permute_cuda_float32 (__main__.TestJitCUDA) ... ok (0.565s) 2022-03-17T20:51:52.8633192Z test_variant_consistency_jit_pinverse_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.419s) 2022-03-17T20:51:53.9835217Z test_variant_consistency_jit_pinverse_cuda_float32 (__main__.TestJitCUDA) ... ok (1.120s) 2022-03-17T20:51:54.1780067Z test_variant_consistency_jit_polar_cuda_float32 (__main__.TestJitCUDA) ... ok (0.194s) 2022-03-17T20:51:54.1820588Z test_variant_consistency_jit_polygamma_polygamma_n_0_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:51:54.1862771Z test_variant_consistency_jit_polygamma_polygamma_n_1_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:51:54.1905368Z test_variant_consistency_jit_polygamma_polygamma_n_2_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:51:54.1947561Z test_variant_consistency_jit_polygamma_polygamma_n_3_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:51:54.1989280Z test_variant_consistency_jit_polygamma_polygamma_n_4_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:51:54.8554414Z test_variant_consistency_jit_positive_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.656s) 2022-03-17T20:51:55.2197588Z test_variant_consistency_jit_positive_cuda_float32 (__main__.TestJitCUDA) ... ok (0.364s) 2022-03-17T20:51:56.0027784Z test_variant_consistency_jit_pow_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.783s) 2022-03-17T20:51:57.2363706Z test_variant_consistency_jit_pow_cuda_float32 (__main__.TestJitCUDA) ... ok (1.233s) 2022-03-17T20:52:05.6000017Z test_variant_consistency_jit_prod_cuda_complex64 (__main__.TestJitCUDA) ... ok (8.363s) 2022-03-17T20:52:09.7795790Z test_variant_consistency_jit_prod_cuda_float32 (__main__.TestJitCUDA) ... ok (4.179s) 2022-03-17T20:52:15.0348780Z test_variant_consistency_jit_put_cuda_complex64 (__main__.TestJitCUDA) ... ok (5.255s) 2022-03-17T20:52:17.7063344Z test_variant_consistency_jit_put_cuda_float32 (__main__.TestJitCUDA) ... ok (2.671s) 2022-03-17T20:52:17.7911718Z test_variant_consistency_jit_qr_cuda_complex64 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-03-17T20:52:17.7912497Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-03-17T20:52:17.7912842Z Q, R = torch.qr(A, some) 2022-03-17T20:52:17.7913080Z should be replaced with 2022-03-17T20:52:17.7913722Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1983.) 2022-03-17T20:52:17.7914191Z results = func(*inputs, **kwargs) 2022-03-17T20:52:27.0988495Z ok (9.392s) 2022-03-17T20:52:31.7446132Z test_variant_consistency_jit_qr_cuda_float32 (__main__.TestJitCUDA) ... ok (4.646s) 2022-03-17T20:52:39.9750614Z test_variant_consistency_jit_quantile_cuda_float32 (__main__.TestJitCUDA) ... ok (8.230s) 2022-03-17T20:52:40.3528883Z test_variant_consistency_jit_rad2deg_cuda_float32 (__main__.TestJitCUDA) ... ok (0.378s) 2022-03-17T20:52:40.3569402Z test_variant_consistency_jit_rand_like_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:52:40.3611427Z test_variant_consistency_jit_rand_like_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:52:40.3653018Z test_variant_consistency_jit_randint_like_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:52:40.3695245Z test_variant_consistency_jit_randn_like_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:52:40.3737002Z test_variant_consistency_jit_randn_like_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:52:40.8532502Z test_variant_consistency_jit_ravel_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.479s) 2022-03-17T20:52:41.1303812Z test_variant_consistency_jit_ravel_cuda_float32 (__main__.TestJitCUDA) ... ok (0.277s) 2022-03-17T20:52:41.5059773Z test_variant_consistency_jit_real_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.375s) 2022-03-17T20:52:41.7316553Z test_variant_consistency_jit_real_cuda_float32 (__main__.TestJitCUDA) ... ok (0.226s) 2022-03-17T20:52:42.4548525Z test_variant_consistency_jit_reciprocal_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.723s) 2022-03-17T20:52:42.8574669Z test_variant_consistency_jit_reciprocal_cuda_float32 (__main__.TestJitCUDA) ... ok (0.403s) 2022-03-17T20:52:43.1596500Z test_variant_consistency_jit_remainder_autodiffed_cuda_float32 (__main__.TestJitCUDA) ... ok (0.302s) 2022-03-17T20:52:44.0779849Z test_variant_consistency_jit_remainder_cuda_float32 (__main__.TestJitCUDA) ... ok (0.918s) 2022-03-17T20:52:45.1556327Z test_variant_consistency_jit_renorm_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.078s) 2022-03-17T20:52:45.7176111Z test_variant_consistency_jit_renorm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.562s) 2022-03-17T20:52:48.3621067Z test_variant_consistency_jit_repeat_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.644s) 2022-03-17T20:52:49.7281302Z test_variant_consistency_jit_repeat_cuda_float32 (__main__.TestJitCUDA) ... ok (1.366s) 2022-03-17T20:52:49.7321319Z test_variant_consistency_jit_repeat_interleave_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:52:49.7363215Z test_variant_consistency_jit_repeat_interleave_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:52:50.2299281Z test_variant_consistency_jit_reshape_as_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.493s) 2022-03-17T20:52:50.5119078Z test_variant_consistency_jit_reshape_as_cuda_float32 (__main__.TestJitCUDA) ... ok (0.282s) 2022-03-17T20:52:52.9909288Z test_variant_consistency_jit_reshape_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.479s) 2022-03-17T20:52:54.2699359Z test_variant_consistency_jit_reshape_cuda_float32 (__main__.TestJitCUDA) ... ok (1.279s) 2022-03-17T20:52:54.3707628Z test_variant_consistency_jit_resize__cuda_complex64 (__main__.TestJitCUDA) ... ok (0.101s) 2022-03-17T20:52:54.4713289Z test_variant_consistency_jit_resize__cuda_float32 (__main__.TestJitCUDA) ... ok (0.100s) 2022-03-17T20:52:54.5718728Z test_variant_consistency_jit_resize_as__cuda_complex64 (__main__.TestJitCUDA) ... ok (0.100s) 2022-03-17T20:52:54.6696081Z test_variant_consistency_jit_resize_as__cuda_float32 (__main__.TestJitCUDA) ... ok (0.098s) 2022-03-17T20:52:55.1429172Z test_variant_consistency_jit_resolve_conj_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.473s) 2022-03-17T20:52:55.4159009Z test_variant_consistency_jit_resolve_conj_cuda_float32 (__main__.TestJitCUDA) ... ok (0.273s) 2022-03-17T20:52:55.8884628Z test_variant_consistency_jit_resolve_neg_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.472s) 2022-03-17T20:52:56.1607867Z test_variant_consistency_jit_resolve_neg_cuda_float32 (__main__.TestJitCUDA) ... ok (0.272s) 2022-03-17T20:52:58.0549716Z test_variant_consistency_jit_roll_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.894s) 2022-03-17T20:52:59.0426508Z test_variant_consistency_jit_roll_cuda_float32 (__main__.TestJitCUDA) ... ok (0.988s) 2022-03-17T20:53:00.0190404Z test_variant_consistency_jit_rot90_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.976s) 2022-03-17T20:53:00.5480124Z test_variant_consistency_jit_rot90_cuda_float32 (__main__.TestJitCUDA) ... ok (0.529s) 2022-03-17T20:53:00.7350025Z test_variant_consistency_jit_round_cuda_float32 (__main__.TestJitCUDA) ... ok (0.187s) 2022-03-17T20:53:01.1218933Z test_variant_consistency_jit_round_decimals_0_cuda_float32 (__main__.TestJitCUDA) ... ok (0.387s) 2022-03-17T20:53:01.1259830Z test_variant_consistency_jit_round_decimals_3_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:53:01.1303556Z test_variant_consistency_jit_round_decimals_neg_3_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:53:01.8617237Z test_variant_consistency_jit_rsqrt_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.731s) 2022-03-17T20:53:02.2699029Z test_variant_consistency_jit_rsqrt_cuda_float32 (__main__.TestJitCUDA) ... ok (0.408s) 2022-03-17T20:53:03.4157422Z test_variant_consistency_jit_rsub_rsub_scalar_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.146s) 2022-03-17T20:53:03.6890179Z test_variant_consistency_jit_rsub_rsub_scalar_cuda_float32 (__main__.TestJitCUDA) ... ok (0.273s) 2022-03-17T20:53:07.2842829Z test_variant_consistency_jit_rsub_rsub_tensor_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.595s) 2022-03-17T20:53:08.5575705Z test_variant_consistency_jit_rsub_rsub_tensor_cuda_float32 (__main__.TestJitCUDA) ... ok (1.273s) 2022-03-17T20:53:10.2930132Z test_variant_consistency_jit_scatter_add_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.735s) 2022-03-17T20:53:11.1978010Z test_variant_consistency_jit_scatter_add_cuda_float32 (__main__.TestJitCUDA) ... ok (0.905s) 2022-03-17T20:53:13.1551380Z test_variant_consistency_jit_scatter_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.957s) 2022-03-17T20:53:14.1657948Z test_variant_consistency_jit_scatter_cuda_float32 (__main__.TestJitCUDA) ... ok (1.011s) 2022-03-17T20:53:14.2030849Z test_variant_consistency_jit_scatter_reduce_cuda_float32 (__main__.TestJitCUDA) ... skip (0.037s) 2022-03-17T20:53:14.2071007Z test_variant_consistency_jit_searchsorted_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:53:15.3410796Z test_variant_consistency_jit_select_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.134s) 2022-03-17T20:53:15.9656980Z test_variant_consistency_jit_select_cuda_float32 (__main__.TestJitCUDA) ... ok (0.624s) 2022-03-17T20:53:16.6237523Z test_variant_consistency_jit_select_scatter_cuda_float32 (__main__.TestJitCUDA) ... ok (0.658s) 2022-03-17T20:53:16.8784612Z test_variant_consistency_jit_sgn_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.255s) 2022-03-17T20:53:17.0571963Z test_variant_consistency_jit_sgn_cuda_float32 (__main__.TestJitCUDA) ... ok (0.179s) 2022-03-17T20:53:17.0612440Z test_variant_consistency_jit_short_channels_last_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:53:17.0654626Z test_variant_consistency_jit_short_channels_last_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:53:17.0696647Z test_variant_consistency_jit_short_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:53:17.0739219Z test_variant_consistency_jit_short_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:53:18.5499913Z test_variant_consistency_jit_sigmoid_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.476s) 2022-03-17T20:53:18.9479686Z test_variant_consistency_jit_sigmoid_cuda_float32 (__main__.TestJitCUDA) ... ok (0.398s) 2022-03-17T20:53:19.1220358Z test_variant_consistency_jit_sign_cuda_float32 (__main__.TestJitCUDA) ... ok (0.174s) 2022-03-17T20:53:19.2267820Z test_variant_consistency_jit_signbit_cuda_float32 (__main__.TestJitCUDA) ... ok (0.105s) 2022-03-17T20:53:19.4857122Z test_variant_consistency_jit_sin_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.259s) 2022-03-17T20:53:19.6743533Z test_variant_consistency_jit_sin_cuda_float32 (__main__.TestJitCUDA) ... ok (0.188s) 2022-03-17T20:53:21.3080551Z test_variant_consistency_jit_sinc_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.634s) 2022-03-17T20:53:21.6945024Z test_variant_consistency_jit_sinc_cuda_float32 (__main__.TestJitCUDA) ... ok (0.386s) 2022-03-17T20:53:21.9539586Z test_variant_consistency_jit_sinh_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.259s) 2022-03-17T20:53:22.1450067Z test_variant_consistency_jit_sinh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.191s) 2022-03-17T20:53:23.3149173Z test_variant_consistency_jit_slice_scatter_cuda_float32 (__main__.TestJitCUDA) ... ok (1.170s) 2022-03-17T20:53:24.1001998Z test_variant_consistency_jit_softmax_cuda_float32 (__main__.TestJitCUDA) ... ok (0.785s) 2022-03-17T20:53:25.5849096Z test_variant_consistency_jit_softmax_with_dtype_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.485s) 2022-03-17T20:53:26.3870233Z test_variant_consistency_jit_softmax_with_dtype_cuda_float32 (__main__.TestJitCUDA) ... ok (0.802s) 2022-03-17T20:53:26.4564600Z test_variant_consistency_jit_solve_cuda_complex64 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: torch.solve is deprecated in favor of torch.linalg.solveand will be removed in a future PyTorch release. 2022-03-17T20:53:26.4565364Z torch.linalg.solve has its arguments reversed and does not return the LU factorization. 2022-03-17T20:53:26.4565831Z To get the LU factorization see torch.lu, which can be used with torch.lu_solve or torch.lu_unpack. 2022-03-17T20:53:26.4566517Z X = torch.solve(B, A).solution 2022-03-17T20:53:26.4566784Z should be replaced with 2022-03-17T20:53:26.4567235Z X = torch.linalg.solve(A, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:864.) 2022-03-17T20:53:26.4567644Z results = func(*inputs, **kwargs) 2022-03-17T20:53:32.5067809Z ok (6.120s) 2022-03-17T20:53:35.5784299Z test_variant_consistency_jit_solve_cuda_float32 (__main__.TestJitCUDA) ... ok (3.072s) 2022-03-17T20:53:39.4836073Z test_variant_consistency_jit_sort_cuda_float32 (__main__.TestJitCUDA) ... ok (3.905s) 2022-03-17T20:53:39.9068047Z test_variant_consistency_jit_special_entr_cuda_float32 (__main__.TestJitCUDA) ... ok (0.423s) 2022-03-17T20:53:42.5920439Z test_variant_consistency_jit_special_erfcx_cuda_float32 (__main__.TestJitCUDA) ... ok (2.685s) 2022-03-17T20:53:43.3466757Z test_variant_consistency_jit_special_i0e_cuda_float32 (__main__.TestJitCUDA) ... ok (0.755s) 2022-03-17T20:53:43.5874765Z test_variant_consistency_jit_special_i1_cuda_float32 (__main__.TestJitCUDA) ... ok (0.241s) 2022-03-17T20:53:43.8298133Z test_variant_consistency_jit_special_i1e_cuda_float32 (__main__.TestJitCUDA) ... ok (0.242s) 2022-03-17T20:53:44.0702042Z test_variant_consistency_jit_special_ndtr_cuda_float32 (__main__.TestJitCUDA) ... ok (0.240s) 2022-03-17T20:53:44.6433899Z test_variant_consistency_jit_special_ndtri_cuda_float32 (__main__.TestJitCUDA) ... ok (0.573s) 2022-03-17T20:53:44.6474660Z test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:53:45.0662758Z test_variant_consistency_jit_special_xlog1py_cuda_float32 (__main__.TestJitCUDA) ... ok (0.418s) 2022-03-17T20:53:47.7311752Z test_variant_consistency_jit_special_zeta_cuda_float32 (__main__.TestJitCUDA) ... ok (2.665s) 2022-03-17T20:53:47.7351505Z test_variant_consistency_jit_special_zeta_grad_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:53:48.3230369Z test_variant_consistency_jit_split_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.587s) 2022-03-17T20:53:48.6522476Z test_variant_consistency_jit_split_cuda_float32 (__main__.TestJitCUDA) ... ok (0.329s) 2022-03-17T20:53:49.5983406Z test_variant_consistency_jit_split_list_args_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.946s) 2022-03-17T20:53:50.1042133Z test_variant_consistency_jit_split_list_args_cuda_float32 (__main__.TestJitCUDA) ... ok (0.506s) 2022-03-17T20:53:51.3425516Z test_variant_consistency_jit_split_with_sizes_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.238s) 2022-03-17T20:53:51.9954959Z test_variant_consistency_jit_split_with_sizes_cuda_float32 (__main__.TestJitCUDA) ... ok (0.653s) 2022-03-17T20:53:52.8692688Z test_variant_consistency_jit_sqrt_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.874s) 2022-03-17T20:53:53.0676771Z test_variant_consistency_jit_sqrt_cuda_float32 (__main__.TestJitCUDA) ... ok (0.198s) 2022-03-17T20:53:53.7610388Z test_variant_consistency_jit_square_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.693s) 2022-03-17T20:53:54.1453188Z test_variant_consistency_jit_square_cuda_float32 (__main__.TestJitCUDA) ... ok (0.384s) 2022-03-17T20:53:55.6973865Z test_variant_consistency_jit_squeeze_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.552s) 2022-03-17T20:53:56.5418659Z test_variant_consistency_jit_squeeze_cuda_float32 (__main__.TestJitCUDA) ... ok (0.844s) 2022-03-17T20:53:56.7607024Z test_variant_consistency_jit_stack_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.219s) 2022-03-17T20:53:56.9075649Z test_variant_consistency_jit_stack_cuda_float32 (__main__.TestJitCUDA) ... ok (0.147s) 2022-03-17T20:53:58.7930617Z test_variant_consistency_jit_std_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.885s) 2022-03-17T20:53:59.7547379Z test_variant_consistency_jit_std_cuda_float32 (__main__.TestJitCUDA) ... ok (0.962s) 2022-03-17T20:53:59.7588336Z test_variant_consistency_jit_std_mean_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:53:59.7630465Z test_variant_consistency_jit_std_mean_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:53:59.7672223Z test_variant_consistency_jit_stft_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:53:59.7714328Z test_variant_consistency_jit_stft_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:54:02.3189120Z test_variant_consistency_jit_sub_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.547s) 2022-03-17T20:54:03.6866916Z test_variant_consistency_jit_sub_cuda_float32 (__main__.TestJitCUDA) ... ok (1.368s) 2022-03-17T20:54:08.2015268Z test_variant_consistency_jit_sum_cuda_complex64 (__main__.TestJitCUDA) ... ok (4.515s) 2022-03-17T20:54:10.6854923Z test_variant_consistency_jit_sum_cuda_float32 (__main__.TestJitCUDA) ... ok (2.484s) 2022-03-17T20:54:10.6899790Z test_variant_consistency_jit_sum_to_size_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.005s) 2022-03-17T20:54:10.6946792Z test_variant_consistency_jit_sum_to_size_cuda_float32 (__main__.TestJitCUDA) ... skip (0.005s) 2022-03-17T20:54:10.6994951Z test_variant_consistency_jit_svd_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.005s) 2022-03-17T20:54:42.3670424Z test_variant_consistency_jit_svd_cuda_float32 (__main__.TestJitCUDA) ... ok (31.667s) 2022-03-17T20:54:42.3712223Z test_variant_consistency_jit_svd_lowrank_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:54:42.4272171Z test_variant_consistency_jit_symeig_cuda_complex64 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-03-17T20:54:42.4273582Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-03-17T20:54:42.4274364Z L, _ = torch.symeig(A, upper=upper) 2022-03-17T20:54:42.4274864Z should be replaced with 2022-03-17T20:54:42.4275676Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-03-17T20:54:42.4276125Z and 2022-03-17T20:54:42.4276550Z L, V = torch.symeig(A, eigenvectors=True) 2022-03-17T20:54:42.4277079Z should be replaced with 2022-03-17T20:54:42.4278228Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2527.) 2022-03-17T20:54:42.4279063Z results = func(*inputs, **kwargs) 2022-03-17T20:54:45.5506899Z ok (3.179s) 2022-03-17T20:54:47.1791653Z test_variant_consistency_jit_symeig_cuda_float32 (__main__.TestJitCUDA) ... ok (1.628s) 2022-03-17T20:54:47.8550564Z test_variant_consistency_jit_t_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.676s) 2022-03-17T20:54:48.2329035Z test_variant_consistency_jit_t_cuda_float32 (__main__.TestJitCUDA) ... ok (0.378s) 2022-03-17T20:54:49.4057972Z test_variant_consistency_jit_take_along_dim_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.173s) 2022-03-17T20:54:50.0302907Z test_variant_consistency_jit_take_along_dim_cuda_float32 (__main__.TestJitCUDA) ... ok (0.624s) 2022-03-17T20:54:52.1409831Z test_variant_consistency_jit_take_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.110s) 2022-03-17T20:54:53.2358816Z test_variant_consistency_jit_take_cuda_float32 (__main__.TestJitCUDA) ... ok (1.095s) 2022-03-17T20:54:53.4972503Z test_variant_consistency_jit_tan_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.261s) 2022-03-17T20:54:53.6876511Z test_variant_consistency_jit_tan_cuda_float32 (__main__.TestJitCUDA) ... ok (0.190s) 2022-03-17T20:54:53.9476384Z test_variant_consistency_jit_tanh_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.260s) 2022-03-17T20:54:54.1390576Z test_variant_consistency_jit_tanh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.191s) 2022-03-17T20:54:57.0266610Z test_variant_consistency_jit_tensor_split_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.887s) 2022-03-17T20:54:58.4867552Z test_variant_consistency_jit_tensor_split_cuda_float32 (__main__.TestJitCUDA) ... ok (1.460s) 2022-03-17T20:54:58.9127159Z test_variant_consistency_jit_tensordot_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.426s) 2022-03-17T20:54:59.1472591Z test_variant_consistency_jit_tensordot_cuda_float32 (__main__.TestJitCUDA) ... ok (0.234s) 2022-03-17T20:55:05.1927208Z test_variant_consistency_jit_tile_cuda_complex64 (__main__.TestJitCUDA) ... ok (6.045s) 2022-03-17T20:55:08.2559236Z test_variant_consistency_jit_tile_cuda_float32 (__main__.TestJitCUDA) ... ok (3.063s) 2022-03-17T20:55:08.2599415Z test_variant_consistency_jit_to_sparse_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:55:08.2640273Z test_variant_consistency_jit_to_sparse_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:55:10.0368097Z test_variant_consistency_jit_topk_cuda_float32 (__main__.TestJitCUDA) ... ok (1.772s) 2022-03-17T20:55:10.2897070Z test_variant_consistency_jit_trace_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.253s) 2022-03-17T20:55:10.4748169Z test_variant_consistency_jit_trace_cuda_float32 (__main__.TestJitCUDA) ... ok (0.185s) 2022-03-17T20:55:12.2679245Z test_variant_consistency_jit_transpose_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.793s) 2022-03-17T20:55:13.2369909Z test_variant_consistency_jit_transpose_cuda_float32 (__main__.TestJitCUDA) ... ok (0.969s) 2022-03-17T20:55:14.4342977Z test_variant_consistency_jit_trapezoid_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.197s) 2022-03-17T20:55:15.0685788Z test_variant_consistency_jit_trapezoid_cuda_float32 (__main__.TestJitCUDA) ... ok (0.634s) 2022-03-17T20:55:16.2638808Z test_variant_consistency_jit_trapz_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.195s) 2022-03-17T20:55:16.8922532Z test_variant_consistency_jit_trapz_cuda_float32 (__main__.TestJitCUDA) ... ok (0.628s) 2022-03-17T20:55:16.9491882Z test_variant_consistency_jit_triangular_solve_cuda_complex64 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-03-17T20:55:16.9492975Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-03-17T20:55:16.9493362Z X = torch.triangular_solve(B, A).solution 2022-03-17T20:55:16.9493744Z should be replaced with 2022-03-17T20:55:16.9495713Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1675.) 2022-03-17T20:55:16.9496204Z results = func(*inputs, **kwargs) 2022-03-17T20:55:20.1149870Z ok (3.223s) 2022-03-17T20:55:21.7290461Z test_variant_consistency_jit_triangular_solve_cuda_float32 (__main__.TestJitCUDA) ... ok (1.614s) 2022-03-17T20:55:22.8482774Z test_variant_consistency_jit_tril_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.119s) 2022-03-17T20:55:23.4442219Z test_variant_consistency_jit_tril_cuda_float32 (__main__.TestJitCUDA) ... ok (0.596s) 2022-03-17T20:55:24.5566873Z test_variant_consistency_jit_triu_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.112s) 2022-03-17T20:55:25.1575703Z test_variant_consistency_jit_triu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.601s) 2022-03-17T20:55:27.5635603Z test_variant_consistency_jit_true_divide_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.406s) 2022-03-17T20:55:28.7940318Z test_variant_consistency_jit_true_divide_cuda_float32 (__main__.TestJitCUDA) ... ok (1.230s) 2022-03-17T20:55:28.9934324Z test_variant_consistency_jit_trunc_cuda_float32 (__main__.TestJitCUDA) ... ok (0.199s) 2022-03-17T20:55:31.4973739Z test_variant_consistency_jit_unfold_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.504s) 2022-03-17T20:55:32.7917041Z test_variant_consistency_jit_unfold_cuda_float32 (__main__.TestJitCUDA) ... ok (1.292s) 2022-03-17T20:55:32.9086345Z test_variant_consistency_jit_unique_consecutive_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.119s) 2022-03-17T20:55:33.0245642Z test_variant_consistency_jit_unique_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.115s) 2022-03-17T20:55:34.3975855Z test_variant_consistency_jit_unsqueeze_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.372s) 2022-03-17T20:55:35.1436884Z test_variant_consistency_jit_unsqueeze_cuda_float32 (__main__.TestJitCUDA) ... ok (0.746s) 2022-03-17T20:55:36.9922332Z test_variant_consistency_jit_var_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.848s) 2022-03-17T20:55:37.9511243Z test_variant_consistency_jit_var_cuda_float32 (__main__.TestJitCUDA) ... ok (0.959s) 2022-03-17T20:55:37.9552560Z test_variant_consistency_jit_var_mean_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:55:37.9596238Z test_variant_consistency_jit_var_mean_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:55:38.5049540Z test_variant_consistency_jit_vdot_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.545s) 2022-03-17T20:55:38.7052694Z test_variant_consistency_jit_vdot_cuda_float32 (__main__.TestJitCUDA) ... ok (0.200s) 2022-03-17T20:55:38.8435978Z test_variant_consistency_jit_view_as_complex_cuda_float32 (__main__.TestJitCUDA) ... ok (0.138s) 2022-03-17T20:55:39.2415210Z test_variant_consistency_jit_view_as_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.398s) 2022-03-17T20:55:39.4820756Z test_variant_consistency_jit_view_as_cuda_float32 (__main__.TestJitCUDA) ... ok (0.240s) 2022-03-17T20:55:39.6601982Z test_variant_consistency_jit_view_as_real_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.178s) 2022-03-17T20:55:40.5042987Z test_variant_consistency_jit_view_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.844s) 2022-03-17T20:55:40.9936238Z test_variant_consistency_jit_view_cuda_float32 (__main__.TestJitCUDA) ... ok (0.489s) 2022-03-17T20:55:41.6301737Z test_variant_consistency_jit_vsplit_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.636s) 2022-03-17T20:55:41.9850918Z test_variant_consistency_jit_vsplit_cuda_float32 (__main__.TestJitCUDA) ... ok (0.355s) 2022-03-17T20:55:42.1909550Z test_variant_consistency_jit_vstack_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.206s) 2022-03-17T20:55:42.3319858Z test_variant_consistency_jit_vstack_cuda_float32 (__main__.TestJitCUDA) ... ok (0.141s) 2022-03-17T20:55:42.3360087Z test_variant_consistency_jit_where_cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:55:42.3401970Z test_variant_consistency_jit_where_cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:55:42.5370250Z test_variant_consistency_jit_xlogy_cuda_float32 (__main__.TestJitCUDA) ... ok (0.196s) 2022-03-17T20:55:42.5410117Z test_variant_consistency_jit_zero__cuda_complex64 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:55:42.5451935Z test_variant_consistency_jit_zero__cuda_float32 (__main__.TestJitCUDA) ... skip (0.004s) 2022-03-17T20:55:42.8910287Z test_variant_consistency_jit_zeros_like_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.345s) 2022-03-17T20:55:43.1143679Z test_variant_consistency_jit_zeros_like_cuda_float32 (__main__.TestJitCUDA) ... ok (0.223s) 2022-03-17T20:55:43.1143982Z 2022-03-17T20:55:43.1144710Z ---------------------------------------------------------------------- 2022-03-17T20:55:43.1145064Z Ran 908 tests in 1039.504s 2022-03-17T20:55:43.1147617Z 2022-03-17T20:55:43.1148060Z OK (skipped=193, expected failures=33) 2022-03-17T20:55:43.1148287Z 2022-03-17T20:55:43.1148421Z Generating XML reports... 2022-03-17T20:55:43.2198324Z Generated XML report: test-reports/python-unittest/test_ops_jit/TEST-TestJitCUDA-20220317203823.xml 2022-03-17T20:55:47.1607518Z 2022-03-17T20:55:47.1608041Z real 100m57.516s 2022-03-17T20:55:47.1608461Z user 119m10.563s 2022-03-17T20:55:47.1608707Z sys 10m29.266s 2022-03-17T20:55:47.1609119Z + assert_git_not_dirty 2022-03-17T20:55:47.1609966Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default != *rocm* ]] 2022-03-17T20:55:47.1610860Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default != *xla* ]] 2022-03-17T20:55:47.1612532Z ++ git status --porcelain 2022-03-17T20:55:47.9532823Z + git_status= 2022-03-17T20:55:47.9533275Z + [[ -n '' ]] 2022-03-17T20:55:47.9533686Z + test_libtorch 2022-03-17T20:55:47.9534151Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default != *rocm* ]] 2022-03-17T20:55:47.9534541Z + echo 'Testing libtorch' 2022-03-17T20:55:47.9534773Z Testing libtorch 2022-03-17T20:55:47.9535307Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libbackend_with_compiler.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-03-17T20:55:47.9544887Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libjitbackend_test.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-03-17T20:55:47.9556335Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so /opt/conda/lib/python3.7/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.7/site-packages/torch/lib/libc10d_cuda_test.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-03-17T20:55:47.9568432Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libshm.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-03-17T20:55:47.9580348Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cuda.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cuda_cpp.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cuda_cu.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cuda_linalg.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_global_deps.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorchbind_test.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-03-17T20:55:47.9592580Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libtbb*' /opt/conda/lib/python3.7/site-packages/torch/bin 2022-03-17T20:55:47.9604677Z + TEST_REPORTS_DIR=test/test-reports/cpp-unittest/test_libtorch 2022-03-17T20:55:47.9605164Z + mkdir -p test/test-reports/cpp-unittest/test_libtorch 2022-03-17T20:55:47.9605582Z + python tools/download_mnist.py --quiet -d test/cpp/api/mnist 2022-03-17T20:55:47.9618999Z + python test/cpp/jit/tests_setup.py setup 2022-03-17T20:55:48.0215812Z Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz ... 2022-03-17T20:55:48.4625524Z Downloading http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz ... 2022-03-17T20:55:48.4694297Z Downloading http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz ... 2022-03-17T20:55:48.5489789Z Downloading http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz ... 2022-03-17T20:55:51.0251994Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default == *cuda* ]] 2022-03-17T20:55:51.0252658Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_jit --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_jit.xml 2022-03-17T20:55:53.0972917Z Only one CUDA device detected. Disabling MultiCUDA tests 2022-03-17T20:55:53.0981972Z Note: Google Test filter = *-*_MultiCUDA 2022-03-17T20:55:53.0982399Z [==========] Running 989 tests from 104 test suites. 2022-03-17T20:55:53.0983099Z [----------] Global test environment set-up. 2022-03-17T20:55:53.0983545Z [----------] 2 tests from AddIfThenElseOpTest 2022-03-17T20:55:53.0984012Z [ RUN ] AddIfThenElseOpTest.AddIfThenElseOpSimple 2022-03-17T20:55:53.1064864Z [ OK ] AddIfThenElseOpTest.AddIfThenElseOpSimple (8 ms) 2022-03-17T20:55:53.1065451Z [ RUN ] AddIfThenElseOpTest.NoIfThenElseOpMultipleOutputs 2022-03-17T20:55:53.1066031Z [ OK ] AddIfThenElseOpTest.NoIfThenElseOpMultipleOutputs (0 ms) 2022-03-17T20:55:53.1066544Z [----------] 2 tests from AddIfThenElseOpTest (8 ms total) 2022-03-17T20:55:53.1066774Z 2022-03-17T20:55:53.1067006Z [----------] 15 tests from TopologicalMoveTest 2022-03-17T20:55:53.1067583Z [ RUN ] TopologicalMoveTest.SplitsDeps 2022-03-17T20:55:53.1068736Z [ OK ] TopologicalMoveTest.SplitsDeps (0 ms) 2022-03-17T20:55:53.1069226Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardSimple 2022-03-17T20:55:53.1070550Z [ OK ] TopologicalMoveTest.MoveAfterBackwardSimple (0 ms) 2022-03-17T20:55:53.1071079Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardInvalid 2022-03-17T20:55:53.1071602Z [ OK ] TopologicalMoveTest.MoveAfterBackwardInvalid (0 ms) 2022-03-17T20:55:53.1072091Z [ RUN ] TopologicalMoveTest.MoveAfterNoOp 2022-03-17T20:55:53.1072900Z [ OK ] TopologicalMoveTest.MoveAfterNoOp (0 ms) 2022-03-17T20:55:53.1073404Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardMultipleDeps 2022-03-17T20:55:53.1074661Z [ OK ] TopologicalMoveTest.MoveAfterBackwardMultipleDeps (0 ms) 2022-03-17T20:55:53.1075236Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardNonZeroWorkingSet 2022-03-17T20:55:53.1076028Z [ OK ] TopologicalMoveTest.MoveAfterBackwardNonZeroWorkingSet (0 ms) 2022-03-17T20:55:53.1076594Z [ RUN ] TopologicalMoveTest.MoveAfterForwardSimple 2022-03-17T20:55:53.1077115Z [ OK ] TopologicalMoveTest.MoveAfterForwardSimple (0 ms) 2022-03-17T20:55:53.1077678Z [ RUN ] TopologicalMoveTest.MoveAfterForwardNonZeroWorkingSet 2022-03-17T20:55:53.1078644Z [ OK ] TopologicalMoveTest.MoveAfterForwardNonZeroWorkingSet (0 ms) 2022-03-17T20:55:53.1079192Z [ RUN ] TopologicalMoveTest.MoveBeforeForwardSimple 2022-03-17T20:55:53.1079724Z [ OK ] TopologicalMoveTest.MoveBeforeForwardSimple (0 ms) 2022-03-17T20:55:53.1080237Z [ RUN ] TopologicalMoveTest.MoveBeforeBackwardSimple 2022-03-17T20:55:53.1081862Z [ OK ] TopologicalMoveTest.MoveBeforeBackwardSimple (0 ms) 2022-03-17T20:55:53.1082358Z [ RUN ] TopologicalMoveTest.MoveBeforeNoOp 2022-03-17T20:55:53.1082819Z [ OK ] TopologicalMoveTest.MoveBeforeNoOp (0 ms) 2022-03-17T20:55:53.1083321Z [ RUN ] TopologicalMoveTest.MoveBeforeForwardWithDeps 2022-03-17T20:55:53.1085058Z [ OK ] TopologicalMoveTest.MoveBeforeForwardWithDeps (0 ms) 2022-03-17T20:55:53.1085595Z [ RUN ] TopologicalMoveTest.MoveBeforeBackwardWithDeps 2022-03-17T20:55:53.1086154Z [ OK ] TopologicalMoveTest.MoveBeforeBackwardWithDeps (0 ms) 2022-03-17T20:55:53.1086640Z [ RUN ] TopologicalMoveTest.DepsDisallowMove 2022-03-17T20:55:53.1088858Z [ OK ] TopologicalMoveTest.DepsDisallowMove (0 ms) 2022-03-17T20:55:53.1089993Z [ RUN ] TopologicalMoveTest.MoveAfterBeforeWithDeps 2022-03-17T20:55:53.1090599Z [ OK ] TopologicalMoveTest.MoveAfterBeforeWithDeps (0 ms) 2022-03-17T20:55:53.1091389Z [----------] 15 tests from TopologicalMoveTest (2 ms total) 2022-03-17T20:55:53.1091635Z 2022-03-17T20:55:53.1091863Z [----------] 6 tests from AliasAnalysisTest 2022-03-17T20:55:53.1092315Z [ RUN ] AliasAnalysisTest.AliasingMutationBlocksMoves 2022-03-17T20:55:53.1160576Z [ OK ] AliasAnalysisTest.AliasingMutationBlocksMoves (6 ms) 2022-03-17T20:55:53.1161177Z [ RUN ] AliasAnalysisTest.AliasingMutationBlocksMoves2 2022-03-17T20:55:53.1162021Z [ OK ] AliasAnalysisTest.AliasingMutationBlocksMoves2 (0 ms) 2022-03-17T20:55:53.1162545Z [ RUN ] AliasAnalysisTest.SideEffectsBlockMoves 2022-03-17T20:55:53.1163025Z [ OK ] AliasAnalysisTest.SideEffectsBlockMoves (0 ms) 2022-03-17T20:55:53.1163523Z [ RUN ] AliasAnalysisTest.MovingAcrossInnerBlocks 2022-03-17T20:55:53.1164596Z [ OK ] AliasAnalysisTest.MovingAcrossInnerBlocks (0 ms) 2022-03-17T20:55:53.1165086Z [ RUN ] AliasAnalysisTest.NoneHasNoWriters 2022-03-17T20:55:53.1165557Z [ OK ] AliasAnalysisTest.NoneHasNoWriters (0 ms) 2022-03-17T20:55:53.1166205Z [ RUN ] AliasAnalysisTest.SafeToChangeAliasingRelationship 2022-03-17T20:55:53.1167086Z [ OK ] AliasAnalysisTest.SafeToChangeAliasingRelationship (0 ms) 2022-03-17T20:55:53.1167631Z [----------] 6 tests from AliasAnalysisTest (7 ms total) 2022-03-17T20:55:53.1167844Z 2022-03-17T20:55:53.1168064Z [----------] 4 tests from WriteTrackingTest 2022-03-17T20:55:53.1168455Z [ RUN ] WriteTrackingTest.Basic 2022-03-17T20:55:53.1169000Z [ OK ] WriteTrackingTest.Basic (0 ms) 2022-03-17T20:55:53.1169417Z [ RUN ] WriteTrackingTest.IsMutable 2022-03-17T20:55:53.1169843Z [ OK ] WriteTrackingTest.IsMutable (0 ms) 2022-03-17T20:55:53.1170242Z [ RUN ] WriteTrackingTest.IsImmutable 2022-03-17T20:55:53.1170681Z [ OK ] WriteTrackingTest.IsImmutable (0 ms) 2022-03-17T20:55:53.1171085Z [ RUN ] WriteTrackingTest.HasWriters 2022-03-17T20:55:53.1171515Z [ OK ] WriteTrackingTest.HasWriters (0 ms) 2022-03-17T20:55:53.1171963Z [----------] 4 tests from WriteTrackingTest (0 ms total) 2022-03-17T20:55:53.1172215Z 2022-03-17T20:55:53.1172655Z [----------] 13 tests from ContainerAliasingTest 2022-03-17T20:55:53.1173391Z [ RUN ] ContainerAliasingTest.MayContainAlias 2022-03-17T20:55:53.1174060Z [ OK ] ContainerAliasingTest.MayContainAlias (0 ms) 2022-03-17T20:55:53.1174784Z [ RUN ] ContainerAliasingTest.MayContainAlias_cast 2022-03-17T20:55:53.1175459Z [ OK ] ContainerAliasingTest.MayContainAlias_cast (0 ms) 2022-03-17T20:55:53.1176273Z [ RUN ] ContainerAliasingTest.PrimitveValuesDontAliasContainers 2022-03-17T20:55:53.1177234Z [ OK ] ContainerAliasingTest.PrimitveValuesDontAliasContainers (0 ms) 2022-03-17T20:55:53.1177843Z [ RUN ] ContainerAliasingTest.UnionAliasing 2022-03-17T20:55:53.1178430Z [ OK ] ContainerAliasingTest.UnionAliasing (0 ms) 2022-03-17T20:55:53.1179106Z [ RUN ] ContainerAliasingTest.InputsCanAliasOutputs 2022-03-17T20:55:53.1179692Z [ OK ] ContainerAliasingTest.InputsCanAliasOutputs (0 ms) 2022-03-17T20:55:53.1180360Z [ RUN ] ContainerAliasingTest.NestedTupleConstruct 2022-03-17T20:55:53.1180904Z [ OK ] ContainerAliasingTest.NestedTupleConstruct (0 ms) 2022-03-17T20:55:53.1181603Z [ RUN ] ContainerAliasingTest.NestedTypes 2022-03-17T20:55:53.1182123Z [ OK ] ContainerAliasingTest.NestedTypes (0 ms) 2022-03-17T20:55:53.1182700Z [ RUN ] ContainerAliasingTest.Simple 2022-03-17T20:55:53.1183133Z [ OK ] ContainerAliasingTest.Simple (0 ms) 2022-03-17T20:55:53.1183767Z [ RUN ] ContainerAliasingTest.Lists 2022-03-17T20:55:53.1184212Z [ OK ] ContainerAliasingTest.Lists (0 ms) 2022-03-17T20:55:53.1184648Z [ RUN ] ContainerAliasingTest.Lists2 2022-03-17T20:55:53.1185254Z [ OK ] ContainerAliasingTest.Lists2 (0 ms) 2022-03-17T20:55:53.1185695Z [ RUN ] ContainerAliasingTest.Conservative 2022-03-17T20:55:53.1186517Z [ OK ] ContainerAliasingTest.Conservative (0 ms) 2022-03-17T20:55:53.1187069Z [ RUN ] ContainerAliasingTest.MovesAcrossContainedWrites 2022-03-17T20:55:53.1188160Z [ OK ] ContainerAliasingTest.MovesAcrossContainedWrites (0 ms) 2022-03-17T20:55:53.1188852Z [ RUN ] ContainerAliasingTest.MovesAcrossContainedWritesNested 2022-03-17T20:55:53.1191053Z [ OK ] ContainerAliasingTest.MovesAcrossContainedWritesNested (0 ms) 2022-03-17T20:55:53.1191882Z [----------] 13 tests from ContainerAliasingTest (2 ms total) 2022-03-17T20:55:53.1192110Z 2022-03-17T20:55:53.1192324Z [----------] 3 tests from WildcardsTest 2022-03-17T20:55:53.1192692Z [ RUN ] WildcardsTest.Basic 2022-03-17T20:55:53.1194855Z [ OK ] WildcardsTest.Basic (0 ms) 2022-03-17T20:55:53.1195319Z [ RUN ] WildcardsTest.TypeIsolation 2022-03-17T20:55:53.1195976Z [ OK ] WildcardsTest.TypeIsolation (0 ms) 2022-03-17T20:55:53.1196429Z [ RUN ] WildcardsTest.InvariantContainerAliasing 2022-03-17T20:55:53.1198570Z [ OK ] WildcardsTest.InvariantContainerAliasing (0 ms) 2022-03-17T20:55:53.1199231Z [----------] 3 tests from WildcardsTest (0 ms total) 2022-03-17T20:55:53.1199574Z 2022-03-17T20:55:53.1199826Z [----------] 18 tests from AliasRegistrationTest 2022-03-17T20:55:53.1200377Z [ RUN ] AliasRegistrationTest.ConservativeWithInferredSchema 2022-03-17T20:55:53.1200967Z [ OK ] AliasRegistrationTest.ConservativeWithInferredSchema (0 ms) 2022-03-17T20:55:53.1201898Z [ RUN ] AliasRegistrationTest.ConservativeWithSpecifiedSchema 2022-03-17T20:55:53.1202521Z [ OK ] AliasRegistrationTest.ConservativeWithSpecifiedSchema (0 ms) 2022-03-17T20:55:53.1203186Z [ RUN ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError 2022-03-17T20:55:53.1238590Z [ OK ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError (3 ms) 2022-03-17T20:55:53.1239338Z [ RUN ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError2 2022-03-17T20:55:53.1272598Z [ OK ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError2 (3 ms) 2022-03-17T20:55:53.1273325Z [ RUN ] AliasRegistrationTest.FromSchemaWithInferredSchemaShouldError 2022-03-17T20:55:53.1287440Z [ OK ] AliasRegistrationTest.FromSchemaWithInferredSchemaShouldError (1 ms) 2022-03-17T20:55:53.1288063Z [ RUN ] AliasRegistrationTest.FromSchemaInferredPure 2022-03-17T20:55:53.1288602Z [ OK ] AliasRegistrationTest.FromSchemaInferredPure (0 ms) 2022-03-17T20:55:53.1289109Z [ RUN ] AliasRegistrationTest.FromSchemaAliased 2022-03-17T20:55:53.1289613Z [ OK ] AliasRegistrationTest.FromSchemaAliased (0 ms) 2022-03-17T20:55:53.1290080Z [ RUN ] AliasRegistrationTest.FromSchemaPure 2022-03-17T20:55:53.1290564Z [ OK ] AliasRegistrationTest.FromSchemaPure (0 ms) 2022-03-17T20:55:53.1291036Z [ RUN ] AliasRegistrationTest.PureNoSchema 2022-03-17T20:55:53.1291774Z [ OK ] AliasRegistrationTest.PureNoSchema (0 ms) 2022-03-17T20:55:53.1292514Z [ RUN ] AliasRegistrationTest.PureWithSchema 2022-03-17T20:55:53.1292978Z [ OK ] AliasRegistrationTest.PureWithSchema (0 ms) 2022-03-17T20:55:53.1293516Z [ RUN ] AliasRegistrationTest.PureWithAnnotationsShouldError 2022-03-17T20:55:53.1327761Z [ OK ] AliasRegistrationTest.PureWithAnnotationsShouldError (3 ms) 2022-03-17T20:55:53.1328534Z [ RUN ] AliasRegistrationTest.AliasMoveAtenListOp 2022-03-17T20:55:53.1329076Z [ OK ] AliasRegistrationTest.AliasMoveAtenListOp (0 ms) 2022-03-17T20:55:53.1329748Z [ RUN ] AliasRegistrationTest.AliasMoveForTupleConstructWithSingleUseAsGraphOutput 2022-03-17T20:55:53.1330667Z [ OK ] AliasRegistrationTest.AliasMoveForTupleConstructWithSingleUseAsGraphOutput (0 ms) 2022-03-17T20:55:53.1331399Z [ RUN ] AliasRegistrationTest.RecursiveSubgraphTupleContainment 2022-03-17T20:55:53.1332018Z [ OK ] AliasRegistrationTest.RecursiveSubgraphTupleContainment (0 ms) 2022-03-17T20:55:53.1332671Z [ RUN ] AliasRegistrationTest.WildcardAliasForTupleConstructWithUses 2022-03-17T20:55:53.1333343Z [ OK ] AliasRegistrationTest.WildcardAliasForTupleConstructWithUses (0 ms) 2022-03-17T20:55:53.1333933Z [ RUN ] AliasRegistrationTest.ATenSplitIntListAliasCheck 2022-03-17T20:55:53.1334510Z [ OK ] AliasRegistrationTest.ATenSplitIntListAliasCheck (0 ms) 2022-03-17T20:55:53.1335165Z [ RUN ] AliasRegistrationTest.ATenSplitIntAliasCheck 2022-03-17T20:55:53.1335686Z [ OK ] AliasRegistrationTest.ATenSplitIntAliasCheck (0 ms) 2022-03-17T20:55:53.1336267Z [ RUN ] AliasRegistrationTest.PureWithAnnotationsShouldError2 2022-03-17T20:55:53.1368988Z [ OK ] AliasRegistrationTest.PureWithAnnotationsShouldError2 (3 ms) 2022-03-17T20:55:53.1369860Z [----------] 18 tests from AliasRegistrationTest (16 ms total) 2022-03-17T20:55:53.1370104Z 2022-03-17T20:55:53.1370428Z [----------] 2 tests from ArgumentSpecTest 2022-03-17T20:55:53.1370870Z [ RUN ] ArgumentSpecTest.CompleteArgumentSpec_CUDA 2022-03-17T20:55:54.4054151Z [ OK ] ArgumentSpecTest.CompleteArgumentSpec_CUDA (1268 ms) 2022-03-17T20:55:54.4054736Z [ RUN ] ArgumentSpecTest.Basic_CUDA 2022-03-17T20:55:54.4055994Z [ OK ] ArgumentSpecTest.Basic_CUDA (0 ms) 2022-03-17T20:55:54.4056878Z [----------] 2 tests from ArgumentSpecTest (1268 ms total) 2022-03-17T20:55:54.4057138Z 2022-03-17T20:55:54.4057356Z [----------] 3 tests from AutodiffTest 2022-03-17T20:55:54.4057729Z [ RUN ] AutodiffTest.ADFormulas 2022-03-17T20:55:54.4819765Z [ OK ] AutodiffTest.ADFormulas (76 ms) 2022-03-17T20:55:54.4820190Z [ RUN ] AutodiffTest.Differentiate 2022-03-17T20:55:54.4827624Z [ OK ] AutodiffTest.Differentiate (0 ms) 2022-03-17T20:55:54.4828375Z [ RUN ] AutodiffTest.DifferentiateWithRequiresGrad 2022-03-17T20:55:54.4851725Z [ OK ] AutodiffTest.DifferentiateWithRequiresGrad (2 ms) 2022-03-17T20:55:54.4852503Z [----------] 3 tests from AutodiffTest (79 ms total) 2022-03-17T20:55:54.4852718Z 2022-03-17T20:55:54.4853228Z [----------] 1 test from AutodiffRemoveUnusedGradientsTest 2022-03-17T20:55:54.4853730Z [ RUN ] AutodiffRemoveUnusedGradientsTest.Linear 2022-03-17T20:55:54.4873317Z [ OK ] AutodiffRemoveUnusedGradientsTest.Linear (2 ms) 2022-03-17T20:55:54.4873915Z [----------] 1 test from AutodiffRemoveUnusedGradientsTest (2 ms total) 2022-03-17T20:55:54.4874187Z 2022-03-17T20:55:54.4874409Z [----------] 1 test from UpgraderLoad 2022-03-17T20:55:54.4874850Z [ RUN ] UpgraderLoad.CanPopulateUpgradersGraph 2022-03-17T20:55:54.4927143Z [ OK ] UpgraderLoad.CanPopulateUpgradersGraph (5 ms) 2022-03-17T20:55:54.4927876Z [----------] 1 test from UpgraderLoad (5 ms total) 2022-03-17T20:55:54.4928086Z 2022-03-17T20:55:54.4928315Z [----------] 4 tests from OpReplacementTest 2022-03-17T20:55:54.4928763Z [ RUN ] OpReplacementTest.ReplaceDivInSimpleFunction 2022-03-17T20:55:54.4929763Z [ OK ] OpReplacementTest.ReplaceDivInSimpleFunction (0 ms) 2022-03-17T20:55:54.4930295Z [ RUN ] OpReplacementTest.ReplaceTwoOpsInSimpleFunction 2022-03-17T20:55:54.4932919Z [ OK ] OpReplacementTest.ReplaceTwoOpsInSimpleFunction (0 ms) 2022-03-17T20:55:54.4933482Z [ RUN ] OpReplacementTest.ReplaceDivInNestedFunction 2022-03-17T20:55:54.4936089Z [ OK ] OpReplacementTest.ReplaceDivInNestedFunction (0 ms) 2022-03-17T20:55:54.4936698Z [ RUN ] OpReplacementTest.ReplaceTestSubcmulInSimpleFunction 2022-03-17T20:55:54.4937932Z [ OK ] OpReplacementTest.ReplaceTestSubcmulInSimpleFunction (0 ms) 2022-03-17T20:55:54.4938467Z [----------] 4 tests from OpReplacementTest (1 ms total) 2022-03-17T20:55:54.4938858Z 2022-03-17T20:55:54.4939165Z [----------] 4 tests from UpgraderUtils 2022-03-17T20:55:54.4939570Z [ RUN ] UpgraderUtils.FindCorrectUpgrader 2022-03-17T20:55:54.4940033Z [ OK ] UpgraderUtils.FindCorrectUpgrader (0 ms) 2022-03-17T20:55:54.4940489Z [ RUN ] UpgraderUtils.IsVersionMapSorted 2022-03-17T20:55:54.4940926Z [ OK ] UpgraderUtils.IsVersionMapSorted (0 ms) 2022-03-17T20:55:54.4941518Z [ RUN ] UpgraderUtils.FindIfOpIsCurrent 2022-03-17T20:55:54.4941959Z [ OK ] UpgraderUtils.FindIfOpIsCurrent (0 ms) 2022-03-17T20:55:54.4942451Z [ RUN ] UpgraderUtils.CanLoadHistoricOp 2022-03-17T20:55:54.4943285Z [ OK ] UpgraderUtils.CanLoadHistoricOp (0 ms) 2022-03-17T20:55:54.4943863Z [----------] 4 tests from UpgraderUtils (0 ms total) 2022-03-17T20:55:54.4944276Z 2022-03-17T20:55:54.4944729Z [----------] 8 tests from BackendTest 2022-03-17T20:55:54.4945389Z [ RUN ] BackendTest.ToBackend 2022-03-17T20:55:54.5027990Z [ OK ] BackendTest.ToBackend (8 ms) 2022-03-17T20:55:54.5028422Z [ RUN ] BackendTest.ToBackendNotAvailable 2022-03-17T20:55:54.5066954Z [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-03-17T20:55:54.5097597Z [ OK ] BackendTest.ToBackendNotAvailable (6 ms) 2022-03-17T20:55:54.5098035Z [ RUN ] BackendTest.TestCompiler 2022-03-17T20:55:54.5197472Z [ OK ] BackendTest.TestCompiler (9 ms) 2022-03-17T20:55:54.5197889Z [ RUN ] BackendTest.TestComposite 2022-03-17T20:55:54.5382607Z [ OK ] BackendTest.TestComposite (18 ms) 2022-03-17T20:55:54.5383029Z [ RUN ] BackendTest.TestPrimDtype 2022-03-17T20:55:54.5392301Z [ OK ] BackendTest.TestPrimDtype (0 ms) 2022-03-17T20:55:54.5392745Z [ RUN ] BackendTest.TestCompositeWithSetStates 2022-03-17T20:55:54.5583838Z [ OK ] BackendTest.TestCompositeWithSetStates (19 ms) 2022-03-17T20:55:54.5584401Z [ RUN ] BackendTest.TestConsistencyOfCompositeWithSetStates 2022-03-17T20:55:54.5905564Z [ OK ] BackendTest.TestConsistencyOfCompositeWithSetStates (32 ms) 2022-03-17T20:55:54.5906161Z [ RUN ] BackendTest.TestCompilerNotSupport 2022-03-17T20:55:54.5928866Z [ OK ] BackendTest.TestCompilerNotSupport (2 ms) 2022-03-17T20:55:54.5929897Z [----------] 8 tests from BackendTest (98 ms total) 2022-03-17T20:55:54.5930250Z 2022-03-17T20:55:54.5930500Z [----------] 5 tests from BackendTestDebugInfo 2022-03-17T20:55:54.5930910Z [ RUN ] BackendTestDebugInfo.TestCompiler 2022-03-17T20:55:54.6095533Z [ OK ] BackendTestDebugInfo.TestCompiler (16 ms) 2022-03-17T20:55:54.6096725Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithModuleHierarchy 2022-03-17T20:55:54.6268631Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithModuleHierarchy (17 ms) 2022-03-17T20:55:54.6269698Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithTwoLevelModuleHierarchy 2022-03-17T20:55:54.6442589Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithTwoLevelModuleHierarchy (17 ms) 2022-03-17T20:55:54.6443518Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithLoweredSubModule 2022-03-17T20:55:54.6619572Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithLoweredSubModule (17 ms) 2022-03-17T20:55:54.6620571Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithSelectiveLoweredSubModule 2022-03-17T20:55:54.6800963Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithSelectiveLoweredSubModule (18 ms) 2022-03-17T20:55:54.6802218Z [----------] 5 tests from BackendTestDebugInfo (87 ms total) 2022-03-17T20:55:54.6802453Z 2022-03-17T20:55:54.6802649Z [----------] 4 tests from ClassImportTest 2022-03-17T20:55:54.6803029Z [ RUN ] ClassImportTest.Basic 2022-03-17T20:55:54.6811530Z [ OK ] ClassImportTest.Basic (1 ms) 2022-03-17T20:55:54.6812537Z [ RUN ] ClassImportTest.ScriptObject 2022-03-17T20:55:54.6848492Z [ OK ] ClassImportTest.ScriptObject (3 ms) 2022-03-17T20:55:54.6849374Z [ RUN ] ClassImportTest.ClassDerive 2022-03-17T20:55:54.6850225Z [ OK ] ClassImportTest.ClassDerive (0 ms) 2022-03-17T20:55:54.6850683Z [ RUN ] ClassImportTest.CustomClass 2022-03-17T20:55:54.6852093Z [ OK ] ClassImportTest.CustomClass (0 ms) 2022-03-17T20:55:54.6853001Z [----------] 4 tests from ClassImportTest (5 ms total) 2022-03-17T20:55:54.6853490Z 2022-03-17T20:55:54.6853945Z [----------] 1 test from ClassParserTest 2022-03-17T20:55:54.6854514Z [ RUN ] ClassParserTest.Basic 2022-03-17T20:55:54.6854906Z [ OK ] ClassParserTest.Basic (0 ms) 2022-03-17T20:55:54.6855307Z [----------] 1 test from ClassParserTest (0 ms total) 2022-03-17T20:55:54.6855516Z 2022-03-17T20:55:54.6855721Z [----------] 3 tests from ClassTypeTest 2022-03-17T20:55:54.6856116Z [ RUN ] ClassTypeTest.AddRemoveAttr 2022-03-17T20:55:54.6856515Z [ OK ] ClassTypeTest.AddRemoveAttr (0 ms) 2022-03-17T20:55:54.6856941Z [ RUN ] ClassTypeTest.AddRemoveConstant 2022-03-17T20:55:54.6857365Z [ OK ] ClassTypeTest.AddRemoveConstant (0 ms) 2022-03-17T20:55:54.6857834Z [ RUN ] ClassTypeTest.IdenticalTypesDifferentCus 2022-03-17T20:55:54.6868217Z [ OK ] ClassTypeTest.IdenticalTypesDifferentCus (1 ms) 2022-03-17T20:55:54.6868817Z [----------] 3 tests from ClassTypeTest (1 ms total) 2022-03-17T20:55:54.6869223Z 2022-03-17T20:55:54.6869469Z [----------] 2 tests from TestCodeTemplate 2022-03-17T20:55:54.6869842Z [ RUN ] TestCodeTemplate.Copying 2022-03-17T20:55:54.6870247Z [ OK ] TestCodeTemplate.Copying (0 ms) 2022-03-17T20:55:54.6870648Z [ RUN ] TestCodeTemplate.Formatting 2022-03-17T20:55:54.6871058Z [ OK ] TestCodeTemplate.Formatting (0 ms) 2022-03-17T20:55:54.6871500Z [----------] 2 tests from TestCodeTemplate (0 ms total) 2022-03-17T20:55:54.6871723Z 2022-03-17T20:55:54.6871913Z [----------] 13 tests from ConcatOptTest 2022-03-17T20:55:54.6872393Z [ RUN ] ConcatOptTest.SimpleCommonInputsEliminationPrefix 2022-03-17T20:55:54.6927042Z [ OK ] ConcatOptTest.SimpleCommonInputsEliminationPrefix (5 ms) 2022-03-17T20:55:54.6928226Z [ RUN ] ConcatOptTest.SimpleCommonInputsEliminationSuffix 2022-03-17T20:55:54.6963282Z [ OK ] ConcatOptTest.SimpleCommonInputsEliminationSuffix (3 ms) 2022-03-17T20:55:54.6964590Z [ RUN ] ConcatOptTest.CommonInputsEliminationWithDifferentOrderInputs 2022-03-17T20:55:54.7001869Z [ OK ] ConcatOptTest.CommonInputsEliminationWithDifferentOrderInputs (3 ms) 2022-03-17T20:55:54.7003106Z [ RUN ] ConcatOptTest.MoreCommonInputsElimination 2022-03-17T20:55:54.7071837Z [ OK ] ConcatOptTest.MoreCommonInputsElimination (6 ms) 2022-03-17T20:55:54.7072774Z [ RUN ] ConcatOptTest.ExpandConcat 2022-03-17T20:55:54.7102811Z [ OK ] ConcatOptTest.ExpandConcat (3 ms) 2022-03-17T20:55:54.7104009Z [ RUN ] ConcatOptTest.ConcatWithoutResultShape 2022-03-17T20:55:54.7132007Z [ OK ] ConcatOptTest.ConcatWithoutResultShape (2 ms) 2022-03-17T20:55:54.7132998Z [ RUN ] ConcatOptTest.ConcatWithoutInputShape 2022-03-17T20:55:54.7160944Z [ OK ] ConcatOptTest.ConcatWithoutInputShape (2 ms) 2022-03-17T20:55:54.7162179Z [ RUN ] ConcatOptTest.UseVariadicCat 2022-03-17T20:55:54.7219743Z [ OK ] ConcatOptTest.UseVariadicCat (5 ms) 2022-03-17T20:55:54.7220768Z [ RUN ] ConcatOptTest.UseVariadicCatWithMultipleListUses 2022-03-17T20:55:54.7247744Z [ OK ] ConcatOptTest.UseVariadicCatWithMultipleListUses (2 ms) 2022-03-17T20:55:54.7249128Z [ RUN ] ConcatOptTest.UseVariadicCatWithListMutationAfterCat 2022-03-17T20:55:54.7282581Z [ OK ] ConcatOptTest.UseVariadicCatWithListMutationAfterCat (3 ms) 2022-03-17T20:55:54.7283830Z [ RUN ] ConcatOptTest.UseVariadicCatWithListMutationBeforeCat 2022-03-17T20:55:54.7321784Z [ OK ] ConcatOptTest.UseVariadicCatWithListMutationBeforeCat (3 ms) 2022-03-17T20:55:54.7323050Z [ RUN ] ConcatOptTest.UseVariadicCatWithMultipleListMutations 2022-03-17T20:55:54.7380392Z [ OK ] ConcatOptTest.UseVariadicCatWithMultipleListMutations (5 ms) 2022-03-17T20:55:54.7381812Z [ RUN ] ConcatOptTest.RemoveListMutationUseVariadicCatAndCommonInputsElimination 2022-03-17T20:55:54.7421327Z [ OK ] ConcatOptTest.RemoveListMutationUseVariadicCatAndCommonInputsElimination (4 ms) 2022-03-17T20:55:54.7422588Z [----------] 13 tests from ConcatOptTest (55 ms total) 2022-03-17T20:55:54.7422997Z 2022-03-17T20:55:54.7423415Z [----------] 1 test from OptimizeConcatTest 2022-03-17T20:55:54.7424379Z [ RUN ] OptimizeConcatTest.UseVariadicCatReplaceMultiple 2022-03-17T20:55:54.7465404Z [ OK ] OptimizeConcatTest.UseVariadicCatReplaceMultiple (4 ms) 2022-03-17T20:55:54.7466466Z [----------] 1 test from OptimizeConcatTest (4 ms total) 2022-03-17T20:55:54.7466905Z 2022-03-17T20:55:54.7467272Z [----------] 3 tests from ConcatOpt 2022-03-17T20:55:54.7468046Z [ RUN ] ConcatOpt.CombineConcatsSimpleCase 2022-03-17T20:55:54.7468964Z [ OK ] ConcatOpt.CombineConcatsSimpleCase (0 ms) 2022-03-17T20:55:54.7469833Z [ RUN ] ConcatOpt.CombineConcatsLongChain 2022-03-17T20:55:54.7474020Z [ OK ] ConcatOpt.CombineConcatsLongChain (0 ms) 2022-03-17T20:55:54.7474950Z [ RUN ] ConcatOpt.CombineConcatsMutation 2022-03-17T20:55:54.7475927Z [ OK ] ConcatOpt.CombineConcatsMutation (0 ms) 2022-03-17T20:55:54.7476768Z [----------] 3 tests from ConcatOpt (1 ms total) 2022-03-17T20:55:54.7477167Z 2022-03-17T20:55:54.7477587Z [----------] 4 tests from ConstantPoolingTest 2022-03-17T20:55:54.7478308Z [ RUN ] ConstantPoolingTest.Int 2022-03-17T20:55:54.7479056Z [ OK ] ConstantPoolingTest.Int (0 ms) 2022-03-17T20:55:54.7479888Z [ RUN ] ConstantPoolingTest.PoolingAcrossBlocks 2022-03-17T20:55:54.7480637Z [ OK ] ConstantPoolingTest.PoolingAcrossBlocks (0 ms) 2022-03-17T20:55:54.7481160Z [ RUN ] ConstantPoolingTest.PoolingDifferentDevices 2022-03-17T20:55:54.7482216Z [ OK ] ConstantPoolingTest.PoolingDifferentDevices (0 ms) 2022-03-17T20:55:54.7482735Z [ RUN ] ConstantPoolingTest.DictConstantPooling 2022-03-17T20:55:54.7483880Z [ OK ] ConstantPoolingTest.DictConstantPooling (0 ms) 2022-03-17T20:55:54.7484382Z [----------] 4 tests from ConstantPoolingTest (0 ms total) 2022-03-17T20:55:54.7484625Z 2022-03-17T20:55:54.7484837Z [----------] 1 test from CleanupPassTest 2022-03-17T20:55:54.7485197Z [ RUN ] CleanupPassTest.Basic 2022-03-17T20:55:54.7488008Z [ OK ] CleanupPassTest.Basic (0 ms) 2022-03-17T20:55:54.7488459Z [----------] 1 test from CleanupPassTest (0 ms total) 2022-03-17T20:55:54.7488682Z 2022-03-17T20:55:54.7488935Z [----------] 1 test from CreateAutodiffSubgraphsTest 2022-03-17T20:55:54.7489381Z [ RUN ] CreateAutodiffSubgraphsTest.Basic 2022-03-17T20:55:54.7493888Z [ OK ] CreateAutodiffSubgraphsTest.Basic (0 ms) 2022-03-17T20:55:54.7494405Z [----------] 1 test from CreateAutodiffSubgraphsTest (0 ms total) 2022-03-17T20:55:54.7494651Z 2022-03-17T20:55:54.7494867Z [----------] 3 tests from CustomClassTest 2022-03-17T20:55:54.7495266Z [ RUN ] CustomClassTest.TorchbindIValueAPI 2022-03-17T20:55:54.7503212Z [ OK ] CustomClassTest.TorchbindIValueAPI (0 ms) 2022-03-17T20:55:54.7503847Z [ RUN ] CustomClassTest.TestDocString 2022-03-17T20:55:54.7504279Z [ OK ] CustomClassTest.TestDocString (0 ms) 2022-03-17T20:55:54.7504710Z [ RUN ] CustomClassTest.Serialization 2022-03-17T20:55:54.7526188Z [ OK ] CustomClassTest.Serialization (2 ms) 2022-03-17T20:55:54.7526650Z [----------] 3 tests from CustomClassTest (3 ms total) 2022-03-17T20:55:54.7526867Z 2022-03-17T20:55:54.7527079Z [----------] 5 tests from CustomOperatorTest 2022-03-17T20:55:54.7527505Z [ RUN ] CustomOperatorTest.InferredSchema 2022-03-17T20:55:54.7529222Z [ OK ] CustomOperatorTest.InferredSchema (0 ms) 2022-03-17T20:55:54.7529667Z [ RUN ] CustomOperatorTest.ExplicitSchema 2022-03-17T20:55:54.7531553Z [ OK ] CustomOperatorTest.ExplicitSchema (0 ms) 2022-03-17T20:55:54.7532019Z [ RUN ] CustomOperatorTest.ListParameters 2022-03-17T20:55:54.7532477Z [ OK ] CustomOperatorTest.ListParameters (0 ms) 2022-03-17T20:55:54.7532933Z [ RUN ] CustomOperatorTest.ListParameters2 2022-03-17T20:55:54.7533835Z [ OK ] CustomOperatorTest.ListParameters2 (0 ms) 2022-03-17T20:55:54.7534276Z [ RUN ] CustomOperatorTest.Aliasing 2022-03-17T20:55:54.7536833Z [ OK ] CustomOperatorTest.Aliasing (0 ms) 2022-03-17T20:55:54.7537284Z [----------] 5 tests from CustomOperatorTest (1 ms total) 2022-03-17T20:55:54.7537509Z 2022-03-17T20:55:54.7537737Z [----------] 2 tests from TestCustomOperator 2022-03-17T20:55:54.7538199Z [ RUN ] TestCustomOperator.OperatorGeneratorUndeclared 2022-03-17T20:55:54.7538758Z [ OK ] TestCustomOperator.OperatorGeneratorUndeclared (0 ms) 2022-03-17T20:55:54.7539299Z [ RUN ] TestCustomOperator.OperatorGeneratorBasic 2022-03-17T20:55:54.7539813Z [ OK ] TestCustomOperator.OperatorGeneratorBasic (0 ms) 2022-03-17T20:55:54.7540328Z [----------] 2 tests from TestCustomOperator (0 ms total) 2022-03-17T20:55:54.7540546Z 2022-03-17T20:55:54.7540780Z [----------] 1 test from EliminateDeadCodeTest 2022-03-17T20:55:54.7541177Z [ RUN ] EliminateDeadCodeTest.Basic 2022-03-17T20:55:54.7541942Z [ OK ] EliminateDeadCodeTest.Basic (0 ms) 2022-03-17T20:55:54.7542393Z [----------] 1 test from EliminateDeadCodeTest (0 ms total) 2022-03-17T20:55:54.7542623Z 2022-03-17T20:55:54.7542822Z [----------] 5 tests from FuserTest 2022-03-17T20:55:54.7543200Z [ RUN ] FuserTest.TestSimple_CUDA 2022-03-17T20:55:54.9381070Z [ OK ] FuserTest.TestSimple_CUDA (183 ms) 2022-03-17T20:55:54.9381510Z [ RUN ] FuserTest.TestOne_CUDA 2022-03-17T20:55:55.7166883Z [ OK ] FuserTest.TestOne_CUDA (778 ms) 2022-03-17T20:55:55.7167305Z [ RUN ] FuserTest.FusedConcat_CUDA 2022-03-17T20:55:56.3321134Z [ OK ] FuserTest.FusedConcat_CUDA (615 ms) 2022-03-17T20:55:56.3321907Z [ RUN ] FuserTest.FusionAliasing 2022-03-17T20:55:56.3326600Z [ OK ] FuserTest.FusionAliasing (0 ms) 2022-03-17T20:55:56.3327291Z [ RUN ] FuserTest.KernelCaching 2022-03-17T20:55:56.3331583Z [ OK ] FuserTest.KernelCaching (0 ms) 2022-03-17T20:55:56.3332007Z [----------] 5 tests from FuserTest (1578 ms total) 2022-03-17T20:55:56.3332214Z 2022-03-17T20:55:56.3332445Z [----------] 2 tests from GraphExecutorTest 2022-03-17T20:55:56.3332828Z [ RUN ] GraphExecutorTest.Basic_CUDA 2022-03-17T20:55:56.6074027Z [ OK ] GraphExecutorTest.Basic_CUDA (273 ms) 2022-03-17T20:55:56.6074522Z [ RUN ] GraphExecutorTest.runAsync_executor 2022-03-17T20:55:56.6131536Z [ OK ] GraphExecutorTest.runAsync_executor (5 ms) 2022-03-17T20:55:56.6132233Z [----------] 2 tests from GraphExecutorTest (279 ms total) 2022-03-17T20:55:56.6132939Z 2022-03-17T20:55:56.6133189Z [----------] 5 tests from GraphIteratorTest 2022-03-17T20:55:56.6133625Z [ RUN ] GraphIteratorTest.ConstantReturnGraph 2022-03-17T20:55:56.6134157Z [ OK ] GraphIteratorTest.ConstantReturnGraph (0 ms) 2022-03-17T20:55:56.6134642Z [ RUN ] GraphIteratorTest.GraphWithParameters 2022-03-17T20:55:56.6135194Z [ OK ] GraphIteratorTest.GraphWithParameters (0 ms) 2022-03-17T20:55:56.6135660Z [ RUN ] GraphIteratorTest.GraphWithIf 2022-03-17T20:55:56.6136093Z [ OK ] GraphIteratorTest.GraphWithIf (0 ms) 2022-03-17T20:55:56.6136686Z [ RUN ] GraphIteratorTest.GraphWithNestedIf 2022-03-17T20:55:56.6137328Z [ OK ] GraphIteratorTest.GraphWithNestedIf (0 ms) 2022-03-17T20:55:56.6137798Z [ RUN ] GraphIteratorTest.GraphWithLoop 2022-03-17T20:55:56.6138258Z [ OK ] GraphIteratorTest.GraphWithLoop (0 ms) 2022-03-17T20:55:56.6138719Z [----------] 5 tests from GraphIteratorTest (0 ms total) 2022-03-17T20:55:56.6138947Z 2022-03-17T20:55:56.6139223Z [----------] 1 test from CSDebugInfoSerializaitionTest 2022-03-17T20:55:56.6139706Z [ RUN ] CSDebugInfoSerializaitionTest.TwoSubmodules 2022-03-17T20:55:56.6147754Z [ OK ] CSDebugInfoSerializaitionTest.TwoSubmodules (0 ms) 2022-03-17T20:55:56.6148305Z [----------] 1 test from CSDebugInfoSerializaitionTest (1 ms total) 2022-03-17T20:55:56.6148561Z 2022-03-17T20:55:56.6148744Z [----------] 1 test from InlinerTest 2022-03-17T20:55:56.6149090Z [ RUN ] InlinerTest.Basic 2022-03-17T20:55:56.6153454Z [ OK ] InlinerTest.Basic (0 ms) 2022-03-17T20:55:56.6154639Z [----------] 1 test from InlinerTest (0 ms total) 2022-03-17T20:55:56.6155102Z 2022-03-17T20:55:56.6155529Z [----------] 1 test from InterfaceTest 2022-03-17T20:55:56.6156401Z [ RUN ] InterfaceTest.ModuleInterfaceSerialization 2022-03-17T20:55:56.6176393Z [ OK ] InterfaceTest.ModuleInterfaceSerialization (2 ms) 2022-03-17T20:55:56.6177398Z [----------] 1 test from InterfaceTest (2 ms total) 2022-03-17T20:55:56.6177823Z 2022-03-17T20:55:56.6178236Z [----------] 5 tests from TypeCheckTest 2022-03-17T20:55:56.6178983Z [ RUN ] TypeCheckTest.MatchingType 2022-03-17T20:55:56.6179835Z [ OK ] TypeCheckTest.MatchingType (0 ms) 2022-03-17T20:55:56.6180626Z [ RUN ] TypeCheckTest.SizeMismatch 2022-03-17T20:55:56.6181403Z [ OK ] TypeCheckTest.SizeMismatch (0 ms) 2022-03-17T20:55:56.6182233Z [ RUN ] TypeCheckTest.GradientMismatch 2022-03-17T20:55:56.6183092Z [ OK ] TypeCheckTest.GradientMismatch (0 ms) 2022-03-17T20:55:56.6183948Z [ RUN ] TypeCheckTest.ScalarTypeMismatch 2022-03-17T20:55:56.6184810Z [ OK ] TypeCheckTest.ScalarTypeMismatch (0 ms) 2022-03-17T20:55:56.6185670Z [ RUN ] TypeCheckTest.DeviceMismatch_CUDA 2022-03-17T20:55:56.6187104Z [ OK ] TypeCheckTest.DeviceMismatch_CUDA (0 ms) 2022-03-17T20:55:56.6188251Z [----------] 5 tests from TypeCheckTest (1 ms total) 2022-03-17T20:55:56.6188681Z 2022-03-17T20:55:56.6189109Z [----------] 4 tests from InterpreterTest 2022-03-17T20:55:56.6189827Z [ RUN ] InterpreterTest.Basic_CUDA 2022-03-17T20:55:56.6199003Z [ OK ] InterpreterTest.Basic_CUDA (1 ms) 2022-03-17T20:55:56.6199909Z [ RUN ] InterpreterTest.IgnorableArgsInSchema 2022-03-17T20:55:56.6207078Z [ OK ] InterpreterTest.IgnorableArgsInSchema (0 ms) 2022-03-17T20:55:56.6208119Z [ RUN ] InterpreterTest.IgnorableArgsInSchemaWithOut 2022-03-17T20:55:56.6209104Z [ OK ] InterpreterTest.IgnorableArgsInSchemaWithOut (0 ms) 2022-03-17T20:55:56.6210069Z [ RUN ] InterpreterTest.runAsyncBasicTest 2022-03-17T20:55:56.6243740Z [ OK ] InterpreterTest.runAsyncBasicTest (3 ms) 2022-03-17T20:55:56.6244771Z [----------] 4 tests from InterpreterTest (5 ms total) 2022-03-17T20:55:56.6245234Z 2022-03-17T20:55:56.6245839Z [----------] 1 test from EnableRethrowCaughtExceptionTest 2022-03-17T20:55:56.6247427Z [ RUN ] EnableRethrowCaughtExceptionTest.EnableRethrowCaughtExceptionTestRethrowsCaughtException 2022-03-17T20:55:56.6465501Z [ OK ] EnableRethrowCaughtExceptionTest.EnableRethrowCaughtExceptionTestRethrowsCaughtException (22 ms) 2022-03-17T20:55:56.6467045Z [----------] 1 test from EnableRethrowCaughtExceptionTest (22 ms total) 2022-03-17T20:55:56.6467531Z 2022-03-17T20:55:56.6467899Z [----------] 4 tests from IRTest 2022-03-17T20:55:56.6468531Z [ RUN ] IRTest.Attributes 2022-03-17T20:55:56.6469211Z [ OK ] IRTest.Attributes (0 ms) 2022-03-17T20:55:56.6469859Z [ RUN ] IRTest.Blocks 2022-03-17T20:55:56.6470516Z [ OK ] IRTest.Blocks (0 ms) 2022-03-17T20:55:56.6471161Z [ RUN ] IRTest.CommonAncestor 2022-03-17T20:55:56.6471896Z [ OK ] IRTest.CommonAncestor (0 ms) 2022-03-17T20:55:56.6472610Z [ RUN ] IRTest.OperatorMap 2022-03-17T20:55:56.6473306Z [ OK ] IRTest.OperatorMap (0 ms) 2022-03-17T20:55:56.6474073Z [----------] 4 tests from IRTest (0 ms total) 2022-03-17T20:55:56.6474456Z 2022-03-17T20:55:56.6474831Z [----------] 21 tests from IRParserTest 2022-03-17T20:55:56.6475494Z [ RUN ] IRParserTest.Basic 2022-03-17T20:55:56.6476221Z [ OK ] IRParserTest.Basic (0 ms) 2022-03-17T20:55:56.6476932Z [ RUN ] IRParserTest.NestedBlock 2022-03-17T20:55:56.6477708Z [ OK ] IRParserTest.NestedBlock (0 ms) 2022-03-17T20:55:56.6478383Z [ RUN ] IRParserTest.If 2022-03-17T20:55:56.6479079Z [ OK ] IRParserTest.If (0 ms) 2022-03-17T20:55:56.6479728Z [ RUN ] IRParserTest.If2 2022-03-17T20:55:56.6480437Z [ OK ] IRParserTest.If2 (0 ms) 2022-03-17T20:55:56.6481226Z [ RUN ] IRParserTest.InferredTypeIsTensor 2022-03-17T20:55:56.6482600Z [ OK ] IRParserTest.InferredTypeIsTensor (0 ms) 2022-03-17T20:55:56.6483415Z [ RUN ] IRParserTest.ValueReuse 2022-03-17T20:55:56.6484120Z [ OK ] IRParserTest.ValueReuse (0 ms) 2022-03-17T20:55:56.6484875Z [ RUN ] IRParserTest.Attributes 2022-03-17T20:55:56.6485670Z [ OK ] IRParserTest.Attributes (0 ms) 2022-03-17T20:55:56.6486421Z [ RUN ] IRParserTest.OptionalTypes 2022-03-17T20:55:56.6487225Z [ OK ] IRParserTest.OptionalTypes (0 ms) 2022-03-17T20:55:56.6487982Z [ RUN ] IRParserTest.StarTensor 2022-03-17T20:55:56.6488734Z [ OK ] IRParserTest.StarTensor (0 ms) 2022-03-17T20:55:56.6489514Z [ RUN ] IRParserTest.UnshapedTensor 2022-03-17T20:55:56.6490301Z [ OK ] IRParserTest.UnshapedTensor (0 ms) 2022-03-17T20:55:56.6491095Z [ RUN ] IRParserTest.ShapedTensor 2022-03-17T20:55:56.6492069Z [ OK ] IRParserTest.ShapedTensor (0 ms) 2022-03-17T20:55:56.6492895Z [ RUN ] IRParserTest.NestedContrainer 2022-03-17T20:55:56.6493706Z [ OK ] IRParserTest.NestedContrainer (0 ms) 2022-03-17T20:55:56.6494553Z [ RUN ] IRParserTest.MalformedShapeAnnotation 2022-03-17T20:55:56.6495533Z [ OK ] IRParserTest.MalformedShapeAnnotation (0 ms) 2022-03-17T20:55:56.6496339Z [ RUN ] IRParserTest.FileCheck 2022-03-17T20:55:56.6497075Z [ OK ] IRParserTest.FileCheck (0 ms) 2022-03-17T20:55:56.6497771Z [ RUN ] IRParserTest.Strides 2022-03-17T20:55:56.6498438Z [ OK ] IRParserTest.Strides (0 ms) 2022-03-17T20:55:56.6499400Z [ RUN ] IRParserTest.MalformedStrides 2022-03-17T20:55:56.6500179Z [ OK ] IRParserTest.MalformedStrides (0 ms) 2022-03-17T20:55:56.6501012Z [ RUN ] IRParserTest.TensorShapes 2022-03-17T20:55:56.6501757Z [ OK ] IRParserTest.TensorShapes (0 ms) 2022-03-17T20:55:56.6502621Z [ RUN ] IRParserTest.DeviceAndRequiresGradTensors 2022-03-17T20:55:56.6503561Z [ OK ] IRParserTest.DeviceAndRequiresGradTensors (0 ms) 2022-03-17T20:55:56.6504413Z [ RUN ] IRParserTest.ListConstant 2022-03-17T20:55:56.6505185Z [ OK ] IRParserTest.ListConstant (0 ms) 2022-03-17T20:55:56.6505972Z [ RUN ] IRParserTest.PartialStarTensor 2022-03-17T20:55:56.6506839Z [ OK ] IRParserTest.PartialStarTensor (0 ms) 2022-03-17T20:55:56.6507727Z [ RUN ] IRParserTest.ComplexTensorAttributes 2022-03-17T20:55:56.6508623Z [ OK ] IRParserTest.ComplexTensorAttributes (0 ms) 2022-03-17T20:55:56.6509498Z [----------] 21 tests from IRParserTest (2 ms total) 2022-03-17T20:55:56.6509891Z 2022-03-17T20:55:56.6510256Z [----------] 2 tests from JitTypeTest 2022-03-17T20:55:56.6510974Z [ RUN ] JitTypeTest.IsComplete 2022-03-17T20:55:56.6511721Z [ OK ] JitTypeTest.IsComplete (0 ms) 2022-03-17T20:55:56.6512408Z [ RUN ] JitTypeTest.UnifyTypes 2022-03-17T20:55:56.6513143Z [ OK ] JitTypeTest.UnifyTypes (0 ms) 2022-03-17T20:55:56.6513905Z [----------] 2 tests from JitTypeTest (0 ms total) 2022-03-17T20:55:56.6514308Z 2022-03-17T20:55:56.6514743Z [----------] 42 tests from LiteInterpreterTest 2022-03-17T20:55:56.6515573Z [ RUN ] LiteInterpreterTest.UpsampleNearest2d 2022-03-17T20:55:56.6521878Z [ OK ] LiteInterpreterTest.UpsampleNearest2d (2 ms) 2022-03-17T20:55:56.6522867Z [ RUN ] LiteInterpreterTest.CheckAttrAccess 2022-03-17T20:55:56.6523783Z [ OK ] LiteInterpreterTest.CheckAttrAccess (0 ms) 2022-03-17T20:55:56.6524708Z [ RUN ] LiteInterpreterTest.MethodInvocation 2022-03-17T20:55:56.6568584Z [ OK ] LiteInterpreterTest.MethodInvocation (4 ms) 2022-03-17T20:55:56.6569455Z [ RUN ] LiteInterpreterTest.Conv 2022-03-17T20:55:56.6612157Z [ OK ] LiteInterpreterTest.Conv (4 ms) 2022-03-17T20:55:56.6613025Z [ RUN ] LiteInterpreterTest.Inline 2022-03-17T20:55:56.6628173Z [ OK ] LiteInterpreterTest.Inline (1 ms) 2022-03-17T20:55:56.6629009Z [ RUN ] LiteInterpreterTest.Tuple 2022-03-17T20:55:56.6640538Z [ OK ] LiteInterpreterTest.Tuple (1 ms) 2022-03-17T20:55:56.6641742Z [ RUN ] LiteInterpreterTest.AtenFormat 2022-03-17T20:55:56.6652409Z [ OK ] LiteInterpreterTest.AtenFormat (1 ms) 2022-03-17T20:55:56.6653303Z [ RUN ] LiteInterpreterTest.PrimDevice 2022-03-17T20:55:56.6660619Z [ OK ] LiteInterpreterTest.PrimDevice (0 ms) 2022-03-17T20:55:56.6661482Z [ RUN ] LiteInterpreterTest.Dict 2022-03-17T20:55:56.6672937Z [ OK ] LiteInterpreterTest.Dict (1 ms) 2022-03-17T20:55:56.6673951Z [ RUN ] LiteInterpreterTest.List 2022-03-17T20:55:56.6689532Z [ OK ] LiteInterpreterTest.List (1 ms) 2022-03-17T20:55:56.6690439Z [ RUN ] LiteInterpreterTest.PrimOverload 2022-03-17T20:55:56.6691319Z [ OK ] LiteInterpreterTest.PrimOverload (0 ms) 2022-03-17T20:55:56.6692120Z [ RUN ] LiteInterpreterTest.Prim 2022-03-17T20:55:56.6698926Z [ OK ] LiteInterpreterTest.Prim (0 ms) 2022-03-17T20:55:56.6699773Z [ RUN ] LiteInterpreterTest.PrimScalar 2022-03-17T20:55:56.6708369Z [ OK ] LiteInterpreterTest.PrimScalar (0 ms) 2022-03-17T20:55:56.6709281Z [ RUN ] LiteInterpreterTest.LoadOrigJit 2022-03-17T20:55:56.6777030Z [ OK ] LiteInterpreterTest.LoadOrigJit (6 ms) 2022-03-17T20:55:56.6778171Z [ RUN ] LiteInterpreterTest.WrongMethodName 2022-03-17T20:55:56.6802343Z [ OK ] LiteInterpreterTest.WrongMethodName (2 ms) 2022-03-17T20:55:56.6802938Z [ RUN ] LiteInterpreterTest.SetState 2022-03-17T20:55:56.6841487Z [ OK ] LiteInterpreterTest.SetState (3 ms) 2022-03-17T20:55:56.6841922Z [ RUN ] LiteInterpreterTest.BuiltinClass 2022-03-17T20:55:56.6854975Z [ OK ] LiteInterpreterTest.BuiltinClass (1 ms) 2022-03-17T20:55:56.6855439Z [ RUN ] LiteInterpreterTest.BuiltinFunction 2022-03-17T20:55:56.6861337Z [ OK ] LiteInterpreterTest.BuiltinFunction (0 ms) 2022-03-17T20:55:56.6862070Z [ RUN ] LiteInterpreterTest.GetRuntimeByteCodeVersion 2022-03-17T20:55:56.6862682Z [ OK ] LiteInterpreterTest.GetRuntimeByteCodeVersion (0 ms) 2022-03-17T20:55:56.6863210Z [ RUN ] LiteInterpreterTest.GetRuntimeOperatorsVersion 2022-03-17T20:55:56.6863772Z [ OK ] LiteInterpreterTest.GetRuntimeOperatorsVersion (0 ms) 2022-03-17T20:55:56.6864365Z [ RUN ] LiteInterpreterTest.GetByteCodeVersion 2022-03-17T20:55:56.6865001Z [ OK ] LiteInterpreterTest.GetByteCodeVersion (0 ms) 2022-03-17T20:55:56.6865477Z [ RUN ] LiteInterpreterTest.GetContainTypes 2022-03-17T20:55:56.6866231Z [ OK ] LiteInterpreterTest.GetContainTypes (0 ms) 2022-03-17T20:55:56.6866775Z [ RUN ] LiteInterpreterTest.BackPortByteCodeModelAllVersions 2022-03-17T20:55:56.7341134Z [ OK ] LiteInterpreterTest.BackPortByteCodeModelAllVersions (47 ms) 2022-03-17T20:55:56.7341738Z [ RUN ] LiteInterpreterTest.GetRuntimeOpsAndInfo 2022-03-17T20:55:56.7407987Z [ OK ] LiteInterpreterTest.GetRuntimeOpsAndInfo (6 ms) 2022-03-17T20:55:56.7408486Z [ RUN ] LiteInterpreterTest.isCompatibleSuccess 2022-03-17T20:55:56.7466134Z [ OK ] LiteInterpreterTest.isCompatibleSuccess (5 ms) 2022-03-17T20:55:56.7466634Z [ RUN ] LiteInterpreterTest.isCompatibleFail 2022-03-17T20:55:56.7583402Z [ OK ] LiteInterpreterTest.isCompatibleFail (11 ms) 2022-03-17T20:55:56.7583845Z [ RUN ] LiteInterpreterTest.Eval 2022-03-17T20:55:56.7598123Z [ OK ] LiteInterpreterTest.Eval (1 ms) 2022-03-17T20:55:56.7598596Z [ RUN ] LiteInterpreterTest.FindWrongMethodName 2022-03-17T20:55:56.7605295Z [ OK ] LiteInterpreterTest.FindWrongMethodName (0 ms) 2022-03-17T20:55:56.7605774Z [ RUN ] LiteInterpreterTest.FindAndRunMethod 2022-03-17T20:55:56.7617454Z [ OK ] LiteInterpreterTest.FindAndRunMethod (1 ms) 2022-03-17T20:55:56.7617950Z [ RUN ] LiteInterpreterTest.RunMethodVariadic 2022-03-17T20:55:56.7629017Z [ OK ] LiteInterpreterTest.RunMethodVariadic (1 ms) 2022-03-17T20:55:56.7629518Z [ RUN ] LiteInterpreterTest.DuplicateSetState 2022-03-17T20:55:56.7647348Z [ OK ] LiteInterpreterTest.DuplicateSetState (1 ms) 2022-03-17T20:55:56.7647797Z [ RUN ] LiteInterpreterTest.ExtraFiles 2022-03-17T20:55:56.7655767Z [ OK ] LiteInterpreterTest.ExtraFiles (0 ms) 2022-03-17T20:55:56.7656305Z [ RUN ] LiteInterpreterTest.OpNameExportFetchRootOperators 2022-03-17T20:55:56.7670164Z [ OK ] LiteInterpreterTest.OpNameExportFetchRootOperators (1 ms) 2022-03-17T20:55:56.7670700Z [ RUN ] LiteInterpreterTest.DefaultArgsConv 2022-03-17T20:55:56.7693901Z [ OK ] LiteInterpreterTest.DefaultArgsConv (2 ms) 2022-03-17T20:55:56.7694401Z [ RUN ] LiteInterpreterTest.DefaultArgsPinv 2022-03-17T20:55:56.7758282Z [ OK ] LiteInterpreterTest.DefaultArgsPinv (6 ms) 2022-03-17T20:55:56.7758825Z [ RUN ] LiteInterpreterTest.DefaultArgsTensorinvSpecifyDefault 2022-03-17T20:55:56.7770143Z [ OK ] LiteInterpreterTest.DefaultArgsTensorinvSpecifyDefault (1 ms) 2022-03-17T20:55:56.7770716Z [ RUN ] LiteInterpreterTest.DefaultArgsPinvWithOutArg 2022-03-17T20:55:56.7797623Z [ OK ] LiteInterpreterTest.DefaultArgsPinvWithOutArg (2 ms) 2022-03-17T20:55:56.7798166Z [ RUN ] LiteInterpreterTest.DefaultArgsWithOutArg 2022-03-17T20:55:56.7809248Z [ OK ] LiteInterpreterTest.DefaultArgsWithOutArg (1 ms) 2022-03-17T20:55:56.7809884Z [ RUN ] LiteInterpreterTest.TestExceptionStackWithTwoLevelModuleHierarchy 2022-03-17T20:55:56.7923201Z [ OK ] LiteInterpreterTest.TestExceptionStackWithTwoLevelModuleHierarchy (11 ms) 2022-03-17T20:55:56.7923878Z [ RUN ] LiteInterpreterTest.OperatorCacheDifferentiatesDefaultArgs 2022-03-17T20:55:56.7978535Z [ OK ] LiteInterpreterTest.OperatorCacheDifferentiatesDefaultArgs (5 ms) 2022-03-17T20:55:56.7979092Z [ RUN ] LiteInterpreterTest.OperatorSize1 2022-03-17T20:55:56.7985373Z [ OK ] LiteInterpreterTest.OperatorSize1 (0 ms) 2022-03-17T20:55:56.7985838Z [ RUN ] LiteInterpreterTest.OperatorTest2 2022-03-17T20:55:56.8012823Z [ OK ] LiteInterpreterTest.OperatorTest2 (2 ms) 2022-03-17T20:55:56.8013508Z [----------] 42 tests from LiteInterpreterTest (151 ms total) 2022-03-17T20:55:56.8013742Z 2022-03-17T20:55:56.8013968Z [----------] 3 tests from RunTimeTest 2022-03-17T20:55:56.8014649Z [ RUN ] RunTimeTest.ParseBytecode 2022-03-17T20:55:56.8015057Z [ OK ] RunTimeTest.ParseBytecode (0 ms) 2022-03-17T20:55:56.8015456Z [ RUN ] RunTimeTest.ParseOperator 2022-03-17T20:55:56.8015861Z [ OK ] RunTimeTest.ParseOperator (0 ms) 2022-03-17T20:55:56.8016256Z [ RUN ] RunTimeTest.RuntimeCall 2022-03-17T20:55:56.8016823Z [ OK ] RunTimeTest.RuntimeCall (0 ms) 2022-03-17T20:55:56.8017303Z [----------] 3 tests from RunTimeTest (0 ms total) 2022-03-17T20:55:56.8017510Z 2022-03-17T20:55:56.8017777Z [----------] 11 tests from LiteInterpreterUpgraderTest 2022-03-17T20:55:56.8018619Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorV2 2022-03-17T20:55:56.8019277Z [ OK ] LiteInterpreterUpgraderTest.DivTensorV2 (0 ms) 2022-03-17T20:55:56.8019828Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorOutV2 2022-03-17T20:55:56.8020745Z [ OK ] LiteInterpreterUpgraderTest.DivTensorOutV2 (0 ms) 2022-03-17T20:55:56.8021379Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorInplaceV2 2022-03-17T20:55:56.8022314Z [ OK ] LiteInterpreterUpgraderTest.DivTensorInplaceV2 (0 ms) 2022-03-17T20:55:56.8023113Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarFloatV2 2022-03-17T20:55:56.8024239Z [ OK ] LiteInterpreterUpgraderTest.DivScalarFloatV2 (0 ms) 2022-03-17T20:55:56.8024990Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarReciprocalFloatV2 2022-03-17T20:55:56.8026079Z expect output: 0.5000 2022-03-17T20:55:56.8026354Z [ CPUFloatType{1} ]actual output: 0.5000 2022-03-17T20:55:56.8027377Z [ CPUFloatType{1} ][ OK ] LiteInterpreterUpgraderTest.DivScalarReciprocalFloatV2 (0 ms) 2022-03-17T20:55:56.8028169Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarReciprocalIntV2 2022-03-17T20:55:56.8029207Z [ OK ] LiteInterpreterUpgraderTest.DivScalarReciprocalIntV2 (0 ms) 2022-03-17T20:55:56.8029828Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarScalarV2 2022-03-17T20:55:56.8030986Z [ OK ] LiteInterpreterUpgraderTest.DivScalarScalarV2 (0 ms) 2022-03-17T20:55:56.8031768Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarIntV2 2022-03-17T20:55:56.8033032Z [ OK ] LiteInterpreterUpgraderTest.DivScalarIntV2 (0 ms) 2022-03-17T20:55:56.8033787Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarInplaceFloatV2 2022-03-17T20:55:56.8035125Z [ OK ] LiteInterpreterUpgraderTest.DivScalarInplaceFloatV2 (0 ms) 2022-03-17T20:55:56.8035822Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarInplaceIntV2 2022-03-17T20:55:56.8036893Z [ OK ] LiteInterpreterUpgraderTest.DivScalarInplaceIntV2 (0 ms) 2022-03-17T20:55:56.8037998Z [ RUN ] LiteInterpreterUpgraderTest.Upgrader 2022-03-17T20:55:56.8038513Z [ OK ] LiteInterpreterUpgraderTest.Upgrader (0 ms) 2022-03-17T20:55:56.8039027Z [----------] 11 tests from LiteInterpreterUpgraderTest (2 ms total) 2022-03-17T20:55:56.8039275Z 2022-03-17T20:55:56.8039525Z [----------] 29 tests from LiteInterpreterDirectTest 2022-03-17T20:55:56.8039986Z [ RUN ] LiteInterpreterDirectTest.UpsampleNearest2d 2022-03-17T20:55:56.8050178Z [ OK ] LiteInterpreterDirectTest.UpsampleNearest2d (1 ms) 2022-03-17T20:55:56.8051288Z [ RUN ] LiteInterpreterDirectTest.CheckAttrAccess 2022-03-17T20:55:56.8051894Z [ OK ] LiteInterpreterDirectTest.CheckAttrAccess (0 ms) 2022-03-17T20:55:56.8052406Z [ RUN ] LiteInterpreterDirectTest.MethodInvocation 2022-03-17T20:55:56.8059011Z hello 2022-03-17T20:55:56.8059447Z hello 3 2022-03-17T20:55:56.8072251Z hello 2022-03-17T20:55:56.8072657Z hello 3 2022-03-17T20:55:56.8081310Z hello 2022-03-17T20:55:56.8081705Z hello 3 2022-03-17T20:55:56.8083211Z [ OK ] LiteInterpreterDirectTest.MethodInvocation (3 ms) 2022-03-17T20:55:56.8084027Z [ RUN ] LiteInterpreterDirectTest.Conv 2022-03-17T20:55:56.8109512Z [ OK ] LiteInterpreterDirectTest.Conv (2 ms) 2022-03-17T20:55:56.8110491Z [ RUN ] LiteInterpreterDirectTest.Inline 2022-03-17T20:55:56.8119158Z [ OK ] LiteInterpreterDirectTest.Inline (0 ms) 2022-03-17T20:55:56.8120139Z [ RUN ] LiteInterpreterDirectTest.Tuple 2022-03-17T20:55:56.8126987Z [ OK ] LiteInterpreterDirectTest.Tuple (0 ms) 2022-03-17T20:55:56.8127956Z [ RUN ] LiteInterpreterDirectTest.Dict 2022-03-17T20:55:56.8133690Z [ OK ] LiteInterpreterDirectTest.Dict (0 ms) 2022-03-17T20:55:56.8134606Z [ RUN ] LiteInterpreterDirectTest.Prim 2022-03-17T20:55:56.8138586Z [ OK ] LiteInterpreterDirectTest.Prim (0 ms) 2022-03-17T20:55:56.8139565Z [ RUN ] LiteInterpreterDirectTest.PrimScalar 2022-03-17T20:55:56.8144221Z [ OK ] LiteInterpreterDirectTest.PrimScalar (0 ms) 2022-03-17T20:55:56.8145207Z [ RUN ] LiteInterpreterDirectTest.WrongMethodName 2022-03-17T20:55:56.8164987Z [ OK ] LiteInterpreterDirectTest.WrongMethodName (2 ms) 2022-03-17T20:55:56.8165998Z [ RUN ] LiteInterpreterDirectTest.SetState 2022-03-17T20:55:56.8191536Z [ OK ] LiteInterpreterDirectTest.SetState (2 ms) 2022-03-17T20:55:56.8192504Z [ RUN ] LiteInterpreterDirectTest.BuiltinFunction 2022-03-17T20:55:56.8194931Z [ OK ] LiteInterpreterDirectTest.BuiltinFunction (0 ms) 2022-03-17T20:55:56.8196171Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeByteCodeVersion 2022-03-17T20:55:56.8197309Z [ OK ] LiteInterpreterDirectTest.GetRuntimeByteCodeVersion (0 ms) 2022-03-17T20:55:56.8197930Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeOperatorsVersion 2022-03-17T20:55:56.8198515Z [ OK ] LiteInterpreterDirectTest.GetRuntimeOperatorsVersion (0 ms) 2022-03-17T20:55:56.8199074Z [ RUN ] LiteInterpreterDirectTest.GetByteCodeVersion 2022-03-17T20:55:56.8199619Z [ OK ] LiteInterpreterDirectTest.GetByteCodeVersion (0 ms) 2022-03-17T20:55:56.8200137Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeOpsAndInfo 2022-03-17T20:55:56.8252099Z [ OK ] LiteInterpreterDirectTest.GetRuntimeOpsAndInfo (5 ms) 2022-03-17T20:55:56.8253073Z [ RUN ] LiteInterpreterDirectTest.Eval 2022-03-17T20:55:56.8260051Z [ OK ] LiteInterpreterDirectTest.Eval (0 ms) 2022-03-17T20:55:56.8261112Z [ RUN ] LiteInterpreterDirectTest.FindWrongMethodName 2022-03-17T20:55:56.8263854Z [ OK ] LiteInterpreterDirectTest.FindWrongMethodName (0 ms) 2022-03-17T20:55:56.8264844Z [ RUN ] LiteInterpreterDirectTest.FindAndRunMethod 2022-03-17T20:55:56.8272663Z [ OK ] LiteInterpreterDirectTest.FindAndRunMethod (0 ms) 2022-03-17T20:55:56.8273647Z [ RUN ] LiteInterpreterDirectTest.RunMethodVariadic 2022-03-17T20:55:56.8281310Z [ OK ] LiteInterpreterDirectTest.RunMethodVariadic (0 ms) 2022-03-17T20:55:56.8282464Z [ RUN ] LiteInterpreterDirectTest.DuplicateSetState 2022-03-17T20:55:56.8290395Z [ OK ] LiteInterpreterDirectTest.DuplicateSetState (0 ms) 2022-03-17T20:55:56.8291360Z [ RUN ] LiteInterpreterDirectTest.OpNameExportFetchRootOperators 2022-03-17T20:55:56.8298822Z [ OK ] LiteInterpreterDirectTest.OpNameExportFetchRootOperators (0 ms) 2022-03-17T20:55:56.8299706Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsConv 2022-03-17T20:55:56.8316761Z [ OK ] LiteInterpreterDirectTest.DefaultArgsConv (1 ms) 2022-03-17T20:55:56.8317672Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsPinv 2022-03-17T20:55:56.8366684Z [ OK ] LiteInterpreterDirectTest.DefaultArgsPinv (4 ms) 2022-03-17T20:55:56.8367747Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsTensorinvSpecifyDefault 2022-03-17T20:55:56.8374884Z [ OK ] LiteInterpreterDirectTest.DefaultArgsTensorinvSpecifyDefault (0 ms) 2022-03-17T20:55:56.8375825Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsPinvWithOutArg 2022-03-17T20:55:56.8402342Z [ OK ] LiteInterpreterDirectTest.DefaultArgsPinvWithOutArg (2 ms) 2022-03-17T20:55:56.8403226Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsWithOutArg 2022-03-17T20:55:56.8410194Z [ OK ] LiteInterpreterDirectTest.DefaultArgsWithOutArg (0 ms) 2022-03-17T20:55:56.8411345Z [ RUN ] LiteInterpreterDirectTest.TestExceptionStackWithTwoLevelModuleHierarchy 2022-03-17T20:55:56.8517965Z [ OK ] LiteInterpreterDirectTest.TestExceptionStackWithTwoLevelModuleHierarchy (10 ms) 2022-03-17T20:55:56.8518945Z [ RUN ] LiteInterpreterDirectTest.OperatorCacheDifferentiatesDefaultArgs 2022-03-17T20:55:56.8552437Z [ OK ] LiteInterpreterDirectTest.OperatorCacheDifferentiatesDefaultArgs (3 ms) 2022-03-17T20:55:56.8553492Z [----------] 29 tests from LiteInterpreterDirectTest (51 ms total) 2022-03-17T20:55:56.8553741Z 2022-03-17T20:55:56.8553954Z [----------] 7 tests from LiteTrainerTest 2022-03-17T20:55:56.8554317Z [ RUN ] LiteTrainerTest.Params 2022-03-17T20:55:56.8672541Z [ OK ] LiteTrainerTest.Params (11 ms) 2022-03-17T20:55:56.8673396Z [ RUN ] LiteTrainerTest.SGD 2022-03-17T20:55:56.8791359Z [ OK ] LiteTrainerTest.SGD (11 ms) 2022-03-17T20:55:56.8792286Z [ RUN ] LiteTrainerTest.SequentialSampler 2022-03-17T20:55:56.8793032Z [ OK ] LiteTrainerTest.SequentialSampler (0 ms) 2022-03-17T20:55:56.8793752Z [ RUN ] LiteTrainerTest.RandomSamplerReturnsIndicesInCorrectRange 2022-03-17T20:55:56.8795056Z [ OK ] LiteTrainerTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-03-17T20:55:56.8796242Z [ RUN ] LiteTrainerTest.RandomSamplerReturnsLessValuesForLastBatch 2022-03-17T20:55:56.8796901Z [ OK ] LiteTrainerTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-03-17T20:55:56.8797444Z [ RUN ] LiteTrainerTest.RandomSamplerResetsWell 2022-03-17T20:55:56.8797956Z [ OK ] LiteTrainerTest.RandomSamplerResetsWell (0 ms) 2022-03-17T20:55:56.8798490Z [ RUN ] LiteTrainerTest.RandomSamplerResetsWithNewSizeWell 2022-03-17T20:55:56.8799181Z [ OK ] LiteTrainerTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-03-17T20:55:56.8799700Z [----------] 7 tests from LiteTrainerTest (24 ms total) 2022-03-17T20:55:56.8799922Z 2022-03-17T20:55:56.8800100Z [----------] 1 test from MobileTest 2022-03-17T20:55:56.8800553Z [ RUN ] MobileTest.SaveLoadParametersEmpty 2022-03-17T20:55:56.8803044Z [ OK ] MobileTest.SaveLoadParametersEmpty (0 ms) 2022-03-17T20:55:56.8803894Z [----------] 1 test from MobileTest (0 ms total) 2022-03-17T20:55:56.8804184Z 2022-03-17T20:55:56.8804397Z [----------] 1 test from MemoryDAGTest 2022-03-17T20:55:56.8804814Z [ RUN ] MemoryDAGTest.Basic 2022-03-17T20:55:56.8805464Z [ OK ] MemoryDAGTest.Basic (0 ms) 2022-03-17T20:55:56.8806152Z [----------] 1 test from MemoryDAGTest (0 ms total) 2022-03-17T20:55:56.8806516Z 2022-03-17T20:55:56.8806738Z [----------] 1 test from InternedStringsTest 2022-03-17T20:55:56.8807442Z [ RUN ] InternedStringsTest.Basic 2022-03-17T20:55:56.8807918Z [ OK ] InternedStringsTest.Basic (0 ms) 2022-03-17T20:55:56.8808592Z [----------] 1 test from InternedStringsTest (0 ms total) 2022-03-17T20:55:56.8808817Z 2022-03-17T20:55:56.8809039Z [----------] 1 test from FromQualStringTest 2022-03-17T20:55:56.8809635Z [ RUN ] FromQualStringTest.Basic 2022-03-17T20:55:56.8810095Z [ OK ] FromQualStringTest.Basic (0 ms) 2022-03-17T20:55:56.8810704Z [----------] 1 test from FromQualStringTest (0 ms total) 2022-03-17T20:55:56.8811020Z 2022-03-17T20:55:56.8811381Z [----------] 1 test from THNNConvTest 2022-03-17T20:55:56.8811828Z [ RUN ] THNNConvTest.Basic 2022-03-17T20:55:56.8829002Z [ OK ] THNNConvTest.Basic (2 ms) 2022-03-17T20:55:56.8829627Z [----------] 1 test from THNNConvTest (2 ms total) 2022-03-17T20:55:56.8829870Z 2022-03-17T20:55:56.8830254Z [----------] 1 test from ATenNativeBatchNormTest 2022-03-17T20:55:56.8830942Z [ RUN ] ATenNativeBatchNormTest.Basic 2022-03-17T20:55:56.8850888Z [ OK ] ATenNativeBatchNormTest.Basic (2 ms) 2022-03-17T20:55:56.8851373Z [----------] 1 test from ATenNativeBatchNormTest (2 ms total) 2022-03-17T20:55:56.8851619Z 2022-03-17T20:55:56.8851846Z [----------] 2 tests from CustomFusionTest 2022-03-17T20:55:56.8852241Z [ RUN ] CustomFusionTest.Basic 2022-03-17T20:55:56.8853194Z [ OK ] CustomFusionTest.Basic (0 ms) 2022-03-17T20:55:56.8853616Z [ RUN ] CustomFusionTest.NestedBlocks 2022-03-17T20:55:56.8855861Z [ OK ] CustomFusionTest.NestedBlocks (0 ms) 2022-03-17T20:55:56.8856311Z [----------] 2 tests from CustomFusionTest (0 ms total) 2022-03-17T20:55:56.8856543Z 2022-03-17T20:55:56.8856863Z [----------] 1 test from ControlFlowTest 2022-03-17T20:55:56.8857220Z [ RUN ] ControlFlowTest.Basic 2022-03-17T20:55:56.8868196Z [ OK ] ControlFlowTest.Basic (1 ms) 2022-03-17T20:55:56.8869179Z [----------] 1 test from ControlFlowTest (1 ms total) 2022-03-17T20:55:56.8869419Z 2022-03-17T20:55:56.8869738Z [----------] 1 test from ProtoTest 2022-03-17T20:55:56.8870400Z [ RUN ] ProtoTest.Basic 2022-03-17T20:55:56.8870779Z [ OK ] ProtoTest.Basic (0 ms) 2022-03-17T20:55:56.8871445Z [----------] 1 test from ProtoTest (0 ms total) 2022-03-17T20:55:56.8871660Z 2022-03-17T20:55:56.8871886Z [----------] 7 tests from SchemaParserTest 2022-03-17T20:55:56.8872271Z [ RUN ] SchemaParserTest.NestedArrays 2022-03-17T20:55:56.8872708Z [ OK ] SchemaParserTest.NestedArrays (0 ms) 2022-03-17T20:55:56.8873109Z [ RUN ] SchemaParserTest.OutVariant 2022-03-17T20:55:56.8873537Z [ OK ] SchemaParserTest.OutVariant (0 ms) 2022-03-17T20:55:56.8874118Z [ RUN ] SchemaParserTest.NamedReturns 2022-03-17T20:55:56.8874827Z [ OK ] SchemaParserTest.NamedReturns (0 ms) 2022-03-17T20:55:56.8875579Z [ RUN ] SchemaParserTest.Futures 2022-03-17T20:55:56.8875979Z [ OK ] SchemaParserTest.Futures (0 ms) 2022-03-17T20:55:56.8876411Z [ RUN ] SchemaParserTest.AnnotatedAliasSets 2022-03-17T20:55:56.8876877Z [ OK ] SchemaParserTest.AnnotatedAliasSets (0 ms) 2022-03-17T20:55:56.8877312Z [ RUN ] SchemaParserTest.BeforeAfterSets 2022-03-17T20:55:56.8877760Z [ OK ] SchemaParserTest.BeforeAfterSets (0 ms) 2022-03-17T20:55:56.8878188Z [ RUN ] SchemaParserTest.BeforeAfterSets2 2022-03-17T20:55:56.8878646Z [ OK ] SchemaParserTest.BeforeAfterSets2 (0 ms) 2022-03-17T20:55:56.8879103Z [----------] 7 tests from SchemaParserTest (0 ms total) 2022-03-17T20:55:56.8879310Z 2022-03-17T20:55:56.8879540Z [----------] 2 tests from TopologicalIndexTest 2022-03-17T20:55:56.8879944Z [ RUN ] TopologicalIndexTest.Basic 2022-03-17T20:55:56.8880336Z [ OK ] TopologicalIndexTest.Basic (0 ms) 2022-03-17T20:55:56.8880746Z [ RUN ] TopologicalIndexTest.Reindex 2022-03-17T20:55:56.8881185Z [ OK ] TopologicalIndexTest.Reindex (0 ms) 2022-03-17T20:55:56.8882000Z [----------] 2 tests from TopologicalIndexTest (0 ms total) 2022-03-17T20:55:56.8882231Z 2022-03-17T20:55:56.8882454Z [----------] 7 tests from RecordFunctionTest 2022-03-17T20:55:56.8882895Z [ RUN ] RecordFunctionTest.TracedTestInputsOutputs 2022-03-17T20:55:56.8887146Z [ OK ] RecordFunctionTest.TracedTestInputsOutputs (1 ms) 2022-03-17T20:55:56.8887653Z [ RUN ] RecordFunctionTest.SampledCallbacks 2022-03-17T20:55:56.8991626Z [ OK ] RecordFunctionTest.SampledCallbacks (10 ms) 2022-03-17T20:55:56.8992126Z [ RUN ] RecordFunctionTest.RecordFunctionGuard 2022-03-17T20:55:56.8992605Z [ OK ] RecordFunctionTest.RecordFunctionGuard (0 ms) 2022-03-17T20:55:56.8993049Z [ RUN ] RecordFunctionTest.Callbacks 2022-03-17T20:55:56.8995415Z [ OK ] RecordFunctionTest.Callbacks (0 ms) 2022-03-17T20:55:56.8995833Z [ RUN ] RecordFunctionTest.ShouldRun 2022-03-17T20:55:56.8996257Z [ OK ] RecordFunctionTest.ShouldRun (0 ms) 2022-03-17T20:55:56.8996640Z [ RUN ] RecordFunctionTest.Basic 2022-03-17T20:55:56.8998122Z [ OK ] RecordFunctionTest.Basic (0 ms) 2022-03-17T20:55:56.8998583Z [ RUN ] RecordFunctionTest.OperatorNameOverload 2022-03-17T20:55:56.8999075Z [ OK ] RecordFunctionTest.OperatorNameOverload (0 ms) 2022-03-17T20:55:56.8999564Z [----------] 7 tests from RecordFunctionTest (12 ms total) 2022-03-17T20:55:56.8999791Z 2022-03-17T20:55:56.9000041Z [----------] 1 test from ThreadLocalDebugInfoTest 2022-03-17T20:55:56.9000665Z [ RUN ] ThreadLocalDebugInfoTest.Basic 2022-03-17T20:55:56.9001762Z [ OK ] ThreadLocalDebugInfoTest.Basic (0 ms) 2022-03-17T20:55:56.9002471Z [----------] 1 test from ThreadLocalDebugInfoTest (0 ms total) 2022-03-17T20:55:56.9002745Z 2022-03-17T20:55:56.9002978Z [----------] 1 test from FallbackGraphsTest 2022-03-17T20:55:56.9003366Z [ RUN ] FallbackGraphsTest.Basic 2022-03-17T20:55:56.9015000Z [ OK ] FallbackGraphsTest.Basic (1 ms) 2022-03-17T20:55:56.9015681Z [----------] 1 test from FallbackGraphsTest (1 ms total) 2022-03-17T20:55:56.9015966Z 2022-03-17T20:55:56.9016205Z [----------] 1 test from NoneSchemaMatchTest 2022-03-17T20:55:56.9016689Z [ RUN ] NoneSchemaMatchTest.Basic 2022-03-17T20:55:56.9017212Z [ OK ] NoneSchemaMatchTest.Basic (0 ms) 2022-03-17T20:55:56.9017652Z [----------] 1 test from NoneSchemaMatchTest (0 ms total) 2022-03-17T20:55:56.9018021Z 2022-03-17T20:55:56.9018250Z [----------] 1 test from PassManagementTest 2022-03-17T20:55:56.9018645Z [ RUN ] PassManagementTest.Basic 2022-03-17T20:55:56.9019037Z [ OK ] PassManagementTest.Basic (0 ms) 2022-03-17T20:55:56.9019473Z [----------] 1 test from PassManagementTest (0 ms total) 2022-03-17T20:55:56.9019695Z 2022-03-17T20:55:56.9019897Z [----------] 5 tests from LoopPeelerTest 2022-03-17T20:55:56.9020326Z [ RUN ] LoopPeelerTest.NoInductionVariableUse 2022-03-17T20:55:56.9023860Z [ OK ] LoopPeelerTest.NoInductionVariableUse (0 ms) 2022-03-17T20:55:56.9024343Z [ RUN ] LoopPeelerTest.YesInductionVariableUse 2022-03-17T20:55:56.9029180Z [ OK ] LoopPeelerTest.YesInductionVariableUse (0 ms) 2022-03-17T20:55:56.9029688Z [ RUN ] LoopPeelerTest.LoopWithTerminationCondition 2022-03-17T20:55:56.9036618Z [ OK ] LoopPeelerTest.LoopWithTerminationCondition (0 ms) 2022-03-17T20:55:56.9037119Z [ RUN ] LoopPeelerTest.SimpleNestedLoops 2022-03-17T20:55:56.9046928Z [ OK ] LoopPeelerTest.SimpleNestedLoops (1 ms) 2022-03-17T20:55:56.9047404Z [ RUN ] LoopPeelerTest.SimpleNestedLoops2 2022-03-17T20:55:56.9059177Z [ OK ] LoopPeelerTest.SimpleNestedLoops2 (1 ms) 2022-03-17T20:55:56.9059779Z [----------] 5 tests from LoopPeelerTest (4 ms total) 2022-03-17T20:55:56.9060093Z 2022-03-17T20:55:56.9060304Z [----------] 1 test from JitTracing 2022-03-17T20:55:56.9060637Z [ RUN ] JitTracing.Basic 2022-03-17T20:55:56.9234788Z [ OK ] JitTracing.Basic (17 ms) 2022-03-17T20:55:56.9235311Z [----------] 1 test from JitTracing (17 ms total) 2022-03-17T20:55:56.9235688Z 2022-03-17T20:55:56.9235991Z [----------] 1 test from InsertAndEliminateRedundantGuardsTest 2022-03-17T20:55:56.9236550Z [ RUN ] InsertAndEliminateRedundantGuardsTest.Basic 2022-03-17T20:55:56.9244012Z [ OK ] InsertAndEliminateRedundantGuardsTest.Basic (0 ms) 2022-03-17T20:55:56.9244785Z [----------] 1 test from InsertAndEliminateRedundantGuardsTest (0 ms total) 2022-03-17T20:55:56.9245135Z 2022-03-17T20:55:56.9245377Z [----------] 1 test from InsertBailOutsTest 2022-03-17T20:55:56.9245767Z [ RUN ] InsertBailOutsTest.Basic 2022-03-17T20:55:56.9260690Z [ OK ] InsertBailOutsTest.Basic (1 ms) 2022-03-17T20:55:56.9261319Z [----------] 1 test from InsertBailOutsTest (1 ms total) 2022-03-17T20:55:56.9261605Z 2022-03-17T20:55:56.9261805Z [----------] 2 tests from ProfilerTest 2022-03-17T20:55:56.9262169Z [ RUN ] ProfilerTest.Basic 2022-03-17T20:55:56.9387570Z [ OK ] ProfilerTest.Basic (12 ms) 2022-03-17T20:55:56.9388480Z [ RUN ] ProfilerTest.OptionalProfiling 2022-03-17T20:55:56.9390340Z [ OK ] ProfilerTest.OptionalProfiling (0 ms) 2022-03-17T20:55:56.9391358Z [----------] 2 tests from ProfilerTest (12 ms total) 2022-03-17T20:55:56.9391785Z 2022-03-17T20:55:56.9392270Z [----------] 2 tests from CallStackTest 2022-03-17T20:55:56.9392663Z [ RUN ] CallStackTest.Basic 2022-03-17T20:55:56.9399577Z [ OK ] CallStackTest.Basic (0 ms) 2022-03-17T20:55:56.9400474Z [ RUN ] CallStackTest.Caching 2022-03-17T20:55:56.9406408Z [ OK ] CallStackTest.Caching (0 ms) 2022-03-17T20:55:56.9407312Z [----------] 2 tests from CallStackTest (1 ms total) 2022-03-17T20:55:56.9407662Z 2022-03-17T20:55:56.9407907Z [----------] 2 tests from InlinedCallStackTest 2022-03-17T20:55:56.9408345Z [ RUN ] InlinedCallStackTest.BlockAnnotation 2022-03-17T20:55:56.9417375Z [ OK ] InlinedCallStackTest.BlockAnnotation (1 ms) 2022-03-17T20:55:56.9418356Z [ RUN ] InlinedCallStackTest.SelfCallMethods 2022-03-17T20:55:56.9432628Z [ OK ] InlinedCallStackTest.SelfCallMethods (1 ms) 2022-03-17T20:55:56.9433709Z [----------] 2 tests from InlinedCallStackTest (2 ms total) 2022-03-17T20:55:56.9434169Z 2022-03-17T20:55:56.9434418Z [----------] 1 test from AutogradSymbolsTest 2022-03-17T20:55:56.9434800Z [ RUN ] AutogradSymbolsTest.Basic 2022-03-17T20:55:56.9435202Z [ OK ] AutogradSymbolsTest.Basic (0 ms) 2022-03-17T20:55:56.9435641Z [----------] 1 test from AutogradSymbolsTest (0 ms total) 2022-03-17T20:55:56.9435848Z 2022-03-17T20:55:56.9436094Z [----------] 1 test from DefaultArgTypeHintingTest 2022-03-17T20:55:56.9436632Z [ RUN ] DefaultArgTypeHintingTest.Basic 2022-03-17T20:55:56.9437478Z [ OK ] DefaultArgTypeHintingTest.Basic (0 ms) 2022-03-17T20:55:56.9438550Z [----------] 1 test from DefaultArgTypeHintingTest (0 ms total) 2022-03-17T20:55:56.9438932Z 2022-03-17T20:55:56.9439144Z [----------] 5 tests from FuturesTest 2022-03-17T20:55:56.9439480Z [ RUN ] FuturesTest.Basic 2022-03-17T20:55:56.9439837Z [ OK ] FuturesTest.Basic (0 ms) 2022-03-17T20:55:56.9440171Z [ RUN ] FuturesTest.Error 2022-03-17T20:55:56.9450697Z [ OK ] FuturesTest.Error (1 ms) 2022-03-17T20:55:56.9451383Z [ RUN ] FuturesTest.Then 2022-03-17T20:55:56.9452136Z [ OK ] FuturesTest.Then (0 ms) 2022-03-17T20:55:56.9452705Z [ RUN ] FuturesTest.CollectAll 2022-03-17T20:55:56.9453181Z [ OK ] FuturesTest.CollectAll (0 ms) 2022-03-17T20:55:56.9453750Z [ RUN ] FuturesTest.CollectAny 2022-03-17T20:55:56.9454143Z [ OK ] FuturesTest.CollectAny (0 ms) 2022-03-17T20:55:56.9454812Z [----------] 5 tests from FuturesTest (1 ms total) 2022-03-17T20:55:56.9455240Z 2022-03-17T20:55:56.9455745Z [----------] 1 test from TLSFutureCallbacksTest 2022-03-17T20:55:56.9456400Z [ RUN ] TLSFutureCallbacksTest.Basic 2022-03-17T20:55:56.9457015Z [ OK ] TLSFutureCallbacksTest.Basic (0 ms) 2022-03-17T20:55:56.9457519Z [----------] 1 test from TLSFutureCallbacksTest (0 ms total) 2022-03-17T20:55:56.9457733Z 2022-03-17T20:55:56.9458266Z [----------] 1 test from ProfilerDisableInCallbackTest 2022-03-17T20:55:56.9459230Z [ RUN ] ProfilerDisableInCallbackTest.Basic 2022-03-17T20:55:56.9460068Z [ OK ] ProfilerDisableInCallbackTest.Basic (0 ms) 2022-03-17T20:55:56.9460585Z [----------] 1 test from ProfilerDisableInCallbackTest (0 ms total) 2022-03-17T20:55:56.9460835Z 2022-03-17T20:55:56.9461055Z [----------] 2 tests from RecordDebugHandles 2022-03-17T20:55:56.9461422Z [ RUN ] RecordDebugHandles.Basic 2022-03-17T20:55:57.3502161Z [ OK ] RecordDebugHandles.Basic (404 ms) 2022-03-17T20:55:57.3502950Z [ RUN ] RecordDebugHandles.ScopedCallbacks 2022-03-17T20:55:57.3564427Z [ OK ] RecordDebugHandles.ScopedCallbacks (6 ms) 2022-03-17T20:55:57.3565310Z [----------] 2 tests from RecordDebugHandles (410 ms total) 2022-03-17T20:55:57.3566272Z 2022-03-17T20:55:57.3566556Z [----------] 1 test from IValueKWargsTest 2022-03-17T20:55:57.3566943Z [ RUN ] IValueKWargsTest.Basic 2022-03-17T20:55:57.3574670Z [ OK ] IValueKWargsTest.Basic (0 ms) 2022-03-17T20:55:57.3575483Z [----------] 1 test from IValueKWargsTest (1 ms total) 2022-03-17T20:55:57.3575879Z 2022-03-17T20:55:57.3576183Z [----------] 1 test from ComputeFlopsTest 2022-03-17T20:55:57.3576573Z [ RUN ] ComputeFlopsTest.Basic 2022-03-17T20:55:57.3577051Z [W util.cpp:454] Warning: Failed to compute flops for op aten::conv2d because both input and weight must be size 4. (function computeFlops) 2022-03-17T20:55:57.3577595Z [W util.cpp:469] Warning: Failed to compute flops for op aten::conv2d because stride must be size 2 and cannot be 0. (function computeFlops) 2022-03-17T20:55:57.3578386Z [W util.cpp:425] Warning: Calculating flops for aten::conv2d requires groups, padding, stride, dilation, input_size, and weight_size in saved arguments. (function computeFlops) 2022-03-17T20:55:57.3579165Z [W util.cpp:497] Warning: Calculating flops for aten::mm requires mat1_size and mat2_size in saved arguments. (function computeFlops) 2022-03-17T20:55:57.3580118Z [ OK ] ComputeFlopsTest.Basic (0 ms) 2022-03-17T20:55:57.3580787Z [----------] 1 test from ComputeFlopsTest (0 ms total) 2022-03-17T20:55:57.3581006Z 2022-03-17T20:55:57.3581212Z [----------] 1 test from TestConstant 2022-03-17T20:55:57.3581566Z [ RUN ] TestConstant.TensorGrad 2022-03-17T20:55:57.3581958Z [ OK ] TestConstant.TensorGrad (0 ms) 2022-03-17T20:55:57.3582354Z [----------] 1 test from TestConstant (0 ms total) 2022-03-17T20:55:57.3582563Z 2022-03-17T20:55:57.3582763Z [----------] 1 test from TestMutation 2022-03-17T20:55:57.3583093Z [ RUN ] TestMutation.Basic 2022-03-17T20:55:57.3583456Z [ OK ] TestMutation.Basic (0 ms) 2022-03-17T20:55:57.3583858Z [----------] 1 test from TestMutation (0 ms total) 2022-03-17T20:55:57.3584043Z 2022-03-17T20:55:57.3584320Z [----------] 1 test from TestInplaceToFunctionalActivation 2022-03-17T20:55:57.3584802Z [ RUN ] TestInplaceToFunctionalActivation.Basic 2022-03-17T20:55:57.3585307Z [ OK ] TestInplaceToFunctionalActivation.Basic (0 ms) 2022-03-17T20:55:57.3585827Z [----------] 1 test from TestInplaceToFunctionalActivation (0 ms total) 2022-03-17T20:55:57.3586087Z 2022-03-17T20:55:57.3586312Z [----------] 1 test from TestRegisterShapeOp 2022-03-17T20:55:57.3586689Z [ RUN ] TestRegisterShapeOp.Basic 2022-03-17T20:55:57.4146674Z [ OK ] TestRegisterShapeOp.Basic (56 ms) 2022-03-17T20:55:57.4147361Z [----------] 1 test from TestRegisterShapeOp (56 ms total) 2022-03-17T20:55:57.4147574Z 2022-03-17T20:55:57.4147851Z [----------] 1 test from TestFunctionalToInplaceActivation 2022-03-17T20:55:57.4148341Z [ RUN ] TestFunctionalToInplaceActivation.Basic 2022-03-17T20:55:57.4148822Z [ OK ] TestFunctionalToInplaceActivation.Basic (0 ms) 2022-03-17T20:55:57.4149352Z [----------] 1 test from TestFunctionalToInplaceActivation (0 ms total) 2022-03-17T20:55:57.4149615Z 2022-03-17T20:55:57.4149806Z [----------] 1 test from Composed 2022-03-17T20:55:57.4150141Z [ RUN ] Composed.ComposedOp 2022-03-17T20:55:58.1349662Z [ OK ] Composed.ComposedOp (719 ms) 2022-03-17T20:55:58.1350468Z [----------] 1 test from Composed (720 ms total) 2022-03-17T20:55:58.1350918Z 2022-03-17T20:55:58.1351347Z [----------] 19 tests from MobileTypeParserTest 2022-03-17T20:55:58.1351760Z [ RUN ] MobileTypeParserTest.Int 2022-03-17T20:55:58.1352635Z [ OK ] MobileTypeParserTest.Int (0 ms) 2022-03-17T20:55:58.1353441Z [ RUN ] MobileTypeParserTest.NestedContainersAnnotationStr 2022-03-17T20:55:58.1354204Z [ OK ] MobileTypeParserTest.NestedContainersAnnotationStr (0 ms) 2022-03-17T20:55:58.1354731Z [ RUN ] MobileTypeParserTest.TorchBindClass 2022-03-17T20:55:58.1355200Z [ OK ] MobileTypeParserTest.TorchBindClass (0 ms) 2022-03-17T20:55:58.1355691Z [ RUN ] MobileTypeParserTest.ListOfTorchBindClass 2022-03-17T20:55:58.1356189Z [ OK ] MobileTypeParserTest.ListOfTorchBindClass (0 ms) 2022-03-17T20:55:58.1356805Z [ RUN ] MobileTypeParserTest.NestedContainersAnnotationStrWithSpaces 2022-03-17T20:55:58.1357484Z [ OK ] MobileTypeParserTest.NestedContainersAnnotationStrWithSpaces (0 ms) 2022-03-17T20:55:58.1358008Z [ RUN ] MobileTypeParserTest.NamedTuple 2022-03-17T20:55:58.1358559Z [ OK ] MobileTypeParserTest.NamedTuple (0 ms) 2022-03-17T20:55:58.1359053Z [ RUN ] MobileTypeParserTest.DictNestedNamedTupleTypeList 2022-03-17T20:55:58.1359640Z [ OK ] MobileTypeParserTest.DictNestedNamedTupleTypeList (0 ms) 2022-03-17T20:55:58.1360241Z [ RUN ] MobileTypeParserTest.NamedTupleNestedNamedTupleTypeList 2022-03-17T20:55:58.1360857Z [ OK ] MobileTypeParserTest.NamedTupleNestedNamedTupleTypeList (0 ms) 2022-03-17T20:55:58.1361905Z [ RUN ] MobileTypeParserTest.NamedTupleNestedNamedTuple 2022-03-17T20:55:58.1362480Z [ OK ] MobileTypeParserTest.NamedTupleNestedNamedTuple (0 ms) 2022-03-17T20:55:58.1362955Z [ RUN ] MobileTypeParserTest.Empty 2022-03-17T20:55:58.1387827Z [ OK ] MobileTypeParserTest.Empty (3 ms) 2022-03-17T20:55:58.1388251Z [ RUN ] MobileTypeParserTest.TypoRaises 2022-03-17T20:55:58.1427071Z [ OK ] MobileTypeParserTest.TypoRaises (3 ms) 2022-03-17T20:55:58.1427548Z [ RUN ] MobileTypeParserTest.MismatchBracketRaises 2022-03-17T20:55:58.1466488Z [ OK ] MobileTypeParserTest.MismatchBracketRaises (3 ms) 2022-03-17T20:55:58.1467023Z [ RUN ] MobileTypeParserTest.MismatchBracketRaises2 2022-03-17T20:55:58.1505700Z [ OK ] MobileTypeParserTest.MismatchBracketRaises2 (3 ms) 2022-03-17T20:55:58.1506239Z [ RUN ] MobileTypeParserTest.DictWithoutValueRaises 2022-03-17T20:55:58.1539369Z [ OK ] MobileTypeParserTest.DictWithoutValueRaises (3 ms) 2022-03-17T20:55:58.1539904Z [ RUN ] MobileTypeParserTest.ListArgCountMismatchRaises 2022-03-17T20:55:58.1578757Z [ OK ] MobileTypeParserTest.ListArgCountMismatchRaises (3 ms) 2022-03-17T20:55:58.1579309Z [ RUN ] MobileTypeParserTest.DictArgCountMismatchRaises 2022-03-17T20:55:58.1612582Z [ OK ] MobileTypeParserTest.DictArgCountMismatchRaises (3 ms) 2022-03-17T20:55:58.1613170Z [ RUN ] MobileTypeParserTest.ValidTypeWithExtraStuffRaises 2022-03-17T20:55:58.1634492Z [ OK ] MobileTypeParserTest.ValidTypeWithExtraStuffRaises (2 ms) 2022-03-17T20:55:58.1635054Z [ RUN ] MobileTypeParserTest.NonIdentifierRaises 2022-03-17T20:55:58.1656869Z [ OK ] MobileTypeParserTest.NonIdentifierRaises (2 ms) 2022-03-17T20:55:58.1657433Z [ RUN ] MobileTypeParserTest.DictNestedNamedTupleTypeListRaises 2022-03-17T20:55:58.1702093Z [ OK ] MobileTypeParserTest.DictNestedNamedTupleTypeListRaises (4 ms) 2022-03-17T20:55:58.1702937Z [----------] 19 tests from MobileTypeParserTest (35 ms total) 2022-03-17T20:55:58.1703155Z 2022-03-17T20:55:58.1703362Z [----------] 14 tests from ModuleAPITest 2022-03-17T20:55:58.1703755Z [ RUN ] ModuleAPITest.MethodRunAsync 2022-03-17T20:55:58.1742264Z [ OK ] ModuleAPITest.MethodRunAsync (3 ms) 2022-03-17T20:55:58.1742962Z [ RUN ] ModuleAPITest.Clone 2022-03-17T20:55:58.1743363Z [ OK ] ModuleAPITest.Clone (0 ms) 2022-03-17T20:55:58.1744007Z [ RUN ] ModuleAPITest.CloneWithModuleInterface 2022-03-17T20:55:58.1755899Z [ OK ] ModuleAPITest.CloneWithModuleInterface (1 ms) 2022-03-17T20:55:58.1756460Z [ RUN ] ModuleAPITest.Copy 2022-03-17T20:55:58.1756901Z [ OK ] ModuleAPITest.Copy (0 ms) 2022-03-17T20:55:58.1757597Z [ RUN ] ModuleAPITest.DeepCopy 2022-03-17T20:55:58.1758193Z [ OK ] ModuleAPITest.DeepCopy (0 ms) 2022-03-17T20:55:58.1758598Z [ RUN ] ModuleAPITest.DeepCopyString 2022-03-17T20:55:58.1759011Z [ OK ] ModuleAPITest.DeepCopyString (0 ms) 2022-03-17T20:55:58.1759424Z [ RUN ] ModuleAPITest.DeepCopyEnum 2022-03-17T20:55:58.1759843Z [ OK ] ModuleAPITest.DeepCopyEnum (0 ms) 2022-03-17T20:55:58.1760450Z [ RUN ] ModuleAPITest.DeepCopyPreservesAliasing 2022-03-17T20:55:58.1760952Z [ OK ] ModuleAPITest.DeepCopyPreservesAliasing (0 ms) 2022-03-17T20:55:58.1761641Z [ RUN ] ModuleAPITest.Constants 2022-03-17T20:55:58.1762060Z [ OK ] ModuleAPITest.Constants (0 ms) 2022-03-17T20:55:58.1762459Z [ RUN ] ModuleAPITest.Parameters 2022-03-17T20:55:58.1762843Z [ OK ] ModuleAPITest.Parameters (0 ms) 2022-03-17T20:55:58.1763221Z [ RUN ] ModuleAPITest.Define 2022-03-17T20:55:58.1768291Z [ OK ] ModuleAPITest.Define (0 ms) 2022-03-17T20:55:58.1768687Z [ RUN ] ModuleAPITest.Freezing 2022-03-17T20:55:58.1802255Z [ OK ] ModuleAPITest.Freezing (3 ms) 2022-03-17T20:55:58.1802674Z [ RUN ] ModuleAPITest.OfiFreezesTraining 2022-03-17T20:55:58.1834329Z [ OK ] ModuleAPITest.OfiFreezesTraining (3 ms) 2022-03-17T20:55:58.1834738Z [ RUN ] ModuleAPITest.To_CUDA 2022-03-17T20:55:58.1838051Z [ OK ] ModuleAPITest.To_CUDA (0 ms) 2022-03-17T20:55:58.1838791Z [----------] 14 tests from ModuleAPITest (13 ms total) 2022-03-17T20:55:58.1838996Z 2022-03-17T20:55:58.1839255Z [----------] 6 tests from PeepholeOptimizeTest 2022-03-17T20:55:58.1839955Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot 2022-03-17T20:55:58.1840422Z [ OK ] PeepholeOptimizeTest.IsAndIsNot (0 ms) 2022-03-17T20:55:58.1840852Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot2 2022-03-17T20:55:58.1841602Z [ OK ] PeepholeOptimizeTest.IsAndIsNot2 (0 ms) 2022-03-17T20:55:58.1842058Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot3 2022-03-17T20:55:58.1842519Z [ OK ] PeepholeOptimizeTest.IsAndIsNot3 (0 ms) 2022-03-17T20:55:58.1842960Z [ RUN ] PeepholeOptimizeTest.UnwrapOptional 2022-03-17T20:55:58.1843708Z [ OK ] PeepholeOptimizeTest.UnwrapOptional (0 ms) 2022-03-17T20:55:58.1844415Z [ RUN ] PeepholeOptimizeTest.UnwrapOptional2 2022-03-17T20:55:58.1845255Z [ OK ] PeepholeOptimizeTest.UnwrapOptional2 (0 ms) 2022-03-17T20:55:58.1845919Z [ RUN ] PeepholeOptimizeTest.AddMMFusion 2022-03-17T20:55:58.1847073Z [ OK ] PeepholeOptimizeTest.AddMMFusion (0 ms) 2022-03-17T20:55:58.1848063Z [----------] 6 tests from PeepholeOptimizeTest (0 ms total) 2022-03-17T20:55:58.1848547Z 2022-03-17T20:55:58.1848829Z [----------] 5 tests from QualifiedNameTest 2022-03-17T20:55:58.1849246Z [ RUN ] QualifiedNameTest.PrefixConstruction 2022-03-17T20:55:58.1849725Z [ OK ] QualifiedNameTest.PrefixConstruction (0 ms) 2022-03-17T20:55:58.1850191Z [ RUN ] QualifiedNameTest.DottedConstruction 2022-03-17T20:55:58.1850648Z [ OK ] QualifiedNameTest.DottedConstruction (0 ms) 2022-03-17T20:55:58.1851103Z [ RUN ] QualifiedNameTest.BadInputRaises 2022-03-17T20:55:58.1896499Z [ OK ] QualifiedNameTest.BadInputRaises (4 ms) 2022-03-17T20:55:58.1897403Z [ RUN ] QualifiedNameTest.Equality 2022-03-17T20:55:58.1898377Z [ OK ] QualifiedNameTest.Equality (0 ms) 2022-03-17T20:55:58.1898809Z [ RUN ] QualifiedNameTest.IsPrefixOf 2022-03-17T20:55:58.1899239Z [ OK ] QualifiedNameTest.IsPrefixOf (0 ms) 2022-03-17T20:55:58.1899673Z [----------] 5 tests from QualifiedNameTest (4 ms total) 2022-03-17T20:55:58.1899896Z 2022-03-17T20:55:58.1900115Z [----------] 5 tests from SerializationTest 2022-03-17T20:55:58.1900609Z [ RUN ] SerializationTest.ExtraFilesHookPreference 2022-03-17T20:55:58.1901210Z [W export_module.cpp:556] Warning: An extra files hook attempted to write metadata.json but this is already written in extra files and so will be skipped. This warning will only appear once per process. (function operator()) 2022-03-17T20:55:58.1907558Z [ OK ] SerializationTest.ExtraFilesHookPreference (1 ms) 2022-03-17T20:55:58.1908082Z [ RUN ] SerializationTest.ExtraFileHooksNoSecret 2022-03-17T20:55:58.1909495Z [ OK ] SerializationTest.ExtraFileHooksNoSecret (0 ms) 2022-03-17T20:55:58.1910209Z [ RUN ] SerializationTest.ExtraFileHooksWithSecret 2022-03-17T20:55:58.1911292Z [ OK ] SerializationTest.ExtraFileHooksWithSecret (0 ms) 2022-03-17T20:55:58.1911944Z [ RUN ] SerializationTest.TypeTags 2022-03-17T20:55:58.1915933Z [ OK ] SerializationTest.TypeTags (0 ms) 2022-03-17T20:55:58.1916367Z [ RUN ] SerializationTest.TestJitStream_CUDA 2022-03-17T20:55:58.2085077Z [ OK ] SerializationTest.TestJitStream_CUDA (16 ms) 2022-03-17T20:55:58.2085836Z [----------] 5 tests from SerializationTest (18 ms total) 2022-03-17T20:55:58.2086046Z 2022-03-17T20:55:58.2086277Z [----------] 3 tests from TestSourceRoundTrip 2022-03-17T20:55:58.2086735Z [ RUN ] TestSourceRoundTrip.UpsampleNearest2d 2022-03-17T20:55:58.2108408Z [ OK ] TestSourceRoundTrip.UpsampleNearest2d (2 ms) 2022-03-17T20:55:58.2108905Z [ RUN ] TestSourceRoundTrip.CheckAttrAccess 2022-03-17T20:55:58.2109797Z [ OK ] TestSourceRoundTrip.CheckAttrAccess (0 ms) 2022-03-17T20:55:58.2110323Z [ RUN ] TestSourceRoundTrip.MethodInvocation 2022-03-17T20:55:58.2192919Z [ OK ] TestSourceRoundTrip.MethodInvocation (8 ms) 2022-03-17T20:55:58.2193567Z [----------] 3 tests from TestSourceRoundTrip (10 ms total) 2022-03-17T20:55:58.2193801Z 2022-03-17T20:55:58.2194025Z [----------] 2 tests from SchemaMatchingTest 2022-03-17T20:55:58.2194405Z [ RUN ] SchemaMatchingTest.VarType 2022-03-17T20:55:58.2200180Z [ OK ] SchemaMatchingTest.VarType (0 ms) 2022-03-17T20:55:58.2200645Z [ RUN ] SchemaMatchingTest.VarType2 2022-03-17T20:55:58.2207801Z [ OK ] SchemaMatchingTest.VarType2 (0 ms) 2022-03-17T20:55:58.2208758Z [----------] 2 tests from SchemaMatchingTest (1 ms total) 2022-03-17T20:55:58.2209214Z 2022-03-17T20:55:58.2209475Z [----------] 6 tests from StackOptTest 2022-03-17T20:55:58.2209878Z [ RUN ] StackOptTest.UseVariadicStack 2022-03-17T20:55:58.2335732Z [ OK ] StackOptTest.UseVariadicStack (12 ms) 2022-03-17T20:55:58.2336379Z [ RUN ] StackOptTest.UseVariadicStackReplaceMultiple 2022-03-17T20:55:58.2402934Z [ OK ] StackOptTest.UseVariadicStackReplaceMultiple (6 ms) 2022-03-17T20:55:58.2403753Z [ RUN ] StackOptTest.UseVariadicStackWithMultipleListUses 2022-03-17T20:55:58.2440738Z [ OK ] StackOptTest.UseVariadicStackWithMultipleListUses (3 ms) 2022-03-17T20:55:58.2441675Z [ RUN ] StackOptTest.UseVariadicStackWithListMutationAfterCat 2022-03-17T20:55:58.2498132Z [ OK ] StackOptTest.UseVariadicStackWithListMutationAfterCat (5 ms) 2022-03-17T20:55:58.2498786Z [ RUN ] StackOptTest.UseVariadicStackWithListMutationBeforeCat 2022-03-17T20:55:58.2563931Z [ OK ] StackOptTest.UseVariadicStackWithListMutationBeforeCat (6 ms) 2022-03-17T20:55:58.2564609Z [ RUN ] StackOptTest.UseVariadicStackWithMultipleListMutations 2022-03-17T20:55:58.2673909Z [ OK ] StackOptTest.UseVariadicStackWithMultipleListMutations (10 ms) 2022-03-17T20:55:58.2674843Z [----------] 6 tests from StackOptTest (46 ms total) 2022-03-17T20:55:58.2675066Z 2022-03-17T20:55:58.2675293Z [----------] 16 tests from SubgraphMatcherTest 2022-03-17T20:55:58.2675717Z [ RUN ] SubgraphMatcherTest.Trivial1 2022-03-17T20:55:58.2676164Z [ OK ] SubgraphMatcherTest.Trivial1 (0 ms) 2022-03-17T20:55:58.2676844Z [ RUN ] SubgraphMatcherTest.Trivial2 2022-03-17T20:55:58.2677325Z [ OK ] SubgraphMatcherTest.Trivial2 (0 ms) 2022-03-17T20:55:58.2677904Z [ RUN ] SubgraphMatcherTest.Trivial3 2022-03-17T20:55:58.2678355Z [ OK ] SubgraphMatcherTest.Trivial3 (0 ms) 2022-03-17T20:55:58.2678774Z [ RUN ] SubgraphMatcherTest.Trivial4 2022-03-17T20:55:58.2679212Z [ OK ] SubgraphMatcherTest.Trivial4 (0 ms) 2022-03-17T20:55:58.2679639Z [ RUN ] SubgraphMatcherTest.Linear1 2022-03-17T20:55:58.2680361Z [ OK ] SubgraphMatcherTest.Linear1 (0 ms) 2022-03-17T20:55:58.2680947Z [ RUN ] SubgraphMatcherTest.Linear2 2022-03-17T20:55:58.2681856Z [ OK ] SubgraphMatcherTest.Linear2 (0 ms) 2022-03-17T20:55:58.2682594Z [ RUN ] SubgraphMatcherTest.Diamond1 2022-03-17T20:55:58.2683066Z [ OK ] SubgraphMatcherTest.Diamond1 (0 ms) 2022-03-17T20:55:58.2683576Z [ RUN ] SubgraphMatcherTest.Diamond2 2022-03-17T20:55:58.2684197Z [ OK ] SubgraphMatcherTest.Diamond2 (0 ms) 2022-03-17T20:55:58.2684617Z [ RUN ] SubgraphMatcherTest.XPattern 2022-03-17T20:55:58.2685319Z [ OK ] SubgraphMatcherTest.XPattern (0 ms) 2022-03-17T20:55:58.2685797Z [ RUN ] SubgraphMatcherTest.MultipleMatches 2022-03-17T20:55:58.2686477Z [ OK ] SubgraphMatcherTest.MultipleMatches (0 ms) 2022-03-17T20:55:58.2687123Z [ RUN ] SubgraphMatcherTest.OverlappingMatches 2022-03-17T20:55:58.2687603Z [ OK ] SubgraphMatcherTest.OverlappingMatches (0 ms) 2022-03-17T20:55:58.2688362Z [ RUN ] SubgraphMatcherTest.MatchInBasicBlocks1 2022-03-17T20:55:58.2688862Z [ OK ] SubgraphMatcherTest.MatchInBasicBlocks1 (0 ms) 2022-03-17T20:55:58.2689588Z [ RUN ] SubgraphMatcherTest.MatchInBasicBlocks2 2022-03-17T20:55:58.2690098Z [ OK ] SubgraphMatcherTest.MatchInBasicBlocks2 (0 ms) 2022-03-17T20:55:58.2690785Z [ RUN ] SubgraphMatcherTest.MatchesAttributes 2022-03-17T20:55:58.2691300Z [ OK ] SubgraphMatcherTest.MatchesAttributes (0 ms) 2022-03-17T20:55:58.2691853Z [ RUN ] SubgraphMatcherTest.BadPattern 2022-03-17T20:55:58.2719986Z [ OK ] SubgraphMatcherTest.BadPattern (3 ms) 2022-03-17T20:55:58.2720443Z [ RUN ] SubgraphMatcherTest.MultiOutput 2022-03-17T20:55:58.2721057Z [ OK ] SubgraphMatcherTest.MultiOutput (0 ms) 2022-03-17T20:55:58.2721956Z [----------] 16 tests from SubgraphMatcherTest (4 ms total) 2022-03-17T20:55:58.2722312Z 2022-03-17T20:55:58.2722633Z [----------] 4 tests from SubgraphRewriterTest 2022-03-17T20:55:58.2723044Z [ RUN ] SubgraphRewriterTest.FilterMatch 2022-03-17T20:55:58.2723690Z [ OK ] SubgraphRewriterTest.FilterMatch (0 ms) 2022-03-17T20:55:58.2724126Z [ RUN ] SubgraphRewriterTest.FilterNoMatch 2022-03-17T20:55:58.2724598Z [ OK ] SubgraphRewriterTest.FilterNoMatch (0 ms) 2022-03-17T20:55:58.2725061Z [ RUN ] SubgraphRewriterTest.MultiOutput 2022-03-17T20:55:58.2730214Z [ OK ] SubgraphRewriterTest.MultiOutput (0 ms) 2022-03-17T20:55:58.2731007Z [ RUN ] SubgraphRewriterTest.OutputType 2022-03-17T20:55:58.2731789Z [ OK ] SubgraphRewriterTest.OutputType (0 ms) 2022-03-17T20:55:58.2732257Z [----------] 4 tests from SubgraphRewriterTest (1 ms total) 2022-03-17T20:55:58.2732489Z 2022-03-17T20:55:58.2732710Z [----------] 3 tests from SubgraphUtilsTest 2022-03-17T20:55:58.2733081Z [ RUN ] SubgraphUtilsTest.Basic 2022-03-17T20:55:58.2737051Z [ OK ] SubgraphUtilsTest.Basic (0 ms) 2022-03-17T20:55:58.2737482Z [ RUN ] SubgraphUtilsTest.MergeSubgraphs 2022-03-17T20:55:58.2741555Z [ OK ] SubgraphUtilsTest.MergeSubgraphs (0 ms) 2022-03-17T20:55:58.2742189Z [ RUN ] SubgraphUtilsTest.GraphName 2022-03-17T20:55:58.2743099Z [ OK ] SubgraphUtilsTest.GraphName (0 ms) 2022-03-17T20:55:58.2743731Z [----------] 3 tests from SubgraphUtilsTest (1 ms total) 2022-03-17T20:55:58.2744132Z 2022-03-17T20:55:58.2744516Z [----------] 8 tests from UnionTypeTest 2022-03-17T20:55:58.2745124Z [ RUN ] UnionTypeTest.UnionOperatorEquals 2022-03-17T20:55:58.2745591Z [ OK ] UnionTypeTest.UnionOperatorEquals (0 ms) 2022-03-17T20:55:58.2746211Z [ RUN ] UnionTypeTest.UnionCreate_OptionalT1AndOptionalT2 2022-03-17T20:55:58.2747079Z [ OK ] UnionTypeTest.UnionCreate_OptionalT1AndOptionalT2 (0 ms) 2022-03-17T20:55:58.2747569Z [ RUN ] UnionTypeTest.UnionCreate_OptionalTAndT 2022-03-17T20:55:58.2748010Z [ OK ] UnionTypeTest.UnionCreate_OptionalTAndT (0 ms) 2022-03-17T20:55:58.2748520Z [ RUN ] UnionTypeTest.UnionCreate_TupleWithSubtypingRelationship 2022-03-17T20:55:58.2749077Z [ OK ] UnionTypeTest.UnionCreate_TupleWithSubtypingRelationship (0 ms) 2022-03-17T20:55:58.2749575Z [ RUN ] UnionTypeTest.UnionCreate_ContainerTAndT 2022-03-17T20:55:58.2750041Z [ OK ] UnionTypeTest.UnionCreate_ContainerTAndT (0 ms) 2022-03-17T20:55:58.2750553Z [ RUN ] UnionTypeTest.UnionCreate_OptionalContainerTAndContainerTAndT 2022-03-17T20:55:58.2751145Z [ OK ] UnionTypeTest.UnionCreate_OptionalContainerTAndContainerTAndT (0 ms) 2022-03-17T20:55:58.2751638Z [ RUN ] UnionTypeTest.Subtyping_NumberType 2022-03-17T20:55:58.2752059Z [ OK ] UnionTypeTest.Subtyping_NumberType (0 ms) 2022-03-17T20:55:58.2752498Z [ RUN ] UnionTypeTest.Subtyping_OptionalType 2022-03-17T20:55:58.2752926Z [ OK ] UnionTypeTest.Subtyping_OptionalType (0 ms) 2022-03-17T20:55:58.2753376Z [----------] 8 tests from UnionTypeTest (0 ms total) 2022-03-17T20:55:58.2753587Z 2022-03-17T20:55:58.2753811Z [----------] 2 tests from ScriptProfileTest 2022-03-17T20:55:58.2754188Z [ RUN ] ScriptProfileTest.Basic 2022-03-17T20:55:58.2754590Z [ OK ] ScriptProfileTest.Basic (0 ms) 2022-03-17T20:55:58.2754983Z [ RUN ] ScriptProfileTest.CallingOrder 2022-03-17T20:55:58.2779910Z [ OK ] ScriptProfileTest.CallingOrder (3 ms) 2022-03-17T20:55:58.2780454Z [----------] 2 tests from ScriptProfileTest (3 ms total) 2022-03-17T20:55:58.2780679Z 2022-03-17T20:55:58.2780883Z [----------] 2 tests from ShapeAnalysisTest 2022-03-17T20:55:58.2781319Z [ RUN ] ShapeAnalysisTest.DynamicShapesFusion 2022-03-17T20:55:58.2902472Z [ OK ] ShapeAnalysisTest.DynamicShapesFusion (12 ms) 2022-03-17T20:55:58.2903017Z [ RUN ] ShapeAnalysisTest.MovingConstantOutOfFusionGroups 2022-03-17T20:55:58.2930470Z [ OK ] ShapeAnalysisTest.MovingConstantOutOfFusionGroups (2 ms) 2022-03-17T20:55:58.2931473Z [----------] 2 tests from ShapeAnalysisTest (14 ms total) 2022-03-17T20:55:58.2931893Z 2022-03-17T20:55:58.2932277Z [----------] 5 tests from JitLoggingTest 2022-03-17T20:55:58.2933041Z [ RUN ] JitLoggingTest.CheckSetLoggingLevel 2022-03-17T20:55:58.2933752Z [ OK ] JitLoggingTest.CheckSetLoggingLevel (0 ms) 2022-03-17T20:55:58.2934262Z [ RUN ] JitLoggingTest.CheckSetMultipleLogLevels 2022-03-17T20:55:58.2934749Z [ OK ] JitLoggingTest.CheckSetMultipleLogLevels (0 ms) 2022-03-17T20:55:58.2935258Z [ RUN ] JitLoggingTest.CheckLoggingLevelAfterUnset 2022-03-17T20:55:58.2935781Z [ OK ] JitLoggingTest.CheckLoggingLevelAfterUnset (0 ms) 2022-03-17T20:55:58.2936262Z [ RUN ] JitLoggingTest.CheckAfterChangingLevel 2022-03-17T20:55:58.2936749Z [ OK ] JitLoggingTest.CheckAfterChangingLevel (0 ms) 2022-03-17T20:55:58.2937220Z [ RUN ] JitLoggingTest.CheckOutputStreamSetting 2022-03-17T20:55:58.2937838Z [ OK ] JitLoggingTest.CheckOutputStreamSetting (0 ms) 2022-03-17T20:55:58.2938310Z [----------] 5 tests from JitLoggingTest (0 ms total) 2022-03-17T20:55:58.2938519Z 2022-03-17T20:55:58.2938718Z [----------] 9 tests from FileFormatTest 2022-03-17T20:55:58.2939163Z [ RUN ] FileFormatTest.IdentifiesFlatbufferStream 2022-03-17T20:55:58.2939670Z [ OK ] FileFormatTest.IdentifiesFlatbufferStream (0 ms) 2022-03-17T20:55:58.2940134Z [ RUN ] FileFormatTest.IdentifiesZipStream 2022-03-17T20:55:58.2940590Z [ OK ] FileFormatTest.IdentifiesZipStream (0 ms) 2022-03-17T20:55:58.2941052Z [ RUN ] FileFormatTest.FlatbufferTakesPrecedence 2022-03-17T20:55:58.2941558Z [ OK ] FileFormatTest.FlatbufferTakesPrecedence (0 ms) 2022-03-17T20:55:58.2942017Z [ RUN ] FileFormatTest.HandlesUnknownStream 2022-03-17T20:55:58.2942484Z [ OK ] FileFormatTest.HandlesUnknownStream (0 ms) 2022-03-17T20:55:58.2942949Z [ RUN ] FileFormatTest.ShortStreamIsUnknown 2022-03-17T20:55:58.2943395Z [ OK ] FileFormatTest.ShortStreamIsUnknown (0 ms) 2022-03-17T20:55:58.2943857Z [ RUN ] FileFormatTest.EmptyStreamIsUnknown 2022-03-17T20:55:58.2944306Z [ OK ] FileFormatTest.EmptyStreamIsUnknown (0 ms) 2022-03-17T20:55:58.2944761Z [ RUN ] FileFormatTest.BadStreamIsUnknown 2022-03-17T20:55:58.2945212Z [ OK ] FileFormatTest.BadStreamIsUnknown (0 ms) 2022-03-17T20:55:58.2945696Z [ RUN ] FileFormatTest.StreamOffsetIsObservedAndRestored 2022-03-17T20:55:58.2946264Z [ OK ] FileFormatTest.StreamOffsetIsObservedAndRestored (0 ms) 2022-03-17T20:55:58.2947075Z [ RUN ] FileFormatTest.HandlesMissingFile 2022-03-17T20:55:58.2947871Z [ OK ] FileFormatTest.HandlesMissingFile (0 ms) 2022-03-17T20:55:58.2948482Z [----------] 9 tests from FileFormatTest (0 ms total) 2022-03-17T20:55:58.2948685Z 2022-03-17T20:55:58.2948895Z [----------] 29 tests from FlatbufferTest 2022-03-17T20:55:58.2949307Z [ RUN ] FlatbufferTest.UpsampleNearest2d 2022-03-17T20:55:58.2949755Z [ OK ] FlatbufferTest.UpsampleNearest2d (1 ms) 2022-03-17T20:55:58.2950189Z [ RUN ] FlatbufferTest.CheckAttrAccess 2022-03-17T20:55:58.2950620Z [ OK ] FlatbufferTest.CheckAttrAccess (0 ms) 2022-03-17T20:55:58.2951031Z [ RUN ] FlatbufferTest.MethodInvocation 2022-03-17T20:55:58.2983063Z [ OK ] FlatbufferTest.MethodInvocation (3 ms) 2022-03-17T20:55:58.2983487Z [ RUN ] FlatbufferTest.ExtraFiles 2022-03-17T20:55:58.2986942Z [ OK ] FlatbufferTest.ExtraFiles (0 ms) 2022-03-17T20:55:58.2987348Z [ RUN ] FlatbufferTest.Conv 2022-03-17T20:55:58.3023799Z [ OK ] FlatbufferTest.Conv (3 ms) 2022-03-17T20:55:58.3024228Z [ RUN ] FlatbufferTest.Inline 2022-03-17T20:55:58.3034045Z [ OK ] FlatbufferTest.Inline (1 ms) 2022-03-17T20:55:58.3034445Z [ RUN ] FlatbufferTest.Tuple 2022-03-17T20:55:58.3041665Z [ OK ] FlatbufferTest.Tuple (0 ms) 2022-03-17T20:55:58.3042492Z [ RUN ] FlatbufferTest.Dict 2022-03-17T20:55:58.3050060Z [ OK ] FlatbufferTest.Dict (0 ms) 2022-03-17T20:55:58.3050461Z [ RUN ] FlatbufferTest.Prim 2022-03-17T20:55:58.3055488Z [ OK ] FlatbufferTest.Prim (0 ms) 2022-03-17T20:55:58.3055904Z [ RUN ] FlatbufferTest.PrimScalar 2022-03-17T20:55:58.3061995Z [ OK ] FlatbufferTest.PrimScalar (0 ms) 2022-03-17T20:55:58.3062447Z [ RUN ] FlatbufferTest.WrongMethodName 2022-03-17T20:55:58.3100367Z [ OK ] FlatbufferTest.WrongMethodName (3 ms) 2022-03-17T20:55:58.3100818Z [ RUN ] FlatbufferTest.SetState 2022-03-17T20:55:58.3131995Z [ OK ] FlatbufferTest.SetState (3 ms) 2022-03-17T20:55:58.3132570Z [ RUN ] FlatbufferTest.BuiltinClass 2022-03-17T20:55:58.3141065Z [ OK ] FlatbufferTest.BuiltinClass (0 ms) 2022-03-17T20:55:58.3141509Z [ RUN ] FlatbufferTest.BuiltinFunction 2022-03-17T20:55:58.3145113Z [ OK ] FlatbufferTest.BuiltinFunction (0 ms) 2022-03-17T20:55:58.3145540Z [ RUN ] FlatbufferTest.Eval 2022-03-17T20:55:58.3154366Z [ OK ] FlatbufferTest.Eval (0 ms) 2022-03-17T20:55:58.3154794Z [ RUN ] FlatbufferTest.FindWrongMethodName 2022-03-17T20:55:58.3159409Z [ OK ] FlatbufferTest.FindWrongMethodName (0 ms) 2022-03-17T20:55:58.3159960Z [ RUN ] FlatbufferTest.FindAndRunMethod 2022-03-17T20:55:58.3169731Z [ OK ] FlatbufferTest.FindAndRunMethod (1 ms) 2022-03-17T20:55:58.3170204Z [ RUN ] FlatbufferTest.RunMethodVariadic 2022-03-17T20:55:58.3178780Z [ OK ] FlatbufferTest.RunMethodVariadic (0 ms) 2022-03-17T20:55:58.3179269Z [ RUN ] FlatbufferTest.DuplicateSetState 2022-03-17T20:55:58.3192344Z [ OK ] FlatbufferTest.DuplicateSetState (1 ms) 2022-03-17T20:55:58.3192866Z [ RUN ] FlatbufferTest.OpNameExportFetchRootOperators 2022-03-17T20:55:58.3201728Z [ OK ] FlatbufferTest.OpNameExportFetchRootOperators (0 ms) 2022-03-17T20:55:58.3202535Z [ RUN ] FlatbufferTest.DefaultArgsConv 2022-03-17T20:55:58.3224729Z [ OK ] FlatbufferTest.DefaultArgsConv (2 ms) 2022-03-17T20:55:58.3225208Z [ RUN ] FlatbufferTest.DefaultArgsPinv 2022-03-17T20:55:58.3297564Z [ OK ] FlatbufferTest.DefaultArgsPinv (7 ms) 2022-03-17T20:55:58.3298120Z [ RUN ] FlatbufferTest.DefaultArgsTensorinvSpecifyDefault 2022-03-17T20:55:58.3307960Z [ OK ] FlatbufferTest.DefaultArgsTensorinvSpecifyDefault (0 ms) 2022-03-17T20:55:58.3308512Z [ RUN ] FlatbufferTest.DefaultArgsPinvWithOutArg 2022-03-17T20:55:58.3335239Z [ OK ] FlatbufferTest.DefaultArgsPinvWithOutArg (2 ms) 2022-03-17T20:55:58.3335754Z [ RUN ] FlatbufferTest.DefaultArgsWithOutArg 2022-03-17T20:55:58.3348580Z [ OK ] FlatbufferTest.DefaultArgsWithOutArg (1 ms) 2022-03-17T20:55:58.3349159Z [ RUN ] FlatbufferTest.OperatorCacheDifferentiatesDefaultArgs 2022-03-17T20:55:58.3388385Z [ OK ] FlatbufferTest.OperatorCacheDifferentiatesDefaultArgs (3 ms) 2022-03-17T20:55:58.3388936Z [ RUN ] FlatbufferTest.OperatorSize1 2022-03-17T20:55:58.3392978Z [ OK ] FlatbufferTest.OperatorSize1 (0 ms) 2022-03-17T20:55:58.3393793Z [ RUN ] FlatbufferTest.BoolAndDoubleList 2022-03-17T20:55:58.3394380Z [ OK ] FlatbufferTest.BoolAndDoubleList (0 ms) 2022-03-17T20:55:58.3394811Z [ RUN ] FlatbufferTest.OperatorTest2 2022-03-17T20:55:58.3412268Z [ OK ] FlatbufferTest.OperatorTest2 (1 ms) 2022-03-17T20:55:58.3412832Z [----------] 29 tests from FlatbufferTest (47 ms total) 2022-03-17T20:55:58.3413048Z 2022-03-17T20:55:58.3413262Z [----------] 3 tests from TestSourceFlatbuffer 2022-03-17T20:55:58.3413852Z [ RUN ] TestSourceFlatbuffer.UpsampleNearest2d 2022-03-17T20:55:58.3433658Z [ OK ] TestSourceFlatbuffer.UpsampleNearest2d (2 ms) 2022-03-17T20:55:58.3434269Z [ RUN ] TestSourceFlatbuffer.CheckAttrAccess 2022-03-17T20:55:58.3435452Z [ OK ] TestSourceFlatbuffer.CheckAttrAccess (0 ms) 2022-03-17T20:55:58.3435944Z [ RUN ] TestSourceFlatbuffer.MethodInvocation 2022-03-17T20:55:58.3523076Z [ OK ] TestSourceFlatbuffer.MethodInvocation (8 ms) 2022-03-17T20:55:58.3524089Z [----------] 3 tests from TestSourceFlatbuffer (11 ms total) 2022-03-17T20:55:58.3524531Z 2022-03-17T20:55:58.3524910Z [----------] 486 tests from NVFuserTest 2022-03-17T20:55:58.3525985Z [ RUN ] NVFuserTest.FusionIrGraphGenerator_CUDA 2022-03-17T20:55:58.3526763Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3527508Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3528341Z [ SKIPPED ] NVFuserTest.FusionIrGraphGenerator_CUDA (0 ms) 2022-03-17T20:55:58.3529184Z [ RUN ] NVFuserTest.FusionDispatch_CUDA 2022-03-17T20:55:58.3529911Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3530807Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3531621Z [ SKIPPED ] NVFuserTest.FusionDispatch_CUDA (0 ms) 2022-03-17T20:55:58.3532487Z [ RUN ] NVFuserTest.FusionExprEvalConstants_CUDA 2022-03-17T20:55:58.3532892Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3533725Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3534571Z [ SKIPPED ] NVFuserTest.FusionExprEvalConstants_CUDA (0 ms) 2022-03-17T20:55:58.3535484Z [ RUN ] NVFuserTest.FusionExprEvalBindings_CUDA 2022-03-17T20:55:58.3536196Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3536745Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3537202Z [ SKIPPED ] NVFuserTest.FusionExprEvalBindings_CUDA (0 ms) 2022-03-17T20:55:58.3538054Z [ RUN ] NVFuserTest.FusionExprEvalBasic_CUDA 2022-03-17T20:55:58.3538707Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3539117Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3539540Z [ SKIPPED ] NVFuserTest.FusionExprEvalBasic_CUDA (0 ms) 2022-03-17T20:55:58.3540016Z [ RUN ] NVFuserTest.FusionExprEvalComplex_CUDA 2022-03-17T20:55:58.3540563Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3541069Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3541510Z [ SKIPPED ] NVFuserTest.FusionExprEvalComplex_CUDA (0 ms) 2022-03-17T20:55:58.3542301Z [ RUN ] NVFuserTest.FusionExprEvalPostLower_CUDA 2022-03-17T20:55:58.3542880Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3543645Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3544453Z [ SKIPPED ] NVFuserTest.FusionExprEvalPostLower_CUDA (0 ms) 2022-03-17T20:55:58.3545416Z [ RUN ] NVFuserTest.FusionKernelExprEvalConstants_CUDA 2022-03-17T20:55:58.3545900Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3546303Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3547065Z [ SKIPPED ] NVFuserTest.FusionKernelExprEvalConstants_CUDA (0 ms) 2022-03-17T20:55:58.3547904Z [ RUN ] NVFuserTest.FusionKernelExprEvalBindings_CUDA 2022-03-17T20:55:58.3548515Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3549230Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3550117Z [ SKIPPED ] NVFuserTest.FusionKernelExprEvalBindings_CUDA (0 ms) 2022-03-17T20:55:58.3550979Z [ RUN ] NVFuserTest.FusionClear_CUDA 2022-03-17T20:55:58.3551666Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3552455Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3553180Z [ SKIPPED ] NVFuserTest.FusionClear_CUDA (0 ms) 2022-03-17T20:55:58.3553946Z [ RUN ] NVFuserTest.FusionCopy_CUDA 2022-03-17T20:55:58.3554611Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3555368Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3556193Z [ SKIPPED ] NVFuserTest.FusionCopy_CUDA (0 ms) 2022-03-17T20:55:58.3557001Z [ RUN ] NVFuserTest.FusionMove_CUDA 2022-03-17T20:55:58.3557682Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3558409Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3559335Z [ SKIPPED ] NVFuserTest.FusionMove_CUDA (0 ms) 2022-03-17T20:55:58.3560115Z [ RUN ] NVFuserTest.FusionSimpleArith_CUDA 2022-03-17T20:55:58.3560883Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3562192Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3563010Z [ SKIPPED ] NVFuserTest.FusionSimpleArith_CUDA (0 ms) 2022-03-17T20:55:58.3563993Z [ RUN ] NVFuserTest.FusionSimpleTypePromote_CUDA 2022-03-17T20:55:58.3564711Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3565612Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3566467Z [ SKIPPED ] NVFuserTest.FusionSimpleTypePromote_CUDA (0 ms) 2022-03-17T20:55:58.3567312Z [ RUN ] NVFuserTest.FusionRegister_CUDA 2022-03-17T20:55:58.3568015Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3568768Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3569599Z [ SKIPPED ] NVFuserTest.FusionRegister_CUDA (0 ms) 2022-03-17T20:55:58.3570370Z [ RUN ] NVFuserTest.FusionTopoSort_CUDA 2022-03-17T20:55:58.3570909Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3571313Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3571865Z [ SKIPPED ] NVFuserTest.FusionTopoSort_CUDA (0 ms) 2022-03-17T20:55:58.3572445Z [ RUN ] NVFuserTest.FusionTensor_CUDA 2022-03-17T20:55:58.3573030Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3573747Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3574450Z [ SKIPPED ] NVFuserTest.FusionTensor_CUDA (0 ms) 2022-03-17T20:55:58.3575093Z [ RUN ] NVFuserTest.FusionFilterVals_CUDA 2022-03-17T20:55:58.3575766Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3576524Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3577124Z [ SKIPPED ] NVFuserTest.FusionFilterVals_CUDA (0 ms) 2022-03-17T20:55:58.3577951Z [ RUN ] NVFuserTest.FusionTVSplit_CUDA 2022-03-17T20:55:58.3578657Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3579332Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3579967Z [ SKIPPED ] NVFuserTest.FusionTVSplit_CUDA (0 ms) 2022-03-17T20:55:58.3580788Z [ RUN ] NVFuserTest.FusionTVMerge_CUDA 2022-03-17T20:55:58.3581381Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3582036Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3582767Z [ SKIPPED ] NVFuserTest.FusionTVMerge_CUDA (0 ms) 2022-03-17T20:55:58.3583362Z [ RUN ] NVFuserTest.FusionTVReorder_CUDA 2022-03-17T20:55:58.3584071Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3584796Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3585597Z [ SKIPPED ] NVFuserTest.FusionTVReorder_CUDA (0 ms) 2022-03-17T20:55:58.3586401Z [ RUN ] NVFuserTest.FusionEquality_CUDA 2022-03-17T20:55:58.3587259Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3588030Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3588783Z [ SKIPPED ] NVFuserTest.FusionEquality_CUDA (0 ms) 2022-03-17T20:55:58.3589596Z [ RUN ] NVFuserTest.FusionDependency_CUDA 2022-03-17T20:55:58.3590075Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3590782Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3591492Z [ SKIPPED ] NVFuserTest.FusionDependency_CUDA (0 ms) 2022-03-17T20:55:58.3591927Z [ RUN ] NVFuserTest.FusionParser_CUDA 2022-03-17T20:55:58.3592306Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3592698Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3593511Z [ SKIPPED ] NVFuserTest.FusionParser_CUDA (0 ms) 2022-03-17T20:55:58.3594344Z [ RUN ] NVFuserTest.FusionOuterSplit_CUDA 2022-03-17T20:55:58.3595113Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3595953Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3596823Z [ SKIPPED ] NVFuserTest.FusionOuterSplit_CUDA (0 ms) 2022-03-17T20:55:58.3597743Z [ RUN ] NVFuserTest.FusionCodeGen_CUDA 2022-03-17T20:55:58.3598250Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3598666Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3599503Z [ SKIPPED ] NVFuserTest.FusionCodeGen_CUDA (0 ms) 2022-03-17T20:55:58.3600207Z [ RUN ] NVFuserTest.FusionCodeGen2_CUDA 2022-03-17T20:55:58.3600992Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3602151Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3602731Z [ SKIPPED ] NVFuserTest.FusionCodeGen2_CUDA (0 ms) 2022-03-17T20:55:58.3603172Z [ RUN ] NVFuserTest.FusionSimplePWise_CUDA 2022-03-17T20:55:58.3603544Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3603966Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3604826Z [ SKIPPED ] NVFuserTest.FusionSimplePWise_CUDA (0 ms) 2022-03-17T20:55:58.3605778Z [ RUN ] NVFuserTest.FusionExecKernel_CUDA 2022-03-17T20:55:58.3606516Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3607341Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3608211Z [ SKIPPED ] NVFuserTest.FusionExecKernel_CUDA (0 ms) 2022-03-17T20:55:58.3609181Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt1_CUDA 2022-03-17T20:55:58.3610059Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3610849Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3611753Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt1_CUDA (0 ms) 2022-03-17T20:55:58.3612806Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt2_CUDA 2022-03-17T20:55:58.3613648Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3614474Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3615412Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt2_CUDA (0 ms) 2022-03-17T20:55:58.3615976Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt3_CUDA 2022-03-17T20:55:58.3616376Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3616868Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3617804Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt3_CUDA (0 ms) 2022-03-17T20:55:58.3618822Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt4_CUDA 2022-03-17T20:55:58.3619640Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3620440Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3621290Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt4_CUDA (0 ms) 2022-03-17T20:55:58.3622295Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt5_CUDA 2022-03-17T20:55:58.3623236Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3624119Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3625006Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt5_CUDA (0 ms) 2022-03-17T20:55:58.3626023Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt6_CUDA 2022-03-17T20:55:58.3626861Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3627664Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3628545Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt6_CUDA (0 ms) 2022-03-17T20:55:58.3629624Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt7_CUDA 2022-03-17T20:55:58.3630463Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3631410Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3631855Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt7_CUDA (0 ms) 2022-03-17T20:55:58.3632534Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt8_CUDA 2022-03-17T20:55:58.3633348Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3634173Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3634718Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt8_CUDA (0 ms) 2022-03-17T20:55:58.3635504Z [ RUN ] NVFuserTest.FusionAdvancedComputeWith1_CUDA 2022-03-17T20:55:58.3636358Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3637174Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3638011Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith1_CUDA (0 ms) 2022-03-17T20:55:58.3638535Z [ RUN ] NVFuserTest.FusionAdvancedComputeWith2_CUDA 2022-03-17T20:55:58.3638941Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3639673Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3640515Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith2_CUDA (0 ms) 2022-03-17T20:55:58.3641789Z [ RUN ] NVFuserTest.FusionAdvancedComputeWith3_CUDA 2022-03-17T20:55:58.3642565Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3643289Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3644146Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith3_CUDA (0 ms) 2022-03-17T20:55:58.3645090Z [ RUN ] NVFuserTest.FusionAdvancedComputeWith4_CUDA 2022-03-17T20:55:58.3645857Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3646556Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3647370Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith4_CUDA (0 ms) 2022-03-17T20:55:58.3648310Z [ RUN ] NVFuserTest.FusionAdvancedComputeWith5_CUDA 2022-03-17T20:55:58.3649066Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3649830Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3650715Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith5_CUDA (0 ms) 2022-03-17T20:55:58.3651629Z [ RUN ] NVFuserTest.FusionAdvancedComputeWith6_CUDA 2022-03-17T20:55:58.3652410Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3653144Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3653717Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith6_CUDA (0 ms) 2022-03-17T20:55:58.3654485Z [ RUN ] NVFuserTest.FusionComputeAtMultiConsumers_CUDA 2022-03-17T20:55:58.3655302Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3655843Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3656696Z [ SKIPPED ] NVFuserTest.FusionComputeAtMultiConsumers_CUDA (0 ms) 2022-03-17T20:55:58.3657732Z [ RUN ] NVFuserTest.FusionComputeAtCommonConsumer1_CUDA 2022-03-17T20:55:58.3658589Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3659031Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3659786Z [ SKIPPED ] NVFuserTest.FusionComputeAtCommonConsumer1_CUDA (0 ms) 2022-03-17T20:55:58.3660619Z [ RUN ] NVFuserTest.FusionComputeAtCommonConsumer2_CUDA 2022-03-17T20:55:58.3661190Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3661757Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3662632Z [ SKIPPED ] NVFuserTest.FusionComputeAtCommonConsumer2_CUDA (0 ms) 2022-03-17T20:55:58.3663446Z [ RUN ] NVFuserTest.FusionComputeAtCommonConsumer3_CUDA 2022-03-17T20:55:58.3664156Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3665045Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3665752Z [ SKIPPED ] NVFuserTest.FusionComputeAtCommonConsumer3_CUDA (0 ms) 2022-03-17T20:55:58.3666311Z [ RUN ] NVFuserTest.FusionComputeAtNoCommonConsumer_CUDA 2022-03-17T20:55:58.3666915Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3667619Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3668273Z [ SKIPPED ] NVFuserTest.FusionComputeAtNoCommonConsumer_CUDA (0 ms) 2022-03-17T20:55:58.3668782Z [ RUN ] NVFuserTest.FusionRootMappingBasic_CUDA 2022-03-17T20:55:58.3669178Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3669838Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3670644Z [ SKIPPED ] NVFuserTest.FusionRootMappingBasic_CUDA (0 ms) 2022-03-17T20:55:58.3671537Z [ RUN ] NVFuserTest.FusionRootMappingRfactor_CUDA 2022-03-17T20:55:58.3671936Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3672561Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3673364Z [ SKIPPED ] NVFuserTest.FusionRootMappingRfactor_CUDA (0 ms) 2022-03-17T20:55:58.3674269Z [ RUN ] NVFuserTest.FusionRootMappingReductionDependency1_CUDA 2022-03-17T20:55:58.3675098Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3675683Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3676392Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency1_CUDA (0 ms) 2022-03-17T20:55:58.3677488Z [ RUN ] NVFuserTest.FusionRootMappingReductionDependency2_CUDA 2022-03-17T20:55:58.3678096Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3678855Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3679800Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency2_CUDA (0 ms) 2022-03-17T20:55:58.3680804Z [ RUN ] NVFuserTest.FusionRootMappingReductionDependency3_CUDA 2022-03-17T20:55:58.3681257Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3682157Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3683091Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency3_CUDA (0 ms) 2022-03-17T20:55:58.3684232Z [ RUN ] NVFuserTest.FusionRootMappingReductionDependency4_CUDA 2022-03-17T20:55:58.3684955Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3685551Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3686450Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency4_CUDA (0 ms) 2022-03-17T20:55:58.3687472Z [ RUN ] NVFuserTest.FusionRootMappingReductionDependency5_CUDA_CUDA 2022-03-17T20:55:58.3688303Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3688921Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3689704Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency5_CUDA_CUDA (0 ms) 2022-03-17T20:55:58.3690881Z [ RUN ] NVFuserTest.FusionRootMappingReductionDependency6_CUDA_CUDA 2022-03-17T20:55:58.3691687Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3692115Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3692910Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency6_CUDA_CUDA (0 ms) 2022-03-17T20:55:58.3693645Z [ RUN ] NVFuserTest.FusionRootMappingMultipleBroadcast_CUDA 2022-03-17T20:55:58.3694419Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3695054Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3695720Z [ SKIPPED ] NVFuserTest.FusionRootMappingMultipleBroadcast_CUDA (0 ms) 2022-03-17T20:55:58.3696611Z [ RUN ] NVFuserTest.FusionRootMappingMultipleBroadcastWithNoCommonConsumer_CUDA 2022-03-17T20:55:58.3697339Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3697930Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3698629Z [ SKIPPED ] NVFuserTest.FusionRootMappingMultipleBroadcastWithNoCommonConsumer_CUDA (0 ms) 2022-03-17T20:55:58.3699318Z [ RUN ] NVFuserTest.FusionRootMappingBroadcastNonUniqueSize_CUDA 2022-03-17T20:55:58.3700049Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3700709Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3701271Z [ SKIPPED ] NVFuserTest.FusionRootMappingBroadcastNonUniqueSize_CUDA (0 ms) 2022-03-17T20:55:58.3702165Z [ RUN ] NVFuserTest.FusionRootMappingBroadcast_CUDA 2022-03-17T20:55:58.3702670Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3703258Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3704085Z [ SKIPPED ] NVFuserTest.FusionRootMappingBroadcast_CUDA (0 ms) 2022-03-17T20:55:58.3704700Z [ RUN ] NVFuserTest.FusionRootMappingTrivialReduction_CUDA 2022-03-17T20:55:58.3705279Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3705797Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3706287Z [ SKIPPED ] NVFuserTest.FusionRootMappingTrivialReduction_CUDA (0 ms) 2022-03-17T20:55:58.3707158Z [ RUN ] NVFuserTest.FusionComputeAtFailDueToRootMapping_CUDA 2022-03-17T20:55:58.3707625Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3708328Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3709122Z [ SKIPPED ] NVFuserTest.FusionComputeAtFailDueToRootMapping_CUDA (0 ms) 2022-03-17T20:55:58.3709643Z [ RUN ] NVFuserTest.FusionScalarInputs_CUDA 2022-03-17T20:55:58.3710258Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3710946Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3711366Z [ SKIPPED ] NVFuserTest.FusionScalarInputs_CUDA (0 ms) 2022-03-17T20:55:58.3712076Z [ RUN ] NVFuserTest.FusionLoopUnroll_CUDA 2022-03-17T20:55:58.3712530Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3713192Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3713861Z [ SKIPPED ] NVFuserTest.FusionLoopUnroll_CUDA (0 ms) 2022-03-17T20:55:58.3714289Z [ RUN ] NVFuserTest.FusionUnaryOps_CUDA 2022-03-17T20:55:58.3714940Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3715455Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3716068Z [ SKIPPED ] NVFuserTest.FusionUnaryOps_CUDA (0 ms) 2022-03-17T20:55:58.3716743Z [ RUN ] NVFuserTest.FusionBinaryOps_CUDA 2022-03-17T20:55:58.3717104Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3717783Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3718196Z [ SKIPPED ] NVFuserTest.FusionBinaryOps_CUDA (0 ms) 2022-03-17T20:55:58.3718999Z [ RUN ] NVFuserTest.FusionTernaryOps_CUDA 2022-03-17T20:55:58.3719525Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3720130Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3720551Z [ SKIPPED ] NVFuserTest.FusionTernaryOps_CUDA (0 ms) 2022-03-17T20:55:58.3720985Z [ RUN ] NVFuserTest.FusionCompoundOps_CUDA 2022-03-17T20:55:58.3721654Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3722387Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3723168Z [ SKIPPED ] NVFuserTest.FusionCompoundOps_CUDA (0 ms) 2022-03-17T20:55:58.3723828Z [ RUN ] NVFuserTest.FusionCastOps_CUDA 2022-03-17T20:55:58.3724184Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3724922Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3725944Z [ SKIPPED ] NVFuserTest.FusionCastOps_CUDA (0 ms) 2022-03-17T20:55:58.3726684Z [ RUN ] NVFuserTest.FusionReduction1_CUDA 2022-03-17T20:55:58.3727523Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3728033Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3728668Z [ SKIPPED ] NVFuserTest.FusionReduction1_CUDA (0 ms) 2022-03-17T20:55:58.3729608Z [ RUN ] NVFuserTest.FusionReduction2_CUDA 2022-03-17T20:55:58.3730453Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3731061Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3731505Z [ SKIPPED ] NVFuserTest.FusionReduction2_CUDA (0 ms) 2022-03-17T20:55:58.3732173Z [ RUN ] NVFuserTest.FusionReduction3_CUDA 2022-03-17T20:55:58.3732529Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3732918Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3733327Z [ SKIPPED ] NVFuserTest.FusionReduction3_CUDA (0 ms) 2022-03-17T20:55:58.3733775Z [ RUN ] NVFuserTest.FusionReduction4_CUDA 2022-03-17T20:55:58.3734145Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3734523Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3734938Z [ SKIPPED ] NVFuserTest.FusionReduction4_CUDA (0 ms) 2022-03-17T20:55:58.3735351Z [ RUN ] NVFuserTest.FusionReduction5_CUDA 2022-03-17T20:55:58.3735726Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3736102Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3736502Z [ SKIPPED ] NVFuserTest.FusionReduction5_CUDA (0 ms) 2022-03-17T20:55:58.3736932Z [ RUN ] NVFuserTest.FusionReduction6_CUDA 2022-03-17T20:55:58.3737291Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3737680Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3738080Z [ SKIPPED ] NVFuserTest.FusionReduction6_CUDA (0 ms) 2022-03-17T20:55:58.3738547Z [ RUN ] NVFuserTest.FusionMultiGridReduction_CUDA 2022-03-17T20:55:58.3738950Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3739329Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3739773Z [ SKIPPED ] NVFuserTest.FusionMultiGridReduction_CUDA (0 ms) 2022-03-17T20:55:58.3740256Z [ RUN ] NVFuserTest.FusionMultiGridReduction2_CUDA 2022-03-17T20:55:58.3740662Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3741051Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3741488Z [ SKIPPED ] NVFuserTest.FusionMultiGridReduction2_CUDA (0 ms) 2022-03-17T20:55:58.3741969Z [ RUN ] NVFuserTest.FusionReductionTFT_CUDA 2022-03-17T20:55:58.3742334Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3742724Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3743148Z [ SKIPPED ] NVFuserTest.FusionReductionTFT_CUDA (0 ms) 2022-03-17T20:55:58.3743713Z [ RUN ] NVFuserTest.FusionReductionOuterSplit_CUDA 2022-03-17T20:55:58.3744131Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3744507Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3744961Z [ SKIPPED ] NVFuserTest.FusionReductionOuterSplit_CUDA (0 ms) 2022-03-17T20:55:58.3745632Z [ RUN ] NVFuserTest.FusionBranches_CUDA 2022-03-17T20:55:58.3746058Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3746453Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3746845Z [ SKIPPED ] NVFuserTest.FusionBranches_CUDA (0 ms) 2022-03-17T20:55:58.3747290Z [ RUN ] NVFuserTest.FusionSimpleBCast1_CUDA 2022-03-17T20:55:58.3747650Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3748124Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3748546Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast1_CUDA (0 ms) 2022-03-17T20:55:58.3748988Z [ RUN ] NVFuserTest.FusionSimpleBCast2_CUDA 2022-03-17T20:55:58.3749369Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3749739Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3750158Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast2_CUDA (0 ms) 2022-03-17T20:55:58.3750609Z [ RUN ] NVFuserTest.FusionSimpleBCast3_CUDA 2022-03-17T20:55:58.3750968Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3751354Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3751761Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast3_CUDA (0 ms) 2022-03-17T20:55:58.3752212Z [ RUN ] NVFuserTest.FusionSimpleBCast4_CUDA 2022-03-17T20:55:58.3752571Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3752963Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3753382Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast4_CUDA (0 ms) 2022-03-17T20:55:58.3753820Z [ RUN ] NVFuserTest.FusionSimpleBCast5_CUDA 2022-03-17T20:55:58.3754202Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3754573Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3754991Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast5_CUDA (0 ms) 2022-03-17T20:55:58.3755450Z [ RUN ] NVFuserTest.FusionComplexBCast1_CUDA 2022-03-17T20:55:58.3755815Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3756204Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3756612Z [ SKIPPED ] NVFuserTest.FusionComplexBCast1_CUDA (0 ms) 2022-03-17T20:55:58.3757074Z [ RUN ] NVFuserTest.FusionComplexBCast2_CUDA 2022-03-17T20:55:58.3757459Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3757830Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3758254Z [ SKIPPED ] NVFuserTest.FusionComplexBCast2_CUDA (0 ms) 2022-03-17T20:55:58.3758715Z [ RUN ] NVFuserTest.FusionAdvancedIndexing1_CUDA 2022-03-17T20:55:58.3759110Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3759482Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3759926Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing1_CUDA (0 ms) 2022-03-17T20:55:58.3760413Z [ RUN ] NVFuserTest.FusionAdvancedIndexing2_CUDA 2022-03-17T20:55:58.3760788Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3761173Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3761881Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing2_CUDA (0 ms) 2022-03-17T20:55:58.3762366Z [ RUN ] NVFuserTest.FusionAdvancedIndexing3_CUDA 2022-03-17T20:55:58.3762762Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3763131Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3763669Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing3_CUDA (0 ms) 2022-03-17T20:55:58.3764162Z [ RUN ] NVFuserTest.FusionAdvancedIndexing4_CUDA 2022-03-17T20:55:58.3764547Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3764931Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3765355Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing4_CUDA (0 ms) 2022-03-17T20:55:58.3765837Z [ RUN ] NVFuserTest.FusionAdvancedIndexing5_CUDA 2022-03-17T20:55:58.3766213Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3766595Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3767015Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing5_CUDA (0 ms) 2022-03-17T20:55:58.3767588Z [ RUN ] NVFuserTest.FusionAdvancedIndexing6_CUDA 2022-03-17T20:55:58.3767980Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3768349Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3768797Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing6_CUDA (0 ms) 2022-03-17T20:55:58.3769263Z [ RUN ] NVFuserTest.FusionAdvancedIndexing7_CUDA 2022-03-17T20:55:58.3769655Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3770043Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3770468Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing7_CUDA (0 ms) 2022-03-17T20:55:58.3770954Z [ RUN ] NVFuserTest.FusionAdvancedIndexing8_CUDA 2022-03-17T20:55:58.3771325Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3771708Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3772150Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing8_CUDA (0 ms) 2022-03-17T20:55:58.3772623Z [ RUN ] NVFuserTest.FusionAdvancedIndexing9_CUDA 2022-03-17T20:55:58.3773016Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3773391Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3773828Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing9_CUDA (0 ms) 2022-03-17T20:55:58.3774320Z [ RUN ] NVFuserTest.FusionAdvancedIndexing10_CUDA 2022-03-17T20:55:58.3774702Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3775087Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3775516Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing10_CUDA (0 ms) 2022-03-17T20:55:58.3776008Z [ RUN ] NVFuserTest.FusionAdvancedIndexing11_CUDA 2022-03-17T20:55:58.3776384Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3776776Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3777220Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing11_CUDA (0 ms) 2022-03-17T20:55:58.3798681Z [ RUN ] NVFuserTest.FusionAdvancedLowering1_CUDA 2022-03-17T20:55:58.3799449Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3800202Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3801064Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering1_CUDA (0 ms) 2022-03-17T20:55:58.3802234Z [ RUN ] NVFuserTest.FusionAdvancedLowering2_CUDA 2022-03-17T20:55:58.3802977Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3803692Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3804519Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering2_CUDA (0 ms) 2022-03-17T20:55:58.3805406Z [ RUN ] NVFuserTest.FusionAdvancedLowering3_CUDA 2022-03-17T20:55:58.3806143Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3806849Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3807674Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering3_CUDA (0 ms) 2022-03-17T20:55:58.3808588Z [ RUN ] NVFuserTest.FusionAdvancedLowering4_CUDA 2022-03-17T20:55:58.3809485Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3810243Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3811050Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering4_CUDA (0 ms) 2022-03-17T20:55:58.3811958Z [ RUN ] NVFuserTest.FusionAdvancedLowering5_CUDA 2022-03-17T20:55:58.3812691Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3813392Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3814222Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering5_CUDA (0 ms) 2022-03-17T20:55:58.3815101Z [ RUN ] NVFuserTest.FusionAdvancedLowering6_CUDA 2022-03-17T20:55:58.3815830Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3816697Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3817507Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering6_CUDA (0 ms) 2022-03-17T20:55:58.3818367Z [ RUN ] NVFuserTest.FusionSimpleGemm_CUDA 2022-03-17T20:55:58.3819026Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3819757Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3820509Z [ SKIPPED ] NVFuserTest.FusionSimpleGemm_CUDA (0 ms) 2022-03-17T20:55:58.3821318Z [ RUN ] NVFuserTest.FusionSoftmax1D_CUDA 2022-03-17T20:55:58.3822070Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3822780Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3824281Z [ SKIPPED ] NVFuserTest.FusionSoftmax1D_CUDA (0 ms) 2022-03-17T20:55:58.3825135Z [ RUN ] NVFuserTest.FusionSoftmax1DNormalized_CUDA 2022-03-17T20:55:58.3825877Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3826613Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3827433Z [ SKIPPED ] NVFuserTest.FusionSoftmax1DNormalized_CUDA (0 ms) 2022-03-17T20:55:58.3828295Z [ RUN ] NVFuserTest.FusionSoftmax3D_CUDA 2022-03-17T20:55:58.3828969Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3829697Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3830446Z [ SKIPPED ] NVFuserTest.FusionSoftmax3D_CUDA (0 ms) 2022-03-17T20:55:58.3831317Z [ RUN ] NVFuserTest.FusionSoftmax3DNormalized_CUDA 2022-03-17T20:55:58.3832064Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3832758Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3833597Z [ SKIPPED ] NVFuserTest.FusionSoftmax3DNormalized_CUDA (0 ms) 2022-03-17T20:55:58.3834477Z [ RUN ] NVFuserTest.FusionSoftmaxComputeAt_CUDA 2022-03-17T20:55:58.3835148Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3835823Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3836491Z [ SKIPPED ] NVFuserTest.FusionSoftmaxComputeAt_CUDA (0 ms) 2022-03-17T20:55:58.3837169Z [ RUN ] NVFuserTest.FusionGridReduction1_CUDA 2022-03-17T20:55:58.3837714Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3838270Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3838902Z [ SKIPPED ] NVFuserTest.FusionGridReduction1_CUDA (0 ms) 2022-03-17T20:55:58.3839549Z [ RUN ] NVFuserTest.FusionGridReduction2_CUDA 2022-03-17T20:55:58.3840106Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3840690Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3841518Z [ SKIPPED ] NVFuserTest.FusionGridReduction2_CUDA (0 ms) 2022-03-17T20:55:58.3842009Z [ RUN ] NVFuserTest.FusionGridReduction3dim1_CUDA 2022-03-17T20:55:58.3842421Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3842817Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3843368Z [ SKIPPED ] NVFuserTest.FusionGridReduction3dim1_CUDA (0 ms) 2022-03-17T20:55:58.3843885Z [ RUN ] NVFuserTest.FusionGridReduction3dim0_CUDA 2022-03-17T20:55:58.3844266Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3844660Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3845110Z [ SKIPPED ] NVFuserTest.FusionGridReduction3dim0_CUDA (0 ms) 2022-03-17T20:55:58.3845575Z [ RUN ] NVFuserTest.FusionGridReduction4_CUDA 2022-03-17T20:55:58.3845964Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3846333Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3846768Z [ SKIPPED ] NVFuserTest.FusionGridReduction4_CUDA (0 ms) 2022-03-17T20:55:58.3847329Z [ RUN ] NVFuserTest.FusionGridReduction5_CUDA 2022-03-17T20:55:58.3847701Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3848092Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3848515Z [ SKIPPED ] NVFuserTest.FusionGridReduction5_CUDA (0 ms) 2022-03-17T20:55:58.3848987Z [ RUN ] NVFuserTest.FusionGridReduction6_CUDA 2022-03-17T20:55:58.3849358Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3849749Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3850184Z [ SKIPPED ] NVFuserTest.FusionGridReduction6_CUDA (0 ms) 2022-03-17T20:55:58.3850636Z [ RUN ] NVFuserTest.FusionGridReduction7_CUDA 2022-03-17T20:55:58.3851022Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3851392Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3851831Z [ SKIPPED ] NVFuserTest.FusionGridReduction7_CUDA (0 ms) 2022-03-17T20:55:58.3852310Z [ RUN ] NVFuserTest.FusionGridReduction8_CUDA 2022-03-17T20:55:58.3852677Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3853064Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3853485Z [ SKIPPED ] NVFuserTest.FusionGridReduction8_CUDA (0 ms) 2022-03-17T20:55:58.3853954Z [ RUN ] NVFuserTest.FusionGridReduction9_CUDA 2022-03-17T20:55:58.3854344Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3854716Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3855152Z [ SKIPPED ] NVFuserTest.FusionGridReduction9_CUDA (0 ms) 2022-03-17T20:55:58.3855606Z [ RUN ] NVFuserTest.FusionGridReduction10_CUDA 2022-03-17T20:55:58.3855994Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3856362Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3856803Z [ SKIPPED ] NVFuserTest.FusionGridReduction10_CUDA (0 ms) 2022-03-17T20:55:58.3857279Z [ RUN ] NVFuserTest.FusionNonRedAxisBind_CUDA 2022-03-17T20:55:58.3857653Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3858048Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3858468Z [ SKIPPED ] NVFuserTest.FusionNonRedAxisBind_CUDA (0 ms) 2022-03-17T20:55:58.3858924Z [ RUN ] NVFuserTest.FusionSplitBCast_CUDA 2022-03-17T20:55:58.3859301Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3859667Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3860087Z [ SKIPPED ] NVFuserTest.FusionSplitBCast_CUDA (0 ms) 2022-03-17T20:55:58.3860526Z [ RUN ] NVFuserTest.FusionBCastInnerDim_CUDA 2022-03-17T20:55:58.3860909Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3861301Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3861723Z [ SKIPPED ] NVFuserTest.FusionBCastInnerDim_CUDA (0 ms) 2022-03-17T20:55:58.3862175Z [ RUN ] NVFuserTest.FusionBCastReduce_CUDA 2022-03-17T20:55:58.3862537Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3862981Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3863398Z [ SKIPPED ] NVFuserTest.FusionBCastReduce_CUDA (0 ms) 2022-03-17T20:55:58.3863889Z [ RUN ] NVFuserTest.FusionReductionMultiConsumer_CUDA 2022-03-17T20:55:58.3864300Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3864667Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3865133Z [ SKIPPED ] NVFuserTest.FusionReductionMultiConsumer_CUDA (0 ms) 2022-03-17T20:55:58.3865635Z [ RUN ] NVFuserTest.FusionComputeAtExprOrder1_CUDA 2022-03-17T20:55:58.3866040Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3866433Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3866933Z [ SKIPPED ] NVFuserTest.FusionComputeAtExprOrder1_CUDA (0 ms) 2022-03-17T20:55:58.3867437Z [ RUN ] NVFuserTest.FusionComputeAtExprOrder2_CUDA 2022-03-17T20:55:58.3867828Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3868219Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3868673Z [ SKIPPED ] NVFuserTest.FusionComputeAtExprOrder2_CUDA (0 ms) 2022-03-17T20:55:58.3869164Z [ RUN ] NVFuserTest.FusionComputeAtExprOrder3_CUDA 2022-03-17T20:55:58.3869565Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3869932Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3870389Z [ SKIPPED ] NVFuserTest.FusionComputeAtExprOrder3_CUDA (0 ms) 2022-03-17T20:55:58.3870865Z [ RUN ] NVFuserTest.FusionZeroDimComputeAt_CUDA 2022-03-17T20:55:58.3871260Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3871651Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3872079Z [ SKIPPED ] NVFuserTest.FusionZeroDimComputeAt_CUDA (0 ms) 2022-03-17T20:55:58.3872565Z [ RUN ] NVFuserTest.FusionZeroDimBroadcast_CUDA 2022-03-17T20:55:58.3872943Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3873334Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3873777Z [ SKIPPED ] NVFuserTest.FusionZeroDimBroadcast_CUDA (0 ms) 2022-03-17T20:55:58.3874239Z [ RUN ] NVFuserTest.FusionZeroDimReduction_CUDA 2022-03-17T20:55:58.3874629Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3874999Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3875437Z [ SKIPPED ] NVFuserTest.FusionZeroDimReduction_CUDA (0 ms) 2022-03-17T20:55:58.3875924Z [ RUN ] NVFuserTest.FusionBCastAfterReduce_CUDA 2022-03-17T20:55:58.3876298Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3876696Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3877122Z [ SKIPPED ] NVFuserTest.FusionBCastAfterReduce_CUDA (0 ms) 2022-03-17T20:55:58.3877605Z [ RUN ] NVFuserTest.FusionOutputBroadcast_CUDA 2022-03-17T20:55:58.3877979Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3878368Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3878798Z [ SKIPPED ] NVFuserTest.FusionOutputBroadcast_CUDA (0 ms) 2022-03-17T20:55:58.3879286Z [ RUN ] NVFuserTest.FusionReductionKeepDimBasic_CUDA 2022-03-17T20:55:58.3879699Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3880068Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3880529Z [ SKIPPED ] NVFuserTest.FusionReductionKeepDimBasic_CUDA (0 ms) 2022-03-17T20:55:58.3881073Z [ RUN ] NVFuserTest.FusionReductionKeepDimScheduler_CUDA 2022-03-17T20:55:58.3881658Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3882057Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3882604Z [ SKIPPED ] NVFuserTest.FusionReductionKeepDimScheduler_CUDA (0 ms) 2022-03-17T20:55:58.3883106Z [ RUN ] NVFuserTest.FusionSumTo_CUDA 2022-03-17T20:55:58.3883477Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3883848Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3884257Z [ SKIPPED ] NVFuserTest.FusionSumTo_CUDA (0 ms) 2022-03-17T20:55:58.3884669Z [ RUN ] NVFuserTest.FusionSumToNoop_CUDA 2022-03-17T20:55:58.3885043Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3885413Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3885829Z [ SKIPPED ] NVFuserTest.FusionSumToNoop_CUDA (0 ms) 2022-03-17T20:55:58.3886302Z [ RUN ] NVFuserTest.FusionReductionScheduler_CUDA 2022-03-17T20:55:58.3886768Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3887160Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3887598Z [ SKIPPED ] NVFuserTest.FusionReductionScheduler_CUDA (0 ms) 2022-03-17T20:55:58.3888092Z [ RUN ] NVFuserTest.FusionSymbolicReduction_CUDA 2022-03-17T20:55:58.3888488Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3888858Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3889309Z [ SKIPPED ] NVFuserTest.FusionSymbolicReduction_CUDA (0 ms) 2022-03-17T20:55:58.3889867Z [ RUN ] NVFuserTest.FusionReductionSchedulerMultiDimNonFastest_CUDA 2022-03-17T20:55:58.3890332Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3890721Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3891232Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerMultiDimNonFastest_CUDA (0 ms) 2022-03-17T20:55:58.3891868Z [ RUN ] NVFuserTest.FusionReductionSchedulerMultiDimFastest_CUDA 2022-03-17T20:55:58.3892306Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3892700Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3893218Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerMultiDimFastest_CUDA (0 ms) 2022-03-17T20:55:58.3893797Z [ RUN ] NVFuserTest.FusionReductionSchedulerNoODimShmoo_CUDA 2022-03-17T20:55:58.3894234Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3894604Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3895100Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerNoODimShmoo_CUDA (0 ms) 2022-03-17T20:55:58.3895671Z [ RUN ] NVFuserTest.FusionReductionSchedulerDimShmoo_CUDA 2022-03-17T20:55:58.3896079Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3896468Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3896931Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerDimShmoo_CUDA (0 ms) 2022-03-17T20:55:58.3897433Z [ RUN ] NVFuserTest.FusionCacheBefore_CUDA 2022-03-17T20:55:58.3897798Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3898186Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3898609Z [ SKIPPED ] NVFuserTest.FusionCacheBefore_CUDA (0 ms) 2022-03-17T20:55:58.3899039Z [ RUN ] NVFuserTest.FusionCacheAfter_CUDA 2022-03-17T20:55:58.3899416Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3899782Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3900202Z [ SKIPPED ] NVFuserTest.FusionCacheAfter_CUDA (0 ms) 2022-03-17T20:55:58.3900680Z [ RUN ] NVFuserTest.FusionCacheFork_CUDA 2022-03-17T20:55:58.3901043Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3901439Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3901834Z [ SKIPPED ] NVFuserTest.FusionCacheFork_CUDA (0 ms) 2022-03-17T20:55:58.3902287Z [ RUN ] NVFuserTest.FusionCacheIndirect_CUDA 2022-03-17T20:55:58.3902737Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3903121Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3903552Z [ SKIPPED ] NVFuserTest.FusionCacheIndirect_CUDA (0 ms) 2022-03-17T20:55:58.3903986Z [ RUN ] NVFuserTest.FusionCacheBcast_CUDA 2022-03-17T20:55:58.3904363Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3904733Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3905154Z [ SKIPPED ] NVFuserTest.FusionCacheBcast_CUDA (0 ms) 2022-03-17T20:55:58.3905628Z [ RUN ] NVFuserTest.FusionCacheMultiConsumer_CUDA 2022-03-17T20:55:58.3906011Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3906489Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3906925Z [ SKIPPED ] NVFuserTest.FusionCacheMultiConsumer_CUDA (0 ms) 2022-03-17T20:55:58.3907380Z [ RUN ] NVFuserTest.FusionSmem_CUDA 2022-03-17T20:55:58.3907747Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3908118Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3908515Z [ SKIPPED ] NVFuserTest.FusionSmem_CUDA (0 ms) 2022-03-17T20:55:58.3908921Z [ RUN ] NVFuserTest.FusionSmemReduce_CUDA 2022-03-17T20:55:58.3909298Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3909664Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3910084Z [ SKIPPED ] NVFuserTest.FusionSmemReduce_CUDA (0 ms) 2022-03-17T20:55:58.3910537Z [ RUN ] NVFuserTest.FusionSmemBlockGemm_CUDA 2022-03-17T20:55:58.3910905Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3911300Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3911711Z [ SKIPPED ] NVFuserTest.FusionSmemBlockGemm_CUDA (0 ms) 2022-03-17T20:55:58.3912196Z [ RUN ] NVFuserTest.FusionSmemBlockGemmCache_CUDA 2022-03-17T20:55:58.3912595Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3912969Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3913420Z [ SKIPPED ] NVFuserTest.FusionSmemBlockGemmCache_CUDA (0 ms) 2022-03-17T20:55:58.3913953Z [ RUN ] NVFuserTest.FusionSmemDynamicPersistentSoftmax2D_CUDA 2022-03-17T20:55:58.3914396Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3914784Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3915266Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicPersistentSoftmax2D_CUDA (0 ms) 2022-03-17T20:55:58.3915817Z [ RUN ] NVFuserTest.FusionMagicSchedulerSoftmax_CUDA 2022-03-17T20:55:58.3916221Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3916608Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3917052Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerSoftmax_CUDA (0 ms) 2022-03-17T20:55:58.3917553Z [ RUN ] NVFuserTest.FusionTestMaskSoftmax_CUDA 2022-03-17T20:55:58.3917947Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3918320Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3918759Z [ SKIPPED ] NVFuserTest.FusionTestMaskSoftmax_CUDA (0 ms) 2022-03-17T20:55:58.3919284Z [ RUN ] NVFuserTest.FusionMagicSchedulerLayerNormBackward_CUDA 2022-03-17T20:55:58.3919734Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3920125Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3920611Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerLayerNormBackward_CUDA (0 ms) 2022-03-17T20:55:58.3921219Z [ RUN ] NVFuserTest.FusionMagicSchedulerLayerNormalization_CUDA 2022-03-17T20:55:58.3921817Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3922302Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3922834Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerLayerNormalization_CUDA (0 ms) 2022-03-17T20:55:58.3923422Z [ RUN ] NVFuserTest.FusionMagicSchedulerBatchNormalization_CUDA 2022-03-17T20:55:58.3923874Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3924247Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3924760Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerBatchNormalization_CUDA (0 ms) 2022-03-17T20:55:58.3925341Z [ RUN ] NVFuserTest.FusionPersistentSoftmaxLocalSmem_CUDA 2022-03-17T20:55:58.3925749Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3926142Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3926690Z [ SKIPPED ] NVFuserTest.FusionPersistentSoftmaxLocalSmem_CUDA (0 ms) 2022-03-17T20:55:58.3927251Z [ RUN ] NVFuserTest.FusionPersistentNormLocalShared_CUDA 2022-03-17T20:55:58.3927687Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3928060Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3928541Z [ SKIPPED ] NVFuserTest.FusionPersistentNormLocalShared_CUDA (0 ms) 2022-03-17T20:55:58.3929069Z [ RUN ] NVFuserTest.FusionSmemDynamicPersistentNorm_CUDA 2022-03-17T20:55:58.3929494Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3929880Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3930344Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicPersistentNorm_CUDA (0 ms) 2022-03-17T20:55:58.3930905Z [ RUN ] NVFuserTest.FusionSmemDynamicReductionSymbolic_CUDA 2022-03-17T20:55:58.3931325Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3931723Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3932200Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicReductionSymbolic_CUDA (0 ms) 2022-03-17T20:55:58.3932792Z [ RUN ] NVFuserTest.FusionSmemDynamicReductionSymbolicArg_CUDA 2022-03-17T20:55:58.3933236Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3933606Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3934112Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicReductionSymbolicArg_CUDA (0 ms) 2022-03-17T20:55:58.3934702Z [ RUN ] NVFuserTest.FusionSmemDynamicPwiseMulSymbolicArgWAR_CUDA 2022-03-17T20:55:58.3935157Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3935545Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3936041Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicPwiseMulSymbolicArgWAR_CUDA (0 ms) 2022-03-17T20:55:58.3936603Z [ RUN ] NVFuserTest.FusionSmemDynamicTiledGemm_CUDA 2022-03-17T20:55:58.3936994Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3937383Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3937846Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicTiledGemm_CUDA (0 ms) 2022-03-17T20:55:58.3938334Z [ RUN ] NVFuserTest.FusionGlobalIntermediate_CUDA 2022-03-17T20:55:58.3938737Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3939108Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3939559Z [ SKIPPED ] NVFuserTest.FusionGlobalIntermediate_CUDA (0 ms) 2022-03-17T20:55:58.3940122Z [ RUN ] NVFuserTest.FusionGlobalIntermediateDefaultSchedule_CUDA 2022-03-17T20:55:58.3940560Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3940948Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3941446Z [ SKIPPED ] NVFuserTest.FusionGlobalIntermediateDefaultSchedule_CUDA (0 ms) 2022-03-17T20:55:58.3941970Z [ RUN ] NVFuserTest.FusionConstCheck_CUDA 2022-03-17T20:55:58.3942349Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3942781Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3943213Z [ SKIPPED ] NVFuserTest.FusionConstCheck_CUDA (0 ms) 2022-03-17T20:55:58.3943657Z [ RUN ] NVFuserTest.FusionUnrollWithAlloc_CUDA 2022-03-17T20:55:58.3944049Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3944420Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3944859Z [ SKIPPED ] NVFuserTest.FusionUnrollWithAlloc_CUDA (0 ms) 2022-03-17T20:55:58.3945313Z [ RUN ] NVFuserTest.FusionIsZeroInt_CUDA 2022-03-17T20:55:58.3945670Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3946057Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3946518Z [ SKIPPED ] NVFuserTest.FusionIsZeroInt_CUDA (0 ms) 2022-03-17T20:55:58.3946952Z [ RUN ] NVFuserTest.FusionIsOneInt_CUDA 2022-03-17T20:55:58.3947331Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3947701Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3948114Z [ SKIPPED ] NVFuserTest.FusionIsOneInt_CUDA (0 ms) 2022-03-17T20:55:58.3948613Z [ RUN ] NVFuserTest.FusionComputeAtNonterminatingOutput_CUDA 2022-03-17T20:55:58.3949056Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3949426Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3949926Z [ SKIPPED ] NVFuserTest.FusionComputeAtNonterminatingOutput_CUDA (0 ms) 2022-03-17T20:55:58.3950453Z [ RUN ] NVFuserTest.FusionTraversalOrder1_CUDA 2022-03-17T20:55:58.3950826Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3951219Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3951638Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder1_CUDA (0 ms) 2022-03-17T20:55:58.3952119Z [ RUN ] NVFuserTest.FusionTraversalOrder2_CUDA 2022-03-17T20:55:58.3952512Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3952884Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3953160Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder2_CUDA (0 ms) 2022-03-17T20:55:58.3953413Z [ RUN ] NVFuserTest.FusionTraversalOrder3_CUDA 2022-03-17T20:55:58.3953599Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3953764Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3954038Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder3_CUDA (0 ms) 2022-03-17T20:55:58.3954292Z [ RUN ] NVFuserTest.FusionTraversalOrder4_CUDA 2022-03-17T20:55:58.3954480Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3954666Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3954941Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder4_CUDA (0 ms) 2022-03-17T20:55:58.3955179Z [ RUN ] NVFuserTest.FusionTraversalOrder5_CUDA 2022-03-17T20:55:58.3955368Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3955552Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3955826Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder5_CUDA (0 ms) 2022-03-17T20:55:58.3956084Z [ RUN ] NVFuserTest.FusionTraversalOrder6_CUDA 2022-03-17T20:55:58.3956250Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3956433Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3956706Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder6_CUDA (0 ms) 2022-03-17T20:55:58.3956958Z [ RUN ] NVFuserTest.FusionTraversalOrder7_CUDA 2022-03-17T20:55:58.3957142Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3957309Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3957582Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder7_CUDA (0 ms) 2022-03-17T20:55:58.3957897Z [ RUN ] NVFuserTest.FusionThreadPredicate_CUDA 2022-03-17T20:55:58.3958090Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3958275Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3958551Z [ SKIPPED ] NVFuserTest.FusionThreadPredicate_CUDA (0 ms) 2022-03-17T20:55:58.3958761Z [ RUN ] NVFuserTest.FusionLSTMCell_CUDA 2022-03-17T20:55:58.3958946Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3959131Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3959380Z [ SKIPPED ] NVFuserTest.FusionLSTMCell_CUDA (0 ms) 2022-03-17T20:55:58.3959649Z [ RUN ] NVFuserTest.FusionComputeAtMultiBCast_CUDA 2022-03-17T20:55:58.3959870Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3960054Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3960342Z [ SKIPPED ] NVFuserTest.FusionComputeAtMultiBCast_CUDA (0 ms) 2022-03-17T20:55:58.3960596Z [ RUN ] NVFuserTest.FusionReductionHalf_CUDA 2022-03-17T20:55:58.3960783Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3960947Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3961216Z [ SKIPPED ] NVFuserTest.FusionReductionHalf_CUDA (0 ms) 2022-03-17T20:55:58.3961719Z [ RUN ] NVFuserTest.FusionReduceSingle_CUDA 2022-03-17T20:55:58.3961908Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3962100Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3962342Z [ SKIPPED ] NVFuserTest.FusionReduceSingle_CUDA (0 ms) 2022-03-17T20:55:58.3962632Z [ RUN ] NVFuserTest.FusionReduceImplicitBroadcast_CUDA 2022-03-17T20:55:58.3962825Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3963012Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3963322Z [ SKIPPED ] NVFuserTest.FusionReduceImplicitBroadcast_CUDA (0 ms) 2022-03-17T20:55:58.3963615Z [ RUN ] NVFuserTest.FusionReduceImplicitBroadcast2_CUDA 2022-03-17T20:55:58.3963782Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3963963Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3964275Z [ SKIPPED ] NVFuserTest.FusionReduceImplicitBroadcast2_CUDA (0 ms) 2022-03-17T20:55:58.3964564Z [ RUN ] NVFuserTest.FusionReduceImplicitBroadcast3_CUDA 2022-03-17T20:55:58.3964747Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3964910Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3965220Z [ SKIPPED ] NVFuserTest.FusionReduceImplicitBroadcast3_CUDA (0 ms) 2022-03-17T20:55:58.3965483Z [ RUN ] NVFuserTest.FusionTrivialReduction_CUDA 2022-03-17T20:55:58.3965669Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3965854Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3966138Z [ SKIPPED ] NVFuserTest.FusionTrivialReduction_CUDA (0 ms) 2022-03-17T20:55:58.3966383Z [ RUN ] NVFuserTest.FusionTrivialReduction2_CUDA 2022-03-17T20:55:58.3966568Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3966751Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3967031Z [ SKIPPED ] NVFuserTest.FusionTrivialReduction2_CUDA (0 ms) 2022-03-17T20:55:58.3967288Z [ RUN ] NVFuserTest.FusionTrivialReduction3_CUDA 2022-03-17T20:55:58.3967453Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3967634Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3967913Z [ SKIPPED ] NVFuserTest.FusionTrivialReduction3_CUDA (0 ms) 2022-03-17T20:55:58.3968201Z [ RUN ] NVFuserTest.FusionDetectTrivialReduction1_CUDA 2022-03-17T20:55:58.3968384Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3968641Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3968966Z [ SKIPPED ] NVFuserTest.FusionDetectTrivialReduction1_CUDA (0 ms) 2022-03-17T20:55:58.3969247Z [ RUN ] NVFuserTest.FusionDetectTrivialReduction2_CUDA 2022-03-17T20:55:58.3969434Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3969617Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3969925Z [ SKIPPED ] NVFuserTest.FusionDetectTrivialReduction2_CUDA (0 ms) 2022-03-17T20:55:58.3970160Z [ RUN ] NVFuserTest.FusionInputsIdLookup_CUDA 2022-03-17T20:55:58.3970342Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3970525Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3970881Z [ SKIPPED ] NVFuserTest.FusionInputsIdLookup_CUDA (0 ms) 2022-03-17T20:55:58.3971161Z [ RUN ] NVFuserTest.FusionGroupGuardSimpleTensor_CUDA 2022-03-17T20:55:58.3971329Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3971513Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3971822Z [ SKIPPED ] NVFuserTest.FusionGroupGuardSimpleTensor_CUDA (0 ms) 2022-03-17T20:55:58.3972118Z [ RUN ] NVFuserTest.FusionGroupGuardBroadcastTensor_CUDA 2022-03-17T20:55:58.3972304Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3972466Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3972772Z [ SKIPPED ] NVFuserTest.FusionGroupGuardBroadcastTensor_CUDA (0 ms) 2022-03-17T20:55:58.3973050Z [ RUN ] NVFuserTest.FusionGroupGuardPermutedTensor_CUDA 2022-03-17T20:55:58.3973223Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3973401Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3973705Z [ SKIPPED ] NVFuserTest.FusionGroupGuardPermutedTensor_CUDA (0 ms) 2022-03-17T20:55:58.3973975Z [ RUN ] NVFuserTest.FusionGroupGuardRelaxedCheck_CUDA 2022-03-17T20:55:58.3974157Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3974340Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3974643Z [ SKIPPED ] NVFuserTest.FusionGroupGuardRelaxedCheck_CUDA (0 ms) 2022-03-17T20:55:58.3974880Z [ RUN ] NVFuserTest.FusionDisjointSet_CUDA 2022-03-17T20:55:58.3975048Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3975231Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3975490Z [ SKIPPED ] NVFuserTest.FusionDisjointSet_CUDA (0 ms) 2022-03-17T20:55:58.3975771Z [ RUN ] NVFuserTest.FusionNonUniqueBroadcastSize_CUDA 2022-03-17T20:55:58.3975961Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3976125Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3976433Z [ SKIPPED ] NVFuserTest.FusionNonUniqueBroadcastSize_CUDA (0 ms) 2022-03-17T20:55:58.3976671Z [ RUN ] NVFuserTest.FusionBiasGeluFwd_CUDA 2022-03-17T20:55:58.3976856Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3977038Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3977298Z [ SKIPPED ] NVFuserTest.FusionBiasGeluFwd_CUDA (0 ms) 2022-03-17T20:55:58.3977517Z [ RUN ] NVFuserTest.FusionBiasGeluBwd_CUDA 2022-03-17T20:55:58.3977701Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3977881Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3978138Z [ SKIPPED ] NVFuserTest.FusionBiasGeluBwd_CUDA (0 ms) 2022-03-17T20:55:58.3978367Z [ RUN ] NVFuserTest.FusionIssue459_CUDA 2022-03-17T20:55:58.3978537Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3978720Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3979030Z [ SKIPPED ] NVFuserTest.FusionIssue459_CUDA (0 ms) 2022-03-17T20:55:58.3979307Z [ RUN ] NVFuserTest.FusionSmemIndexingSimple_CUDA 2022-03-17T20:55:58.3979494Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3979660Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3979946Z [ SKIPPED ] NVFuserTest.FusionSmemIndexingSimple_CUDA (0 ms) 2022-03-17T20:55:58.3980190Z [ RUN ] NVFuserTest.FusionSmemIndexing_CUDA 2022-03-17T20:55:58.3980377Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3980566Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3980827Z [ SKIPPED ] NVFuserTest.FusionSmemIndexing_CUDA (0 ms) 2022-03-17T20:55:58.3981082Z [ RUN ] NVFuserTest.FusionCacheBeforeReduction_CUDA 2022-03-17T20:55:58.3981324Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3981513Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3981813Z [ SKIPPED ] NVFuserTest.FusionCacheBeforeReduction_CUDA (0 ms) 2022-03-17T20:55:58.3982094Z [ RUN ] NVFuserTest.FusionCacheBeforeReduction2_CUDA 2022-03-17T20:55:58.3982258Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3982439Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3982737Z [ SKIPPED ] NVFuserTest.FusionCacheBeforeReduction2_CUDA (0 ms) 2022-03-17T20:55:58.3982966Z [ RUN ] NVFuserTest.FusionIssue367_CUDA 2022-03-17T20:55:58.3983151Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3983315Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3983563Z [ SKIPPED ] NVFuserTest.FusionIssue367_CUDA (0 ms) 2022-03-17T20:55:58.3983798Z [ RUN ] NVFuserTest.FusionIssue468_CUDA 2022-03-17T20:55:58.3983982Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3984166Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3984417Z [ SKIPPED ] NVFuserTest.FusionIssue468_CUDA (0 ms) 2022-03-17T20:55:58.3984627Z [ RUN ] NVFuserTest.FusionIssue363_CUDA 2022-03-17T20:55:58.3984810Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3984990Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3985236Z [ SKIPPED ] NVFuserTest.FusionIssue363_CUDA (0 ms) 2022-03-17T20:55:58.3985464Z [ RUN ] NVFuserTest.FusionIssue484_CUDA 2022-03-17T20:55:58.3985633Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3985814Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3986059Z [ SKIPPED ] NVFuserTest.FusionIssue484_CUDA (0 ms) 2022-03-17T20:55:58.3986288Z [ RUN ] NVFuserTest.FusionIssue329_CUDA 2022-03-17T20:55:58.3986474Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3986636Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3986885Z [ SKIPPED ] NVFuserTest.FusionIssue329_CUDA (0 ms) 2022-03-17T20:55:58.3987112Z [ RUN ] NVFuserTest.FusionIssue382_CUDA 2022-03-17T20:55:58.3987297Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3987479Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3987708Z [ SKIPPED ] NVFuserTest.FusionIssue382_CUDA (0 ms) 2022-03-17T20:55:58.3987939Z [ RUN ] NVFuserTest.FusionIssue507_CUDA 2022-03-17T20:55:58.3988125Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3988306Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3988551Z [ SKIPPED ] NVFuserTest.FusionIssue507_CUDA (0 ms) 2022-03-17T20:55:58.3988779Z [ RUN ] NVFuserTest.FusionIssue532_CUDA 2022-03-17T20:55:58.3988946Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3989126Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3989469Z [ SKIPPED ] NVFuserTest.FusionIssue532_CUDA (0 ms) 2022-03-17T20:55:58.3989725Z [ RUN ] NVFuserTest.FusionLoopUnswitch_CUDA 2022-03-17T20:55:58.3989912Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3990075Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3990340Z [ SKIPPED ] NVFuserTest.FusionLoopUnswitch_CUDA (0 ms) 2022-03-17T20:55:58.3990563Z [ RUN ] NVFuserTest.FusionIssue549_CUDA 2022-03-17T20:55:58.3990747Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3990937Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3991161Z [ SKIPPED ] NVFuserTest.FusionIssue549_CUDA (0 ms) 2022-03-17T20:55:58.3991479Z [ RUN ] NVFuserTest.FusionSimpleCompileRtc_CUDA 2022-03-17T20:55:58.3991664Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3991847Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3992133Z [ SKIPPED ] NVFuserTest.FusionSimpleCompileRtc_CUDA (0 ms) 2022-03-17T20:55:58.3992379Z [ RUN ] NVFuserTest.FusionSerialWelford_CUDA 2022-03-17T20:55:58.3992544Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3992726Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3992992Z [ SKIPPED ] NVFuserTest.FusionSerialWelford_CUDA (0 ms) 2022-03-17T20:55:58.3993237Z [ RUN ] NVFuserTest.FusionBlockWelford_CUDA 2022-03-17T20:55:58.3993425Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3993592Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3993854Z [ SKIPPED ] NVFuserTest.FusionBlockWelford_CUDA (0 ms) 2022-03-17T20:55:58.3994121Z [ RUN ] NVFuserTest.FusionBlockWelfordNoInit_CUDA 2022-03-17T20:55:58.3994308Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3994495Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3994764Z [ SKIPPED ] NVFuserTest.FusionBlockWelfordNoInit_CUDA (0 ms) 2022-03-17T20:55:58.3995026Z [ RUN ] NVFuserTest.FusionGridWelfordNoInit_CUDA 2022-03-17T20:55:58.3995210Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3995392Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3995674Z [ SKIPPED ] NVFuserTest.FusionGridWelfordNoInit_CUDA (0 ms) 2022-03-17T20:55:58.3995885Z [ RUN ] NVFuserTest.FusionWelfordOp_CUDA 2022-03-17T20:55:58.3996071Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3996253Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3996510Z [ SKIPPED ] NVFuserTest.FusionWelfordOp_CUDA (0 ms) 2022-03-17T20:55:58.3996763Z [ RUN ] NVFuserTest.FusionBlockWelfordOp_CUDA 2022-03-17T20:55:58.3996946Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3997113Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3997385Z [ SKIPPED ] NVFuserTest.FusionBlockWelfordOp_CUDA (0 ms) 2022-03-17T20:55:58.3997631Z [ RUN ] NVFuserTest.FusionGridWelfordOp_CUDA 2022-03-17T20:55:58.3997815Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3997998Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3998246Z [ SKIPPED ] NVFuserTest.FusionGridWelfordOp_CUDA (0 ms) 2022-03-17T20:55:58.3998506Z [ RUN ] NVFuserTest.FusionRfactorWelfordOp_CUDA 2022-03-17T20:55:58.3998694Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3998876Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.3999159Z [ SKIPPED ] NVFuserTest.FusionRfactorWelfordOp_CUDA (0 ms) 2022-03-17T20:55:58.3999391Z [ RUN ] NVFuserTest.FusionWelfordSchedule_CUDA 2022-03-17T20:55:58.3999633Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.3999827Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4000103Z [ SKIPPED ] NVFuserTest.FusionWelfordSchedule_CUDA (0 ms) 2022-03-17T20:55:58.4000346Z [ RUN ] NVFuserTest.FusionWelfordShmoo_CUDA 2022-03-17T20:55:58.4000533Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4000739Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4001004Z [ SKIPPED ] NVFuserTest.FusionWelfordShmoo_CUDA (0 ms) 2022-03-17T20:55:58.4001243Z [ RUN ] NVFuserTest.FusionTranspose1_CUDA 2022-03-17T20:55:58.4001589Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4001891Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4002129Z [ SKIPPED ] NVFuserTest.FusionTranspose1_CUDA (0 ms) 2022-03-17T20:55:58.4002369Z [ RUN ] NVFuserTest.FusionTranspose2_CUDA 2022-03-17T20:55:58.4002562Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4002745Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4002999Z [ SKIPPED ] NVFuserTest.FusionTranspose2_CUDA (0 ms) 2022-03-17T20:55:58.4003253Z [ RUN ] NVFuserTest.FusionSimpleGemmTransposed_CUDA 2022-03-17T20:55:58.4003442Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4003625Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4003922Z [ SKIPPED ] NVFuserTest.FusionSimpleGemmTransposed_CUDA (0 ms) 2022-03-17T20:55:58.4004193Z [ RUN ] NVFuserTest.FusionSoftmax3DTransposed_CUDA 2022-03-17T20:55:58.4004376Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4004547Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4004832Z [ SKIPPED ] NVFuserTest.FusionSoftmax3DTransposed_CUDA (0 ms) 2022-03-17T20:55:58.4005143Z [ RUN ] NVFuserTest.FusionAdvancedComputeAtTransposed1_CUDA 2022-03-17T20:55:58.4005329Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4005512Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4005825Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed1_CUDA (0 ms) 2022-03-17T20:55:58.4006133Z [ RUN ] NVFuserTest.FusionAdvancedComputeAtTransposed2_CUDA 2022-03-17T20:55:58.4006318Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4006499Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4006828Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed2_CUDA (0 ms) 2022-03-17T20:55:58.4007112Z [ RUN ] NVFuserTest.FusionAdvancedComputeAtTransposed3_CUDA 2022-03-17T20:55:58.4007298Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4007481Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4007813Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed3_CUDA (0 ms) 2022-03-17T20:55:58.4008122Z [ RUN ] NVFuserTest.FusionAdvancedComputeAtTransposed4_CUDA 2022-03-17T20:55:58.4008306Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4008469Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4008792Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed4_CUDA (0 ms) 2022-03-17T20:55:58.4009096Z [ RUN ] NVFuserTest.FusionAdvancedComputeAtTransposed5_CUDA 2022-03-17T20:55:58.4009283Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4009464Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4009768Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed5_CUDA (0 ms) 2022-03-17T20:55:58.4010075Z [ RUN ] NVFuserTest.FusionAdvancedComputeAtTransposed6_CUDA 2022-03-17T20:55:58.4010258Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4010517Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4010865Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed6_CUDA (0 ms) 2022-03-17T20:55:58.4011150Z [ RUN ] NVFuserTest.FusionSegmentReducePointwise_CUDA 2022-03-17T20:55:58.4011317Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4011498Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4011806Z [ SKIPPED ] NVFuserTest.FusionSegmentReducePointwise_CUDA (0 ms) 2022-03-17T20:55:58.4012071Z [ RUN ] NVFuserTest.FusionMultipleVectorize_CUDA 2022-03-17T20:55:58.4012257Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4012418Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4012767Z [ SKIPPED ] NVFuserTest.FusionMultipleVectorize_CUDA (0 ms) 2022-03-17T20:55:58.4013023Z [ RUN ] NVFuserTest.FusionVectorizeSimple_CUDA 2022-03-17T20:55:58.4013213Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4013398Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4013655Z [ SKIPPED ] NVFuserTest.FusionVectorizeSimple_CUDA (0 ms) 2022-03-17T20:55:58.4013934Z [ RUN ] NVFuserTest.FusionSimpleVectorizeUnroll_CUDA 2022-03-17T20:55:58.4014120Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4014302Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4014599Z [ SKIPPED ] NVFuserTest.FusionSimpleVectorizeUnroll_CUDA (0 ms) 2022-03-17T20:55:58.4014872Z [ RUN ] NVFuserTest.FusionSegmentReduceSoftmax_CUDA 2022-03-17T20:55:58.4015040Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4015228Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4015520Z [ SKIPPED ] NVFuserTest.FusionSegmentReduceSoftmax_CUDA (0 ms) 2022-03-17T20:55:58.4015749Z [ RUN ] NVFuserTest.FusionSwizzle1_CUDA 2022-03-17T20:55:58.4015939Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4016103Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4016354Z [ SKIPPED ] NVFuserTest.FusionSwizzle1_CUDA (0 ms) 2022-03-17T20:55:58.4016580Z [ RUN ] NVFuserTest.FusionSwizzle2_CUDA 2022-03-17T20:55:58.4016764Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4016947Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4017175Z [ SKIPPED ] NVFuserTest.FusionSwizzle2_CUDA (0 ms) 2022-03-17T20:55:58.4017454Z [ RUN ] NVFuserTest.FusionTransposeWithSwizzle_CUDA 2022-03-17T20:55:58.4017640Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4017826Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4018119Z [ SKIPPED ] NVFuserTest.FusionTransposeWithSwizzle_CUDA (0 ms) 2022-03-17T20:55:58.4018452Z [ RUN ] NVFuserTest.FusionTransposeWithSwizzle1DThreadBlock_CUDA 2022-03-17T20:55:58.4018619Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4018801Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4019153Z [ SKIPPED ] NVFuserTest.FusionTransposeWithSwizzle1DThreadBlock_CUDA (0 ms) 2022-03-17T20:55:58.4019408Z [ RUN ] NVFuserTest.FusionGridPersistence_CUDA 2022-03-17T20:55:58.4019593Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4019755Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4020029Z [ SKIPPED ] NVFuserTest.FusionGridPersistence_CUDA (0 ms) 2022-03-17T20:55:58.4020290Z [ RUN ] NVFuserTest.FusionGridPersistence2_CUDA 2022-03-17T20:55:58.4020479Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4020662Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4020924Z [ SKIPPED ] NVFuserTest.FusionGridPersistence2_CUDA (0 ms) 2022-03-17T20:55:58.4021248Z [ RUN ] NVFuserTest.FusionWelfordPersistence_CUDA 2022-03-17T20:55:58.4021440Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4021625Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4021915Z [ SKIPPED ] NVFuserTest.FusionWelfordPersistence_CUDA (0 ms) 2022-03-17T20:55:58.4022182Z [ RUN ] NVFuserTest.FusionWelfordPersistence2_CUDA 2022-03-17T20:55:58.4022347Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4022529Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4022823Z [ SKIPPED ] NVFuserTest.FusionWelfordPersistence2_CUDA (0 ms) 2022-03-17T20:55:58.4023051Z [ RUN ] NVFuserTest.FusionIssue633_CUDA 2022-03-17T20:55:58.4023294Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4023460Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4023713Z [ SKIPPED ] NVFuserTest.FusionIssue633_CUDA (0 ms) 2022-03-17T20:55:58.4024005Z [ RUN ] NVFuserTest.FusionBroadcastAcrossComputeAt_CUDA 2022-03-17T20:55:58.4024197Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4024379Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4024671Z [ SKIPPED ] NVFuserTest.FusionBroadcastAcrossComputeAt_CUDA (0 ms) 2022-03-17T20:55:58.4024978Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedPointwise_CUDA 2022-03-17T20:55:58.4025160Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4025340Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4025667Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwise_CUDA (0 ms) 2022-03-17T20:55:58.4026029Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeContig_CUDA 2022-03-17T20:55:58.4026195Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4026380Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4026760Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeContig_CUDA (0 ms) 2022-03-17T20:55:58.4027148Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeSymbolicPass_CUDA 2022-03-17T20:55:58.4027336Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4027500Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4027910Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeSymbolicPass_CUDA (0 ms) 2022-03-17T20:55:58.4028294Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeSymbolicFail_CUDA 2022-03-17T20:55:58.4028479Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4028666Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4029074Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeSymbolicFail_CUDA (0 ms) 2022-03-17T20:55:58.4029356Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedRFactor_CUDA 2022-03-17T20:55:58.4029541Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4029723Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4030042Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedRFactor_CUDA (0 ms) 2022-03-17T20:55:58.4030361Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedWrongDimFail_CUDA 2022-03-17T20:55:58.4030528Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4030710Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4031049Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedWrongDimFail_CUDA (0 ms) 2022-03-17T20:55:58.4031345Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedStride_CUDA 2022-03-17T20:55:58.4031529Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4031712Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4032074Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedStride_CUDA (0 ms) 2022-03-17T20:55:58.4032391Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedStrideFail_CUDA 2022-03-17T20:55:58.4032577Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4032760Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4033093Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedStrideFail_CUDA (0 ms) 2022-03-17T20:55:58.4033310Z [ RUN ] NVFuserTest.FusionViewOutput_CUDA 2022-03-17T20:55:58.4033499Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4033682Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4033941Z [ SKIPPED ] NVFuserTest.FusionViewOutput_CUDA (0 ms) 2022-03-17T20:55:58.4034319Z [ RUN ] NVFuserTest.FusionViewFailMismatchSize_CUDA 2022-03-17T20:55:58.4034489Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4034677Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4034972Z [ SKIPPED ] NVFuserTest.FusionViewFailMismatchSize_CUDA (0 ms) 2022-03-17T20:55:58.4035265Z [ RUN ] NVFuserTest.FusionViewFailMulitDimInference_CUDA 2022-03-17T20:55:58.4035450Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4035633Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4035931Z [ SKIPPED ] NVFuserTest.FusionViewFailMulitDimInference_CUDA (0 ms) 2022-03-17T20:55:58.4036191Z [ RUN ] NVFuserTest.FusionViewFailReduction_CUDA 2022-03-17T20:55:58.4036377Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4036561Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4036848Z [ SKIPPED ] NVFuserTest.FusionViewFailReduction_CUDA (0 ms) 2022-03-17T20:55:58.4037094Z [ RUN ] NVFuserTest.FusionViewFailPersistent_CUDA 2022-03-17T20:55:58.4037282Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4037465Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4037752Z [ SKIPPED ] NVFuserTest.FusionViewFailPersistent_CUDA (0 ms) 2022-03-17T20:55:58.4037986Z [ RUN ] NVFuserTest.FusionViewSplit_CUDA 2022-03-17T20:55:58.4038154Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4038336Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4038587Z [ SKIPPED ] NVFuserTest.FusionViewSplit_CUDA (0 ms) 2022-03-17T20:55:58.4038833Z [ RUN ] NVFuserTest.FusionViewBroadcast_CUDA 2022-03-17T20:55:58.4039018Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4039205Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4039451Z [ SKIPPED ] NVFuserTest.FusionViewBroadcast_CUDA (0 ms) 2022-03-17T20:55:58.4039678Z [ RUN ] NVFuserTest.FusionViewMerge_CUDA 2022-03-17T20:55:58.4039868Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4040052Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4040302Z [ SKIPPED ] NVFuserTest.FusionViewMerge_CUDA (0 ms) 2022-03-17T20:55:58.4040525Z [ RUN ] NVFuserTest.FusionViewAllShmoo_CUDA 2022-03-17T20:55:58.4040710Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4040892Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4041156Z [ SKIPPED ] NVFuserTest.FusionViewAllShmoo_CUDA (0 ms) 2022-03-17T20:55:58.4041575Z [ RUN ] NVFuserTest.FusionViewInferShmoo_CUDA 2022-03-17T20:55:58.4041751Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4041944Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4042217Z [ SKIPPED ] NVFuserTest.FusionViewInferShmoo_CUDA (0 ms) 2022-03-17T20:55:58.4042454Z [ RUN ] NVFuserTest.FusionViewStride_CUDA 2022-03-17T20:55:58.4042723Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4042918Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4043156Z [ SKIPPED ] NVFuserTest.FusionViewStride_CUDA (0 ms) 2022-03-17T20:55:58.4043391Z [ RUN ] NVFuserTest.FusionViewBinary_CUDA 2022-03-17T20:55:58.4043578Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4043762Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4044018Z [ SKIPPED ] NVFuserTest.FusionViewBinary_CUDA (0 ms) 2022-03-17T20:55:58.4044248Z [ RUN ] NVFuserTest.FusionVectorization1_CUDA 2022-03-17T20:55:58.4044439Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4044699Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4044972Z [ SKIPPED ] NVFuserTest.FusionVectorization1_CUDA (0 ms) 2022-03-17T20:55:58.4045227Z [ RUN ] NVFuserTest.FusionVectorization2_CUDA 2022-03-17T20:55:58.4045393Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4045579Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4045849Z [ SKIPPED ] NVFuserTest.FusionVectorization2_CUDA (0 ms) 2022-03-17T20:55:58.4046098Z [ RUN ] NVFuserTest.FusionVectorization3_CUDA 2022-03-17T20:55:58.4046282Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4046445Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4046717Z [ SKIPPED ] NVFuserTest.FusionVectorization3_CUDA (0 ms) 2022-03-17T20:55:58.4046991Z [ RUN ] NVFuserTest.FusionVectorizationRFactor_CUDA 2022-03-17T20:55:58.4047177Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4047365Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4047661Z [ SKIPPED ] NVFuserTest.FusionVectorizationRFactor_CUDA (0 ms) 2022-03-17T20:55:58.4047890Z [ RUN ] NVFuserTest.FusionSizeOneLoop1_CUDA 2022-03-17T20:55:58.4048077Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4048260Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4048523Z [ SKIPPED ] NVFuserTest.FusionSizeOneLoop1_CUDA (0 ms) 2022-03-17T20:55:58.4048764Z [ RUN ] NVFuserTest.FusionSizeOneLoop2_CUDA 2022-03-17T20:55:58.4048929Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4049112Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4049373Z [ SKIPPED ] NVFuserTest.FusionSizeOneLoop2_CUDA (0 ms) 2022-03-17T20:55:58.4049648Z [ RUN ] NVFuserTest.FusionValidateParallelize1_CUDA 2022-03-17T20:55:58.4049840Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4050004Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4050300Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize1_CUDA (0 ms) 2022-03-17T20:55:58.4050574Z [ RUN ] NVFuserTest.FusionValidateParallelize2_CUDA 2022-03-17T20:55:58.4050758Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4050941Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4051239Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize2_CUDA (0 ms) 2022-03-17T20:55:58.4051489Z [ RUN ] NVFuserTest.FusionValidateParallelize3_CUDA 2022-03-17T20:55:58.4051672Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4051854Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4052147Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize3_CUDA (0 ms) 2022-03-17T20:55:58.4052424Z [ RUN ] NVFuserTest.FusionValidateParallelize4_CUDA 2022-03-17T20:55:58.4052588Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4052771Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4053117Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize4_CUDA (0 ms) 2022-03-17T20:55:58.4053398Z [ RUN ] NVFuserTest.FusionValidateParallelize5_CUDA 2022-03-17T20:55:58.4053585Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4053766Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4054042Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize5_CUDA (0 ms) 2022-03-17T20:55:58.4054316Z [ RUN ] NVFuserTest.FusionValidateParallelize6_CUDA 2022-03-17T20:55:58.4054509Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4054686Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4054983Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize6_CUDA (0 ms) 2022-03-17T20:55:58.4055254Z [ RUN ] NVFuserTest.FusionDAGMerging_CUDA 2022-03-17T20:55:58.4055442Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4055628Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4055883Z [ SKIPPED ] NVFuserTest.FusionDAGMerging_CUDA (0 ms) 2022-03-17T20:55:58.4056141Z [ RUN ] NVFuserTest.FusionDAGScalarMerging_CUDA 2022-03-17T20:55:58.4056307Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4056489Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4056770Z [ SKIPPED ] NVFuserTest.FusionDAGScalarMerging_CUDA (0 ms) 2022-03-17T20:55:58.4057053Z [ RUN ] NVFuserTest.FusionBlockReduceInSerialLoop_CUDA 2022-03-17T20:55:58.4057238Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4057420Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4057716Z [ SKIPPED ] NVFuserTest.FusionBlockReduceInSerialLoop_CUDA (0 ms) 2022-03-17T20:55:58.4058007Z [ RUN ] NVFuserTest.FusionBlockWelfordInSerialLoop_CUDA 2022-03-17T20:55:58.4058195Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4058377Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4058688Z [ SKIPPED ] NVFuserTest.FusionBlockWelfordInSerialLoop_CUDA (0 ms) 2022-03-17T20:55:58.4058982Z [ RUN ] NVFuserTest.FusionIOTensorTrivialReductionRepro_CUDA 2022-03-17T20:55:58.4059165Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4059347Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4059680Z [ SKIPPED ] NVFuserTest.FusionIOTensorTrivialReductionRepro_CUDA (0 ms) 2022-03-17T20:55:58.4059947Z [ RUN ] NVFuserTest.FusionReductionPredicate_CUDA 2022-03-17T20:55:58.4060111Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4060299Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4060585Z [ SKIPPED ] NVFuserTest.FusionReductionPredicate_CUDA (0 ms) 2022-03-17T20:55:58.4060816Z [ RUN ] NVFuserTest.FusionIssue728_CUDA 2022-03-17T20:55:58.4061006Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4061188Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4061417Z [ SKIPPED ] NVFuserTest.FusionIssue728_CUDA (0 ms) 2022-03-17T20:55:58.4061644Z [ RUN ] NVFuserTest.FusionIssue757_CUDA 2022-03-17T20:55:58.4061826Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4062008Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4062257Z [ SKIPPED ] NVFuserTest.FusionIssue757_CUDA (0 ms) 2022-03-17T20:55:58.4062529Z [ RUN ] NVFuserTest.FusionPredicatedBlockBroadcast_CUDA 2022-03-17T20:55:58.4062712Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4062897Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4063207Z [ SKIPPED ] NVFuserTest.FusionPredicatedBlockBroadcast_CUDA (0 ms) 2022-03-17T20:55:58.4063536Z [ RUN ] NVFuserTest.FusionSegmentVerticalMerge_CUDA 2022-03-17T20:55:58.4063706Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4063892Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4064186Z [ SKIPPED ] NVFuserTest.FusionSegmentVerticalMerge_CUDA (0 ms) 2022-03-17T20:55:58.4064467Z [ RUN ] NVFuserTest.FusionSegmentHorizontalMerge_CUDA 2022-03-17T20:55:58.4064647Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4064827Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4065111Z [ SKIPPED ] NVFuserTest.FusionSegmentHorizontalMerge_CUDA (0 ms) 2022-03-17T20:55:58.4065380Z [ RUN ] NVFuserTest.FusionSegmentMixReduction_CUDA 2022-03-17T20:55:58.4065619Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4065804Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4066097Z [ SKIPPED ] NVFuserTest.FusionSegmentMixReduction_CUDA (0 ms) 2022-03-17T20:55:58.4066292Z [ RUN ] NVFuserTest.FusionSBAR_CUDA 2022-03-17T20:55:58.4066475Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4066656Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4066891Z [ SKIPPED ] NVFuserTest.FusionSBAR_CUDA (0 ms) 2022-03-17T20:55:58.4067141Z [ RUN ] NVFuserTest.FusionSingleElement_CUDA 2022-03-17T20:55:58.4067308Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4067488Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4067754Z [ SKIPPED ] NVFuserTest.FusionSingleElement_CUDA (0 ms) 2022-03-17T20:55:58.4068009Z [ RUN ] NVFuserTest.FusionBNBackwardRepro_CUDA 2022-03-17T20:55:58.4068197Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4068379Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4068639Z [ SKIPPED ] NVFuserTest.FusionBNBackwardRepro_CUDA (0 ms) 2022-03-17T20:55:58.4068898Z [ RUN ] NVFuserTest.FusionBNBackwardRepro2_CUDA 2022-03-17T20:55:58.4069084Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4069266Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4069543Z [ SKIPPED ] NVFuserTest.FusionBNBackwardRepro2_CUDA (0 ms) 2022-03-17T20:55:58.4069750Z [ RUN ] NVFuserTest.FusionBNRepro_CUDA 2022-03-17T20:55:58.4069936Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4070118Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4070364Z [ SKIPPED ] NVFuserTest.FusionBNRepro_CUDA (0 ms) 2022-03-17T20:55:58.4070593Z [ RUN ] NVFuserTest.FusionBNRepro2_CUDA 2022-03-17T20:55:58.4070764Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4070946Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4071197Z [ SKIPPED ] NVFuserTest.FusionBNRepro2_CUDA (0 ms) 2022-03-17T20:55:58.4071456Z [ RUN ] NVFuserTest.FusionZeroSizeTensorPW_CUDA 2022-03-17T20:55:58.4071639Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4071803Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4072080Z [ SKIPPED ] NVFuserTest.FusionZeroSizeTensorPW_CUDA (0 ms) 2022-03-17T20:55:58.4072364Z [ RUN ] NVFuserTest.FusionZeroSizeTensorReduction_CUDA 2022-03-17T20:55:58.4072548Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4072730Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4073036Z [ SKIPPED ] NVFuserTest.FusionZeroSizeTensorReduction_CUDA (0 ms) 2022-03-17T20:55:58.4073321Z [ RUN ] NVFuserTest.FusionZeroSizeTensorNormalization_CUDA 2022-03-17T20:55:58.4073506Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4073689Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4074066Z [ SKIPPED ] NVFuserTest.FusionZeroSizeTensorNormalization_CUDA (0 ms) 2022-03-17T20:55:58.4074327Z [ RUN ] NVFuserTest.FusionSegmentIoAlias_CUDA 2022-03-17T20:55:58.4074495Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4074678Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4074949Z [ SKIPPED ] NVFuserTest.FusionSegmentIoAlias_CUDA (0 ms) 2022-03-17T20:55:58.4075198Z [ RUN ] NVFuserTest.FusionWelford1Output_CUDA 2022-03-17T20:55:58.4075382Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4075564Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4075818Z [ SKIPPED ] NVFuserTest.FusionWelford1Output_CUDA (0 ms) 2022-03-17T20:55:58.4076147Z [ RUN ] NVFuserTest.FusionTranslate1Welford_CUDA 2022-03-17T20:55:58.4076335Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4076522Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4076803Z [ SKIPPED ] NVFuserTest.FusionTranslate1Welford_CUDA (0 ms) 2022-03-17T20:55:58.4077043Z [ RUN ] NVFuserTest.FusionTranslate2Welford_CUDA 2022-03-17T20:55:58.4077228Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4077407Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4077688Z [ SKIPPED ] NVFuserTest.FusionTranslate2Welford_CUDA (0 ms) 2022-03-17T20:55:58.4077978Z [ RUN ] NVFuserTest.FusionLargeWelfordNormalization_CUDA 2022-03-17T20:55:58.4078146Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4078328Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4078647Z [ SKIPPED ] NVFuserTest.FusionLargeWelfordNormalization_CUDA (0 ms) 2022-03-17T20:55:58.4078933Z [ RUN ] NVFuserTest.FusionWelfordOtherPersistence_CUDA 2022-03-17T20:55:58.4079124Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4079305Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4079596Z [ SKIPPED ] NVFuserTest.FusionWelfordOtherPersistence_CUDA (0 ms) 2022-03-17T20:55:58.4079846Z [ RUN ] NVFuserTest.FusionSegmentIslands_CUDA 2022-03-17T20:55:58.4080031Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4080213Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4080484Z [ SKIPPED ] NVFuserTest.FusionSegmentIslands_CUDA (0 ms) 2022-03-17T20:55:58.4080741Z [ RUN ] NVFuserTest.FusionBackOffInnerBroadcast_CUDA 2022-03-17T20:55:58.4080925Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4081111Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4081562Z [ SKIPPED ] NVFuserTest.FusionBackOffInnerBroadcast_CUDA (0 ms) 2022-03-17T20:55:58.4081861Z [ RUN ] NVFuserTest.FusionBackOffInnerBroadcast2_CUDA 2022-03-17T20:55:58.4082028Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4082212Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4082515Z [ SKIPPED ] NVFuserTest.FusionBackOffInnerBroadcast2_CUDA (0 ms) 2022-03-17T20:55:58.4082799Z [ RUN ] NVFuserTest.FusionBackOffInnerBroadcast3_CUDA 2022-03-17T20:55:58.4082984Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4083165Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4083451Z [ SKIPPED ] NVFuserTest.FusionBackOffInnerBroadcast3_CUDA (0 ms) 2022-03-17T20:55:58.4083688Z [ RUN ] NVFuserTest.FusionSimpleWarp_CUDA 2022-03-17T20:55:58.4083876Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4084061Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4084320Z [ SKIPPED ] NVFuserTest.FusionSimpleWarp_CUDA (0 ms) 2022-03-17T20:55:58.4084633Z [ RUN ] NVFuserTest.FusionSimpleWarpPad_CUDA 2022-03-17T20:55:58.4084829Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4085016Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4085285Z [ SKIPPED ] NVFuserTest.FusionSimpleWarpPad_CUDA (0 ms) 2022-03-17T20:55:58.4085549Z [ RUN ] NVFuserTest.FusionWarpPadMergeSplit_CUDA 2022-03-17T20:55:58.4085717Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4085902Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4086186Z [ SKIPPED ] NVFuserTest.FusionWarpPadMergeSplit_CUDA (0 ms) 2022-03-17T20:55:58.4086458Z [ RUN ] NVFuserTest.FusionSerialWarpReduction_CUDA 2022-03-17T20:55:58.4086711Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4086882Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4087183Z [ SKIPPED ] NVFuserTest.FusionSerialWarpReduction_CUDA (0 ms) 2022-03-17T20:55:58.4087456Z [ RUN ] NVFuserTest.FusionTrivialWarpReduction_CUDA 2022-03-17T20:55:58.4087620Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4087800Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4088091Z [ SKIPPED ] NVFuserTest.FusionTrivialWarpReduction_CUDA (0 ms) 2022-03-17T20:55:58.4088356Z [ RUN ] NVFuserTest.FusionMultipleDimBinding_CUDA 2022-03-17T20:55:58.4088541Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4088720Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4088989Z [ SKIPPED ] NVFuserTest.FusionMultipleDimBinding_CUDA (0 ms) 2022-03-17T20:55:58.4089250Z [ RUN ] NVFuserTest.FusionPadNoWarpReduce_CUDA 2022-03-17T20:55:58.4089436Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4089618Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4089898Z [ SKIPPED ] NVFuserTest.FusionPadNoWarpReduce_CUDA (0 ms) 2022-03-17T20:55:58.4090157Z [ RUN ] NVFuserTest.FusionWarpMutipleThreadDim_CUDA 2022-03-17T20:55:58.4090344Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4090526Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4090821Z [ SKIPPED ] NVFuserTest.FusionWarpMutipleThreadDim_CUDA (0 ms) 2022-03-17T20:55:58.4091114Z [ RUN ] NVFuserTest.FusionWarpReduceUnrollOuterLoop_CUDA 2022-03-17T20:55:58.4091281Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4091460Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4091776Z [ SKIPPED ] NVFuserTest.FusionWarpReduceUnrollOuterLoop_CUDA (0 ms) 2022-03-17T20:55:58.4092042Z [ RUN ] NVFuserTest.FusionSegfaultReduction_CUDA 2022-03-17T20:55:58.4092227Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4092415Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4092679Z [ SKIPPED ] NVFuserTest.FusionSegfaultReduction_CUDA (0 ms) 2022-03-17T20:55:58.4092950Z [ RUN ] NVFuserTest.FusionPredicateElimination_CUDA 2022-03-17T20:55:58.4093135Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4093315Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4093608Z [ SKIPPED ] NVFuserTest.FusionPredicateElimination_CUDA (0 ms) 2022-03-17T20:55:58.4093844Z [ RUN ] NVFuserTest.FusionForceFp16Simple_CUDA 2022-03-17T20:55:58.4094028Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4094210Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4094493Z [ SKIPPED ] NVFuserTest.FusionForceFp16Simple_CUDA (0 ms) 2022-03-17T20:55:58.4094744Z [ RUN ] NVFuserTest.FusionForceBf16Simple_CUDA 2022-03-17T20:55:58.4094968Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4095159Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4095434Z [ SKIPPED ] NVFuserTest.FusionForceBf16Simple_CUDA (0 ms) 2022-03-17T20:55:58.4095701Z [ RUN ] NVFuserTest.FusionForceFp16NotAllCast_CUDA 2022-03-17T20:55:58.4095884Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4096065Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4096335Z [ SKIPPED ] NVFuserTest.FusionForceFp16NotAllCast_CUDA (0 ms) 2022-03-17T20:55:58.4096598Z [ RUN ] NVFuserTest.FusionForceBf16NotAllCast_CUDA 2022-03-17T20:55:58.4096780Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4097016Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4097298Z [ SKIPPED ] NVFuserTest.FusionForceBf16NotAllCast_CUDA (0 ms) 2022-03-17T20:55:58.4097596Z [ RUN ] NVFuserTest.FusionBufferReuseBroadCastMultiVisit_CUDA 2022-03-17T20:55:58.4097783Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4097966Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4098303Z [ SKIPPED ] NVFuserTest.FusionBufferReuseBroadCastMultiVisit_CUDA (0 ms) 2022-03-17T20:55:58.4098579Z [ RUN ] NVFuserTest.FusionBufferReuseStressTest_CUDA 2022-03-17T20:55:58.4098762Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4098925Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4099222Z [ SKIPPED ] NVFuserTest.FusionBufferReuseStressTest_CUDA (0 ms) 2022-03-17T20:55:58.4099503Z [ RUN ] NVFuserTest.FusionBufferReuseLargeBuffer_CUDA 2022-03-17T20:55:58.4099695Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4099875Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4100158Z [ SKIPPED ] NVFuserTest.FusionBufferReuseLargeBuffer_CUDA (0 ms) 2022-03-17T20:55:58.4100422Z [ RUN ] NVFuserTest.FusionBufferReuseNo2hop_CUDA 2022-03-17T20:55:58.4100605Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4100829Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4101114Z [ SKIPPED ] NVFuserTest.FusionBufferReuseNo2hop_CUDA (0 ms) 2022-03-17T20:55:58.4101388Z [ RUN ] NVFuserTest.FusionBufferReuseAllocationOrder_CUDA 2022-03-17T20:55:58.4101574Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4101755Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4102072Z [ SKIPPED ] NVFuserTest.FusionBufferReuseAllocationOrder_CUDA (0 ms) 2022-03-17T20:55:58.4102353Z [ RUN ] NVFuserTest.FusionBufferReuseLiveInterval_CUDA 2022-03-17T20:55:58.4102541Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4102705Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4103011Z [ SKIPPED ] NVFuserTest.FusionBufferReuseLiveInterval_CUDA (0 ms) 2022-03-17T20:55:58.4103320Z [ RUN ] NVFuserTest.FusionBufferReuseNoAcrossBroadcast_CUDA 2022-03-17T20:55:58.4103503Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4103685Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4103995Z [ SKIPPED ] NVFuserTest.FusionBufferReuseNoAcrossBroadcast_CUDA (0 ms) 2022-03-17T20:55:58.4104227Z [ RUN ] NVFuserTest.FusionIssue970_CUDA 2022-03-17T20:55:58.4104412Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4104591Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4104837Z [ SKIPPED ] NVFuserTest.FusionIssue970_CUDA (0 ms) 2022-03-17T20:55:58.4105053Z [ RUN ] NVFuserTest.FusionIssue1016_CUDA 2022-03-17T20:55:58.4105239Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4105481Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4105743Z [ SKIPPED ] NVFuserTest.FusionIssue1016_CUDA (0 ms) 2022-03-17T20:55:58.4105971Z [ RUN ] NVFuserTest.FusionIssue1021_CUDA 2022-03-17T20:55:58.4106155Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4106320Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4106565Z [ SKIPPED ] NVFuserTest.FusionIssue1021_CUDA (0 ms) 2022-03-17T20:55:58.4106828Z [ RUN ] NVFuserTest.FusionNonUniqueThreadDim_CUDA 2022-03-17T20:55:58.4107013Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4107195Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4107464Z [ SKIPPED ] NVFuserTest.FusionNonUniqueThreadDim_CUDA (0 ms) 2022-03-17T20:55:58.4107801Z [ RUN ] NVFuserTest.FusionParallelDimensionMap1_CUDA 2022-03-17T20:55:58.4107985Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4108169Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4108467Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap1_CUDA (0 ms) 2022-03-17T20:55:58.4108726Z [ RUN ] NVFuserTest.FusionParallelDimensionMap2_CUDA 2022-03-17T20:55:58.4108912Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4109093Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4109390Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap2_CUDA (0 ms) 2022-03-17T20:55:58.4109666Z [ RUN ] NVFuserTest.FusionParallelDimensionMap3_CUDA 2022-03-17T20:55:58.4109850Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4110013Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4110313Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap3_CUDA (0 ms) 2022-03-17T20:55:58.4110589Z [ RUN ] NVFuserTest.FusionParallelDimensionMap4_CUDA 2022-03-17T20:55:58.4110776Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4110960Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4111240Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap4_CUDA (0 ms) 2022-03-17T20:55:58.4111518Z [ RUN ] NVFuserTest.FusionParallelDimensionMap5_CUDA 2022-03-17T20:55:58.4111702Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4111882Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4112177Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap5_CUDA (0 ms) 2022-03-17T20:55:58.4112503Z [ RUN ] NVFuserTest.FusionSegmenterCombineReductionsCycleRepro_CUDA 2022-03-17T20:55:58.4112687Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4112873Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4113238Z [ SKIPPED ] NVFuserTest.FusionSegmenterCombineReductionsCycleRepro_CUDA (0 ms) 2022-03-17T20:55:58.4113535Z [ RUN ] NVFuserTest.FusionSerialAndParallelIndexing_CUDA 2022-03-17T20:55:58.4113718Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4113881Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4114193Z [ SKIPPED ] NVFuserTest.FusionSerialAndParallelIndexing_CUDA (0 ms) 2022-03-17T20:55:58.4114457Z [ RUN ] NVFuserTest.FusionWARSyncAliasedSmem_CUDA 2022-03-17T20:55:58.4114642Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4114823Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4115090Z [ SKIPPED ] NVFuserTest.FusionWARSyncAliasedSmem_CUDA (0 ms) 2022-03-17T20:55:58.4115322Z [ RUN ] NVFuserTest.FusionIssue1099_CUDA 2022-03-17T20:55:58.4115510Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4115692Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4115997Z [ SKIPPED ] NVFuserTest.FusionIssue1099_CUDA (0 ms) 2022-03-17T20:55:58.4116249Z [ RUN ] NVFuserTest.FusionUnswitchPredicate_CUDA 2022-03-17T20:55:58.4116436Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4116617Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4116898Z [ SKIPPED ] NVFuserTest.FusionUnswitchPredicate_CUDA (0 ms) 2022-03-17T20:55:58.4117130Z [ RUN ] NVFuserTest.FusionIssue1189_CUDA 2022-03-17T20:55:58.4117316Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4117480Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4117729Z [ SKIPPED ] NVFuserTest.FusionIssue1189_CUDA (0 ms) 2022-03-17T20:55:58.4117953Z [ RUN ] NVFuserTest.FusionIssue1052_CUDA 2022-03-17T20:55:58.4118194Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4118379Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4118613Z [ SKIPPED ] NVFuserTest.FusionIssue1052_CUDA (0 ms) 2022-03-17T20:55:58.4118878Z [ RUN ] NVFuserTest.FusionPointwiseBroadcast_CUDA 2022-03-17T20:55:58.4119060Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4119240Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4119526Z [ SKIPPED ] NVFuserTest.FusionPointwiseBroadcast_CUDA (0 ms) 2022-03-17T20:55:58.4119761Z [ RUN ] NVFuserTest.FusionSmemAliasSerial_CUDA 2022-03-17T20:55:58.4119946Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4120127Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4120401Z [ SKIPPED ] NVFuserTest.FusionSmemAliasSerial_CUDA (0 ms) 2022-03-17T20:55:58.4120786Z [ RUN ] NVFuserTest.FusionGridReductionWithNonExactParallelDimensions_CUDA 2022-03-17T20:55:58.4120970Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4121139Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4121799Z [ SKIPPED ] NVFuserTest.FusionGridReductionWithNonExactParallelDimensions_CUDA (0 ms) 2022-03-17T20:55:58.4122229Z [ RUN ] NVFuserTest.FusionGridWelfordWithNonExactParallelDimensions_CUDA 2022-03-17T20:55:58.4122414Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4122598Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4122970Z [ SKIPPED ] NVFuserTest.FusionGridWelfordWithNonExactParallelDimensions_CUDA (0 ms) 2022-03-17T20:55:58.4123353Z [ RUN ] NVFuserTest.FusionGridReductionWithNonExactParallelDimensions2_CUDA 2022-03-17T20:55:58.4123537Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4123724Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4124129Z [ SKIPPED ] NVFuserTest.FusionGridReductionWithNonExactParallelDimensions2_CUDA (0 ms) 2022-03-17T20:55:58.4124506Z [ RUN ] NVFuserTest.FusionGridWelfordWithNonExactParallelDimensions2_CUDA 2022-03-17T20:55:58.4124671Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4124853Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4125246Z [ SKIPPED ] NVFuserTest.FusionGridWelfordWithNonExactParallelDimensions2_CUDA (0 ms) 2022-03-17T20:55:58.4125555Z [ RUN ] NVFuserTest.FusionPredicateParallelizedDomains_CUDA 2022-03-17T20:55:58.4125739Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4125902Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4126233Z [ SKIPPED ] NVFuserTest.FusionPredicateParallelizedDomains_CUDA (0 ms) 2022-03-17T20:55:58.4126511Z [ RUN ] NVFuserTest.FusionSmemPredicateUnswitch_CUDA 2022-03-17T20:55:58.4126702Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4126884Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4127279Z [ SKIPPED ] NVFuserTest.FusionSmemPredicateUnswitch_CUDA (0 ms) 2022-03-17T20:55:58.4127508Z [ RUN ] NVFuserTest.FusionFloatPow_CUDA 2022-03-17T20:55:58.4127695Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4127879Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4128130Z [ SKIPPED ] NVFuserTest.FusionFloatPow_CUDA (0 ms) 2022-03-17T20:55:58.4128360Z [ RUN ] NVFuserTest.FusionIssue1127_CUDA 2022-03-17T20:55:58.4128528Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4128709Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4128962Z [ SKIPPED ] NVFuserTest.FusionIssue1127_CUDA (0 ms) 2022-03-17T20:55:58.4129305Z [ RUN ] NVFuserTest.FusionChannelsLastParser_CUDA 2022-03-17T20:55:58.4129489Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4129653Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4129946Z [ SKIPPED ] NVFuserTest.FusionChannelsLastParser_CUDA (0 ms) 2022-03-17T20:55:58.4130233Z [ RUN ] NVFuserTest.FusionThreadPredicateUnswitch_CUDA 2022-03-17T20:55:58.4130415Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4130596Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4130882Z [ SKIPPED ] NVFuserTest.FusionThreadPredicateUnswitch_CUDA (0 ms) 2022-03-17T20:55:58.4131140Z [ RUN ] NVFuserTest.FusionNonContigOutputs_CUDA 2022-03-17T20:55:58.4131322Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4131502Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4131779Z [ SKIPPED ] NVFuserTest.FusionNonContigOutputs_CUDA (0 ms) 2022-03-17T20:55:58.4132038Z [ RUN ] NVFuserTest.FusionTestWarpSoftMax_CUDA 2022-03-17T20:55:58.4132203Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4132388Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4132663Z [ SKIPPED ] NVFuserTest.FusionTestWarpSoftMax_CUDA (0 ms) 2022-03-17T20:55:58.4132895Z [ RUN ] NVFuserTest.FusionIssue1133_CUDA 2022-03-17T20:55:58.4133077Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4133241Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4133494Z [ SKIPPED ] NVFuserTest.FusionIssue1133_CUDA (0 ms) 2022-03-17T20:55:58.4133751Z [ RUN ] NVFuserTest.FusionRfactorContigIDs_CUDA 2022-03-17T20:55:58.4133935Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4134117Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4134380Z [ SKIPPED ] NVFuserTest.FusionRfactorContigIDs_CUDA (0 ms) 2022-03-17T20:55:58.4134687Z [ RUN ] NVFuserTest.FusionPersistentBufferCalculation1_CUDA 2022-03-17T20:55:58.4134876Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4135056Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4135386Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation1_CUDA (0 ms) 2022-03-17T20:55:58.4135692Z [ RUN ] NVFuserTest.FusionPersistentBufferCalculation2_CUDA 2022-03-17T20:55:58.4135857Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4136040Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4136368Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation2_CUDA (0 ms) 2022-03-17T20:55:58.4136674Z [ RUN ] NVFuserTest.FusionPersistentBufferCalculation3_CUDA 2022-03-17T20:55:58.4136858Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4137026Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4137352Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation3_CUDA (0 ms) 2022-03-17T20:55:58.4137710Z [ RUN ] NVFuserTest.FusionPersistentBufferCalculation4_CUDA 2022-03-17T20:55:58.4137902Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4138086Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4138410Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation4_CUDA (0 ms) 2022-03-17T20:55:58.4138690Z [ RUN ] NVFuserTest.FusionPersistentBufferProjection_CUDA 2022-03-17T20:55:58.4138870Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4139050Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4139371Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferProjection_CUDA (0 ms) 2022-03-17T20:55:58.4139601Z [ RUN ] NVFuserTest.FusionIssue1223_CUDA 2022-03-17T20:55:58.4139821Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4140007Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4140257Z [ SKIPPED ] NVFuserTest.FusionIssue1223_CUDA (0 ms) 2022-03-17T20:55:58.4140531Z [ RUN ] NVFuserTest.FusionRfactorPredication1_CUDA 2022-03-17T20:55:58.4140717Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4140878Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4141164Z [ SKIPPED ] NVFuserTest.FusionRfactorPredication1_CUDA (0 ms) 2022-03-17T20:55:58.4141433Z [ RUN ] NVFuserTest.FusionRfactorPredication2_CUDA 2022-03-17T20:55:58.4141616Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4141796Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4142080Z [ SKIPPED ] NVFuserTest.FusionRfactorPredication2_CUDA (0 ms) 2022-03-17T20:55:58.4142330Z [ RUN ] NVFuserTest.FusionNonDivisibleSplit1_CUDA 2022-03-17T20:55:58.4142518Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4142699Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4142993Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit1_CUDA (0 ms) 2022-03-17T20:55:58.4143259Z [ RUN ] NVFuserTest.FusionNonDivisibleSplit2_CUDA 2022-03-17T20:55:58.4143423Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4143605Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4143888Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit2_CUDA (0 ms) 2022-03-17T20:55:58.4144157Z [ RUN ] NVFuserTest.FusionNonDivisibleSplit3_CUDA 2022-03-17T20:55:58.4144343Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4144505Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4144790Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit3_CUDA (0 ms) 2022-03-17T20:55:58.4145058Z [ RUN ] NVFuserTest.FusionNonDivisibleSplit4_CUDA 2022-03-17T20:55:58.4145242Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4145427Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4145716Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit4_CUDA (0 ms) 2022-03-17T20:55:58.4145964Z [ RUN ] NVFuserTest.FusionNonDivisibleSplit5_CUDA 2022-03-17T20:55:58.4146149Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4146329Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4146613Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit5_CUDA (0 ms) 2022-03-17T20:55:58.4146915Z [ RUN ] NVFuserTest.FusionNonDivisibleSplitVectorize1_CUDA 2022-03-17T20:55:58.4147080Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4147267Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4147598Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplitVectorize1_CUDA (0 ms) 2022-03-17T20:55:58.4147903Z [ RUN ] NVFuserTest.FusionNonDivisibleSplitVectorize2_CUDA 2022-03-17T20:55:58.4148140Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4148314Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4148636Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplitVectorize2_CUDA (0 ms) 2022-03-17T20:55:58.4148882Z [ RUN ] NVFuserTest.FusionIssue1284Repro_CUDA 2022-03-17T20:55:58.4149065Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4149246Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4149517Z [ SKIPPED ] NVFuserTest.FusionIssue1284Repro_CUDA (0 ms) 2022-03-17T20:55:58.4149749Z [ RUN ] NVFuserTest.FusionIssue1284Repro2_CUDA 2022-03-17T20:55:58.4149934Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4150205Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4150479Z [ SKIPPED ] NVFuserTest.FusionIssue1284Repro2_CUDA (0 ms) 2022-03-17T20:55:58.4150728Z [ RUN ] NVFuserTest.FusionIssue1305Repro_CUDA 2022-03-17T20:55:58.4150901Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4151085Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4151355Z [ SKIPPED ] NVFuserTest.FusionIssue1305Repro_CUDA (0 ms) 2022-03-17T20:55:58.4151613Z [ RUN ] NVFuserTest.FusionDoubleBuffering1_CUDA 2022-03-17T20:55:58.4151796Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4151959Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4152235Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering1_CUDA (0 ms) 2022-03-17T20:55:58.4152492Z [ RUN ] NVFuserTest.FusionDoubleBuffering2_CUDA 2022-03-17T20:55:58.4152676Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4152862Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4153141Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering2_CUDA (0 ms) 2022-03-17T20:55:58.4153382Z [ RUN ] NVFuserTest.FusionDoubleBuffering3_CUDA 2022-03-17T20:55:58.4153567Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4153751Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4154028Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering3_CUDA (0 ms) 2022-03-17T20:55:58.4154283Z [ RUN ] NVFuserTest.FusionDoubleBuffering4_CUDA 2022-03-17T20:55:58.4154446Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4154629Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4154905Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering4_CUDA (0 ms) 2022-03-17T20:55:58.4155161Z [ RUN ] NVFuserTest.FusionDoubleBuffering5_CUDA 2022-03-17T20:55:58.4155350Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4155514Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4155788Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering5_CUDA (0 ms) 2022-03-17T20:55:58.4156048Z [ RUN ] NVFuserTest.FusionDoubleBuffering6_CUDA 2022-03-17T20:55:58.4156235Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4156417Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4156693Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering6_CUDA (0 ms) 2022-03-17T20:55:58.4156930Z [ RUN ] NVFuserTest.FusionDoubleBuffering7_CUDA 2022-03-17T20:55:58.4157114Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4157296Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4157574Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering7_CUDA (0 ms) 2022-03-17T20:55:58.4157828Z [ RUN ] NVFuserTest.FusionDoubleBuffering8_CUDA 2022-03-17T20:55:58.4157998Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4158182Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4158515Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering8_CUDA (0 ms) 2022-03-17T20:55:58.4158780Z [ RUN ] NVFuserTest.FusionDoubleBuffering9_CUDA 2022-03-17T20:55:58.4158963Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4159128Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4159403Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering9_CUDA (0 ms) 2022-03-17T20:55:58.4159717Z [ RUN ] NVFuserTest.FusionSmemBlockGemmCacheDoubleBuffer_CUDA 2022-03-17T20:55:58.4159902Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4160083Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4160421Z [ SKIPPED ] NVFuserTest.FusionSmemBlockGemmCacheDoubleBuffer_CUDA (0 ms) 2022-03-17T20:55:58.4160760Z [ RUN ] NVFuserTest.FusionIntermediateTensorVectorize_CUDA 2022-03-17T20:55:58.4160945Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4161127Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4161639Z [ SKIPPED ] NVFuserTest.FusionIntermediateTensorVectorize_CUDA (0 ms) 2022-03-17T20:55:58.4161934Z [ RUN ] NVFuserTest.FusionBroadcastConcretization1_CUDA 2022-03-17T20:55:58.4162101Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4162284Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4162593Z [ SKIPPED ] NVFuserTest.FusionBroadcastConcretization1_CUDA (0 ms) 2022-03-17T20:55:58.4162882Z [ RUN ] NVFuserTest.FusionBroadcastConcretization2_CUDA 2022-03-17T20:55:58.4163068Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4163248Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4163548Z [ SKIPPED ] NVFuserTest.FusionBroadcastConcretization2_CUDA (0 ms) 2022-03-17T20:55:58.4163837Z [ RUN ] NVFuserTest.FusionBroadcastConcretization3_CUDA 2022-03-17T20:55:58.4164026Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4164208Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4164517Z [ SKIPPED ] NVFuserTest.FusionBroadcastConcretization3_CUDA (0 ms) 2022-03-17T20:55:58.4164720Z [ RUN ] NVFuserTest.FusionShift1_CUDA 2022-03-17T20:55:58.4164906Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4165086Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4165330Z [ SKIPPED ] NVFuserTest.FusionShift1_CUDA (0 ms) 2022-03-17T20:55:58.4165551Z [ RUN ] NVFuserTest.FusionShift2_CUDA 2022-03-17T20:55:58.4165718Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4165903Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4166151Z [ SKIPPED ] NVFuserTest.FusionShift2_CUDA (0 ms) 2022-03-17T20:55:58.4166404Z [ RUN ] NVFuserTest.FusionShiftRightOfCA_CUDA 2022-03-17T20:55:58.4166591Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4166757Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4167028Z [ SKIPPED ] NVFuserTest.FusionShiftRightOfCA_CUDA (0 ms) 2022-03-17T20:55:58.4167274Z [ RUN ] NVFuserTest.FusionShiftLeftOfCA_CUDA 2022-03-17T20:55:58.4167458Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4167639Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4167905Z [ SKIPPED ] NVFuserTest.FusionShiftLeftOfCA_CUDA (0 ms) 2022-03-17T20:55:58.4168127Z [ RUN ] NVFuserTest.FusionShiftSplit1_CUDA 2022-03-17T20:55:58.4168308Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4168493Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4168753Z [ SKIPPED ] NVFuserTest.FusionShiftSplit1_CUDA (0 ms) 2022-03-17T20:55:58.4168988Z [ RUN ] NVFuserTest.FusionShiftSplit2_CUDA 2022-03-17T20:55:58.4169235Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4169433Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4169691Z [ SKIPPED ] NVFuserTest.FusionShiftSplit2_CUDA (0 ms) 2022-03-17T20:55:58.4169949Z [ RUN ] NVFuserTest.FusionShiftDoubleSplit_CUDA 2022-03-17T20:55:58.4170134Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4170297Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4170575Z [ SKIPPED ] NVFuserTest.FusionShiftDoubleSplit_CUDA (0 ms) 2022-03-17T20:55:58.4170830Z [ RUN ] NVFuserTest.FusionShift3ptStencil_CUDA 2022-03-17T20:55:58.4171014Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4171272Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4171547Z [ SKIPPED ] NVFuserTest.FusionShift3ptStencil_CUDA (0 ms) 2022-03-17T20:55:58.4171781Z [ RUN ] NVFuserTest.FusionShift5ptStencil_CUDA 2022-03-17T20:55:58.4171966Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4172148Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4172422Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencil_CUDA (0 ms) 2022-03-17T20:55:58.4172673Z [ RUN ] NVFuserTest.FusionShift9ptStencil_CUDA 2022-03-17T20:55:58.4172837Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4173021Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4173293Z [ SKIPPED ] NVFuserTest.FusionShift9ptStencil_CUDA (0 ms) 2022-03-17T20:55:58.4173556Z [ RUN ] NVFuserTest.FusionShiftSmemBlocking_CUDA 2022-03-17T20:55:58.4173741Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4173910Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4174193Z [ SKIPPED ] NVFuserTest.FusionShiftSmemBlocking_CUDA (0 ms) 2022-03-17T20:55:58.4174480Z [ RUN ] NVFuserTest.FusionShift3ptStencilParallel_CUDA 2022-03-17T20:55:58.4174663Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4174846Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4175153Z [ SKIPPED ] NVFuserTest.FusionShift3ptStencilParallel_CUDA (0 ms) 2022-03-17T20:55:58.4175420Z [ RUN ] NVFuserTest.FusionShift5ptStencilParallel_CUDA 2022-03-17T20:55:58.4175601Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4175782Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4176089Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencilParallel_CUDA (0 ms) 2022-03-17T20:55:58.4176326Z [ RUN ] NVFuserTest.FusionShiftMerge1_CUDA 2022-03-17T20:55:58.4176495Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4176678Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4176940Z [ SKIPPED ] NVFuserTest.FusionShiftMerge1_CUDA (0 ms) 2022-03-17T20:55:58.4177177Z [ RUN ] NVFuserTest.FusionShiftMerge2_CUDA 2022-03-17T20:55:58.4177360Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4177524Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4177783Z [ SKIPPED ] NVFuserTest.FusionShiftMerge2_CUDA (0 ms) 2022-03-17T20:55:58.4178021Z [ RUN ] NVFuserTest.FusionShiftGlobal_CUDA 2022-03-17T20:55:58.4178206Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4178387Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4178644Z [ SKIPPED ] NVFuserTest.FusionShiftGlobal_CUDA (0 ms) 2022-03-17T20:55:58.4178911Z [ RUN ] NVFuserTest.FusionShiftDoubleSplitMerge1_CUDA 2022-03-17T20:55:58.4179096Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4179277Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4179639Z [ SKIPPED ] NVFuserTest.FusionShiftDoubleSplitMerge1_CUDA (0 ms) 2022-03-17T20:55:58.4179928Z [ RUN ] NVFuserTest.FusionShiftDoubleSplitMerge2_CUDA 2022-03-17T20:55:58.4180095Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4180280Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4180580Z [ SKIPPED ] NVFuserTest.FusionShiftDoubleSplitMerge2_CUDA (0 ms) 2022-03-17T20:55:58.4180926Z [ RUN ] NVFuserTest.FusionShift5ptStencilParallel1DThreadBlock_CUDA 2022-03-17T20:55:58.4181108Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4181272Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4181635Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencilParallel1DThreadBlock_CUDA (0 ms) 2022-03-17T20:55:58.4181935Z [ RUN ] NVFuserTest.FusionShiftChain1_CUDA 2022-03-17T20:55:58.4182120Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4182306Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4182565Z [ SKIPPED ] NVFuserTest.FusionShiftChain1_CUDA (0 ms) 2022-03-17T20:55:58.4182785Z [ RUN ] NVFuserTest.FusionShiftChain2_CUDA 2022-03-17T20:55:58.4182966Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4183148Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4183405Z [ SKIPPED ] NVFuserTest.FusionShiftChain2_CUDA (0 ms) 2022-03-17T20:55:58.4183639Z [ RUN ] NVFuserTest.FusionShiftChain3_CUDA 2022-03-17T20:55:58.4183806Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4183989Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4184252Z [ SKIPPED ] NVFuserTest.FusionShiftChain3_CUDA (0 ms) 2022-03-17T20:55:58.4184489Z [ RUN ] NVFuserTest.FusionShiftChain4_CUDA 2022-03-17T20:55:58.4184673Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4184841Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4185097Z [ SKIPPED ] NVFuserTest.FusionShiftChain4_CUDA (0 ms) 2022-03-17T20:55:58.4185371Z [ RUN ] NVFuserTest.FusionShift5ptStencilChain_CUDA 2022-03-17T20:55:58.4185559Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4185740Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4186036Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencilChain_CUDA (0 ms) 2022-03-17T20:55:58.4186273Z [ RUN ] NVFuserTest.FusionShiftReduction1_CUDA 2022-03-17T20:55:58.4186457Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4186638Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4186918Z [ SKIPPED ] NVFuserTest.FusionShiftReduction1_CUDA (0 ms) 2022-03-17T20:55:58.4187170Z [ RUN ] NVFuserTest.FusionShiftReduction2_CUDA 2022-03-17T20:55:58.4187338Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4187521Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4187794Z [ SKIPPED ] NVFuserTest.FusionShiftReduction2_CUDA (0 ms) 2022-03-17T20:55:58.4188042Z [ RUN ] NVFuserTest.FusionShiftRfactor1_CUDA 2022-03-17T20:55:58.4188226Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4188389Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4188652Z [ SKIPPED ] NVFuserTest.FusionShiftRfactor1_CUDA (0 ms) 2022-03-17T20:55:58.4188889Z [ RUN ] NVFuserTest.FusionShiftBcast1_CUDA 2022-03-17T20:55:58.4189072Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4189258Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4189513Z [ SKIPPED ] NVFuserTest.FusionShiftBcast1_CUDA (0 ms) 2022-03-17T20:55:58.4189732Z [ RUN ] NVFuserTest.FusionShiftBcast2_CUDA 2022-03-17T20:55:58.4189969Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4190161Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4190420Z [ SKIPPED ] NVFuserTest.FusionShiftBcast2_CUDA (0 ms) 2022-03-17T20:55:58.4190658Z [ RUN ] NVFuserTest.FusionShiftBcast3_CUDA 2022-03-17T20:55:58.4190827Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4191010Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4191269Z [ SKIPPED ] NVFuserTest.FusionShiftBcast3_CUDA (0 ms) 2022-03-17T20:55:58.4191540Z [ RUN ] NVFuserTest.FusionShiftSyncPlacement1_CUDA 2022-03-17T20:55:58.4191723Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4191943Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4192233Z [ SKIPPED ] NVFuserTest.FusionShiftSyncPlacement1_CUDA (0 ms) 2022-03-17T20:55:58.4192502Z [ RUN ] NVFuserTest.FusionShiftSyncPlacement2_CUDA 2022-03-17T20:55:58.4192688Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4192869Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4193153Z [ SKIPPED ] NVFuserTest.FusionShiftSyncPlacement2_CUDA (0 ms) 2022-03-17T20:55:58.4193402Z [ RUN ] NVFuserTest.FusionShiftSyncPlacement3_CUDA 2022-03-17T20:55:58.4193588Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4193768Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4194053Z [ SKIPPED ] NVFuserTest.FusionShiftSyncPlacement3_CUDA (0 ms) 2022-03-17T20:55:58.4194269Z [ RUN ] NVFuserTest.FusionHdiff_CUDA 2022-03-17T20:55:58.4194432Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4194619Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4194860Z [ SKIPPED ] NVFuserTest.FusionHdiff_CUDA (0 ms) 2022-03-17T20:55:58.4195160Z [ RUN ] NVFuserTest.FusionHdiffPartialSplitUnswitch_CUDA 2022-03-17T20:55:58.4195344Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4195509Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4195826Z [ SKIPPED ] NVFuserTest.FusionHdiffPartialSplitUnswitch_CUDA (0 ms) 2022-03-17T20:55:58.4196062Z [ RUN ] NVFuserTest.FusionMaxPooling_CUDA 2022-03-17T20:55:58.4196247Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4196426Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4196666Z [ SKIPPED ] NVFuserTest.FusionMaxPooling_CUDA (0 ms) 2022-03-17T20:55:58.4196893Z [ RUN ] NVFuserTest.FusionGather1_CUDA 2022-03-17T20:55:58.4197082Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4197261Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4197507Z [ SKIPPED ] NVFuserTest.FusionGather1_CUDA (0 ms) 2022-03-17T20:55:58.4197734Z [ RUN ] NVFuserTest.FusionGather2_CUDA 2022-03-17T20:55:58.4197899Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4198082Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4198327Z [ SKIPPED ] NVFuserTest.FusionGather2_CUDA (0 ms) 2022-03-17T20:55:58.4198549Z [ RUN ] NVFuserTest.FusionGather3_CUDA 2022-03-17T20:55:58.4198731Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4198894Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4199138Z [ SKIPPED ] NVFuserTest.FusionGather3_CUDA (0 ms) 2022-03-17T20:55:58.4199360Z [ RUN ] NVFuserTest.FusionGather4_CUDA 2022-03-17T20:55:58.4199545Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4199732Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4199959Z [ SKIPPED ] NVFuserTest.FusionGather4_CUDA (0 ms) 2022-03-17T20:55:58.4200235Z [ RUN ] NVFuserTest.FusionGather5_CUDA 2022-03-17T20:55:58.4200427Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4200611Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4200896Z [ SKIPPED ] NVFuserTest.FusionGather5_CUDA (0 ms) 2022-03-17T20:55:58.4201121Z [ RUN ] NVFuserTest.FusionGather6_CUDA 2022-03-17T20:55:58.4201418Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4201624Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4201873Z [ SKIPPED ] NVFuserTest.FusionGather6_CUDA (0 ms) 2022-03-17T20:55:58.4202092Z [ RUN ] NVFuserTest.FusionGather7_CUDA 2022-03-17T20:55:58.4202275Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4202530Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4202773Z [ SKIPPED ] NVFuserTest.FusionGather7_CUDA (0 ms) 2022-03-17T20:55:58.4202999Z [ RUN ] NVFuserTest.FusionGather8_CUDA 2022-03-17T20:55:58.4203188Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4203370Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4203597Z [ SKIPPED ] NVFuserTest.FusionGather8_CUDA (0 ms) 2022-03-17T20:55:58.4203820Z [ RUN ] NVFuserTest.FusionGather9_CUDA 2022-03-17T20:55:58.4204005Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4204186Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4204427Z [ SKIPPED ] NVFuserTest.FusionGather9_CUDA (0 ms) 2022-03-17T20:55:58.4204629Z [ RUN ] NVFuserTest.FusionConv2D_CUDA 2022-03-17T20:55:58.4204812Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4204997Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4205243Z [ SKIPPED ] NVFuserTest.FusionConv2D_CUDA (0 ms) 2022-03-17T20:55:58.4205500Z [ RUN ] NVFuserTest.FusionConv2DNoPadding_CUDA 2022-03-17T20:55:58.4205681Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4205848Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4206124Z [ SKIPPED ] NVFuserTest.FusionConv2DNoPadding_CUDA (0 ms) 2022-03-17T20:55:58.4206405Z [ RUN ] NVFuserTest.FusionConv2DNoPaddingStrided_CUDA 2022-03-17T20:55:58.4206588Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4206770Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4207054Z [ SKIPPED ] NVFuserTest.FusionConv2DNoPaddingStrided_CUDA (0 ms) 2022-03-17T20:55:58.4207292Z [ RUN ] NVFuserTest.FusionConv2DChain_CUDA 2022-03-17T20:55:58.4207480Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4207662Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4207921Z [ SKIPPED ] NVFuserTest.FusionConv2DChain_CUDA (0 ms) 2022-03-17T20:55:58.4208206Z [ RUN ] NVFuserTest.FusionConv2DStaticEvenSizedWindow_CUDA 2022-03-17T20:55:58.4208391Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4208574Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4208897Z [ SKIPPED ] NVFuserTest.FusionConv2DStaticEvenSizedWindow_CUDA (0 ms) 2022-03-17T20:55:58.4209148Z [ RUN ] NVFuserTest.FusionConv4x4Pad1x1_CUDA 2022-03-17T20:55:58.4209333Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4209496Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4209761Z [ SKIPPED ] NVFuserTest.FusionConv4x4Pad1x1_CUDA (0 ms) 2022-03-17T20:55:58.4210007Z [ RUN ] NVFuserTest.FusionConv4x5Pad1x2_CUDA 2022-03-17T20:55:58.4210198Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4210380Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4210701Z [ SKIPPED ] NVFuserTest.FusionConv4x5Pad1x2_CUDA (0 ms) 2022-03-17T20:55:58.4210987Z [ RUN ] NVFuserTest.FusionConv4x4Pad1x1Stride4_CUDA 2022-03-17T20:55:58.4211172Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4211354Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4211645Z [ SKIPPED ] NVFuserTest.FusionConv4x4Pad1x1Stride4_CUDA (0 ms) 2022-03-17T20:55:58.4211847Z [ RUN ] NVFuserTest.FusionIm2Col_CUDA 2022-03-17T20:55:58.4212030Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4212212Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4212454Z [ SKIPPED ] NVFuserTest.FusionIm2Col_CUDA (0 ms) 2022-03-17T20:55:58.4212709Z [ RUN ] NVFuserTest.FusionShiftNoPadding1_CUDA 2022-03-17T20:55:58.4212945Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4213113Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4213394Z [ SKIPPED ] NVFuserTest.FusionShiftNoPadding1_CUDA (0 ms) 2022-03-17T20:55:58.4213651Z [ RUN ] NVFuserTest.FusionShiftNoPadding2_CUDA 2022-03-17T20:55:58.4213835Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4214016Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4214272Z [ SKIPPED ] NVFuserTest.FusionShiftNoPadding2_CUDA (0 ms) 2022-03-17T20:55:58.4214523Z [ RUN ] NVFuserTest.FusionShiftNoPadding3_CUDA 2022-03-17T20:55:58.4214708Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4214888Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4215159Z [ SKIPPED ] NVFuserTest.FusionShiftNoPadding3_CUDA (0 ms) 2022-03-17T20:55:58.4215441Z [ RUN ] NVFuserTest.FusionShiftNoPaddingContigMerge_CUDA 2022-03-17T20:55:58.4215625Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4215811Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4216127Z [ SKIPPED ] NVFuserTest.FusionShiftNoPaddingContigMerge_CUDA (0 ms) 2022-03-17T20:55:58.4216395Z [ RUN ] NVFuserTest.FusionShiftNoPaddingChain_CUDA 2022-03-17T20:55:58.4216576Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4216740Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4217029Z [ SKIPPED ] NVFuserTest.FusionShiftNoPaddingChain_CUDA (0 ms) 2022-03-17T20:55:58.4217308Z [ RUN ] NVFuserTest.FusionShiftNoPaddingRfactor_CUDA 2022-03-17T20:55:58.4217491Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4217671Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4217954Z [ SKIPPED ] NVFuserTest.FusionShiftNoPaddingRfactor_CUDA (0 ms) 2022-03-17T20:55:58.4218204Z [ RUN ] NVFuserTest.FusionShiftPadding1_CUDA 2022-03-17T20:55:58.4218387Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4218568Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4218835Z [ SKIPPED ] NVFuserTest.FusionShiftPadding1_CUDA (0 ms) 2022-03-17T20:55:58.4219066Z [ RUN ] NVFuserTest.FusionPartialSplit1_CUDA 2022-03-17T20:55:58.4219251Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4219432Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4219700Z [ SKIPPED ] NVFuserTest.FusionPartialSplit1_CUDA (0 ms) 2022-03-17T20:55:58.4219948Z [ RUN ] NVFuserTest.FusionPartialSplit2_CUDA 2022-03-17T20:55:58.4220128Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4220292Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4220563Z [ SKIPPED ] NVFuserTest.FusionPartialSplit2_CUDA (0 ms) 2022-03-17T20:55:58.4220808Z [ RUN ] NVFuserTest.FusionPartialSplit3_CUDA 2022-03-17T20:55:58.4221045Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4221227Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4221475Z [ SKIPPED ] NVFuserTest.FusionPartialSplit3_CUDA (0 ms) 2022-03-17T20:55:58.4221714Z [ RUN ] NVFuserTest.FusionPartialSplit4_CUDA 2022-03-17T20:55:58.4221890Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4222064Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4222325Z [ SKIPPED ] NVFuserTest.FusionPartialSplit4_CUDA (0 ms) 2022-03-17T20:55:58.4222551Z [ RUN ] NVFuserTest.FusionPartialSplit5_CUDA 2022-03-17T20:55:58.4222730Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4222979Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4223247Z [ SKIPPED ] NVFuserTest.FusionPartialSplit5_CUDA (0 ms) 2022-03-17T20:55:58.4223490Z [ RUN ] NVFuserTest.FusionPartialSplit6_CUDA 2022-03-17T20:55:58.4223662Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4223848Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4224112Z [ SKIPPED ] NVFuserTest.FusionPartialSplit6_CUDA (0 ms) 2022-03-17T20:55:58.4224363Z [ RUN ] NVFuserTest.FusionShiftUnswitch1_CUDA 2022-03-17T20:55:58.4224549Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4224730Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4224981Z [ SKIPPED ] NVFuserTest.FusionShiftUnswitch1_CUDA (0 ms) 2022-03-17T20:55:58.4225233Z [ RUN ] NVFuserTest.FusionGatherUnswitch1_CUDA 2022-03-17T20:55:58.4225413Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4225600Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4225874Z [ SKIPPED ] NVFuserTest.FusionGatherUnswitch1_CUDA (0 ms) 2022-03-17T20:55:58.4226104Z [ RUN ] NVFuserTest.FusionGatherStrided1_CUDA 2022-03-17T20:55:58.4226294Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4226475Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4226749Z [ SKIPPED ] NVFuserTest.FusionGatherStrided1_CUDA (0 ms) 2022-03-17T20:55:58.4226996Z [ RUN ] NVFuserTest.FusionGatherStrided2_CUDA 2022-03-17T20:55:58.4227161Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4227341Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4227611Z [ SKIPPED ] NVFuserTest.FusionGatherStrided2_CUDA (0 ms) 2022-03-17T20:55:58.4227861Z [ RUN ] NVFuserTest.FusionGatherStrided3_CUDA 2022-03-17T20:55:58.4228047Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4228230Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4228483Z [ SKIPPED ] NVFuserTest.FusionGatherStrided3_CUDA (0 ms) 2022-03-17T20:55:58.4228732Z [ RUN ] NVFuserTest.FusionGatherStrided4_CUDA 2022-03-17T20:55:58.4228915Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4229097Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4229366Z [ SKIPPED ] NVFuserTest.FusionGatherStrided4_CUDA (0 ms) 2022-03-17T20:55:58.4229596Z [ RUN ] NVFuserTest.FusionGatherStrided5_CUDA 2022-03-17T20:55:58.4229782Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4229964Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4230234Z [ SKIPPED ] NVFuserTest.FusionGatherStrided5_CUDA (0 ms) 2022-03-17T20:55:58.4230481Z [ RUN ] NVFuserTest.FusionGatherStrided6_CUDA 2022-03-17T20:55:58.4230650Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4230833Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4231100Z [ SKIPPED ] NVFuserTest.FusionGatherStrided6_CUDA (0 ms) 2022-03-17T20:55:58.4231405Z [ RUN ] NVFuserTest.FusionGatherStrided7_CUDA 2022-03-17T20:55:58.4231596Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4231784Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4232035Z [ SKIPPED ] NVFuserTest.FusionGatherStrided7_CUDA (0 ms) 2022-03-17T20:55:58.4232283Z [ RUN ] NVFuserTest.FusionGatherStrided8_CUDA 2022-03-17T20:55:58.4232468Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4232649Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4232917Z [ SKIPPED ] NVFuserTest.FusionGatherStrided8_CUDA (0 ms) 2022-03-17T20:55:58.4233163Z [ RUN ] NVFuserTest.FusionGatherStridedChain_CUDA 2022-03-17T20:55:58.4233468Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4233653Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4233944Z [ SKIPPED ] NVFuserTest.FusionGatherStridedChain_CUDA (0 ms) 2022-03-17T20:55:58.4234207Z [ RUN ] NVFuserTest.FusionMaxPoolingStrided_CUDA 2022-03-17T20:55:58.4234373Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4234555Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4234837Z [ SKIPPED ] NVFuserTest.FusionMaxPoolingStrided_CUDA (0 ms) 2022-03-17T20:55:58.4235106Z [ RUN ] NVFuserTest.FusionConv2DStaticStrided_CUDA 2022-03-17T20:55:58.4235290Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4235472Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4235741Z [ SKIPPED ] NVFuserTest.FusionConv2DStaticStrided_CUDA (0 ms) 2022-03-17T20:55:58.4236001Z [ RUN ] NVFuserTest.FusionNonDivisibleHalo1_CUDA 2022-03-17T20:55:58.4236187Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4236369Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4236654Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleHalo1_CUDA (0 ms) 2022-03-17T20:55:58.4236895Z [ RUN ] NVFuserTest.FusionNonDivisibleHalo2_CUDA 2022-03-17T20:55:58.4237078Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4237260Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4237543Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleHalo2_CUDA (0 ms) 2022-03-17T20:55:58.4237862Z [ RUN ] NVFuserTest.FusionGather9ptStencilDoubleBuffering_CUDA 2022-03-17T20:55:58.4238028Z /var/lib/jenkins/workspace/test/cpp/jit/test_gpu_validator.h:29: Skipped 2022-03-17T20:55:58.4238211Z skipping tests on pre-PASCAL GPUs 2022-03-17T20:55:58.4238554Z [ SKIPPED ] NVFuserTest.FusionGather9ptStencilDoubleBuffering_CUDA (0 ms) 2022-03-17T20:55:58.4238804Z [----------] 486 tests from NVFuserTest (20 ms total) 2022-03-17T20:55:58.4238826Z 2022-03-17T20:55:58.4239133Z [----------] 12 tests from AliasAnalysisTest/BatchAndInstanceNormFixture 2022-03-17T20:55:58.4239488Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/0 2022-03-17T20:55:58.4239837Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/0 (0 ms) 2022-03-17T20:55:58.4240190Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/1 2022-03-17T20:55:58.4240559Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/1 (0 ms) 2022-03-17T20:55:58.4240910Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/2 2022-03-17T20:55:58.4241277Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/2 (0 ms) 2022-03-17T20:55:58.4241799Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/3 2022-03-17T20:55:58.4242141Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/3 (0 ms) 2022-03-17T20:55:58.4242646Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/0 2022-03-17T20:55:58.4243101Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/0 (0 ms) 2022-03-17T20:55:58.4243525Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/1 2022-03-17T20:55:58.4243962Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/1 (0 ms) 2022-03-17T20:55:58.4244379Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/2 2022-03-17T20:55:58.4244789Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/2 (0 ms) 2022-03-17T20:55:58.4245285Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/3 2022-03-17T20:55:58.4245723Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/3 (0 ms) 2022-03-17T20:55:58.4246133Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/0 2022-03-17T20:55:58.4246555Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/0 (0 ms) 2022-03-17T20:55:58.4246956Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/1 2022-03-17T20:55:58.4247355Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/1 (0 ms) 2022-03-17T20:55:58.4247755Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/2 2022-03-17T20:55:58.4248180Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/2 (0 ms) 2022-03-17T20:55:58.4248589Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/3 2022-03-17T20:55:58.4249004Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/3 (0 ms) 2022-03-17T20:55:58.4249333Z [----------] 12 tests from AliasAnalysisTest/BatchAndInstanceNormFixture (1 ms total) 2022-03-17T20:55:58.4249354Z 2022-03-17T20:55:58.4249658Z [----------] 10 tests from PyTorch/LiteInterpreterDynamicTypeTestFixture 2022-03-17T20:55:58.4249994Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/0 2022-03-17T20:56:00.3879419Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/0 (2013 ms) 2022-03-17T20:56:00.3880080Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/1 2022-03-17T20:56:03.2668314Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/1 (2878 ms) 2022-03-17T20:56:03.2668995Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/2 2022-03-17T20:56:06.8335899Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/2 (3566 ms) 2022-03-17T20:56:06.8336562Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/3 2022-03-17T20:56:10.2293135Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/3 (3395 ms) 2022-03-17T20:56:10.2293823Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/4 2022-03-17T20:56:13.6195198Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/4 (3390 ms) 2022-03-17T20:56:13.6195882Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/5 2022-03-17T20:56:17.0525500Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/5 (3432 ms) 2022-03-17T20:56:17.0526196Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/6 2022-03-17T20:56:20.4458037Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/6 (3393 ms) 2022-03-17T20:56:20.4458986Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/7 2022-03-17T20:56:23.7637864Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/7 (3317 ms) 2022-03-17T20:56:23.7638520Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/8 2022-03-17T20:56:26.7992880Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/8 (3035 ms) 2022-03-17T20:56:26.7993524Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/9 2022-03-17T20:56:29.8675668Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/9 (3068 ms) 2022-03-17T20:56:29.8676823Z [----------] 10 tests from PyTorch/LiteInterpreterDynamicTypeTestFixture (31492 ms total) 2022-03-17T20:56:29.8677717Z 2022-03-17T20:56:29.8678890Z [----------] Global test environment tear-down 2022-03-17T20:56:29.8918584Z [==========] 989 tests from 104 test suites ran. (36769 ms total) 2022-03-17T20:56:29.8919298Z [ PASSED ] 503 tests. 2022-03-17T20:56:29.8919931Z [ SKIPPED ] 486 tests, listed below: 2022-03-17T20:56:29.8920650Z [ SKIPPED ] NVFuserTest.FusionIrGraphGenerator_CUDA 2022-03-17T20:56:29.8921125Z [ SKIPPED ] NVFuserTest.FusionDispatch_CUDA 2022-03-17T20:56:29.8923085Z [ SKIPPED ] NVFuserTest.FusionExprEvalConstants_CUDA 2022-03-17T20:56:29.8924024Z [ SKIPPED ] NVFuserTest.FusionExprEvalBindings_CUDA 2022-03-17T20:56:29.8924948Z [ SKIPPED ] NVFuserTest.FusionExprEvalBasic_CUDA 2022-03-17T20:56:29.8925821Z [ SKIPPED ] NVFuserTest.FusionExprEvalComplex_CUDA 2022-03-17T20:56:29.8926718Z [ SKIPPED ] NVFuserTest.FusionExprEvalPostLower_CUDA 2022-03-17T20:56:29.8927677Z [ SKIPPED ] NVFuserTest.FusionKernelExprEvalConstants_CUDA 2022-03-17T20:56:29.8928671Z [ SKIPPED ] NVFuserTest.FusionKernelExprEvalBindings_CUDA 2022-03-17T20:56:29.8929525Z [ SKIPPED ] NVFuserTest.FusionClear_CUDA 2022-03-17T20:56:29.8930302Z [ SKIPPED ] NVFuserTest.FusionCopy_CUDA 2022-03-17T20:56:29.8930926Z [ SKIPPED ] NVFuserTest.FusionMove_CUDA 2022-03-17T20:56:29.8931708Z [ SKIPPED ] NVFuserTest.FusionSimpleArith_CUDA 2022-03-17T20:56:29.8932601Z [ SKIPPED ] NVFuserTest.FusionSimpleTypePromote_CUDA 2022-03-17T20:56:29.8933439Z [ SKIPPED ] NVFuserTest.FusionRegister_CUDA 2022-03-17T20:56:29.8934255Z [ SKIPPED ] NVFuserTest.FusionTopoSort_CUDA 2022-03-17T20:56:29.8934883Z [ SKIPPED ] NVFuserTest.FusionTensor_CUDA 2022-03-17T20:56:29.8935575Z [ SKIPPED ] NVFuserTest.FusionFilterVals_CUDA 2022-03-17T20:56:29.8936023Z [ SKIPPED ] NVFuserTest.FusionTVSplit_CUDA 2022-03-17T20:56:29.8936438Z [ SKIPPED ] NVFuserTest.FusionTVMerge_CUDA 2022-03-17T20:56:29.8936841Z [ SKIPPED ] NVFuserTest.FusionTVReorder_CUDA 2022-03-17T20:56:29.8937277Z [ SKIPPED ] NVFuserTest.FusionEquality_CUDA 2022-03-17T20:56:29.8937691Z [ SKIPPED ] NVFuserTest.FusionDependency_CUDA 2022-03-17T20:56:29.8938121Z [ SKIPPED ] NVFuserTest.FusionParser_CUDA 2022-03-17T20:56:29.8938534Z [ SKIPPED ] NVFuserTest.FusionOuterSplit_CUDA 2022-03-17T20:56:29.8938961Z [ SKIPPED ] NVFuserTest.FusionCodeGen_CUDA 2022-03-17T20:56:29.8939694Z [ SKIPPED ] NVFuserTest.FusionCodeGen2_CUDA 2022-03-17T20:56:29.8940486Z [ SKIPPED ] NVFuserTest.FusionSimplePWise_CUDA 2022-03-17T20:56:29.8941319Z [ SKIPPED ] NVFuserTest.FusionExecKernel_CUDA 2022-03-17T20:56:29.8942163Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt1_CUDA 2022-03-17T20:56:29.8943092Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt2_CUDA 2022-03-17T20:56:29.8943987Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt3_CUDA 2022-03-17T20:56:29.8944855Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt4_CUDA 2022-03-17T20:56:29.8945998Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt5_CUDA 2022-03-17T20:56:29.8946606Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt6_CUDA 2022-03-17T20:56:29.8947545Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt7_CUDA 2022-03-17T20:56:29.8948440Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt8_CUDA 2022-03-17T20:56:29.8949328Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith1_CUDA 2022-03-17T20:56:29.8950257Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith2_CUDA 2022-03-17T20:56:29.8950925Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith3_CUDA 2022-03-17T20:56:29.8951491Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith4_CUDA 2022-03-17T20:56:29.8952511Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith5_CUDA 2022-03-17T20:56:29.8953283Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith6_CUDA 2022-03-17T20:56:29.8954082Z [ SKIPPED ] NVFuserTest.FusionComputeAtMultiConsumers_CUDA 2022-03-17T20:56:29.8954746Z [ SKIPPED ] NVFuserTest.FusionComputeAtCommonConsumer1_CUDA 2022-03-17T20:56:29.8955517Z [ SKIPPED ] NVFuserTest.FusionComputeAtCommonConsumer2_CUDA 2022-03-17T20:56:29.8956249Z [ SKIPPED ] NVFuserTest.FusionComputeAtCommonConsumer3_CUDA 2022-03-17T20:56:29.8956788Z [ SKIPPED ] NVFuserTest.FusionComputeAtNoCommonConsumer_CUDA 2022-03-17T20:56:29.8957296Z [ SKIPPED ] NVFuserTest.FusionRootMappingBasic_CUDA 2022-03-17T20:56:29.8957765Z [ SKIPPED ] NVFuserTest.FusionRootMappingRfactor_CUDA 2022-03-17T20:56:29.8958325Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency1_CUDA 2022-03-17T20:56:29.8958920Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency2_CUDA 2022-03-17T20:56:29.8959509Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency3_CUDA 2022-03-17T20:56:29.8960108Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency4_CUDA 2022-03-17T20:56:29.8961063Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency5_CUDA_CUDA 2022-03-17T20:56:29.8962405Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency6_CUDA_CUDA 2022-03-17T20:56:29.8963672Z [ SKIPPED ] NVFuserTest.FusionRootMappingMultipleBroadcast_CUDA 2022-03-17T20:56:29.8964551Z [ SKIPPED ] NVFuserTest.FusionRootMappingMultipleBroadcastWithNoCommonConsumer_CUDA 2022-03-17T20:56:29.8965225Z [ SKIPPED ] NVFuserTest.FusionRootMappingBroadcastNonUniqueSize_CUDA 2022-03-17T20:56:29.8965760Z [ SKIPPED ] NVFuserTest.FusionRootMappingBroadcast_CUDA 2022-03-17T20:56:29.8966298Z [ SKIPPED ] NVFuserTest.FusionRootMappingTrivialReduction_CUDA 2022-03-17T20:56:29.8966878Z [ SKIPPED ] NVFuserTest.FusionComputeAtFailDueToRootMapping_CUDA 2022-03-17T20:56:29.8967368Z [ SKIPPED ] NVFuserTest.FusionScalarInputs_CUDA 2022-03-17T20:56:29.8967812Z [ SKIPPED ] NVFuserTest.FusionLoopUnroll_CUDA 2022-03-17T20:56:29.8968226Z [ SKIPPED ] NVFuserTest.FusionUnaryOps_CUDA 2022-03-17T20:56:29.8968652Z [ SKIPPED ] NVFuserTest.FusionBinaryOps_CUDA 2022-03-17T20:56:29.8969079Z [ SKIPPED ] NVFuserTest.FusionTernaryOps_CUDA 2022-03-17T20:56:29.8969501Z [ SKIPPED ] NVFuserTest.FusionCompoundOps_CUDA 2022-03-17T20:56:29.8969929Z [ SKIPPED ] NVFuserTest.FusionCastOps_CUDA 2022-03-17T20:56:29.8970340Z [ SKIPPED ] NVFuserTest.FusionReduction1_CUDA 2022-03-17T20:56:29.8970771Z [ SKIPPED ] NVFuserTest.FusionReduction2_CUDA 2022-03-17T20:56:29.8971201Z [ SKIPPED ] NVFuserTest.FusionReduction3_CUDA 2022-03-17T20:56:29.8971609Z [ SKIPPED ] NVFuserTest.FusionReduction4_CUDA 2022-03-17T20:56:29.8972040Z [ SKIPPED ] NVFuserTest.FusionReduction5_CUDA 2022-03-17T20:56:29.8972448Z [ SKIPPED ] NVFuserTest.FusionReduction6_CUDA 2022-03-17T20:56:29.8973051Z [ SKIPPED ] NVFuserTest.FusionMultiGridReduction_CUDA 2022-03-17T20:56:29.8973553Z [ SKIPPED ] NVFuserTest.FusionMultiGridReduction2_CUDA 2022-03-17T20:56:29.8974025Z [ SKIPPED ] NVFuserTest.FusionReductionTFT_CUDA 2022-03-17T20:56:29.8974500Z [ SKIPPED ] NVFuserTest.FusionReductionOuterSplit_CUDA 2022-03-17T20:56:29.8974939Z [ SKIPPED ] NVFuserTest.FusionBranches_CUDA 2022-03-17T20:56:29.8975372Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast1_CUDA 2022-03-17T20:56:29.8975801Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast2_CUDA 2022-03-17T20:56:29.8976241Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast3_CUDA 2022-03-17T20:56:29.8976684Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast4_CUDA 2022-03-17T20:56:29.8977201Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast5_CUDA 2022-03-17T20:56:29.8977652Z [ SKIPPED ] NVFuserTest.FusionComplexBCast1_CUDA 2022-03-17T20:56:29.8978089Z [ SKIPPED ] NVFuserTest.FusionComplexBCast2_CUDA 2022-03-17T20:56:29.8978563Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing1_CUDA 2022-03-17T20:56:29.8979042Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing2_CUDA 2022-03-17T20:56:29.8979499Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing3_CUDA 2022-03-17T20:56:29.8979969Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing4_CUDA 2022-03-17T20:56:29.8980427Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing5_CUDA 2022-03-17T20:56:29.8980894Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing6_CUDA 2022-03-17T20:56:29.8981366Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing7_CUDA 2022-03-17T20:56:29.8981820Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing8_CUDA 2022-03-17T20:56:29.8982293Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing9_CUDA 2022-03-17T20:56:29.8982755Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing10_CUDA 2022-03-17T20:56:29.8983243Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing11_CUDA 2022-03-17T20:56:29.8983712Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering1_CUDA 2022-03-17T20:56:29.8984185Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering2_CUDA 2022-03-17T20:56:29.8984657Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering3_CUDA 2022-03-17T20:56:29.8985109Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering4_CUDA 2022-03-17T20:56:29.8985571Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering5_CUDA 2022-03-17T20:56:29.8986021Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering6_CUDA 2022-03-17T20:56:29.8986474Z [ SKIPPED ] NVFuserTest.FusionSimpleGemm_CUDA 2022-03-17T20:56:29.8986907Z [ SKIPPED ] NVFuserTest.FusionSoftmax1D_CUDA 2022-03-17T20:56:29.8987353Z [ SKIPPED ] NVFuserTest.FusionSoftmax1DNormalized_CUDA 2022-03-17T20:56:29.8987819Z [ SKIPPED ] NVFuserTest.FusionSoftmax3D_CUDA 2022-03-17T20:56:29.8988265Z [ SKIPPED ] NVFuserTest.FusionSoftmax3DNormalized_CUDA 2022-03-17T20:56:29.8988749Z [ SKIPPED ] NVFuserTest.FusionSoftmaxComputeAt_CUDA 2022-03-17T20:56:29.8989217Z [ SKIPPED ] NVFuserTest.FusionGridReduction1_CUDA 2022-03-17T20:56:29.8989656Z [ SKIPPED ] NVFuserTest.FusionGridReduction2_CUDA 2022-03-17T20:56:29.8990130Z [ SKIPPED ] NVFuserTest.FusionGridReduction3dim1_CUDA 2022-03-17T20:56:29.8990596Z [ SKIPPED ] NVFuserTest.FusionGridReduction3dim0_CUDA 2022-03-17T20:56:29.8991063Z [ SKIPPED ] NVFuserTest.FusionGridReduction4_CUDA 2022-03-17T20:56:29.8991518Z [ SKIPPED ] NVFuserTest.FusionGridReduction5_CUDA 2022-03-17T20:56:29.8991953Z [ SKIPPED ] NVFuserTest.FusionGridReduction6_CUDA 2022-03-17T20:56:29.8992406Z [ SKIPPED ] NVFuserTest.FusionGridReduction7_CUDA 2022-03-17T20:56:29.8992845Z [ SKIPPED ] NVFuserTest.FusionGridReduction8_CUDA 2022-03-17T20:56:29.8993300Z [ SKIPPED ] NVFuserTest.FusionGridReduction9_CUDA 2022-03-17T20:56:29.8993804Z [ SKIPPED ] NVFuserTest.FusionGridReduction10_CUDA 2022-03-17T20:56:29.8994275Z [ SKIPPED ] NVFuserTest.FusionNonRedAxisBind_CUDA 2022-03-17T20:56:29.8994716Z [ SKIPPED ] NVFuserTest.FusionSplitBCast_CUDA 2022-03-17T20:56:29.8995145Z [ SKIPPED ] NVFuserTest.FusionBCastInnerDim_CUDA 2022-03-17T20:56:29.8995590Z [ SKIPPED ] NVFuserTest.FusionBCastReduce_CUDA 2022-03-17T20:56:29.8996055Z [ SKIPPED ] NVFuserTest.FusionReductionMultiConsumer_CUDA 2022-03-17T20:56:29.8996564Z [ SKIPPED ] NVFuserTest.FusionComputeAtExprOrder1_CUDA 2022-03-17T20:56:29.8997057Z [ SKIPPED ] NVFuserTest.FusionComputeAtExprOrder2_CUDA 2022-03-17T20:56:29.8997530Z [ SKIPPED ] NVFuserTest.FusionComputeAtExprOrder3_CUDA 2022-03-17T20:56:29.8998078Z [ SKIPPED ] NVFuserTest.FusionZeroDimComputeAt_CUDA 2022-03-17T20:56:29.8998529Z [ SKIPPED ] NVFuserTest.FusionZeroDimBroadcast_CUDA 2022-03-17T20:56:29.8998994Z [ SKIPPED ] NVFuserTest.FusionZeroDimReduction_CUDA 2022-03-17T20:56:29.8999457Z [ SKIPPED ] NVFuserTest.FusionBCastAfterReduce_CUDA 2022-03-17T20:56:29.8999906Z [ SKIPPED ] NVFuserTest.FusionOutputBroadcast_CUDA 2022-03-17T20:56:29.9000399Z [ SKIPPED ] NVFuserTest.FusionReductionKeepDimBasic_CUDA 2022-03-17T20:56:29.9000914Z [ SKIPPED ] NVFuserTest.FusionReductionKeepDimScheduler_CUDA 2022-03-17T20:56:29.9001747Z [ SKIPPED ] NVFuserTest.FusionSumTo_CUDA 2022-03-17T20:56:29.9002242Z [ SKIPPED ] NVFuserTest.FusionSumToNoop_CUDA 2022-03-17T20:56:29.9002686Z [ SKIPPED ] NVFuserTest.FusionReductionScheduler_CUDA 2022-03-17T20:56:29.9003170Z [ SKIPPED ] NVFuserTest.FusionSymbolicReduction_CUDA 2022-03-17T20:56:29.9003726Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerMultiDimNonFastest_CUDA 2022-03-17T20:56:29.9004344Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerMultiDimFastest_CUDA 2022-03-17T20:56:29.9004958Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerNoODimShmoo_CUDA 2022-03-17T20:56:29.9005522Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerDimShmoo_CUDA 2022-03-17T20:56:29.9006009Z [ SKIPPED ] NVFuserTest.FusionCacheBefore_CUDA 2022-03-17T20:56:29.9006431Z [ SKIPPED ] NVFuserTest.FusionCacheAfter_CUDA 2022-03-17T20:56:29.9006859Z [ SKIPPED ] NVFuserTest.FusionCacheFork_CUDA 2022-03-17T20:56:29.9007281Z [ SKIPPED ] NVFuserTest.FusionCacheIndirect_CUDA 2022-03-17T20:56:29.9007726Z [ SKIPPED ] NVFuserTest.FusionCacheBcast_CUDA 2022-03-17T20:56:29.9008191Z [ SKIPPED ] NVFuserTest.FusionCacheMultiConsumer_CUDA 2022-03-17T20:56:29.9008615Z [ SKIPPED ] NVFuserTest.FusionSmem_CUDA 2022-03-17T20:56:29.9009036Z [ SKIPPED ] NVFuserTest.FusionSmemReduce_CUDA 2022-03-17T20:56:29.9009463Z [ SKIPPED ] NVFuserTest.FusionSmemBlockGemm_CUDA 2022-03-17T20:56:29.9009935Z [ SKIPPED ] NVFuserTest.FusionSmemBlockGemmCache_CUDA 2022-03-17T20:56:29.9010476Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicPersistentSoftmax2D_CUDA 2022-03-17T20:56:29.9011004Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerSoftmax_CUDA 2022-03-17T20:56:29.9011495Z [ SKIPPED ] NVFuserTest.FusionTestMaskSoftmax_CUDA 2022-03-17T20:56:29.9012011Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerLayerNormBackward_CUDA 2022-03-17T20:56:29.9012608Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerLayerNormalization_CUDA 2022-03-17T20:56:29.9013200Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerBatchNormalization_CUDA 2022-03-17T20:56:29.9013755Z [ SKIPPED ] NVFuserTest.FusionPersistentSoftmaxLocalSmem_CUDA 2022-03-17T20:56:29.9014310Z [ SKIPPED ] NVFuserTest.FusionPersistentNormLocalShared_CUDA 2022-03-17T20:56:29.9014836Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicPersistentNorm_CUDA 2022-03-17T20:56:29.9015484Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicReductionSymbolic_CUDA 2022-03-17T20:56:29.9016080Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicReductionSymbolicArg_CUDA 2022-03-17T20:56:29.9016665Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicPwiseMulSymbolicArgWAR_CUDA 2022-03-17T20:56:29.9017214Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicTiledGemm_CUDA 2022-03-17T20:56:29.9017690Z [ SKIPPED ] NVFuserTest.FusionGlobalIntermediate_CUDA 2022-03-17T20:56:29.9018240Z [ SKIPPED ] NVFuserTest.FusionGlobalIntermediateDefaultSchedule_CUDA 2022-03-17T20:56:29.9018751Z [ SKIPPED ] NVFuserTest.FusionConstCheck_CUDA 2022-03-17T20:56:29.9019187Z [ SKIPPED ] NVFuserTest.FusionUnrollWithAlloc_CUDA 2022-03-17T20:56:29.9019627Z [ SKIPPED ] NVFuserTest.FusionIsZeroInt_CUDA 2022-03-17T20:56:29.9020119Z [ SKIPPED ] NVFuserTest.FusionIsOneInt_CUDA 2022-03-17T20:56:29.9020623Z [ SKIPPED ] NVFuserTest.FusionComputeAtNonterminatingOutput_CUDA 2022-03-17T20:56:29.9021128Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder1_CUDA 2022-03-17T20:56:29.9021594Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder2_CUDA 2022-03-17T20:56:29.9022058Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder3_CUDA 2022-03-17T20:56:29.9022502Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder4_CUDA 2022-03-17T20:56:29.9022962Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder5_CUDA 2022-03-17T20:56:29.9023407Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder6_CUDA 2022-03-17T20:56:29.9023866Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder7_CUDA 2022-03-17T20:56:29.9024325Z [ SKIPPED ] NVFuserTest.FusionThreadPredicate_CUDA 2022-03-17T20:56:29.9024747Z [ SKIPPED ] NVFuserTest.FusionLSTMCell_CUDA 2022-03-17T20:56:29.9025217Z [ SKIPPED ] NVFuserTest.FusionComputeAtMultiBCast_CUDA 2022-03-17T20:56:29.9025672Z [ SKIPPED ] NVFuserTest.FusionReductionHalf_CUDA 2022-03-17T20:56:29.9026120Z [ SKIPPED ] NVFuserTest.FusionReduceSingle_CUDA 2022-03-17T20:56:29.9026611Z [ SKIPPED ] NVFuserTest.FusionReduceImplicitBroadcast_CUDA 2022-03-17T20:56:29.9027128Z [ SKIPPED ] NVFuserTest.FusionReduceImplicitBroadcast2_CUDA 2022-03-17T20:56:29.9027662Z [ SKIPPED ] NVFuserTest.FusionReduceImplicitBroadcast3_CUDA 2022-03-17T20:56:29.9028144Z [ SKIPPED ] NVFuserTest.FusionTrivialReduction_CUDA 2022-03-17T20:56:29.9028618Z [ SKIPPED ] NVFuserTest.FusionTrivialReduction2_CUDA 2022-03-17T20:56:29.9029093Z [ SKIPPED ] NVFuserTest.FusionTrivialReduction3_CUDA 2022-03-17T20:56:29.9029579Z [ SKIPPED ] NVFuserTest.FusionDetectTrivialReduction1_CUDA 2022-03-17T20:56:29.9030101Z [ SKIPPED ] NVFuserTest.FusionDetectTrivialReduction2_CUDA 2022-03-17T20:56:29.9030574Z [ SKIPPED ] NVFuserTest.FusionInputsIdLookup_CUDA 2022-03-17T20:56:29.9031073Z [ SKIPPED ] NVFuserTest.FusionGroupGuardSimpleTensor_CUDA 2022-03-17T20:56:29.9031609Z [ SKIPPED ] NVFuserTest.FusionGroupGuardBroadcastTensor_CUDA 2022-03-17T20:56:29.9032134Z [ SKIPPED ] NVFuserTest.FusionGroupGuardPermutedTensor_CUDA 2022-03-17T20:56:29.9032660Z [ SKIPPED ] NVFuserTest.FusionGroupGuardRelaxedCheck_CUDA 2022-03-17T20:56:29.9033118Z [ SKIPPED ] NVFuserTest.FusionDisjointSet_CUDA 2022-03-17T20:56:29.9033601Z [ SKIPPED ] NVFuserTest.FusionNonUniqueBroadcastSize_CUDA 2022-03-17T20:56:29.9034057Z [ SKIPPED ] NVFuserTest.FusionBiasGeluFwd_CUDA 2022-03-17T20:56:29.9034497Z [ SKIPPED ] NVFuserTest.FusionBiasGeluBwd_CUDA 2022-03-17T20:56:29.9034924Z [ SKIPPED ] NVFuserTest.FusionIssue459_CUDA 2022-03-17T20:56:29.9035370Z [ SKIPPED ] NVFuserTest.FusionSmemIndexingSimple_CUDA 2022-03-17T20:56:29.9035838Z [ SKIPPED ] NVFuserTest.FusionSmemIndexing_CUDA 2022-03-17T20:56:29.9036295Z [ SKIPPED ] NVFuserTest.FusionCacheBeforeReduction_CUDA 2022-03-17T20:56:29.9036871Z [ SKIPPED ] NVFuserTest.FusionCacheBeforeReduction2_CUDA 2022-03-17T20:56:29.9037345Z [ SKIPPED ] NVFuserTest.FusionIssue367_CUDA 2022-03-17T20:56:29.9037749Z [ SKIPPED ] NVFuserTest.FusionIssue468_CUDA 2022-03-17T20:56:29.9038165Z [ SKIPPED ] NVFuserTest.FusionIssue363_CUDA 2022-03-17T20:56:29.9038560Z [ SKIPPED ] NVFuserTest.FusionIssue484_CUDA 2022-03-17T20:56:29.9038972Z [ SKIPPED ] NVFuserTest.FusionIssue329_CUDA 2022-03-17T20:56:29.9039384Z [ SKIPPED ] NVFuserTest.FusionIssue382_CUDA 2022-03-17T20:56:29.9039782Z [ SKIPPED ] NVFuserTest.FusionIssue507_CUDA 2022-03-17T20:56:29.9040192Z [ SKIPPED ] NVFuserTest.FusionIssue532_CUDA 2022-03-17T20:56:29.9040606Z [ SKIPPED ] NVFuserTest.FusionLoopUnswitch_CUDA 2022-03-17T20:56:29.9041102Z [ SKIPPED ] NVFuserTest.FusionIssue549_CUDA 2022-03-17T20:56:29.9042018Z [ SKIPPED ] NVFuserTest.FusionSimpleCompileRtc_CUDA 2022-03-17T20:56:29.9042496Z [ SKIPPED ] NVFuserTest.FusionSerialWelford_CUDA 2022-03-17T20:56:29.9042944Z [ SKIPPED ] NVFuserTest.FusionBlockWelford_CUDA 2022-03-17T20:56:29.9043396Z [ SKIPPED ] NVFuserTest.FusionBlockWelfordNoInit_CUDA 2022-03-17T20:56:29.9043880Z [ SKIPPED ] NVFuserTest.FusionGridWelfordNoInit_CUDA 2022-03-17T20:56:29.9044316Z [ SKIPPED ] NVFuserTest.FusionWelfordOp_CUDA 2022-03-17T20:56:29.9044765Z [ SKIPPED ] NVFuserTest.FusionBlockWelfordOp_CUDA 2022-03-17T20:56:29.9045219Z [ SKIPPED ] NVFuserTest.FusionGridWelfordOp_CUDA 2022-03-17T20:56:29.9045666Z [ SKIPPED ] NVFuserTest.FusionRfactorWelfordOp_CUDA 2022-03-17T20:56:29.9046135Z [ SKIPPED ] NVFuserTest.FusionWelfordSchedule_CUDA 2022-03-17T20:56:29.9046577Z [ SKIPPED ] NVFuserTest.FusionWelfordShmoo_CUDA 2022-03-17T20:56:29.9047017Z [ SKIPPED ] NVFuserTest.FusionTranspose1_CUDA 2022-03-17T20:56:29.9047455Z [ SKIPPED ] NVFuserTest.FusionTranspose2_CUDA 2022-03-17T20:56:29.9047912Z [ SKIPPED ] NVFuserTest.FusionSimpleGemmTransposed_CUDA 2022-03-17T20:56:29.9048415Z [ SKIPPED ] NVFuserTest.FusionSoftmax3DTransposed_CUDA 2022-03-17T20:56:29.9048933Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed1_CUDA 2022-03-17T20:56:29.9049502Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed2_CUDA 2022-03-17T20:56:29.9050062Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed3_CUDA 2022-03-17T20:56:29.9050603Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed4_CUDA 2022-03-17T20:56:29.9051166Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed5_CUDA 2022-03-17T20:56:29.9051708Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed6_CUDA 2022-03-17T20:56:29.9052252Z [ SKIPPED ] NVFuserTest.FusionSegmentReducePointwise_CUDA 2022-03-17T20:56:29.9052753Z [ SKIPPED ] NVFuserTest.FusionMultipleVectorize_CUDA 2022-03-17T20:56:29.9053216Z [ SKIPPED ] NVFuserTest.FusionVectorizeSimple_CUDA 2022-03-17T20:56:29.9053709Z [ SKIPPED ] NVFuserTest.FusionSimpleVectorizeUnroll_CUDA 2022-03-17T20:56:29.9054199Z [ SKIPPED ] NVFuserTest.FusionSegmentReduceSoftmax_CUDA 2022-03-17T20:56:29.9054656Z [ SKIPPED ] NVFuserTest.FusionSwizzle1_CUDA 2022-03-17T20:56:29.9055060Z [ SKIPPED ] NVFuserTest.FusionSwizzle2_CUDA 2022-03-17T20:56:29.9055524Z [ SKIPPED ] NVFuserTest.FusionTransposeWithSwizzle_CUDA 2022-03-17T20:56:29.9056082Z [ SKIPPED ] NVFuserTest.FusionTransposeWithSwizzle1DThreadBlock_CUDA 2022-03-17T20:56:29.9056601Z [ SKIPPED ] NVFuserTest.FusionGridPersistence_CUDA 2022-03-17T20:56:29.9057074Z [ SKIPPED ] NVFuserTest.FusionGridPersistence2_CUDA 2022-03-17T20:56:29.9057540Z [ SKIPPED ] NVFuserTest.FusionWelfordPersistence_CUDA 2022-03-17T20:56:29.9058032Z [ SKIPPED ] NVFuserTest.FusionWelfordPersistence2_CUDA 2022-03-17T20:56:29.9058579Z [ SKIPPED ] NVFuserTest.FusionIssue633_CUDA 2022-03-17T20:56:29.9059065Z [ SKIPPED ] NVFuserTest.FusionBroadcastAcrossComputeAt_CUDA 2022-03-17T20:56:29.9059616Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwise_CUDA 2022-03-17T20:56:29.9060214Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeContig_CUDA 2022-03-17T20:56:29.9060905Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeSymbolicPass_CUDA 2022-03-17T20:56:29.9061618Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeSymbolicFail_CUDA 2022-03-17T20:56:29.9062219Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedRFactor_CUDA 2022-03-17T20:56:29.9062878Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedWrongDimFail_CUDA 2022-03-17T20:56:29.9063421Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedStride_CUDA 2022-03-17T20:56:29.9063985Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedStrideFail_CUDA 2022-03-17T20:56:29.9064483Z [ SKIPPED ] NVFuserTest.FusionViewOutput_CUDA 2022-03-17T20:56:29.9064938Z [ SKIPPED ] NVFuserTest.FusionViewFailMismatchSize_CUDA 2022-03-17T20:56:29.9065457Z [ SKIPPED ] NVFuserTest.FusionViewFailMulitDimInference_CUDA 2022-03-17T20:56:29.9065949Z [ SKIPPED ] NVFuserTest.FusionViewFailReduction_CUDA 2022-03-17T20:56:29.9066431Z [ SKIPPED ] NVFuserTest.FusionViewFailPersistent_CUDA 2022-03-17T20:56:29.9066886Z [ SKIPPED ] NVFuserTest.FusionViewSplit_CUDA 2022-03-17T20:56:29.9067310Z [ SKIPPED ] NVFuserTest.FusionViewBroadcast_CUDA 2022-03-17T20:56:29.9067743Z [ SKIPPED ] NVFuserTest.FusionViewMerge_CUDA 2022-03-17T20:56:29.9068169Z [ SKIPPED ] NVFuserTest.FusionViewAllShmoo_CUDA 2022-03-17T20:56:29.9068618Z [ SKIPPED ] NVFuserTest.FusionViewInferShmoo_CUDA 2022-03-17T20:56:29.9069061Z [ SKIPPED ] NVFuserTest.FusionViewStride_CUDA 2022-03-17T20:56:29.9069482Z [ SKIPPED ] NVFuserTest.FusionViewBinary_CUDA 2022-03-17T20:56:29.9069929Z [ SKIPPED ] NVFuserTest.FusionVectorization1_CUDA 2022-03-17T20:56:29.9070371Z [ SKIPPED ] NVFuserTest.FusionVectorization2_CUDA 2022-03-17T20:56:29.9070824Z [ SKIPPED ] NVFuserTest.FusionVectorization3_CUDA 2022-03-17T20:56:29.9071284Z [ SKIPPED ] NVFuserTest.FusionVectorizationRFactor_CUDA 2022-03-17T20:56:29.9071759Z [ SKIPPED ] NVFuserTest.FusionSizeOneLoop1_CUDA 2022-03-17T20:56:29.9072203Z [ SKIPPED ] NVFuserTest.FusionSizeOneLoop2_CUDA 2022-03-17T20:56:29.9072664Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize1_CUDA 2022-03-17T20:56:29.9073168Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize2_CUDA 2022-03-17T20:56:29.9073661Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize3_CUDA 2022-03-17T20:56:29.9074158Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize4_CUDA 2022-03-17T20:56:29.9074661Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize5_CUDA 2022-03-17T20:56:29.9075141Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize6_CUDA 2022-03-17T20:56:29.9075602Z [ SKIPPED ] NVFuserTest.FusionDAGMerging_CUDA 2022-03-17T20:56:29.9076044Z [ SKIPPED ] NVFuserTest.FusionDAGScalarMerging_CUDA 2022-03-17T20:56:29.9076550Z [ SKIPPED ] NVFuserTest.FusionBlockReduceInSerialLoop_CUDA 2022-03-17T20:56:29.9077082Z [ SKIPPED ] NVFuserTest.FusionBlockWelfordInSerialLoop_CUDA 2022-03-17T20:56:29.9077625Z [ SKIPPED ] NVFuserTest.FusionIOTensorTrivialReductionRepro_CUDA 2022-03-17T20:56:29.9078152Z [ SKIPPED ] NVFuserTest.FusionReductionPredicate_CUDA 2022-03-17T20:56:29.9078594Z [ SKIPPED ] NVFuserTest.FusionIssue728_CUDA 2022-03-17T20:56:29.9079011Z [ SKIPPED ] NVFuserTest.FusionIssue757_CUDA 2022-03-17T20:56:29.9079493Z [ SKIPPED ] NVFuserTest.FusionPredicatedBlockBroadcast_CUDA 2022-03-17T20:56:29.9080049Z [ SKIPPED ] NVFuserTest.FusionSegmentVerticalMerge_CUDA 2022-03-17T20:56:29.9080571Z [ SKIPPED ] NVFuserTest.FusionSegmentHorizontalMerge_CUDA 2022-03-17T20:56:29.9081062Z [ SKIPPED ] NVFuserTest.FusionSegmentMixReduction_CUDA 2022-03-17T20:56:29.9081930Z [ SKIPPED ] NVFuserTest.FusionSBAR_CUDA 2022-03-17T20:56:29.9082369Z [ SKIPPED ] NVFuserTest.FusionSingleElement_CUDA 2022-03-17T20:56:29.9082815Z [ SKIPPED ] NVFuserTest.FusionBNBackwardRepro_CUDA 2022-03-17T20:56:29.9083287Z [ SKIPPED ] NVFuserTest.FusionBNBackwardRepro2_CUDA 2022-03-17T20:56:29.9083715Z [ SKIPPED ] NVFuserTest.FusionBNRepro_CUDA 2022-03-17T20:56:29.9084258Z [ SKIPPED ] NVFuserTest.FusionBNRepro2_CUDA 2022-03-17T20:56:29.9084692Z [ SKIPPED ] NVFuserTest.FusionZeroSizeTensorPW_CUDA 2022-03-17T20:56:29.9085195Z [ SKIPPED ] NVFuserTest.FusionZeroSizeTensorReduction_CUDA 2022-03-17T20:56:29.9085742Z [ SKIPPED ] NVFuserTest.FusionZeroSizeTensorNormalization_CUDA 2022-03-17T20:56:29.9086234Z [ SKIPPED ] NVFuserTest.FusionSegmentIoAlias_CUDA 2022-03-17T20:56:29.9086700Z [ SKIPPED ] NVFuserTest.FusionWelford1Output_CUDA 2022-03-17T20:56:29.9087147Z [ SKIPPED ] NVFuserTest.FusionTranslate1Welford_CUDA 2022-03-17T20:56:29.9087621Z [ SKIPPED ] NVFuserTest.FusionTranslate2Welford_CUDA 2022-03-17T20:56:29.9088133Z [ SKIPPED ] NVFuserTest.FusionLargeWelfordNormalization_CUDA 2022-03-17T20:56:29.9088652Z [ SKIPPED ] NVFuserTest.FusionWelfordOtherPersistence_CUDA 2022-03-17T20:56:29.9089144Z [ SKIPPED ] NVFuserTest.FusionSegmentIslands_CUDA 2022-03-17T20:56:29.9089620Z [ SKIPPED ] NVFuserTest.FusionBackOffInnerBroadcast_CUDA 2022-03-17T20:56:29.9090136Z [ SKIPPED ] NVFuserTest.FusionBackOffInnerBroadcast2_CUDA 2022-03-17T20:56:29.9090657Z [ SKIPPED ] NVFuserTest.FusionBackOffInnerBroadcast3_CUDA 2022-03-17T20:56:29.9091114Z [ SKIPPED ] NVFuserTest.FusionSimpleWarp_CUDA 2022-03-17T20:56:29.9091564Z [ SKIPPED ] NVFuserTest.FusionSimpleWarpPad_CUDA 2022-03-17T20:56:29.9092018Z [ SKIPPED ] NVFuserTest.FusionWarpPadMergeSplit_CUDA 2022-03-17T20:56:29.9092506Z [ SKIPPED ] NVFuserTest.FusionSerialWarpReduction_CUDA 2022-03-17T20:56:29.9093005Z [ SKIPPED ] NVFuserTest.FusionTrivialWarpReduction_CUDA 2022-03-17T20:56:29.9093486Z [ SKIPPED ] NVFuserTest.FusionMultipleDimBinding_CUDA 2022-03-17T20:56:29.9093961Z [ SKIPPED ] NVFuserTest.FusionPadNoWarpReduce_CUDA 2022-03-17T20:56:29.9094429Z [ SKIPPED ] NVFuserTest.FusionWarpMutipleThreadDim_CUDA 2022-03-17T20:56:29.9094957Z [ SKIPPED ] NVFuserTest.FusionWarpReduceUnrollOuterLoop_CUDA 2022-03-17T20:56:29.9095449Z [ SKIPPED ] NVFuserTest.FusionSegfaultReduction_CUDA 2022-03-17T20:56:29.9095941Z [ SKIPPED ] NVFuserTest.FusionPredicateElimination_CUDA 2022-03-17T20:56:29.9096424Z [ SKIPPED ] NVFuserTest.FusionForceFp16Simple_CUDA 2022-03-17T20:56:29.9096869Z [ SKIPPED ] NVFuserTest.FusionForceBf16Simple_CUDA 2022-03-17T20:56:29.9097346Z [ SKIPPED ] NVFuserTest.FusionForceFp16NotAllCast_CUDA 2022-03-17T20:56:29.9097817Z [ SKIPPED ] NVFuserTest.FusionForceBf16NotAllCast_CUDA 2022-03-17T20:56:29.9098356Z [ SKIPPED ] NVFuserTest.FusionBufferReuseBroadCastMultiVisit_CUDA 2022-03-17T20:56:29.9098901Z [ SKIPPED ] NVFuserTest.FusionBufferReuseStressTest_CUDA 2022-03-17T20:56:29.9099402Z [ SKIPPED ] NVFuserTest.FusionBufferReuseLargeBuffer_CUDA 2022-03-17T20:56:29.9099897Z [ SKIPPED ] NVFuserTest.FusionBufferReuseNo2hop_CUDA 2022-03-17T20:56:29.9100398Z [ SKIPPED ] NVFuserTest.FusionBufferReuseAllocationOrder_CUDA 2022-03-17T20:56:29.9100929Z [ SKIPPED ] NVFuserTest.FusionBufferReuseLiveInterval_CUDA 2022-03-17T20:56:29.9101550Z [ SKIPPED ] NVFuserTest.FusionBufferReuseNoAcrossBroadcast_CUDA 2022-03-17T20:56:29.9102035Z [ SKIPPED ] NVFuserTest.FusionIssue970_CUDA 2022-03-17T20:56:29.9102460Z [ SKIPPED ] NVFuserTest.FusionIssue1016_CUDA 2022-03-17T20:56:29.9102864Z [ SKIPPED ] NVFuserTest.FusionIssue1021_CUDA 2022-03-17T20:56:29.9103321Z [ SKIPPED ] NVFuserTest.FusionNonUniqueThreadDim_CUDA 2022-03-17T20:56:29.9103822Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap1_CUDA 2022-03-17T20:56:29.9104317Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap2_CUDA 2022-03-17T20:56:29.9104870Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap3_CUDA 2022-03-17T20:56:29.9105365Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap4_CUDA 2022-03-17T20:56:29.9105941Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap5_CUDA 2022-03-17T20:56:29.9106518Z [ SKIPPED ] NVFuserTest.FusionSegmenterCombineReductionsCycleRepro_CUDA 2022-03-17T20:56:29.9107093Z [ SKIPPED ] NVFuserTest.FusionSerialAndParallelIndexing_CUDA 2022-03-17T20:56:29.9107602Z [ SKIPPED ] NVFuserTest.FusionWARSyncAliasedSmem_CUDA 2022-03-17T20:56:29.9108040Z [ SKIPPED ] NVFuserTest.FusionIssue1099_CUDA 2022-03-17T20:56:29.9108494Z [ SKIPPED ] NVFuserTest.FusionUnswitchPredicate_CUDA 2022-03-17T20:56:29.9108940Z [ SKIPPED ] NVFuserTest.FusionIssue1189_CUDA 2022-03-17T20:56:29.9109343Z [ SKIPPED ] NVFuserTest.FusionIssue1052_CUDA 2022-03-17T20:56:29.9109800Z [ SKIPPED ] NVFuserTest.FusionPointwiseBroadcast_CUDA 2022-03-17T20:56:29.9110260Z [ SKIPPED ] NVFuserTest.FusionSmemAliasSerial_CUDA 2022-03-17T20:56:29.9110846Z [ SKIPPED ] NVFuserTest.FusionGridReductionWithNonExactParallelDimensions_CUDA 2022-03-17T20:56:29.9111517Z [ SKIPPED ] NVFuserTest.FusionGridWelfordWithNonExactParallelDimensions_CUDA 2022-03-17T20:56:29.9112219Z [ SKIPPED ] NVFuserTest.FusionGridReductionWithNonExactParallelDimensions2_CUDA 2022-03-17T20:56:29.9112911Z [ SKIPPED ] NVFuserTest.FusionGridWelfordWithNonExactParallelDimensions2_CUDA 2022-03-17T20:56:29.9113517Z [ SKIPPED ] NVFuserTest.FusionPredicateParallelizedDomains_CUDA 2022-03-17T20:56:29.9114058Z [ SKIPPED ] NVFuserTest.FusionSmemPredicateUnswitch_CUDA 2022-03-17T20:56:29.9114520Z [ SKIPPED ] NVFuserTest.FusionFloatPow_CUDA 2022-03-17T20:56:29.9114930Z [ SKIPPED ] NVFuserTest.FusionIssue1127_CUDA 2022-03-17T20:56:29.9115389Z [ SKIPPED ] NVFuserTest.FusionChannelsLastParser_CUDA 2022-03-17T20:56:29.9115880Z [ SKIPPED ] NVFuserTest.FusionThreadPredicateUnswitch_CUDA 2022-03-17T20:56:29.9116376Z [ SKIPPED ] NVFuserTest.FusionNonContigOutputs_CUDA 2022-03-17T20:56:29.9116835Z [ SKIPPED ] NVFuserTest.FusionTestWarpSoftMax_CUDA 2022-03-17T20:56:29.9117280Z [ SKIPPED ] NVFuserTest.FusionIssue1133_CUDA 2022-03-17T20:56:29.9117733Z [ SKIPPED ] NVFuserTest.FusionRfactorContigIDs_CUDA 2022-03-17T20:56:29.9118237Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation1_CUDA 2022-03-17T20:56:29.9118798Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation2_CUDA 2022-03-17T20:56:29.9119341Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation3_CUDA 2022-03-17T20:56:29.9119903Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation4_CUDA 2022-03-17T20:56:29.9120453Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferProjection_CUDA 2022-03-17T20:56:29.9120918Z [ SKIPPED ] NVFuserTest.FusionIssue1223_CUDA 2022-03-17T20:56:29.9121731Z [ SKIPPED ] NVFuserTest.FusionRfactorPredication1_CUDA 2022-03-17T20:56:29.9122294Z [ SKIPPED ] NVFuserTest.FusionRfactorPredication2_CUDA 2022-03-17T20:56:29.9122788Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit1_CUDA 2022-03-17T20:56:29.9123359Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit2_CUDA 2022-03-17T20:56:29.9123842Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit3_CUDA 2022-03-17T20:56:29.9124321Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit4_CUDA 2022-03-17T20:56:29.9124785Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit5_CUDA 2022-03-17T20:56:29.9125305Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplitVectorize1_CUDA 2022-03-17T20:56:29.9125869Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplitVectorize2_CUDA 2022-03-17T20:56:29.9126357Z [ SKIPPED ] NVFuserTest.FusionIssue1284Repro_CUDA 2022-03-17T20:56:29.9126815Z [ SKIPPED ] NVFuserTest.FusionIssue1284Repro2_CUDA 2022-03-17T20:56:29.9127254Z [ SKIPPED ] NVFuserTest.FusionIssue1305Repro_CUDA 2022-03-17T20:56:29.9127812Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering1_CUDA 2022-03-17T20:56:29.9128285Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering2_CUDA 2022-03-17T20:56:29.9128741Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering3_CUDA 2022-03-17T20:56:29.9129203Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering4_CUDA 2022-03-17T20:56:29.9129653Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering5_CUDA 2022-03-17T20:56:29.9130114Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering6_CUDA 2022-03-17T20:56:29.9130563Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering7_CUDA 2022-03-17T20:56:29.9131029Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering8_CUDA 2022-03-17T20:56:29.9131488Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering9_CUDA 2022-03-17T20:56:29.9132003Z [ SKIPPED ] NVFuserTest.FusionSmemBlockGemmCacheDoubleBuffer_CUDA 2022-03-17T20:56:29.9132570Z [ SKIPPED ] NVFuserTest.FusionIntermediateTensorVectorize_CUDA 2022-03-17T20:56:29.9133105Z [ SKIPPED ] NVFuserTest.FusionBroadcastConcretization1_CUDA 2022-03-17T20:56:29.9133639Z [ SKIPPED ] NVFuserTest.FusionBroadcastConcretization2_CUDA 2022-03-17T20:56:29.9134175Z [ SKIPPED ] NVFuserTest.FusionBroadcastConcretization3_CUDA 2022-03-17T20:56:29.9134624Z [ SKIPPED ] NVFuserTest.FusionShift1_CUDA 2022-03-17T20:56:29.9135032Z [ SKIPPED ] NVFuserTest.FusionShift2_CUDA 2022-03-17T20:56:29.9135453Z [ SKIPPED ] NVFuserTest.FusionShiftRightOfCA_CUDA 2022-03-17T20:56:29.9135911Z [ SKIPPED ] NVFuserTest.FusionShiftLeftOfCA_CUDA 2022-03-17T20:56:29.9136360Z [ SKIPPED ] NVFuserTest.FusionShiftSplit1_CUDA 2022-03-17T20:56:29.9136783Z [ SKIPPED ] NVFuserTest.FusionShiftSplit2_CUDA 2022-03-17T20:56:29.9137238Z [ SKIPPED ] NVFuserTest.FusionShiftDoubleSplit_CUDA 2022-03-17T20:56:29.9137685Z [ SKIPPED ] NVFuserTest.FusionShift3ptStencil_CUDA 2022-03-17T20:56:29.9138152Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencil_CUDA 2022-03-17T20:56:29.9138614Z [ SKIPPED ] NVFuserTest.FusionShift9ptStencil_CUDA 2022-03-17T20:56:29.9139069Z [ SKIPPED ] NVFuserTest.FusionShiftSmemBlocking_CUDA 2022-03-17T20:56:29.9139575Z [ SKIPPED ] NVFuserTest.FusionShift3ptStencilParallel_CUDA 2022-03-17T20:56:29.9140079Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencilParallel_CUDA 2022-03-17T20:56:29.9140555Z [ SKIPPED ] NVFuserTest.FusionShiftMerge1_CUDA 2022-03-17T20:56:29.9140973Z [ SKIPPED ] NVFuserTest.FusionShiftMerge2_CUDA 2022-03-17T20:56:29.9141405Z [ SKIPPED ] NVFuserTest.FusionShiftGlobal_CUDA 2022-03-17T20:56:29.9141887Z [ SKIPPED ] NVFuserTest.FusionShiftDoubleSplitMerge1_CUDA 2022-03-17T20:56:29.9142392Z [ SKIPPED ] NVFuserTest.FusionShiftDoubleSplitMerge2_CUDA 2022-03-17T20:56:29.9142972Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencilParallel1DThreadBlock_CUDA 2022-03-17T20:56:29.9143485Z [ SKIPPED ] NVFuserTest.FusionShiftChain1_CUDA 2022-03-17T20:56:29.9143922Z [ SKIPPED ] NVFuserTest.FusionShiftChain2_CUDA 2022-03-17T20:56:29.9144411Z [ SKIPPED ] NVFuserTest.FusionShiftChain3_CUDA 2022-03-17T20:56:29.9144838Z [ SKIPPED ] NVFuserTest.FusionShiftChain4_CUDA 2022-03-17T20:56:29.9145306Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencilChain_CUDA 2022-03-17T20:56:29.9145771Z [ SKIPPED ] NVFuserTest.FusionShiftReduction1_CUDA 2022-03-17T20:56:29.9146234Z [ SKIPPED ] NVFuserTest.FusionShiftReduction2_CUDA 2022-03-17T20:56:29.9146690Z [ SKIPPED ] NVFuserTest.FusionShiftRfactor1_CUDA 2022-03-17T20:56:29.9147118Z [ SKIPPED ] NVFuserTest.FusionShiftBcast1_CUDA 2022-03-17T20:56:29.9147551Z [ SKIPPED ] NVFuserTest.FusionShiftBcast2_CUDA 2022-03-17T20:56:29.9147968Z [ SKIPPED ] NVFuserTest.FusionShiftBcast3_CUDA 2022-03-17T20:56:29.9148502Z [ SKIPPED ] NVFuserTest.FusionShiftSyncPlacement1_CUDA 2022-03-17T20:56:29.9148993Z [ SKIPPED ] NVFuserTest.FusionShiftSyncPlacement2_CUDA 2022-03-17T20:56:29.9149466Z [ SKIPPED ] NVFuserTest.FusionShiftSyncPlacement3_CUDA 2022-03-17T20:56:29.9149913Z [ SKIPPED ] NVFuserTest.FusionHdiff_CUDA 2022-03-17T20:56:29.9150380Z [ SKIPPED ] NVFuserTest.FusionHdiffPartialSplitUnswitch_CUDA 2022-03-17T20:56:29.9150864Z [ SKIPPED ] NVFuserTest.FusionMaxPooling_CUDA 2022-03-17T20:56:29.9151272Z [ SKIPPED ] NVFuserTest.FusionGather1_CUDA 2022-03-17T20:56:29.9151686Z [ SKIPPED ] NVFuserTest.FusionGather2_CUDA 2022-03-17T20:56:29.9152102Z [ SKIPPED ] NVFuserTest.FusionGather3_CUDA 2022-03-17T20:56:29.9152498Z [ SKIPPED ] NVFuserTest.FusionGather4_CUDA 2022-03-17T20:56:29.9152905Z [ SKIPPED ] NVFuserTest.FusionGather5_CUDA 2022-03-17T20:56:29.9153296Z [ SKIPPED ] NVFuserTest.FusionGather6_CUDA 2022-03-17T20:56:29.9153710Z [ SKIPPED ] NVFuserTest.FusionGather7_CUDA 2022-03-17T20:56:29.9154117Z [ SKIPPED ] NVFuserTest.FusionGather8_CUDA 2022-03-17T20:56:29.9154506Z [ SKIPPED ] NVFuserTest.FusionGather9_CUDA 2022-03-17T20:56:29.9154922Z [ SKIPPED ] NVFuserTest.FusionConv2D_CUDA 2022-03-17T20:56:29.9155355Z [ SKIPPED ] NVFuserTest.FusionConv2DNoPadding_CUDA 2022-03-17T20:56:29.9155850Z [ SKIPPED ] NVFuserTest.FusionConv2DNoPaddingStrided_CUDA 2022-03-17T20:56:29.9156325Z [ SKIPPED ] NVFuserTest.FusionConv2DChain_CUDA 2022-03-17T20:56:29.9156814Z [ SKIPPED ] NVFuserTest.FusionConv2DStaticEvenSizedWindow_CUDA 2022-03-17T20:56:29.9157313Z [ SKIPPED ] NVFuserTest.FusionConv4x4Pad1x1_CUDA 2022-03-17T20:56:29.9157747Z [ SKIPPED ] NVFuserTest.FusionConv4x5Pad1x2_CUDA 2022-03-17T20:56:29.9158220Z [ SKIPPED ] NVFuserTest.FusionConv4x4Pad1x1Stride4_CUDA 2022-03-17T20:56:29.9158648Z [ SKIPPED ] NVFuserTest.FusionIm2Col_CUDA 2022-03-17T20:56:29.9159098Z [ SKIPPED ] NVFuserTest.FusionShiftNoPadding1_CUDA 2022-03-17T20:56:29.9159565Z [ SKIPPED ] NVFuserTest.FusionShiftNoPadding2_CUDA 2022-03-17T20:56:29.9160020Z [ SKIPPED ] NVFuserTest.FusionShiftNoPadding3_CUDA 2022-03-17T20:56:29.9160526Z [ SKIPPED ] NVFuserTest.FusionShiftNoPaddingContigMerge_CUDA 2022-03-17T20:56:29.9161028Z [ SKIPPED ] NVFuserTest.FusionShiftNoPaddingChain_CUDA 2022-03-17T20:56:29.9162011Z [ SKIPPED ] NVFuserTest.FusionShiftNoPaddingRfactor_CUDA 2022-03-17T20:56:29.9162514Z [ SKIPPED ] NVFuserTest.FusionShiftPadding1_CUDA 2022-03-17T20:56:29.9162953Z [ SKIPPED ] NVFuserTest.FusionPartialSplit1_CUDA 2022-03-17T20:56:29.9163408Z [ SKIPPED ] NVFuserTest.FusionPartialSplit2_CUDA 2022-03-17T20:56:29.9163839Z [ SKIPPED ] NVFuserTest.FusionPartialSplit3_CUDA 2022-03-17T20:56:29.9164291Z [ SKIPPED ] NVFuserTest.FusionPartialSplit4_CUDA 2022-03-17T20:56:29.9164747Z [ SKIPPED ] NVFuserTest.FusionPartialSplit5_CUDA 2022-03-17T20:56:29.9165175Z [ SKIPPED ] NVFuserTest.FusionPartialSplit6_CUDA 2022-03-17T20:56:29.9165728Z [ SKIPPED ] NVFuserTest.FusionShiftUnswitch1_CUDA 2022-03-17T20:56:29.9166190Z [ SKIPPED ] NVFuserTest.FusionGatherUnswitch1_CUDA 2022-03-17T20:56:29.9166653Z [ SKIPPED ] NVFuserTest.FusionGatherStrided1_CUDA 2022-03-17T20:56:29.9167114Z [ SKIPPED ] NVFuserTest.FusionGatherStrided2_CUDA 2022-03-17T20:56:29.9167548Z [ SKIPPED ] NVFuserTest.FusionGatherStrided3_CUDA 2022-03-17T20:56:29.9168001Z [ SKIPPED ] NVFuserTest.FusionGatherStrided4_CUDA 2022-03-17T20:56:29.9168436Z [ SKIPPED ] NVFuserTest.FusionGatherStrided5_CUDA 2022-03-17T20:56:29.9168889Z [ SKIPPED ] NVFuserTest.FusionGatherStrided6_CUDA 2022-03-17T20:56:29.9169325Z [ SKIPPED ] NVFuserTest.FusionGatherStrided7_CUDA 2022-03-17T20:56:29.9169862Z [ SKIPPED ] NVFuserTest.FusionGatherStrided8_CUDA 2022-03-17T20:56:29.9170333Z [ SKIPPED ] NVFuserTest.FusionGatherStridedChain_CUDA 2022-03-17T20:56:29.9170804Z [ SKIPPED ] NVFuserTest.FusionMaxPoolingStrided_CUDA 2022-03-17T20:56:29.9171293Z [ SKIPPED ] NVFuserTest.FusionConv2DStaticStrided_CUDA 2022-03-17T20:56:29.9171763Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleHalo1_CUDA 2022-03-17T20:56:29.9172236Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleHalo2_CUDA 2022-03-17T20:56:29.9172768Z [ SKIPPED ] NVFuserTest.FusionGather9ptStencilDoubleBuffering_CUDA 2022-03-17T20:56:30.3738147Z + python test/cpp/jit/tests_setup.py shutdown 2022-03-17T20:56:31.1421736Z + wait 2022-03-17T20:56:31.1422128Z + OMP_NUM_THREADS=2 2022-03-17T20:56:31.1422431Z + TORCH_CPP_TEST_MNIST_PATH=test/cpp/api/mnist 2022-03-17T20:56:31.1423220Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_api '--gtest_filter=-IMethodTest.*' --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_api.xml 2022-03-17T20:56:33.1878454Z Only one CUDA device detected. Disabling MultiCUDA tests 2022-03-17T20:56:33.1889525Z Note: Google Test filter = -IMethodTest.*:*_MultiCUDA 2022-03-17T20:56:33.1890217Z [==========] Running 1027 tests from 47 test suites. 2022-03-17T20:56:33.1890735Z [----------] Global test environment set-up. 2022-03-17T20:56:33.1891143Z [----------] 9 tests from AutogradAPITests 2022-03-17T20:56:33.1891549Z [ RUN ] AutogradAPITests.BackwardSimpleTest 2022-03-17T20:56:33.2104248Z [ OK ] AutogradAPITests.BackwardSimpleTest (21 ms) 2022-03-17T20:56:33.2104709Z [ RUN ] AutogradAPITests.BackwardTest 2022-03-17T20:56:33.2105561Z [W engine.cpp:994] 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()) 2022-03-17T20:56:33.2110001Z [ OK ] AutogradAPITests.BackwardTest (0 ms) 2022-03-17T20:56:33.2110459Z [ RUN ] AutogradAPITests.GradSimpleTest 2022-03-17T20:56:33.2113441Z [ OK ] AutogradAPITests.GradSimpleTest (0 ms) 2022-03-17T20:56:33.2113964Z [ RUN ] AutogradAPITests.GradTest 2022-03-17T20:56:33.2120106Z [ OK ] AutogradAPITests.GradTest (0 ms) 2022-03-17T20:56:33.2120666Z [ RUN ] AutogradAPITests.GradNonLeafTest 2022-03-17T20:56:33.2124967Z [W TensorBody.h:479] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-03-17T20:56:33.2128834Z [W TensorBody.h:479] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-03-17T20:56:33.2132484Z [W TensorBody.h:479] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-03-17T20:56:33.2136085Z [W TensorBody.h:479] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-03-17T20:56:33.2137919Z [ OK ] AutogradAPITests.GradNonLeafTest (1 ms) 2022-03-17T20:56:33.2138859Z [ RUN ] AutogradAPITests.GradUnreachableTest 2022-03-17T20:56:33.2168175Z [ OK ] AutogradAPITests.GradUnreachableTest (3 ms) 2022-03-17T20:56:33.2169119Z [ RUN ] AutogradAPITests.EmptyInput 2022-03-17T20:56:33.2198550Z [ OK ] AutogradAPITests.EmptyInput (3 ms) 2022-03-17T20:56:33.2199424Z [ RUN ] AutogradAPITests.RetainGrad 2022-03-17T20:56:33.2206266Z [ OK ] AutogradAPITests.RetainGrad (0 ms) 2022-03-17T20:56:33.2207187Z [ RUN ] AutogradAPITests.AnomalyMode 2022-03-17T20:56:33.2208216Z [W anomaly_mode.cpp:26] Warning: This mode should be enabled only for debugging as the different tests will slow down your program execution. (function operator()) 2022-03-17T20:56:33.2824587Z [ OK ] AutogradAPITests.AnomalyMode (61 ms) 2022-03-17T20:56:33.2825572Z [----------] 9 tests from AutogradAPITests (93 ms total) 2022-03-17T20:56:33.2826006Z 2022-03-17T20:56:33.2826454Z [----------] 28 tests from CustomAutogradTest 2022-03-17T20:56:33.2827398Z [ RUN ] CustomAutogradTest.GradUnreachableDiscoveryTest 2022-03-17T20:56:33.2828485Z [ OK ] CustomAutogradTest.GradUnreachableDiscoveryTest (0 ms) 2022-03-17T20:56:33.2829459Z [ RUN ] CustomAutogradTest.CustomFunction 2022-03-17T20:56:33.2830382Z [ OK ] CustomAutogradTest.CustomFunction (0 ms) 2022-03-17T20:56:33.2831313Z [ RUN ] CustomAutogradTest.FunctionReturnsInput 2022-03-17T20:56:33.2832746Z [ OK ] CustomAutogradTest.FunctionReturnsInput (0 ms) 2022-03-17T20:56:33.2833760Z [ RUN ] CustomAutogradTest.FunctionReturnsUndefined 2022-03-17T20:56:33.2835851Z [ OK ] CustomAutogradTest.FunctionReturnsUndefined (0 ms) 2022-03-17T20:56:33.2836804Z [ RUN ] CustomAutogradTest.MaterializeGrads 2022-03-17T20:56:33.2838604Z [ OK ] CustomAutogradTest.MaterializeGrads (0 ms) 2022-03-17T20:56:33.2839577Z [ RUN ] CustomAutogradTest.DontMaterializeGrads 2022-03-17T20:56:33.2840594Z [ OK ] CustomAutogradTest.DontMaterializeGrads (0 ms) 2022-03-17T20:56:33.2841924Z [ RUN ] CustomAutogradTest.NoGradCustomFunction 2022-03-17T20:56:33.2842945Z [ OK ] CustomAutogradTest.NoGradCustomFunction (0 ms) 2022-03-17T20:56:33.2843818Z [ RUN ] CustomAutogradTest.MarkDirty 2022-03-17T20:56:33.2844638Z [ OK ] CustomAutogradTest.MarkDirty (0 ms) 2022-03-17T20:56:33.2845763Z [ RUN ] CustomAutogradTest.MarkNonDifferentiable 2022-03-17T20:56:33.2846874Z [ OK ] CustomAutogradTest.MarkNonDifferentiable (0 ms) 2022-03-17T20:56:33.2847893Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableMixed 2022-03-17T20:56:33.2849846Z [ OK ] CustomAutogradTest.MarkNonDifferentiableMixed (0 ms) 2022-03-17T20:56:33.2850885Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableNone 2022-03-17T20:56:33.2851949Z [ OK ] CustomAutogradTest.MarkNonDifferentiableNone (0 ms) 2022-03-17T20:56:33.2852937Z [ RUN ] CustomAutogradTest.ReturnLeafInplace 2022-03-17T20:56:33.2854903Z [ OK ] CustomAutogradTest.ReturnLeafInplace (0 ms) 2022-03-17T20:56:33.2856193Z [ RUN ] CustomAutogradTest.ReturnDuplicateInplace 2022-03-17T20:56:33.2882722Z [ OK ] CustomAutogradTest.ReturnDuplicateInplace (2 ms) 2022-03-17T20:56:33.2883764Z [ RUN ] CustomAutogradTest.ReturnDuplicate 2022-03-17T20:56:33.2884759Z [ OK ] CustomAutogradTest.ReturnDuplicate (0 ms) 2022-03-17T20:56:33.2885759Z [ RUN ] CustomAutogradTest.SaveEmptyForBackward 2022-03-17T20:56:33.2886838Z [ OK ] CustomAutogradTest.SaveEmptyForBackward (0 ms) 2022-03-17T20:56:33.2887837Z [ RUN ] CustomAutogradTest.InvalidGradients 2022-03-17T20:56:33.2951453Z [ OK ] CustomAutogradTest.InvalidGradients (6 ms) 2022-03-17T20:56:33.2952397Z [ RUN ] CustomAutogradTest.NoGradInput 2022-03-17T20:56:33.2953275Z [ OK ] CustomAutogradTest.NoGradInput (0 ms) 2022-03-17T20:56:33.2954141Z [ RUN ] CustomAutogradTest.TooManyGrads 2022-03-17T20:56:33.2955000Z [ OK ] CustomAutogradTest.TooManyGrads (0 ms) 2022-03-17T20:56:33.2955832Z [ RUN ] CustomAutogradTest.DepNoGrad 2022-03-17T20:56:33.2956684Z [ OK ] CustomAutogradTest.DepNoGrad (0 ms) 2022-03-17T20:56:33.2957484Z [ RUN ] CustomAutogradTest.Reentrant 2022-03-17T20:56:33.2974165Z [ OK ] CustomAutogradTest.Reentrant (0 ms) 2022-03-17T20:56:33.2975013Z [ RUN ] CustomAutogradTest.DeepReentrant 2022-03-17T20:56:34.0082956Z [ OK ] CustomAutogradTest.DeepReentrant (712 ms) 2022-03-17T20:56:34.0083504Z [ RUN ] CustomAutogradTest.ReentrantPriority 2022-03-17T20:56:34.0090341Z [ OK ] CustomAutogradTest.ReentrantPriority (0 ms) 2022-03-17T20:56:34.0090795Z [ RUN ] CustomAutogradTest.Hooks 2022-03-17T20:56:34.0118943Z [ OK ] CustomAutogradTest.Hooks (2 ms) 2022-03-17T20:56:34.0119380Z [ RUN ] CustomAutogradTest.HookNone 2022-03-17T20:56:34.0120200Z [ OK ] CustomAutogradTest.HookNone (0 ms) 2022-03-17T20:56:34.0120856Z [ RUN ] CustomAutogradTest.BackwardWithInputs 2022-03-17T20:56:34.0123615Z [ OK ] CustomAutogradTest.BackwardWithInputs (0 ms) 2022-03-17T20:56:34.0124134Z [ RUN ] CustomAutogradTest.BackwardWithEmptyInputs 2022-03-17T20:56:34.0138291Z [ OK ] CustomAutogradTest.BackwardWithEmptyInputs (1 ms) 2022-03-17T20:56:34.0138842Z [ RUN ] CustomAutogradTest.BackwardWithNonLeafInputs 2022-03-17T20:56:34.0141359Z [ OK ] CustomAutogradTest.BackwardWithNonLeafInputs (0 ms) 2022-03-17T20:56:34.0142037Z [ RUN ] CustomAutogradTest.BackwardWithCreateGraphWarns 2022-03-17T20:56:34.0143080Z [ OK ] CustomAutogradTest.BackwardWithCreateGraphWarns (0 ms) 2022-03-17T20:56:34.0143633Z [----------] 28 tests from CustomAutogradTest (731 ms total) 2022-03-17T20:56:34.0143871Z 2022-03-17T20:56:34.0144171Z [----------] 13 tests from TestAutogradNotImplementedFallback 2022-03-17T20:56:34.0144712Z [ RUN ] TestAutogradNotImplementedFallback.RetSingleNonTensor 2022-03-17T20:56:34.0146749Z [ OK ] TestAutogradNotImplementedFallback.RetSingleNonTensor (0 ms) 2022-03-17T20:56:34.0147362Z [ RUN ] TestAutogradNotImplementedFallback.InplaceOp 2022-03-17T20:56:34.0197946Z [ OK ] TestAutogradNotImplementedFallback.InplaceOp (5 ms) 2022-03-17T20:56:34.0198538Z [ RUN ] TestAutogradNotImplementedFallback.DoubleInplaceOp 2022-03-17T20:56:34.0241145Z [ OK ] TestAutogradNotImplementedFallback.DoubleInplaceOp (4 ms) 2022-03-17T20:56:34.0241968Z [ RUN ] TestAutogradNotImplementedFallback.OptOp 2022-03-17T20:56:34.0244854Z [ OK ] TestAutogradNotImplementedFallback.OptOp (0 ms) 2022-03-17T20:56:34.0245421Z [ RUN ] TestAutogradNotImplementedFallback.OutOfPlaceAddition 2022-03-17T20:56:34.0281892Z [ OK ] TestAutogradNotImplementedFallback.OutOfPlaceAddition (3 ms) 2022-03-17T20:56:34.0282786Z [ RUN ] TestAutogradNotImplementedFallback.RetTupleNonTensor 2022-03-17T20:56:34.0318286Z [ OK ] TestAutogradNotImplementedFallback.RetTupleNonTensor (3 ms) 2022-03-17T20:56:34.0319090Z [ RUN ] TestAutogradNotImplementedFallback.ViewOp 2022-03-17T20:56:34.0388404Z [ OK ] TestAutogradNotImplementedFallback.ViewOp (7 ms) 2022-03-17T20:56:34.0388997Z [ RUN ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg 2022-03-17T20:56:34.0425377Z [ OK ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg (3 ms) 2022-03-17T20:56:34.0425987Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVectorView 2022-03-17T20:56:34.0426622Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVectorView (0 ms) 2022-03-17T20:56:34.0427206Z [ RUN ] TestAutogradNotImplementedFallback.DoubleViewOP 2022-03-17T20:56:34.0448593Z [ OK ] TestAutogradNotImplementedFallback.DoubleViewOP (2 ms) 2022-03-17T20:56:34.0449175Z [ RUN ] TestAutogradNotImplementedFallback.NonFirstViewOP 2022-03-17T20:56:34.0475656Z [ OK ] TestAutogradNotImplementedFallback.NonFirstViewOP (2 ms) 2022-03-17T20:56:34.0476257Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVector 2022-03-17T20:56:34.0512488Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVector (3 ms) 2022-03-17T20:56:34.0513060Z [ RUN ] TestAutogradNotImplementedFallback.TensorlistOp 2022-03-17T20:56:34.0539708Z [ OK ] TestAutogradNotImplementedFallback.TensorlistOp (2 ms) 2022-03-17T20:56:34.0540308Z [----------] 13 tests from TestAutogradNotImplementedFallback (39 ms total) 2022-03-17T20:56:34.0540584Z 2022-03-17T20:56:34.0540779Z [----------] 18 tests from AnyModuleTest 2022-03-17T20:56:34.0541196Z [ RUN ] AnyModuleTest.SimpleReturnType 2022-03-17T20:56:34.0542092Z [ OK ] AnyModuleTest.SimpleReturnType (0 ms) 2022-03-17T20:56:34.0542863Z [ RUN ] AnyModuleTest.SimpleReturnTypeAndSingleArgument 2022-03-17T20:56:34.0543449Z [ OK ] AnyModuleTest.SimpleReturnTypeAndSingleArgument (0 ms) 2022-03-17T20:56:34.0543996Z [ RUN ] AnyModuleTest.StringLiteralReturnTypeAndArgument 2022-03-17T20:56:34.0544574Z [ OK ] AnyModuleTest.StringLiteralReturnTypeAndArgument (0 ms) 2022-03-17T20:56:34.0545115Z [ RUN ] AnyModuleTest.StringReturnTypeWithConstArgument 2022-03-17T20:56:34.0545675Z [ OK ] AnyModuleTest.StringReturnTypeWithConstArgument (0 ms) 2022-03-17T20:56:34.0546344Z [ RUN ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications 2022-03-17T20:56:34.0547103Z [ OK ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications (0 ms) 2022-03-17T20:56:34.0547699Z [ RUN ] AnyModuleTest.WrongArgumentType 2022-03-17T20:56:34.0557882Z [ OK ] AnyModuleTest.WrongArgumentType (1 ms) 2022-03-17T20:56:34.0558627Z [ RUN ] AnyModuleTest.WrongNumberOfArguments 2022-03-17T20:56:34.0602213Z [ OK ] AnyModuleTest.WrongNumberOfArguments (4 ms) 2022-03-17T20:56:34.0603248Z [ RUN ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod 2022-03-17T20:56:34.0691332Z [ OK ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod (8 ms) 2022-03-17T20:56:34.0692213Z [ RUN ] AnyModuleTest.GetWithCorrectTypeSucceeds 2022-03-17T20:56:34.0692706Z [ OK ] AnyModuleTest.GetWithCorrectTypeSucceeds (0 ms) 2022-03-17T20:56:34.0693213Z [ RUN ] AnyModuleTest.GetWithIncorrectTypeThrows 2022-03-17T20:56:34.0704159Z [ OK ] AnyModuleTest.GetWithIncorrectTypeThrows (1 ms) 2022-03-17T20:56:34.0705131Z [ RUN ] AnyModuleTest.PtrWithBaseClassSucceeds 2022-03-17T20:56:34.0705636Z [ OK ] AnyModuleTest.PtrWithBaseClassSucceeds (0 ms) 2022-03-17T20:56:34.0706124Z [ RUN ] AnyModuleTest.PtrWithGoodDowncastSuccceeds 2022-03-17T20:56:34.0706656Z [ OK ] AnyModuleTest.PtrWithGoodDowncastSuccceeds (0 ms) 2022-03-17T20:56:34.0707140Z [ RUN ] AnyModuleTest.PtrWithBadDowncastThrows 2022-03-17T20:56:34.0717780Z [ OK ] AnyModuleTest.PtrWithBadDowncastThrows (1 ms) 2022-03-17T20:56:34.0718324Z [ RUN ] AnyModuleTest.DefaultStateIsEmpty 2022-03-17T20:56:34.0718776Z [ OK ] AnyModuleTest.DefaultStateIsEmpty (0 ms) 2022-03-17T20:56:34.0719284Z [ RUN ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule 2022-03-17T20:56:34.0781340Z [ OK ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule (6 ms) 2022-03-17T20:56:34.0782140Z [ RUN ] AnyModuleTest.CanMoveAssignDifferentModules 2022-03-17T20:56:34.0782899Z [ OK ] AnyModuleTest.CanMoveAssignDifferentModules (0 ms) 2022-03-17T20:56:34.0783438Z [ RUN ] AnyModuleTest.ConstructsFromModuleHolder 2022-03-17T20:56:34.0784314Z [ OK ] AnyModuleTest.ConstructsFromModuleHolder (0 ms) 2022-03-17T20:56:34.0785087Z [ RUN ] AnyModuleTest.ConvertsVariableToTensorCorrectly 2022-03-17T20:56:34.0785631Z [ OK ] AnyModuleTest.ConvertsVariableToTensorCorrectly (0 ms) 2022-03-17T20:56:34.0786136Z [----------] 18 tests from AnyModuleTest (24 ms total) 2022-03-17T20:56:34.0786353Z 2022-03-17T20:56:34.0786538Z [----------] 12 tests from AnyValueTest 2022-03-17T20:56:34.0787009Z [ RUN ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType 2022-03-17T20:56:34.0787584Z [ OK ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType (0 ms) 2022-03-17T20:56:34.0788191Z [ RUN ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType 2022-03-17T20:56:34.0788848Z [ OK ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType (0 ms) 2022-03-17T20:56:34.0789445Z [ RUN ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType 2022-03-17T20:56:34.0790044Z [ OK ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType (0 ms) 2022-03-17T20:56:34.0790639Z [ RUN ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType 2022-03-17T20:56:34.0791225Z [ OK ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType (0 ms) 2022-03-17T20:56:34.0791833Z [ RUN ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType 2022-03-17T20:56:34.0792434Z [ OK ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType (0 ms) 2022-03-17T20:56:34.0793022Z [ RUN ] AnyValueTest.TryGetReturnsNullptrForTheWrongType 2022-03-17T20:56:34.0793591Z [ OK ] AnyValueTest.TryGetReturnsNullptrForTheWrongType (0 ms) 2022-03-17T20:56:34.0794095Z [ RUN ] AnyValueTest.GetThrowsForTheWrongType 2022-03-17T20:56:34.0811954Z [ OK ] AnyValueTest.GetThrowsForTheWrongType (2 ms) 2022-03-17T20:56:34.0812637Z [ RUN ] AnyValueTest.MoveConstructionIsAllowed 2022-03-17T20:56:34.0813363Z [ OK ] AnyValueTest.MoveConstructionIsAllowed (0 ms) 2022-03-17T20:56:34.0813870Z [ RUN ] AnyValueTest.MoveAssignmentIsAllowed 2022-03-17T20:56:34.0814327Z [ OK ] AnyValueTest.MoveAssignmentIsAllowed (0 ms) 2022-03-17T20:56:34.0814793Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForInt 2022-03-17T20:56:34.0815271Z [ OK ] AnyValueTest.TypeInfoIsCorrectForInt (0 ms) 2022-03-17T20:56:34.0815764Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForStringLiteral 2022-03-17T20:56:34.0816337Z [ OK ] AnyValueTest.TypeInfoIsCorrectForStringLiteral (0 ms) 2022-03-17T20:56:34.0816838Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForString 2022-03-17T20:56:34.0817426Z [ OK ] AnyValueTest.TypeInfoIsCorrectForString (0 ms) 2022-03-17T20:56:34.0817900Z [----------] 12 tests from AnyValueTest (2 ms total) 2022-03-17T20:56:34.0818089Z 2022-03-17T20:56:34.0818289Z [----------] 50 tests from DataTest 2022-03-17T20:56:34.0818687Z [ RUN ] DataTest.DatasetCallsGetCorrectly 2022-03-17T20:56:34.0819123Z [ OK ] DataTest.DatasetCallsGetCorrectly (0 ms) 2022-03-17T20:56:34.0819600Z [ RUN ] DataTest.TransformCallsGetApplyCorrectly 2022-03-17T20:56:34.0820106Z [ OK ] DataTest.TransformCallsGetApplyCorrectly (0 ms) 2022-03-17T20:56:34.0820611Z [ RUN ] DataTest.ChunkDataSetWithInvalidInitParameter 2022-03-17T20:56:34.0886654Z [ OK ] DataTest.ChunkDataSetWithInvalidInitParameter (7 ms) 2022-03-17T20:56:34.0887141Z [ RUN ] DataTest.InfiniteStreamDataset 2022-03-17T20:56:34.0887578Z [ OK ] DataTest.InfiniteStreamDataset (0 ms) 2022-03-17T20:56:34.0888016Z [ RUN ] DataTest.NoSequencerIsIdentity 2022-03-17T20:56:34.0888429Z [ OK ] DataTest.NoSequencerIsIdentity (0 ms) 2022-03-17T20:56:34.0888908Z [ RUN ] DataTest.OrderedSequencerIsSetUpWell 2022-03-17T20:56:34.0889369Z [ OK ] DataTest.OrderedSequencerIsSetUpWell (0 ms) 2022-03-17T20:56:34.0889855Z [ RUN ] DataTest.OrderedSequencerReOrdersValues 2022-03-17T20:56:34.0890354Z [ OK ] DataTest.OrderedSequencerReOrdersValues (0 ms) 2022-03-17T20:56:34.0890842Z [ RUN ] DataTest.BatchLambdaAppliesFunctionToBatch 2022-03-17T20:56:34.0891361Z [ OK ] DataTest.BatchLambdaAppliesFunctionToBatch (0 ms) 2022-03-17T20:56:34.0891845Z [ RUN ] DataTest.LambdaAppliesFunctionToExample 2022-03-17T20:56:34.0892345Z [ OK ] DataTest.LambdaAppliesFunctionToExample (0 ms) 2022-03-17T20:56:34.0892797Z [ RUN ] DataTest.CollateReducesBatch 2022-03-17T20:56:34.0893202Z [ OK ] DataTest.CollateReducesBatch (0 ms) 2022-03-17T20:56:34.0893618Z [ RUN ] DataTest.CollationReducesBatch 2022-03-17T20:56:34.0894031Z [ OK ] DataTest.CollationReducesBatch (0 ms) 2022-03-17T20:56:34.0894527Z [ RUN ] DataTest.SequentialSamplerReturnsIndicesInOrder 2022-03-17T20:56:34.0895085Z [ OK ] DataTest.SequentialSamplerReturnsIndicesInOrder (0 ms) 2022-03-17T20:56:34.0895657Z [ RUN ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch 2022-03-17T20:56:34.0896283Z [ OK ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch (0 ms) 2022-03-17T20:56:34.0896806Z [ RUN ] DataTest.SequentialSamplerResetsWell 2022-03-17T20:56:34.0897279Z [ OK ] DataTest.SequentialSamplerResetsWell (0 ms) 2022-03-17T20:56:34.0897798Z [ RUN ] DataTest.SequentialSamplerResetsWithNewSizeWell 2022-03-17T20:56:34.0898338Z [ OK ] DataTest.SequentialSamplerResetsWithNewSizeWell (0 ms) 2022-03-17T20:56:34.0898869Z [ RUN ] DataTest.CanSaveAndLoadSequentialSampler 2022-03-17T20:56:34.1071302Z [ OK ] DataTest.CanSaveAndLoadSequentialSampler (18 ms) 2022-03-17T20:56:34.1072042Z [ RUN ] DataTest.RandomSamplerReturnsIndicesInCorrectRange 2022-03-17T20:56:34.1072923Z [ OK ] DataTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-03-17T20:56:34.1073561Z [ RUN ] DataTest.RandomSamplerReturnsLessValuesForLastBatch 2022-03-17T20:56:34.1074355Z [ OK ] DataTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-03-17T20:56:34.1074915Z [ RUN ] DataTest.RandomSamplerResetsWell 2022-03-17T20:56:34.1075567Z [ OK ] DataTest.RandomSamplerResetsWell (0 ms) 2022-03-17T20:56:34.1076053Z [ RUN ] DataTest.RandomSamplerResetsWithNewSizeWell 2022-03-17T20:56:34.1076861Z [ OK ] DataTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-03-17T20:56:34.1077641Z [ RUN ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence 2022-03-17T20:56:34.1079558Z [ OK ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence (0 ms) 2022-03-17T20:56:34.1080233Z [ RUN ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder 2022-03-17T20:56:34.1081606Z [ OK ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder (0 ms) 2022-03-17T20:56:34.1082248Z [ RUN ] DataTest.StreamSamplerResetsWell 2022-03-17T20:56:34.1082898Z [ OK ] DataTest.StreamSamplerResetsWell (0 ms) 2022-03-17T20:56:34.1083388Z [ RUN ] DataTest.StreamSamplerResetsWithNewSizeWell 2022-03-17T20:56:34.1084158Z [ OK ] DataTest.StreamSamplerResetsWithNewSizeWell (0 ms) 2022-03-17T20:56:34.1084715Z [ RUN ] DataTest.TensorDatasetConstructsFromSingleTensor 2022-03-17T20:56:34.1085587Z [ OK ] DataTest.TensorDatasetConstructsFromSingleTensor (0 ms) 2022-03-17T20:56:34.1086235Z [ RUN ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors 2022-03-17T20:56:34.1087059Z [ OK ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors (0 ms) 2022-03-17T20:56:34.1087782Z [ RUN ] DataTest.StackTransformWorksForExample 2022-03-17T20:56:34.1088293Z [ OK ] DataTest.StackTransformWorksForExample (0 ms) 2022-03-17T20:56:34.1088968Z [ RUN ] DataTest.StackTransformWorksForTensorExample 2022-03-17T20:56:34.1089740Z [ OK ] DataTest.StackTransformWorksForTensorExample (0 ms) 2022-03-17T20:56:34.1090495Z [ RUN ] DataTest.TensorTransformWorksForAnyTargetType 2022-03-17T20:56:34.1091041Z [ OK ] DataTest.TensorTransformWorksForAnyTargetType (0 ms) 2022-03-17T20:56:34.1091570Z [ RUN ] DataTest.TensorLambdaWorksforAnyTargetType 2022-03-17T20:56:34.1092077Z [ OK ] DataTest.TensorLambdaWorksforAnyTargetType (0 ms) 2022-03-17T20:56:34.1092545Z [ RUN ] DataTest.NormalizeTransform 2022-03-17T20:56:34.1099642Z [ OK ] DataTest.NormalizeTransform (0 ms) 2022-03-17T20:56:34.1100047Z [ RUN ] DataTest.MapDoesNotCopy 2022-03-17T20:56:34.1100452Z [ OK ] DataTest.MapDoesNotCopy (0 ms) 2022-03-17T20:56:34.1100885Z [ RUN ] DataTest.QueuePushAndPopFromSameThread 2022-03-17T20:56:34.1101387Z [ OK ] DataTest.QueuePushAndPopFromSameThread (0 ms) 2022-03-17T20:56:34.1101908Z [ RUN ] DataTest.QueuePopWithTimeoutThrowsUponTimeout 2022-03-17T20:56:34.1215432Z [ OK ] DataTest.QueuePopWithTimeoutThrowsUponTimeout (11 ms) 2022-03-17T20:56:34.1215996Z [ RUN ] DataTest.QueuePushAndPopFromDifferentThreads 2022-03-17T20:56:34.1419457Z [ OK ] DataTest.QueuePushAndPopFromDifferentThreads (20 ms) 2022-03-17T20:56:34.1419955Z [ RUN ] DataTest.QueueClearEmptiesTheQueue 2022-03-17T20:56:34.1444155Z [ OK ] DataTest.QueueClearEmptiesTheQueue (2 ms) 2022-03-17T20:56:34.1444625Z [ RUN ] DataTest.DataShuttleCanPushAndPopJob 2022-03-17T20:56:34.1445263Z [ OK ] DataTest.DataShuttleCanPushAndPopJob (0 ms) 2022-03-17T20:56:34.1445774Z [ RUN ] DataTest.DataShuttleCanPushAndPopResult 2022-03-17T20:56:34.1446256Z [ OK ] DataTest.DataShuttleCanPushAndPopResult (0 ms) 2022-03-17T20:56:34.1446863Z [ RUN ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight 2022-03-17T20:56:34.1447533Z [ OK ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight (0 ms) 2022-03-17T20:56:34.1448176Z [ RUN ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt 2022-03-17T20:56:34.1448784Z [ OK ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt (0 ms) 2022-03-17T20:56:34.1449306Z [ RUN ] DataTest.DataShuttlePopResultTimesOut 2022-03-17T20:56:34.1559545Z [ OK ] DataTest.DataShuttlePopResultTimesOut (11 ms) 2022-03-17T20:56:34.1560064Z [ RUN ] DataTest.SharedBatchDatasetReallyIsShared 2022-03-17T20:56:34.1573764Z [ OK ] DataTest.SharedBatchDatasetReallyIsShared (1 ms) 2022-03-17T20:56:34.1574686Z [ RUN ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject 2022-03-17T20:56:34.1575506Z [ OK ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject (0 ms) 2022-03-17T20:56:34.1576103Z [ RUN ] DataTest.CanUseCustomTypeAsIndexType 2022-03-17T20:56:34.1576584Z [ OK ] DataTest.CanUseCustomTypeAsIndexType (0 ms) 2022-03-17T20:56:34.1577177Z [ RUN ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples 2022-03-17T20:56:34.1577914Z [ OK ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-03-17T20:56:34.1578631Z [ RUN ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples 2022-03-17T20:56:34.1579367Z [ OK ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-03-17T20:56:34.1580004Z [ RUN ] DataTest.CanSaveAndLoadDistributedRandomSampler 2022-03-17T20:56:34.1584429Z [ OK ] DataTest.CanSaveAndLoadDistributedRandomSampler (0 ms) 2022-03-17T20:56:34.1585366Z [ RUN ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples 2022-03-17T20:56:34.1586165Z [ OK ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-03-17T20:56:34.1587012Z [ RUN ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples 2022-03-17T20:56:34.1588142Z [ OK ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-03-17T20:56:34.1588796Z [ RUN ] DataTest.CanSaveAndLoadDistributedSequentialSampler 2022-03-17T20:56:34.1589419Z [ OK ] DataTest.CanSaveAndLoadDistributedSequentialSampler (0 ms) 2022-03-17T20:56:34.1590493Z [----------] 50 tests from DataTest (77 ms total) 2022-03-17T20:56:34.1590912Z 2022-03-17T20:56:34.1591161Z [----------] 37 tests from DataLoaderTest 2022-03-17T20:56:34.1591655Z [ RUN ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected 2022-03-17T20:56:34.1592240Z [ OK ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected (0 ms) 2022-03-17T20:56:34.1592819Z [ RUN ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues 2022-03-17T20:56:34.1593434Z [ OK ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues (0 ms) 2022-03-17T20:56:34.1593997Z [ RUN ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected 2022-03-17T20:56:34.1594558Z [ OK ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected (0 ms) 2022-03-17T20:56:34.1595253Z [ RUN ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset 2022-03-17T20:56:34.1604079Z [ OK ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset (1 ms) 2022-03-17T20:56:34.1605478Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToThemselves 2022-03-17T20:56:34.1606181Z [ OK ] DataLoaderTest.IteratorsCompareEqualToThemselves (0 ms) 2022-03-17T20:56:34.1606752Z [ RUN ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther 2022-03-17T20:56:34.1607372Z [ OK ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther (0 ms) 2022-03-17T20:56:34.1607970Z [ RUN ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther 2022-03-17T20:56:34.1608594Z [ OK ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther (0 ms) 2022-03-17T20:56:34.1609227Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted 2022-03-17T20:56:34.1609872Z [ OK ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted (0 ms) 2022-03-17T20:56:34.1610536Z [ RUN ] DataLoaderTest.IteratorsShareState 2022-03-17T20:56:34.1610994Z [ OK ] DataLoaderTest.IteratorsShareState (0 ms) 2022-03-17T20:56:34.1611528Z [ RUN ] DataLoaderTest.CanDereferenceIteratorMultipleTimes 2022-03-17T20:56:34.1612111Z [ OK ] DataLoaderTest.CanDereferenceIteratorMultipleTimes (0 ms) 2022-03-17T20:56:34.1612628Z [ RUN ] DataLoaderTest.CanUseIteratorAlgorithms 2022-03-17T20:56:34.1613124Z [ OK ] DataLoaderTest.CanUseIteratorAlgorithms (0 ms) 2022-03-17T20:56:34.1613696Z [ RUN ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows 2022-03-17T20:56:34.1623606Z [ OK ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows (1 ms) 2022-03-17T20:56:34.1624270Z [ RUN ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows 2022-03-17T20:56:34.1638503Z [ OK ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows (1 ms) 2022-03-17T20:56:34.1639153Z [ RUN ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows 2022-03-17T20:56:34.1654064Z [ OK ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows (1 ms) 2022-03-17T20:56:34.1654656Z [ RUN ] DataLoaderTest.IncrementingSentinelIteratorThrows 2022-03-17T20:56:34.1668797Z [ OK ] DataLoaderTest.IncrementingSentinelIteratorThrows (1 ms) 2022-03-17T20:56:34.1669387Z [ RUN ] DataLoaderTest.DereferencingSentinelIteratorThrows 2022-03-17T20:56:34.1683401Z [ OK ] DataLoaderTest.DereferencingSentinelIteratorThrows (1 ms) 2022-03-17T20:56:34.1684204Z [ RUN ] DataLoaderTest.YieldsCorrectBatchSize 2022-03-17T20:56:34.1684680Z [ OK ] DataLoaderTest.YieldsCorrectBatchSize (0 ms) 2022-03-17T20:56:34.1685335Z [ RUN ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse 2022-03-17T20:56:34.1686148Z [ OK ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse (0 ms) 2022-03-17T20:56:34.1686959Z [ RUN ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue 2022-03-17T20:56:34.1687812Z [ OK ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue (0 ms) 2022-03-17T20:56:34.1688445Z [ RUN ] DataLoaderTest.RespectsTimeout 2022-03-17T20:56:34.1805046Z [ OK ] DataLoaderTest.RespectsTimeout (11 ms) 2022-03-17T20:56:34.1805727Z [ RUN ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured 2022-03-17T20:56:34.1820771Z [ OK ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured (1 ms) 2022-03-17T20:56:34.1821306Z [ RUN ] DataLoaderTest.Reset 2022-03-17T20:56:34.1821877Z [ OK ] DataLoaderTest.Reset (0 ms) 2022-03-17T20:56:34.1822478Z [ RUN ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers 2022-03-17T20:56:34.1823902Z [ OK ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers (0 ms) 2022-03-17T20:56:34.1824454Z [ RUN ] DataLoaderTest.StatefulDatasetWithNoWorkers 2022-03-17T20:56:34.1825128Z [ OK ] DataLoaderTest.StatefulDatasetWithNoWorkers (0 ms) 2022-03-17T20:56:34.1825687Z [ RUN ] DataLoaderTest.StatefulDatasetWithManyWorkers 2022-03-17T20:56:34.1842572Z [ OK ] DataLoaderTest.StatefulDatasetWithManyWorkers (1 ms) 2022-03-17T20:56:34.1843104Z [ RUN ] DataLoaderTest.StatefulDatasetWithMap 2022-03-17T20:56:34.1844081Z [ OK ] DataLoaderTest.StatefulDatasetWithMap (0 ms) 2022-03-17T20:56:34.1844573Z [ RUN ] DataLoaderTest.StatefulDatasetWithCollate 2022-03-17T20:56:34.1846430Z [ OK ] DataLoaderTest.StatefulDatasetWithCollate (0 ms) 2022-03-17T20:56:34.1847330Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatch 2022-03-17T20:56:34.1917655Z [ OK ] DataLoaderTest.ChunkDataSetGetBatch (7 ms) 2022-03-17T20:56:34.1918208Z [ RUN ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch 2022-03-17T20:56:34.1934649Z [ OK ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch (1 ms) 2022-03-17T20:56:34.1935479Z [ RUN ] DataLoaderTest.ChunkDataSetWithEmptyBatch 2022-03-17T20:56:34.1936018Z [ OK ] DataLoaderTest.ChunkDataSetWithEmptyBatch (0 ms) 2022-03-17T20:56:34.1936716Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize 2022-03-17T20:56:34.1937796Z [ OK ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize (0 ms) 2022-03-17T20:56:34.1938428Z [ RUN ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet 2022-03-17T20:56:34.1939206Z [ OK ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet (0 ms) 2022-03-17T20:56:34.1939758Z [ RUN ] DataLoaderTest.ChunkDatasetDoesNotHang 2022-03-17T20:56:34.1940980Z [ OK ] DataLoaderTest.ChunkDatasetDoesNotHang (0 ms) 2022-03-17T20:56:34.1941458Z [ RUN ] DataLoaderTest.ChunkDatasetSave 2022-03-17T20:56:34.2118942Z [ OK ] DataLoaderTest.ChunkDatasetSave (17 ms) 2022-03-17T20:56:34.2119390Z [ RUN ] DataLoaderTest.ChunkDatasetLoad 2022-03-17T20:56:34.2126473Z [ OK ] DataLoaderTest.ChunkDatasetLoad (0 ms) 2022-03-17T20:56:34.2127007Z [ RUN ] DataLoaderTest.ChunkDatasetCrossChunkShuffle 2022-03-17T20:56:34.2133084Z [ OK ] DataLoaderTest.ChunkDatasetCrossChunkShuffle (0 ms) 2022-03-17T20:56:34.2133625Z [ RUN ] DataLoaderTest.CustomPreprocessPolicy 2022-03-17T20:56:34.2137879Z [ OK ] DataLoaderTest.CustomPreprocessPolicy (0 ms) 2022-03-17T20:56:34.2138393Z [----------] 37 tests from DataLoaderTest (54 ms total) 2022-03-17T20:56:34.2138784Z 2022-03-17T20:56:34.2139153Z [----------] 1 test from EnumTest 2022-03-17T20:56:34.2139505Z [ RUN ] EnumTest.AllEnums 2022-03-17T20:56:34.2139867Z [ OK ] EnumTest.AllEnums (0 ms) 2022-03-17T20:56:34.2140236Z [----------] 1 test from EnumTest (0 ms total) 2022-03-17T20:56:34.2140461Z 2022-03-17T20:56:34.2140692Z [----------] 6 tests from ExpandingArrayTest 2022-03-17T20:56:34.2141187Z [ RUN ] ExpandingArrayTest.CanConstructFromInitializerList 2022-03-17T20:56:34.2141763Z [ OK ] ExpandingArrayTest.CanConstructFromInitializerList (0 ms) 2022-03-17T20:56:34.2142302Z [ RUN ] ExpandingArrayTest.CanConstructFromVector 2022-03-17T20:56:34.2142795Z [ OK ] ExpandingArrayTest.CanConstructFromVector (0 ms) 2022-03-17T20:56:34.2143295Z [ RUN ] ExpandingArrayTest.CanConstructFromArray 2022-03-17T20:56:34.2143797Z [ OK ] ExpandingArrayTest.CanConstructFromArray (0 ms) 2022-03-17T20:56:34.2144297Z [ RUN ] ExpandingArrayTest.CanConstructFromSingleValue 2022-03-17T20:56:34.2144850Z [ OK ] ExpandingArrayTest.CanConstructFromSingleValue (0 ms) 2022-03-17T20:56:34.2145737Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList 2022-03-17T20:56:34.2153337Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList (1 ms) 2022-03-17T20:56:34.2154243Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector 2022-03-17T20:56:34.2166470Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector (1 ms) 2022-03-17T20:56:34.2167273Z [----------] 6 tests from ExpandingArrayTest (2 ms total) 2022-03-17T20:56:34.2167503Z 2022-03-17T20:56:34.2167698Z [----------] 10 tests from FFTTest 2022-03-17T20:56:34.2168008Z [ RUN ] FFTTest.fft 2022-03-17T20:56:34.2172816Z [ OK ] FFTTest.fft (0 ms) 2022-03-17T20:56:34.2173299Z [ RUN ] FFTTest.fft_real 2022-03-17T20:56:34.2176357Z [ OK ] FFTTest.fft_real (0 ms) 2022-03-17T20:56:34.2176713Z [ RUN ] FFTTest.fft_pad 2022-03-17T20:56:34.2180836Z [ OK ] FFTTest.fft_pad (0 ms) 2022-03-17T20:56:34.2181192Z [ RUN ] FFTTest.fft_norm 2022-03-17T20:56:34.2184276Z [ OK ] FFTTest.fft_norm (0 ms) 2022-03-17T20:56:34.2184623Z [ RUN ] FFTTest.ifft 2022-03-17T20:56:34.2188880Z [ OK ] FFTTest.ifft (0 ms) 2022-03-17T20:56:34.2189210Z [ RUN ] FFTTest.fft_ifft 2022-03-17T20:56:34.2190730Z [ OK ] FFTTest.fft_ifft (0 ms) 2022-03-17T20:56:34.2191049Z [ RUN ] FFTTest.rfft 2022-03-17T20:56:34.2193587Z [ OK ] FFTTest.rfft (0 ms) 2022-03-17T20:56:34.2193941Z [ RUN ] FFTTest.rfft_irfft 2022-03-17T20:56:34.2194943Z [ OK ] FFTTest.rfft_irfft (0 ms) 2022-03-17T20:56:34.2195305Z [ RUN ] FFTTest.ihfft 2022-03-17T20:56:34.2197932Z [ OK ] FFTTest.ihfft (0 ms) 2022-03-17T20:56:34.2198275Z [ RUN ] FFTTest.hfft_ihfft 2022-03-17T20:56:34.2201004Z [ OK ] FFTTest.hfft_ihfft (0 ms) 2022-03-17T20:56:34.2201858Z [----------] 10 tests from FFTTest (3 ms total) 2022-03-17T20:56:34.2202073Z 2022-03-17T20:56:34.2202301Z [----------] 135 tests from FunctionalTest 2022-03-17T20:56:34.2202681Z [ RUN ] FunctionalTest.Conv1d 2022-03-17T20:56:34.2215082Z [ OK ] FunctionalTest.Conv1d (1 ms) 2022-03-17T20:56:34.2215490Z [ RUN ] FunctionalTest.Conv2dEven 2022-03-17T20:56:34.2219921Z [ OK ] FunctionalTest.Conv2dEven (0 ms) 2022-03-17T20:56:34.2220346Z [ RUN ] FunctionalTest.Conv2dUneven 2022-03-17T20:56:34.2223340Z [ OK ] FunctionalTest.Conv2dUneven (0 ms) 2022-03-17T20:56:34.2223728Z [ RUN ] FunctionalTest.Conv3d 2022-03-17T20:56:34.2228788Z [ OK ] FunctionalTest.Conv3d (0 ms) 2022-03-17T20:56:34.2229193Z [ RUN ] FunctionalTest.MaxPool1d 2022-03-17T20:56:34.2229804Z [ OK ] FunctionalTest.MaxPool1d (0 ms) 2022-03-17T20:56:34.2230283Z [ RUN ] FunctionalTest.MaxPool2d 2022-03-17T20:56:34.2232289Z [ OK ] FunctionalTest.MaxPool2d (0 ms) 2022-03-17T20:56:34.2232745Z [ RUN ] FunctionalTest.MaxPool2dBackward 2022-03-17T20:56:34.2233697Z [ OK ] FunctionalTest.MaxPool2dBackward (0 ms) 2022-03-17T20:56:34.2234261Z [ RUN ] FunctionalTest.MaxPool3d 2022-03-17T20:56:34.2235594Z [ OK ] FunctionalTest.MaxPool3d (0 ms) 2022-03-17T20:56:34.2236089Z [ RUN ] FunctionalTest.AvgPool1d 2022-03-17T20:56:34.2237102Z [ OK ] FunctionalTest.AvgPool1d (0 ms) 2022-03-17T20:56:34.2237734Z [ RUN ] FunctionalTest.AvgPool2d 2022-03-17T20:56:34.2238315Z [ OK ] FunctionalTest.AvgPool2d (0 ms) 2022-03-17T20:56:34.2238925Z [ RUN ] FunctionalTest.AvgPool3d 2022-03-17T20:56:34.2239718Z [ OK ] FunctionalTest.AvgPool3d (0 ms) 2022-03-17T20:56:34.2240524Z [ RUN ] FunctionalTest.FractionalMaxPool2d 2022-03-17T20:56:34.2245721Z [ OK ] FunctionalTest.FractionalMaxPool2d (0 ms) 2022-03-17T20:56:34.2246171Z [ RUN ] FunctionalTest.FractionalMaxPool3d 2022-03-17T20:56:34.2248685Z [ OK ] FunctionalTest.FractionalMaxPool3d (0 ms) 2022-03-17T20:56:34.2249139Z [ RUN ] FunctionalTest.LPPool1d 2022-03-17T20:56:34.2251099Z [ OK ] FunctionalTest.LPPool1d (0 ms) 2022-03-17T20:56:34.2251695Z [ RUN ] FunctionalTest.LPPool2d 2022-03-17T20:56:34.2252433Z [ OK ] FunctionalTest.LPPool2d (0 ms) 2022-03-17T20:56:34.2253078Z [ RUN ] FunctionalTest.CosineSimilarity 2022-03-17T20:56:34.2255303Z [ OK ] FunctionalTest.CosineSimilarity (0 ms) 2022-03-17T20:56:34.2255792Z [ RUN ] FunctionalTest.SmoothL1LossDefaultOptions 2022-03-17T20:56:34.2258212Z [ OK ] FunctionalTest.SmoothL1LossDefaultOptions (0 ms) 2022-03-17T20:56:34.2258707Z [ RUN ] FunctionalTest.SmoothL1LossBeta 2022-03-17T20:56:34.2260167Z [ OK ] FunctionalTest.SmoothL1LossBeta (0 ms) 2022-03-17T20:56:34.2260859Z [ RUN ] FunctionalTest.SmoothL1LossNoReduction 2022-03-17T20:56:34.2262857Z [ OK ] FunctionalTest.SmoothL1LossNoReduction (0 ms) 2022-03-17T20:56:34.2263374Z [ RUN ] FunctionalTest.HuberLossDefaultOptions 2022-03-17T20:56:34.2264864Z [ OK ] FunctionalTest.HuberLossDefaultOptions (0 ms) 2022-03-17T20:56:34.2265516Z [ RUN ] FunctionalTest.HuberLossDelta 2022-03-17T20:56:34.2267613Z [ OK ] FunctionalTest.HuberLossDelta (0 ms) 2022-03-17T20:56:34.2268081Z [ RUN ] FunctionalTest.HuberLossNoReduction 2022-03-17T20:56:34.2269472Z [ OK ] FunctionalTest.HuberLossNoReduction (0 ms) 2022-03-17T20:56:34.2270154Z [ RUN ] FunctionalTest.SoftMarginLossDefaultOptions 2022-03-17T20:56:34.2273614Z [ OK ] FunctionalTest.SoftMarginLossDefaultOptions (0 ms) 2022-03-17T20:56:34.2274206Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions 2022-03-17T20:56:34.2278578Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-03-17T20:56:34.2279140Z [ RUN ] FunctionalTest.SoftMarginLossNoReduction 2022-03-17T20:56:34.2281282Z [ OK ] FunctionalTest.SoftMarginLossNoReduction (0 ms) 2022-03-17T20:56:34.2282410Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-03-17T20:56:34.2285931Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-03-17T20:56:34.2286687Z [ RUN ] FunctionalTest.PairwiseDistance 2022-03-17T20:56:34.2287639Z [ OK ] FunctionalTest.PairwiseDistance (0 ms) 2022-03-17T20:56:34.2288078Z [ RUN ] FunctionalTest.PDist 2022-03-17T20:56:34.2289896Z [ OK ] FunctionalTest.PDist (0 ms) 2022-03-17T20:56:34.2290451Z [ RUN ] FunctionalTest.AdaptiveMaxPool1d 2022-03-17T20:56:34.2291208Z [ OK ] FunctionalTest.AdaptiveMaxPool1d (0 ms) 2022-03-17T20:56:34.2291780Z [ RUN ] FunctionalTest.AdaptiveMaxPool2d 2022-03-17T20:56:34.2292248Z [ OK ] FunctionalTest.AdaptiveMaxPool2d (0 ms) 2022-03-17T20:56:34.2292926Z [ RUN ] FunctionalTest.AdaptiveMaxPool3d 2022-03-17T20:56:34.2294088Z [ OK ] FunctionalTest.AdaptiveMaxPool3d (0 ms) 2022-03-17T20:56:34.2294903Z [ RUN ] FunctionalTest.AdaptiveAvgPool1d 2022-03-17T20:56:34.2295992Z [ OK ] FunctionalTest.AdaptiveAvgPool1d (0 ms) 2022-03-17T20:56:34.2296531Z [ RUN ] FunctionalTest.AdaptiveAvgPool2d 2022-03-17T20:56:34.2297003Z [ OK ] FunctionalTest.AdaptiveAvgPool2d (0 ms) 2022-03-17T20:56:34.2297622Z [ RUN ] FunctionalTest.AdaptiveAvgPool3d 2022-03-17T20:56:34.2298437Z [ OK ] FunctionalTest.AdaptiveAvgPool3d (0 ms) 2022-03-17T20:56:34.2298996Z [ RUN ] FunctionalTest.L1Loss 2022-03-17T20:56:34.2301278Z [ OK ] FunctionalTest.L1Loss (0 ms) 2022-03-17T20:56:34.2301806Z [ RUN ] FunctionalTest.MSELoss 2022-03-17T20:56:34.2302628Z [ OK ] FunctionalTest.MSELoss (0 ms) 2022-03-17T20:56:34.2303231Z [ RUN ] FunctionalTest.BCELoss 2022-03-17T20:56:34.2305435Z [ OK ] FunctionalTest.BCELoss (0 ms) 2022-03-17T20:56:34.2305835Z [ RUN ] FunctionalTest.KLDivLoss 2022-03-17T20:56:34.2306805Z [W loss.h:58] 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) 2022-03-17T20:56:34.2307854Z [ OK ] FunctionalTest.KLDivLoss (0 ms) 2022-03-17T20:56:34.2308480Z [ RUN ] FunctionalTest.HingeEmbeddingLoss 2022-03-17T20:56:34.2311764Z [ OK ] FunctionalTest.HingeEmbeddingLoss (0 ms) 2022-03-17T20:56:34.2312387Z [ RUN ] FunctionalTest.GridSample 2022-03-17T20:56:34.2313478Z [W vision.h:83] Warning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. (function grid_sample) 2022-03-17T20:56:34.2317071Z [ OK ] FunctionalTest.GridSample (0 ms) 2022-03-17T20:56:34.2317502Z [ RUN ] FunctionalTest.AffineGrid 2022-03-17T20:56:34.2489777Z [ OK ] FunctionalTest.AffineGrid (17 ms) 2022-03-17T20:56:34.2490448Z [ RUN ] FunctionalTest.MultiMarginLoss 2022-03-17T20:56:34.2491078Z [ OK ] FunctionalTest.MultiMarginLoss (0 ms) 2022-03-17T20:56:34.2491806Z [ RUN ] FunctionalTest.CosineEmbeddingLoss 2022-03-17T20:56:34.2494437Z [ OK ] FunctionalTest.CosineEmbeddingLoss (0 ms) 2022-03-17T20:56:34.2494999Z [ RUN ] FunctionalTest.MultiLabelMarginLossDefaultOptions 2022-03-17T20:56:34.2497385Z [ OK ] FunctionalTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-03-17T20:56:34.2497988Z [ RUN ] FunctionalTest.MultiLabelMarginLossNoReduction 2022-03-17T20:56:34.2499271Z [ OK ] FunctionalTest.MultiLabelMarginLossNoReduction (0 ms) 2022-03-17T20:56:34.2500029Z [ RUN ] FunctionalTest.TripletMarginLoss 2022-03-17T20:56:34.2501306Z [ OK ] FunctionalTest.TripletMarginLoss (0 ms) 2022-03-17T20:56:34.2502136Z [ RUN ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity 2022-03-17T20:56:34.2702634Z [ OK ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity (19 ms) 2022-03-17T20:56:34.2703229Z [ RUN ] FunctionalTest.NLLLoss 2022-03-17T20:56:34.2704360Z [ OK ] FunctionalTest.NLLLoss (0 ms) 2022-03-17T20:56:34.2705051Z [ RUN ] FunctionalTest.CrossEntropy 2022-03-17T20:56:34.2710106Z [ OK ] FunctionalTest.CrossEntropy (0 ms) 2022-03-17T20:56:34.2710541Z [ RUN ] FunctionalTest.MaxUnpool1d 2022-03-17T20:56:34.2715012Z [ OK ] FunctionalTest.MaxUnpool1d (0 ms) 2022-03-17T20:56:34.2715447Z [ RUN ] FunctionalTest.MaxUnpool2d 2022-03-17T20:56:34.2718285Z [ OK ] FunctionalTest.MaxUnpool2d (0 ms) 2022-03-17T20:56:34.2718696Z [ RUN ] FunctionalTest.MaxUnpool3d 2022-03-17T20:56:34.2720218Z [ OK ] FunctionalTest.MaxUnpool3d (0 ms) 2022-03-17T20:56:34.2720832Z [ RUN ] FunctionalTest.ELU 2022-03-17T20:56:34.2732611Z [ OK ] FunctionalTest.ELU (1 ms) 2022-03-17T20:56:34.2732991Z [ RUN ] FunctionalTest.SELU 2022-03-17T20:56:34.2736354Z [ OK ] FunctionalTest.SELU (0 ms) 2022-03-17T20:56:34.2736877Z [ RUN ] FunctionalTest.GLU 2022-03-17T20:56:34.2739223Z [ OK ] FunctionalTest.GLU (0 ms) 2022-03-17T20:56:34.2739707Z [ RUN ] FunctionalTest.GELU 2022-03-17T20:56:34.2743473Z [ OK ] FunctionalTest.GELU (0 ms) 2022-03-17T20:56:34.2744063Z [ RUN ] FunctionalTest.TanhGELU 2022-03-17T20:56:34.2744899Z [ OK ] FunctionalTest.TanhGELU (0 ms) 2022-03-17T20:56:34.2745535Z [ RUN ] FunctionalTest.Hardshrink 2022-03-17T20:56:34.2758389Z [ OK ] FunctionalTest.Hardshrink (1 ms) 2022-03-17T20:56:34.2758804Z [ RUN ] FunctionalTest.OneHot 2022-03-17T20:56:34.2763627Z [ OK ] FunctionalTest.OneHot (0 ms) 2022-03-17T20:56:34.2764180Z [ RUN ] FunctionalTest.Hardtanh 2022-03-17T20:56:34.2803319Z [ OK ] FunctionalTest.Hardtanh (3 ms) 2022-03-17T20:56:34.2803712Z [ RUN ] FunctionalTest.LeakyReLU 2022-03-17T20:56:34.2817333Z [ OK ] FunctionalTest.LeakyReLU (1 ms) 2022-03-17T20:56:34.2817956Z [ RUN ] FunctionalTest.LogSigmoid 2022-03-17T20:56:34.2818667Z [ OK ] FunctionalTest.LogSigmoid (0 ms) 2022-03-17T20:56:34.2819359Z [ RUN ] FunctionalTest.GumbelSoftmax 2022-03-17T20:56:34.2860935Z [ OK ] FunctionalTest.GumbelSoftmax (4 ms) 2022-03-17T20:56:34.2861362Z [ RUN ] FunctionalTest.Softmax 2022-03-17T20:56:34.2862849Z [ OK ] FunctionalTest.Softmax (0 ms) 2022-03-17T20:56:34.2863481Z [ RUN ] FunctionalTest.Softmin 2022-03-17T20:56:34.2865671Z [ OK ] FunctionalTest.Softmin (0 ms) 2022-03-17T20:56:34.2866127Z [ RUN ] FunctionalTest.LogSoftmax 2022-03-17T20:56:34.2867562Z [ OK ] FunctionalTest.LogSoftmax (0 ms) 2022-03-17T20:56:34.2868216Z [ RUN ] FunctionalTest.PReLU 2022-03-17T20:56:34.2870776Z [ OK ] FunctionalTest.PReLU (0 ms) 2022-03-17T20:56:34.2871209Z [ RUN ] FunctionalTest.LayerNorm 2022-03-17T20:56:34.2871594Z [ OK ] FunctionalTest.LayerNorm (0 ms) 2022-03-17T20:56:34.2872263Z [ RUN ] FunctionalTest.GroupNorm 2022-03-17T20:56:34.2873246Z [ OK ] FunctionalTest.GroupNorm (0 ms) 2022-03-17T20:56:34.2873833Z [ RUN ] FunctionalTest.LocalResponseNorm 2022-03-17T20:56:34.2876121Z [ OK ] FunctionalTest.LocalResponseNorm (0 ms) 2022-03-17T20:56:34.2876669Z [ RUN ] FunctionalTest.Linear 2022-03-17T20:56:34.2880282Z [ OK ] FunctionalTest.Linear (0 ms) 2022-03-17T20:56:34.2880852Z [ RUN ] FunctionalTest.Embedding 2022-03-17T20:56:34.2881899Z [ OK ] FunctionalTest.Embedding (0 ms) 2022-03-17T20:56:34.2882350Z [ RUN ] FunctionalTest.EmbeddingBag 2022-03-17T20:56:34.2888348Z [ OK ] FunctionalTest.EmbeddingBag (0 ms) 2022-03-17T20:56:34.2888780Z [ RUN ] FunctionalTest.Bilinear 2022-03-17T20:56:34.2891919Z [ OK ] FunctionalTest.Bilinear (0 ms) 2022-03-17T20:56:34.2892331Z [ RUN ] FunctionalTest.Normalize 2022-03-17T20:56:34.2898381Z [ OK ] FunctionalTest.Normalize (0 ms) 2022-03-17T20:56:34.2898797Z [ RUN ] FunctionalTest.ReLU 2022-03-17T20:56:34.2903008Z [ OK ] FunctionalTest.ReLU (0 ms) 2022-03-17T20:56:34.2903658Z [ RUN ] FunctionalTest.ReLUDefaultOptions 2022-03-17T20:56:34.2904265Z [ OK ] FunctionalTest.ReLUDefaultOptions (0 ms) 2022-03-17T20:56:34.2904681Z [ RUN ] FunctionalTest.ReLU6 2022-03-17T20:56:34.2909596Z [ OK ] FunctionalTest.ReLU6 (0 ms) 2022-03-17T20:56:34.2910048Z [ RUN ] FunctionalTest.ReLU6DefaultOptions 2022-03-17T20:56:34.2911432Z [ OK ] FunctionalTest.ReLU6DefaultOptions (0 ms) 2022-03-17T20:56:34.2912044Z [ RUN ] FunctionalTest.RReLU 2022-03-17T20:56:34.2964314Z [ OK ] FunctionalTest.RReLU (5 ms) 2022-03-17T20:56:34.2964788Z [ RUN ] FunctionalTest.RReLUDefaultOptions 2022-03-17T20:56:34.2967487Z [ OK ] FunctionalTest.RReLUDefaultOptions (0 ms) 2022-03-17T20:56:34.2967930Z [ RUN ] FunctionalTest.CELU 2022-03-17T20:56:34.2977256Z [ OK ] FunctionalTest.CELU (0 ms) 2022-03-17T20:56:34.2977686Z [ RUN ] FunctionalTest.CELUDefaultOptions 2022-03-17T20:56:34.2978647Z [ OK ] FunctionalTest.CELUDefaultOptions (0 ms) 2022-03-17T20:56:34.2979079Z [ RUN ] FunctionalTest.PixelShuffle 2022-03-17T20:56:34.2981220Z [ OK ] FunctionalTest.PixelShuffle (0 ms) 2022-03-17T20:56:34.2981822Z [ RUN ] FunctionalTest.PixelUnshuffle 2022-03-17T20:56:34.2983090Z [ OK ] FunctionalTest.PixelUnshuffle (0 ms) 2022-03-17T20:56:34.2983518Z [ RUN ] FunctionalTest.Softplus 2022-03-17T20:56:34.2993394Z [ OK ] FunctionalTest.Softplus (0 ms) 2022-03-17T20:56:34.2993856Z [ RUN ] FunctionalTest.SoftplusDefaultOptions 2022-03-17T20:56:34.2994906Z [ OK ] FunctionalTest.SoftplusDefaultOptions (0 ms) 2022-03-17T20:56:34.2995321Z [ RUN ] FunctionalTest.Fold 2022-03-17T20:56:34.2996707Z [ OK ] FunctionalTest.Fold (0 ms) 2022-03-17T20:56:34.2997097Z [ RUN ] FunctionalTest.Unfold 2022-03-17T20:56:34.2998869Z [ OK ] FunctionalTest.Unfold (0 ms) 2022-03-17T20:56:34.3009207Z [ RUN ] FunctionalTest.Softshrink 2022-03-17T20:56:34.3009632Z [ OK ] FunctionalTest.Softshrink (1 ms) 2022-03-17T20:56:34.3010224Z [ RUN ] FunctionalTest.SoftshrinkDefaultOptions 2022-03-17T20:56:34.3011160Z [ OK ] FunctionalTest.SoftshrinkDefaultOptions (0 ms) 2022-03-17T20:56:34.3011808Z [ RUN ] FunctionalTest.Softsign 2022-03-17T20:56:34.3012213Z [ OK ] FunctionalTest.Softsign (0 ms) 2022-03-17T20:56:34.3012568Z [ RUN ] FunctionalTest.Mish 2022-03-17T20:56:34.3014736Z [ OK ] FunctionalTest.Mish (0 ms) 2022-03-17T20:56:34.3015158Z [ RUN ] FunctionalTest.Tanhshrink 2022-03-17T20:56:34.3015544Z [ OK ] FunctionalTest.Tanhshrink (0 ms) 2022-03-17T20:56:34.3015935Z [ RUN ] FunctionalTest.Threshold 2022-03-17T20:56:34.3034253Z [ OK ] FunctionalTest.Threshold (1 ms) 2022-03-17T20:56:34.3034698Z [ RUN ] FunctionalTest.BatchNorm1d 2022-03-17T20:56:34.3036725Z [ OK ] FunctionalTest.BatchNorm1d (0 ms) 2022-03-17T20:56:34.3037440Z [ RUN ] FunctionalTest.BatchNorm1dDefaultOptions 2022-03-17T20:56:34.3037977Z [ OK ] FunctionalTest.BatchNorm1dDefaultOptions (0 ms) 2022-03-17T20:56:34.3038428Z [ RUN ] FunctionalTest.BatchNorm2d 2022-03-17T20:56:34.3040270Z [ OK ] FunctionalTest.BatchNorm2d (0 ms) 2022-03-17T20:56:34.3040768Z [ RUN ] FunctionalTest.BatchNorm2dDefaultOptions 2022-03-17T20:56:34.3042318Z [ OK ] FunctionalTest.BatchNorm2dDefaultOptions (0 ms) 2022-03-17T20:56:34.3042969Z [ RUN ] FunctionalTest.BatchNorm3d 2022-03-17T20:56:34.3043496Z [ OK ] FunctionalTest.BatchNorm3d (0 ms) 2022-03-17T20:56:34.3043935Z [ RUN ] FunctionalTest.BatchNorm3dDefaultOptions 2022-03-17T20:56:34.3045923Z [ OK ] FunctionalTest.BatchNorm3dDefaultOptions (0 ms) 2022-03-17T20:56:34.3046393Z [ RUN ] FunctionalTest.InstanceNorm1d 2022-03-17T20:56:34.3049249Z [ OK ] FunctionalTest.InstanceNorm1d (0 ms) 2022-03-17T20:56:34.3049766Z [ RUN ] FunctionalTest.InstanceNorm1dDefaultOptions 2022-03-17T20:56:34.3051888Z [ OK ] FunctionalTest.InstanceNorm1dDefaultOptions (0 ms) 2022-03-17T20:56:34.3052395Z [ RUN ] FunctionalTest.InstanceNorm2d 2022-03-17T20:56:34.3055365Z [ OK ] FunctionalTest.InstanceNorm2d (0 ms) 2022-03-17T20:56:34.3055874Z [ RUN ] FunctionalTest.InstanceNorm2dDefaultOptions 2022-03-17T20:56:34.3058118Z [ OK ] FunctionalTest.InstanceNorm2dDefaultOptions (0 ms) 2022-03-17T20:56:34.3058624Z [ RUN ] FunctionalTest.InstanceNorm3d 2022-03-17T20:56:34.3062243Z [ OK ] FunctionalTest.InstanceNorm3d (0 ms) 2022-03-17T20:56:34.3062752Z [ RUN ] FunctionalTest.InstanceNorm3dDefaultOptions 2022-03-17T20:56:34.3066112Z [ OK ] FunctionalTest.InstanceNorm3dDefaultOptions (0 ms) 2022-03-17T20:56:34.3066630Z [ RUN ] FunctionalTest.Interpolate 2022-03-17T20:56:34.3067893Z [W upsampling.h:61] 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) 2022-03-17T20:56:34.3069803Z [W upsampling.h:61] 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) 2022-03-17T20:56:34.3071261Z [W upsampling.h:61] 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) 2022-03-17T20:56:34.3072668Z [W upsampling.h:61] 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) 2022-03-17T20:56:34.3074228Z [W upsampling.h:61] 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) 2022-03-17T20:56:34.3075972Z [W upsampling.h:61] 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) 2022-03-17T20:56:34.3077517Z [W upsampling.h:61] 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) 2022-03-17T20:56:34.3078779Z [W upsampling.h:61] 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) 2022-03-17T20:56:34.3170183Z [ OK ] FunctionalTest.Interpolate (10 ms) 2022-03-17T20:56:34.3170718Z [ RUN ] FunctionalTest.Pad1 2022-03-17T20:56:34.3171104Z [ OK ] FunctionalTest.Pad1 (0 ms) 2022-03-17T20:56:34.3171702Z [ RUN ] FunctionalTest.Pad2 2022-03-17T20:56:34.3174049Z [ OK ] FunctionalTest.Pad2 (0 ms) 2022-03-17T20:56:34.3174427Z [ RUN ] FunctionalTest.Pad3 2022-03-17T20:56:34.3179371Z [ OK ] FunctionalTest.Pad3 (0 ms) 2022-03-17T20:56:34.3179750Z [ RUN ] FunctionalTest.Pad4 2022-03-17T20:56:34.3182585Z [ OK ] FunctionalTest.Pad4 (0 ms) 2022-03-17T20:56:34.3183161Z [ RUN ] FunctionalTest.Pad5 2022-03-17T20:56:34.3186433Z [ OK ] FunctionalTest.Pad5 (0 ms) 2022-03-17T20:56:34.3186874Z [ RUN ] FunctionalTest.Pad6 2022-03-17T20:56:34.3189510Z [ OK ] FunctionalTest.Pad6 (0 ms) 2022-03-17T20:56:34.3189891Z [ RUN ] FunctionalTest.Pad7 2022-03-17T20:56:34.3190240Z [ OK ] FunctionalTest.Pad7 (0 ms) 2022-03-17T20:56:34.3190607Z [ RUN ] FunctionalTest.Pad8 2022-03-17T20:56:34.3190962Z [ OK ] FunctionalTest.Pad8 (0 ms) 2022-03-17T20:56:34.3191336Z [ RUN ] FunctionalTest.CTCLoss 2022-03-17T20:56:34.3315454Z [ OK ] FunctionalTest.CTCLoss (12 ms) 2022-03-17T20:56:34.3315976Z [ RUN ] FunctionalTest.PoissonNLLLoss 2022-03-17T20:56:34.3318951Z [ OK ] FunctionalTest.PoissonNLLLoss (0 ms) 2022-03-17T20:56:34.3319479Z [ RUN ] FunctionalTest.MarginRankingLoss 2022-03-17T20:56:34.3323538Z [ OK ] FunctionalTest.MarginRankingLoss (0 ms) 2022-03-17T20:56:34.3324060Z [ RUN ] FunctionalTest.ConvTranspose1d 2022-03-17T20:56:34.3327202Z [ OK ] FunctionalTest.ConvTranspose1d (0 ms) 2022-03-17T20:56:34.3327762Z [ RUN ] FunctionalTest.ConvTranspose2dEven 2022-03-17T20:56:34.3332181Z [ OK ] FunctionalTest.ConvTranspose2dEven (0 ms) 2022-03-17T20:56:34.3332707Z [ RUN ] FunctionalTest.ConvTranspose2dUneven 2022-03-17T20:56:34.3336229Z [ OK ] FunctionalTest.ConvTranspose2dUneven (0 ms) 2022-03-17T20:56:34.3336751Z [ RUN ] FunctionalTest.ConvTranspose3d 2022-03-17T20:56:34.3339975Z [ OK ] FunctionalTest.ConvTranspose3d (0 ms) 2022-03-17T20:56:34.3340503Z [ RUN ] FunctionalTest.AlphaDropout 2022-03-17T20:56:34.3353528Z [ OK ] FunctionalTest.AlphaDropout (1 ms) 2022-03-17T20:56:34.3354125Z [ RUN ] FunctionalTest.FeatureAlphaDropout 2022-03-17T20:56:34.3367107Z [ OK ] FunctionalTest.FeatureAlphaDropout (1 ms) 2022-03-17T20:56:34.3367594Z [ RUN ] FunctionalTest.Dropout 2022-03-17T20:56:34.3373987Z [ OK ] FunctionalTest.Dropout (0 ms) 2022-03-17T20:56:34.3374418Z [ RUN ] FunctionalTest.Dropout2d 2022-03-17T20:56:34.3382416Z [ OK ] FunctionalTest.Dropout2d (0 ms) 2022-03-17T20:56:34.3382831Z [ RUN ] FunctionalTest.Dropout3d 2022-03-17T20:56:34.3389719Z [ OK ] FunctionalTest.Dropout3d (0 ms) 2022-03-17T20:56:34.3390137Z [ RUN ] FunctionalTest.isfinite 2022-03-17T20:56:34.3397498Z [ OK ] FunctionalTest.isfinite (0 ms) 2022-03-17T20:56:34.3397911Z [ RUN ] FunctionalTest.isfinite_CUDA 2022-03-17T20:56:35.5691408Z [ OK ] FunctionalTest.isfinite_CUDA (1229 ms) 2022-03-17T20:56:35.5691837Z [ RUN ] FunctionalTest.isinf 2022-03-17T20:56:35.5697329Z [ OK ] FunctionalTest.isinf (0 ms) 2022-03-17T20:56:35.5697734Z [ RUN ] FunctionalTest.isinf_CUDA 2022-03-17T20:56:35.5737570Z [ OK ] FunctionalTest.isinf_CUDA (4 ms) 2022-03-17T20:56:35.5738268Z [ RUN ] FunctionalTest.AllClose 2022-03-17T20:56:35.5842605Z [ OK ] FunctionalTest.AllClose (10 ms) 2022-03-17T20:56:35.5843032Z [ RUN ] FunctionalTest.AllClose_CUDA 2022-03-17T20:56:35.6320552Z [ OK ] FunctionalTest.AllClose_CUDA (47 ms) 2022-03-17T20:56:35.6321013Z [ RUN ] FunctionalTest.BCEWithLogitsLoss 2022-03-17T20:56:35.6368146Z [ OK ] FunctionalTest.BCEWithLogitsLoss (4 ms) 2022-03-17T20:56:35.6368859Z [----------] 135 tests from FunctionalTest (1416 ms total) 2022-03-17T20:56:35.6369085Z 2022-03-17T20:56:35.6369302Z [----------] 3 tests from IntegrationTest 2022-03-17T20:56:35.6369690Z [ RUN ] IntegrationTest.CartPole 2022-03-17T20:56:53.7797706Z [ OK ] IntegrationTest.CartPole (18142 ms) 2022-03-17T20:56:53.7798143Z [ RUN ] IntegrationTest.MNIST_CUDA 2022-03-17T20:57:06.3846325Z [ OK ] IntegrationTest.MNIST_CUDA (12604 ms) 2022-03-17T20:57:06.3846848Z [ RUN ] IntegrationTest.MNISTBatchNorm_CUDA 2022-03-17T20:57:19.2901437Z [ OK ] IntegrationTest.MNISTBatchNorm_CUDA (12905 ms) 2022-03-17T20:57:19.2902534Z [----------] 3 tests from IntegrationTest (43653 ms total) 2022-03-17T20:57:19.2902846Z 2022-03-17T20:57:19.2903054Z [----------] 9 tests from InitTest 2022-03-17T20:57:19.2903479Z [ RUN ] InitTest.ProducesPyTorchValues_XavierUniform 2022-03-17T20:57:19.2925323Z [ OK ] InitTest.ProducesPyTorchValues_XavierUniform (2 ms) 2022-03-17T20:57:19.2925847Z [ RUN ] InitTest.ProducesPyTorchValues_XavierNormal 2022-03-17T20:57:19.2954761Z [ OK ] InitTest.ProducesPyTorchValues_XavierNormal (2 ms) 2022-03-17T20:57:19.2955298Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingNormal 2022-03-17T20:57:19.2978318Z [ OK ] InitTest.ProducesPyTorchValues_KaimingNormal (2 ms) 2022-03-17T20:57:19.2978844Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingUniform 2022-03-17T20:57:19.3001272Z [ OK ] InitTest.ProducesPyTorchValues_KaimingUniform (2 ms) 2022-03-17T20:57:19.3002104Z [ RUN ] InitTest.CanInitializeTensorThatRequiresGrad 2022-03-17T20:57:19.3031462Z [ OK ] InitTest.CanInitializeTensorThatRequiresGrad (2 ms) 2022-03-17T20:57:19.3032453Z [ RUN ] InitTest.CalculateGainWithTanh 2022-03-17T20:57:19.3033246Z [ OK ] InitTest.CalculateGainWithTanh (0 ms) 2022-03-17T20:57:19.3033662Z [ RUN ] InitTest.CalculateGainWithRelu 2022-03-17T20:57:19.3034095Z [ OK ] InitTest.CalculateGainWithRelu (0 ms) 2022-03-17T20:57:19.3034523Z [ RUN ] InitTest.CalculateGainWithLeakyRelu 2022-03-17T20:57:19.3035388Z [ OK ] InitTest.CalculateGainWithLeakyRelu (0 ms) 2022-03-17T20:57:19.3036251Z [ RUN ] InitTest.CanInitializeCnnWithOrthogonal 2022-03-17T20:57:19.3037253Z [ OK ] InitTest.CanInitializeCnnWithOrthogonal (0 ms) 2022-03-17T20:57:19.3038167Z [----------] 9 tests from InitTest (13 ms total) 2022-03-17T20:57:19.3038374Z 2022-03-17T20:57:19.3038603Z [----------] 6 tests from TorchScriptTest 2022-03-17T20:57:19.3039047Z [ RUN ] TorchScriptTest.CanCompileMultipleFunctions 2022-03-17T20:57:19.3691264Z [ OK ] TorchScriptTest.CanCompileMultipleFunctions (65 ms) 2022-03-17T20:57:19.3692252Z [ RUN ] TorchScriptTest.TestNestedIValueModuleArgMatching 2022-03-17T20:57:19.3720195Z [ OK ] TorchScriptTest.TestNestedIValueModuleArgMatching (2 ms) 2022-03-17T20:57:19.3721199Z [ RUN ] TorchScriptTest.TestDictArgMatching 2022-03-17T20:57:19.3725598Z [ OK ] TorchScriptTest.TestDictArgMatching (0 ms) 2022-03-17T20:57:19.3726584Z [ RUN ] TorchScriptTest.TestTupleArgMatching 2022-03-17T20:57:19.3727595Z [ OK ] TorchScriptTest.TestTupleArgMatching (0 ms) 2022-03-17T20:57:19.3728840Z [ RUN ] TorchScriptTest.TestOptionalArgMatching 2022-03-17T20:57:19.3735910Z [ OK ] TorchScriptTest.TestOptionalArgMatching (0 ms) 2022-03-17T20:57:19.3736820Z [ RUN ] TorchScriptTest.TestPickle 2022-03-17T20:57:19.3737742Z [ OK ] TorchScriptTest.TestPickle (0 ms) 2022-03-17T20:57:19.3738208Z [----------] 6 tests from TorchScriptTest (69 ms total) 2022-03-17T20:57:19.3738408Z 2022-03-17T20:57:19.3738622Z [----------] 3 tests from MakeUniqueTest 2022-03-17T20:57:19.3739053Z [ RUN ] MakeUniqueTest.ForwardRvaluesCorrectly 2022-03-17T20:57:19.3739522Z [ OK ] MakeUniqueTest.ForwardRvaluesCorrectly (0 ms) 2022-03-17T20:57:19.3740221Z [ RUN ] MakeUniqueTest.ForwardLvaluesCorrectly 2022-03-17T20:57:19.3740984Z [ OK ] MakeUniqueTest.ForwardLvaluesCorrectly (0 ms) 2022-03-17T20:57:19.3741562Z [ RUN ] MakeUniqueTest.CanConstructUniquePtrOfArray 2022-03-17T20:57:19.3742095Z [ OK ] MakeUniqueTest.CanConstructUniquePtrOfArray (0 ms) 2022-03-17T20:57:19.3742566Z [----------] 3 tests from MakeUniqueTest (0 ms total) 2022-03-17T20:57:19.3742780Z 2022-03-17T20:57:19.3742992Z [----------] 2 tests from MetaTensorTest 2022-03-17T20:57:19.3743407Z [ RUN ] MetaTensorTest.MetaDeviceApi 2022-03-17T20:57:19.3743816Z [ OK ] MetaTensorTest.MetaDeviceApi (0 ms) 2022-03-17T20:57:19.3744243Z [ RUN ] MetaTensorTest.MetaNamespaceApi 2022-03-17T20:57:19.3744671Z [ OK ] MetaTensorTest.MetaNamespaceApi (0 ms) 2022-03-17T20:57:19.3745117Z [----------] 2 tests from MetaTensorTest (0 ms total) 2022-03-17T20:57:19.3745331Z 2022-03-17T20:57:19.3745526Z [----------] 2 tests from UtilsTest 2022-03-17T20:57:19.3745851Z [ RUN ] UtilsTest.WarnOnce 2022-03-17T20:57:19.3746216Z [ OK ] UtilsTest.WarnOnce (0 ms) 2022-03-17T20:57:19.3746615Z [ RUN ] UtilsTest.AmbiguousOperatorDefaults 2022-03-17T20:57:19.3747083Z [ OK ] UtilsTest.AmbiguousOperatorDefaults (0 ms) 2022-03-17T20:57:19.3747526Z [----------] 2 tests from UtilsTest (0 ms total) 2022-03-17T20:57:19.3747707Z 2022-03-17T20:57:19.3747900Z [----------] 1 test from NoGradTest 2022-03-17T20:57:19.3748292Z [ RUN ] NoGradTest.SetsGradModeCorrectly 2022-03-17T20:57:19.3776355Z [ OK ] NoGradTest.SetsGradModeCorrectly (3 ms) 2022-03-17T20:57:19.3776925Z [----------] 1 test from NoGradTest (3 ms total) 2022-03-17T20:57:19.3777285Z 2022-03-17T20:57:19.3777683Z [----------] 3 tests from AutogradTest 2022-03-17T20:57:19.3778257Z [ RUN ] AutogradTest.CanTakeDerivatives 2022-03-17T20:57:19.3778942Z [ OK ] AutogradTest.CanTakeDerivatives (0 ms) 2022-03-17T20:57:19.3779486Z [ RUN ] AutogradTest.CanTakeDerivativesOfZeroDimTensors 2022-03-17T20:57:19.3781036Z [ OK ] AutogradTest.CanTakeDerivativesOfZeroDimTensors (0 ms) 2022-03-17T20:57:19.3781570Z [ RUN ] AutogradTest.CanPassCustomGradientInputs 2022-03-17T20:57:19.3783843Z [ OK ] AutogradTest.CanPassCustomGradientInputs (0 ms) 2022-03-17T20:57:19.3784345Z [----------] 3 tests from AutogradTest (0 ms total) 2022-03-17T20:57:19.3784553Z 2022-03-17T20:57:19.3784754Z [----------] 55 tests from ModuleTest 2022-03-17T20:57:19.3785172Z [ RUN ] ModuleTest.CanEnableAndDisableTrainingMode 2022-03-17T20:57:19.3785687Z [ OK ] ModuleTest.CanEnableAndDisableTrainingMode (0 ms) 2022-03-17T20:57:19.3786117Z [ RUN ] ModuleTest.ZeroGrad 2022-03-17T20:57:19.3787560Z [ OK ] ModuleTest.ZeroGrad (0 ms) 2022-03-17T20:57:19.3788023Z [ RUN ] ModuleTest.ZeroGradWithUndefined 2022-03-17T20:57:19.3789433Z [ OK ] ModuleTest.ZeroGradWithUndefined (0 ms) 2022-03-17T20:57:19.3790110Z [ RUN ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName 2022-03-17T20:57:19.3818952Z [ OK ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName (2 ms) 2022-03-17T20:57:19.3819546Z [ RUN ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName 2022-03-17T20:57:19.3833185Z [ OK ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName (1 ms) 2022-03-17T20:57:19.3833765Z [ RUN ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName 2022-03-17T20:57:19.3849202Z [ OK ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName (1 ms) 2022-03-17T20:57:19.3849694Z [ RUN ] ModuleTest.ReplaceModule 2022-03-17T20:57:19.3850074Z [ OK ] ModuleTest.ReplaceModule (0 ms) 2022-03-17T20:57:19.3850616Z [ RUN ] ModuleTest.UnregisterModule 2022-03-17T20:57:19.3868982Z [ OK ] ModuleTest.UnregisterModule (1 ms) 2022-03-17T20:57:19.3869528Z [ RUN ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName 2022-03-17T20:57:19.3906939Z [ OK ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName (3 ms) 2022-03-17T20:57:19.3907558Z [ RUN ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName 2022-03-17T20:57:19.3932129Z [ OK ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName (2 ms) 2022-03-17T20:57:19.3932716Z [ RUN ] ModuleTest.RegisterParameterUndefinedTensor 2022-03-17T20:57:19.3933228Z [ OK ] ModuleTest.RegisterParameterUndefinedTensor (0 ms) 2022-03-17T20:57:19.3933785Z [ RUN ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName 2022-03-17T20:57:19.3970487Z [ OK ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName (3 ms) 2022-03-17T20:57:19.3971091Z [ RUN ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName 2022-03-17T20:57:19.3996182Z [ OK ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName (2 ms) 2022-03-17T20:57:19.3996904Z [ RUN ] ModuleTest.CanGetName 2022-03-17T20:57:19.3997610Z [ OK ] ModuleTest.CanGetName (0 ms) 2022-03-17T20:57:19.3998098Z [ RUN ] ModuleTest.AsCastsModulesCorrectly 2022-03-17T20:57:19.3998731Z [ OK ] ModuleTest.AsCastsModulesCorrectly (0 ms) 2022-03-17T20:57:19.3999701Z [ RUN ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor 2022-03-17T20:57:19.4000392Z [ OK ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor (0 ms) 2022-03-17T20:57:19.4001026Z [ RUN ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor_CUDA 2022-03-17T20:57:19.4001945Z [ OK ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor_CUDA (0 ms) 2022-03-17T20:57:19.4002593Z [ RUN ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor 2022-03-17T20:57:19.4003254Z [ OK ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor (0 ms) 2022-03-17T20:57:19.4003925Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows 2022-03-17T20:57:19.4021290Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows (1 ms) 2022-03-17T20:57:19.4021990Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow 2022-03-17T20:57:19.4022676Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow (0 ms) 2022-03-17T20:57:19.4023270Z [ RUN ] ModuleTest.CloneCreatesDistinctParameters 2022-03-17T20:57:19.4031426Z [ OK ] ModuleTest.CloneCreatesDistinctParameters (0 ms) 2022-03-17T20:57:19.4032006Z [ RUN ] ModuleTest.CloneCreatesDistinctParametersExplicitDevice_CUDA 2022-03-17T20:57:19.4060678Z [ OK ] ModuleTest.CloneCreatesDistinctParametersExplicitDevice_CUDA (2 ms) 2022-03-17T20:57:19.4061266Z [ RUN ] ModuleTest.ClonePreservesExternalReferences 2022-03-17T20:57:19.4064835Z [ OK ] ModuleTest.ClonePreservesExternalReferences (0 ms) 2022-03-17T20:57:19.4065462Z [ RUN ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules 2022-03-17T20:57:19.4066393Z [ OK ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules (0 ms) 2022-03-17T20:57:19.4067031Z [ RUN ] ModuleTest.CloneToDevicePreservesTheDeviceOfParameters_CUDA 2022-03-17T20:57:19.4072407Z [ OK ] ModuleTest.CloneToDevicePreservesTheDeviceOfParameters_CUDA (0 ms) 2022-03-17T20:57:19.4073429Z [ RUN ] ModuleTest.HasCorrectNumberOfParameters 2022-03-17T20:57:19.4073974Z [ OK ] ModuleTest.HasCorrectNumberOfParameters (0 ms) 2022-03-17T20:57:19.4074503Z [ RUN ] ModuleTest.ContainsParametersWithTheCorrectName 2022-03-17T20:57:19.4075491Z [ OK ] ModuleTest.ContainsParametersWithTheCorrectName (0 ms) 2022-03-17T20:57:19.4076016Z [ RUN ] ModuleTest.HasCorrectNumberOfBuffers 2022-03-17T20:57:19.4076478Z [ OK ] ModuleTest.HasCorrectNumberOfBuffers (0 ms) 2022-03-17T20:57:19.4076980Z [ RUN ] ModuleTest.ContainsBuffersWithTheCorrectName 2022-03-17T20:57:19.4077528Z [ OK ] ModuleTest.ContainsBuffersWithTheCorrectName (0 ms) 2022-03-17T20:57:19.4078169Z [ RUN ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl 2022-03-17T20:57:19.4078950Z [ OK ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl (0 ms) 2022-03-17T20:57:19.4079690Z [ RUN ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl 2022-03-17T20:57:19.4080451Z [ OK ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl (0 ms) 2022-03-17T20:57:19.4081173Z [ RUN ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState 2022-03-17T20:57:19.4089868Z [ OK ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState (1 ms) 2022-03-17T20:57:19.4090868Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel 2022-03-17T20:57:19.4091837Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-03-17T20:57:19.4092647Z [ RUN ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-03-17T20:57:19.4093703Z [ OK ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-03-17T20:57:19.4094359Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel 2022-03-17T20:57:19.4095517Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-03-17T20:57:19.4096645Z [ RUN ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-03-17T20:57:19.4097650Z [ OK ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-03-17T20:57:19.4098716Z [ RUN ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel 2022-03-17T20:57:19.4099588Z [ OK ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-03-17T20:57:19.4100462Z [ RUN ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel 2022-03-17T20:57:19.4101343Z [ OK ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-03-17T20:57:19.4102221Z [ RUN ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel 2022-03-17T20:57:19.4103198Z [ OK ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-03-17T20:57:19.4103873Z [ RUN ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel 2022-03-17T20:57:19.4104759Z [ OK ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-03-17T20:57:19.4105395Z [ RUN ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel 2022-03-17T20:57:19.4106113Z [ OK ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-03-17T20:57:19.4106751Z [ RUN ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel 2022-03-17T20:57:19.4107387Z [ OK ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-03-17T20:57:19.4107991Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel 2022-03-17T20:57:19.4108614Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-03-17T20:57:19.4109278Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel 2022-03-17T20:57:19.4109971Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-03-17T20:57:19.4110638Z [ RUN ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel 2022-03-17T20:57:19.4111408Z [ OK ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-03-17T20:57:19.4112102Z [ RUN ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel 2022-03-17T20:57:19.4112834Z [ OK ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-03-17T20:57:19.4113417Z [ RUN ] ModuleTest.ModuleApplyIteratesCorreclty 2022-03-17T20:57:19.4113912Z [ OK ] ModuleTest.ModuleApplyIteratesCorreclty (0 ms) 2022-03-17T20:57:19.4114407Z [ RUN ] ModuleTest.ConstModuleApplyIteratesCorreclty 2022-03-17T20:57:19.4114936Z [ OK ] ModuleTest.ConstModuleApplyIteratesCorreclty (0 ms) 2022-03-17T20:57:19.4115460Z [ RUN ] ModuleTest.NamedModuleApplyIteratesCorreclty 2022-03-17T20:57:19.4115972Z [ OK ] ModuleTest.NamedModuleApplyIteratesCorreclty (0 ms) 2022-03-17T20:57:19.4116527Z [ RUN ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty 2022-03-17T20:57:19.4117083Z [ OK ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty (0 ms) 2022-03-17T20:57:19.4117640Z [ RUN ] ModuleTest.ModulePointerApplyIteratesCorreclty 2022-03-17T20:57:19.4118205Z [ OK ] ModuleTest.ModulePointerApplyIteratesCorreclty (0 ms) 2022-03-17T20:57:19.4118753Z [ RUN ] ModuleTest.NamedModulePointerApplyIteratesCorreclty 2022-03-17T20:57:19.4119345Z [ OK ] ModuleTest.NamedModulePointerApplyIteratesCorreclty (0 ms) 2022-03-17T20:57:19.4119963Z [ RUN ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr 2022-03-17T20:57:19.4136687Z [ OK ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr (3 ms) 2022-03-17T20:57:19.4137466Z [ RUN ] ModuleTest.PrettyPrint 2022-03-17T20:57:19.4137870Z [ OK ] ModuleTest.PrettyPrint (0 ms) 2022-03-17T20:57:19.4138396Z [ RUN ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl 2022-03-17T20:57:19.4139004Z [ OK ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl (0 ms) 2022-03-17T20:57:19.4139540Z [----------] 55 tests from ModuleTest (35 ms total) 2022-03-17T20:57:19.4139746Z 2022-03-17T20:57:19.4139955Z [----------] 13 tests from ModuleDictTest 2022-03-17T20:57:19.4140347Z [ RUN ] ModuleDictTest.ConstructsFromList 2022-03-17T20:57:19.4140799Z [ OK ] ModuleDictTest.ConstructsFromList (0 ms) 2022-03-17T20:57:19.4141249Z [ RUN ] ModuleDictTest.ConstructsFromordereddict 2022-03-17T20:57:19.4141746Z [ OK ] ModuleDictTest.ConstructsFromordereddict (0 ms) 2022-03-17T20:57:19.4142239Z [ RUN ] ModuleDictTest.UpdatePopClearContains 2022-03-17T20:57:19.4153787Z [ OK ] ModuleDictTest.UpdatePopClearContains (1 ms) 2022-03-17T20:57:19.4154324Z [ RUN ] ModuleDictTest.UpdateExist 2022-03-17T20:57:19.4155010Z [ OK ] ModuleDictTest.UpdateExist (0 ms) 2022-03-17T20:57:19.4155378Z [ RUN ] ModuleDictTest.Keys 2022-03-17T20:57:19.4169305Z [ OK ] ModuleDictTest.Keys (1 ms) 2022-03-17T20:57:19.4169810Z [ RUN ] ModuleDictTest.Values 2022-03-17T20:57:19.4170214Z [ OK ] ModuleDictTest.Values (0 ms) 2022-03-17T20:57:19.4170704Z [ RUN ] ModuleDictTest.SanityCheckForHoldingStandardModules 2022-03-17T20:57:19.4172782Z [ OK ] ModuleDictTest.SanityCheckForHoldingStandardModules (0 ms) 2022-03-17T20:57:19.4173320Z [ RUN ] ModuleDictTest.HasReferenceSemantics 2022-03-17T20:57:19.4173774Z [ OK ] ModuleDictTest.HasReferenceSemantics (0 ms) 2022-03-17T20:57:19.4174204Z [ RUN ] ModuleDictTest.IsCloneable 2022-03-17T20:57:19.4179961Z [ OK ] ModuleDictTest.IsCloneable (0 ms) 2022-03-17T20:57:19.4180374Z [ RUN ] ModuleDictTest.IsCloneable_CUDA 2022-03-17T20:57:19.4198105Z [ OK ] ModuleDictTest.IsCloneable_CUDA (1 ms) 2022-03-17T20:57:19.4198572Z [ RUN ] ModuleDictTest.RegistersElementsAsSubmodules 2022-03-17T20:57:19.4199870Z [ OK ] ModuleDictTest.RegistersElementsAsSubmodules (0 ms) 2022-03-17T20:57:19.4200361Z [ RUN ] ModuleDictTest.CloneToDevice_CUDA 2022-03-17T20:57:19.4203832Z [ OK ] ModuleDictTest.CloneToDevice_CUDA (0 ms) 2022-03-17T20:57:19.4204306Z [ RUN ] ModuleDictTest.PrettyPrintModuleDict 2022-03-17T20:57:19.4207124Z [ OK ] ModuleDictTest.PrettyPrintModuleDict (0 ms) 2022-03-17T20:57:19.4207586Z [----------] 13 tests from ModuleDictTest (6 ms total) 2022-03-17T20:57:19.4207804Z 2022-03-17T20:57:19.4208016Z [----------] 16 tests from ModuleListTest 2022-03-17T20:57:19.4208590Z [ RUN ] ModuleListTest.ConstructsFromSharedPointer 2022-03-17T20:57:19.4209293Z [ OK ] ModuleListTest.ConstructsFromSharedPointer (0 ms) 2022-03-17T20:57:19.4209820Z [ RUN ] ModuleListTest.ConstructsFromConcreteType 2022-03-17T20:57:19.4210316Z [ OK ] ModuleListTest.ConstructsFromConcreteType (0 ms) 2022-03-17T20:57:19.4210858Z [ RUN ] ModuleListTest.ConstructsFromModuleHolder 2022-03-17T20:57:19.4211345Z [ OK ] ModuleListTest.ConstructsFromModuleHolder (0 ms) 2022-03-17T20:57:19.4211832Z [ RUN ] ModuleListTest.PushBackAddsAnElement 2022-03-17T20:57:19.4212304Z [ OK ] ModuleListTest.PushBackAddsAnElement (0 ms) 2022-03-17T20:57:19.4212710Z [ RUN ] ModuleListTest.Insertion 2022-03-17T20:57:19.4213104Z [ OK ] ModuleListTest.Insertion (0 ms) 2022-03-17T20:57:19.4213485Z [ RUN ] ModuleListTest.AccessWithAt 2022-03-17T20:57:19.4237767Z [ OK ] ModuleListTest.AccessWithAt (2 ms) 2022-03-17T20:57:19.4238193Z [ RUN ] ModuleListTest.AccessWithPtr 2022-03-17T20:57:19.4265559Z [ OK ] ModuleListTest.AccessWithPtr (2 ms) 2022-03-17T20:57:19.4266081Z [ RUN ] ModuleListTest.SanityCheckForHoldingStandardModules 2022-03-17T20:57:19.4267372Z [ OK ] ModuleListTest.SanityCheckForHoldingStandardModules (0 ms) 2022-03-17T20:57:19.4267959Z [ RUN ] ModuleListTest.ExtendPushesModulesFromOtherModuleList 2022-03-17T20:57:19.4268572Z [ OK ] ModuleListTest.ExtendPushesModulesFromOtherModuleList (0 ms) 2022-03-17T20:57:19.4269085Z [ RUN ] ModuleListTest.HasReferenceSemantics 2022-03-17T20:57:19.4269565Z [ OK ] ModuleListTest.HasReferenceSemantics (0 ms) 2022-03-17T20:57:19.4269994Z [ RUN ] ModuleListTest.IsCloneable 2022-03-17T20:57:19.4276573Z [ OK ] ModuleListTest.IsCloneable (0 ms) 2022-03-17T20:57:19.4277061Z [ RUN ] ModuleListTest.RegistersElementsAsSubmodules 2022-03-17T20:57:19.4277588Z [ OK ] ModuleListTest.RegistersElementsAsSubmodules (0 ms) 2022-03-17T20:57:19.4278073Z [ RUN ] ModuleListTest.NestingIsPossible 2022-03-17T20:57:19.4278523Z [ OK ] ModuleListTest.NestingIsPossible (0 ms) 2022-03-17T20:57:19.4279072Z [ RUN ] ModuleListTest.CloneToDevice_CUDA 2022-03-17T20:57:19.4280563Z [ OK ] ModuleListTest.CloneToDevice_CUDA (0 ms) 2022-03-17T20:57:19.4281030Z [ RUN ] ModuleListTest.PrettyPrintModuleList 2022-03-17T20:57:19.4283622Z [ OK ] ModuleListTest.PrettyPrintModuleList (0 ms) 2022-03-17T20:57:19.4284361Z [ RUN ] ModuleListTest.RangeBasedForLoop 2022-03-17T20:57:19.4284862Z [ OK ] ModuleListTest.RangeBasedForLoop (0 ms) 2022-03-17T20:57:19.4285316Z [----------] 16 tests from ModuleListTest (7 ms total) 2022-03-17T20:57:19.4285529Z 2022-03-17T20:57:19.4285749Z [----------] 258 tests from ModulesTest 2022-03-17T20:57:19.4286223Z [ RUN ] ModulesTest.Conv1d 2022-03-17T20:57:19.4297587Z [ OK ] ModulesTest.Conv1d (1 ms) 2022-03-17T20:57:19.4298200Z [ RUN ] ModulesTest.Conv1dSameStrided 2022-03-17T20:57:19.4324633Z [ OK ] ModulesTest.Conv1dSameStrided (2 ms) 2022-03-17T20:57:19.4325230Z [ RUN ] ModulesTest.Conv2dEven 2022-03-17T20:57:19.4329868Z [ OK ] ModulesTest.Conv2dEven (0 ms) 2022-03-17T20:57:19.4330470Z [ RUN ] ModulesTest.Conv2dUneven 2022-03-17T20:57:19.4334098Z [ OK ] ModulesTest.Conv2dUneven (0 ms) 2022-03-17T20:57:19.4334700Z [ RUN ] ModulesTest.Conv2dSameStrided 2022-03-17T20:57:19.4387657Z [ OK ] ModulesTest.Conv2dSameStrided (5 ms) 2022-03-17T20:57:19.4388220Z [ RUN ] ModulesTest.Conv3d 2022-03-17T20:57:19.4393986Z [ OK ] ModulesTest.Conv3d (0 ms) 2022-03-17T20:57:19.4394600Z [ RUN ] ModulesTest.Conv3dSameStrided 2022-03-17T20:57:19.4446635Z [ OK ] ModulesTest.Conv3dSameStrided (5 ms) 2022-03-17T20:57:19.4447228Z [ RUN ] ModulesTest.ConvTranspose1d 2022-03-17T20:57:19.4451181Z [ OK ] ModulesTest.ConvTranspose1d (0 ms) 2022-03-17T20:57:19.4451822Z [ RUN ] ModulesTest.ConvTranspose2dEven 2022-03-17T20:57:19.4457378Z [ OK ] ModulesTest.ConvTranspose2dEven (0 ms) 2022-03-17T20:57:19.4457997Z [ RUN ] ModulesTest.ConvTranspose2dUneven 2022-03-17T20:57:19.4462625Z [ OK ] ModulesTest.ConvTranspose2dUneven (0 ms) 2022-03-17T20:57:19.4463244Z [ RUN ] ModulesTest.ConvTranspose3d 2022-03-17T20:57:19.4467283Z [ OK ] ModulesTest.ConvTranspose3d (0 ms) 2022-03-17T20:57:19.4467879Z [ RUN ] ModulesTest.MaxPool1d 2022-03-17T20:57:19.4470924Z [ OK ] ModulesTest.MaxPool1d (0 ms) 2022-03-17T20:57:19.4471468Z [ RUN ] ModulesTest.MaxPool1dReturnIndices 2022-03-17T20:57:19.4473829Z [ OK ] ModulesTest.MaxPool1dReturnIndices (0 ms) 2022-03-17T20:57:19.4474281Z [ RUN ] ModulesTest.MaxPool2dEven 2022-03-17T20:57:19.4476332Z [ OK ] ModulesTest.MaxPool2dEven (0 ms) 2022-03-17T20:57:19.4476754Z [ RUN ] ModulesTest.MaxPool2dUneven 2022-03-17T20:57:19.4478922Z [ OK ] ModulesTest.MaxPool2dUneven (0 ms) 2022-03-17T20:57:19.4479365Z [ RUN ] ModulesTest.MaxPool2dReturnIndices 2022-03-17T20:57:19.4482254Z [ OK ] ModulesTest.MaxPool2dReturnIndices (0 ms) 2022-03-17T20:57:19.4482676Z [ RUN ] ModulesTest.MaxPool3d 2022-03-17T20:57:19.4485598Z [ OK ] ModulesTest.MaxPool3d (0 ms) 2022-03-17T20:57:19.4486010Z [ RUN ] ModulesTest.MaxPool3dReturnIndices 2022-03-17T20:57:19.4488642Z [ OK ] ModulesTest.MaxPool3dReturnIndices (0 ms) 2022-03-17T20:57:19.4489065Z [ RUN ] ModulesTest.AvgPool1d 2022-03-17T20:57:19.4492001Z [ OK ] ModulesTest.AvgPool1d (0 ms) 2022-03-17T20:57:19.4492403Z [ RUN ] ModulesTest.AvgPool2dEven 2022-03-17T20:57:19.4494473Z [ OK ] ModulesTest.AvgPool2dEven (0 ms) 2022-03-17T20:57:19.4495027Z [ RUN ] ModulesTest.AvgPool2dUneven 2022-03-17T20:57:19.4497118Z [ OK ] ModulesTest.AvgPool2dUneven (0 ms) 2022-03-17T20:57:19.4497499Z [ RUN ] ModulesTest.AvgPool3d 2022-03-17T20:57:19.4500319Z [ OK ] ModulesTest.AvgPool3d (0 ms) 2022-03-17T20:57:19.4500724Z [ RUN ] ModulesTest.FractionalMaxPool2d 2022-03-17T20:57:19.4503244Z [ OK ] ModulesTest.FractionalMaxPool2d (0 ms) 2022-03-17T20:57:19.4503744Z [ RUN ] ModulesTest.FractionalMaxPool2dReturnIndices 2022-03-17T20:57:19.4506397Z [ OK ] ModulesTest.FractionalMaxPool2dReturnIndices (0 ms) 2022-03-17T20:57:19.4506897Z [ RUN ] ModulesTest.FractionalMaxPool3d 2022-03-17T20:57:19.4509536Z [ OK ] ModulesTest.FractionalMaxPool3d (0 ms) 2022-03-17T20:57:19.4510018Z [ RUN ] ModulesTest.FractionalMaxPool3dReturnIndices 2022-03-17T20:57:19.4512905Z [ OK ] ModulesTest.FractionalMaxPool3dReturnIndices (0 ms) 2022-03-17T20:57:19.4513365Z [ RUN ] ModulesTest.LPPool1d 2022-03-17T20:57:19.4515258Z [ OK ] ModulesTest.LPPool1d (0 ms) 2022-03-17T20:57:19.4515644Z [ RUN ] ModulesTest.LPPool2d 2022-03-17T20:57:19.4517642Z [ OK ] ModulesTest.LPPool2d (0 ms) 2022-03-17T20:57:19.4518027Z [ RUN ] ModulesTest.Identity 2022-03-17T20:57:19.4519405Z [ OK ] ModulesTest.Identity (0 ms) 2022-03-17T20:57:19.4519756Z [ RUN ] ModulesTest.Flatten 2022-03-17T20:57:19.4524111Z [ OK ] ModulesTest.Flatten (0 ms) 2022-03-17T20:57:19.4524706Z [ RUN ] ModulesTest.Unflatten 2022-03-17T20:57:19.4526070Z [W TensorImpl.h:1483] 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()) 2022-03-17T20:57:19.4527653Z [ OK ] ModulesTest.Unflatten (0 ms) 2022-03-17T20:57:19.4528475Z [ RUN ] ModulesTest.AdaptiveMaxPool1d 2022-03-17T20:57:19.4530455Z [ OK ] ModulesTest.AdaptiveMaxPool1d (0 ms) 2022-03-17T20:57:19.4531401Z [ RUN ] ModulesTest.AdaptiveMaxPool1dReturnIndices 2022-03-17T20:57:19.4534534Z [ OK ] ModulesTest.AdaptiveMaxPool1dReturnIndices (0 ms) 2022-03-17T20:57:19.4535494Z [ RUN ] ModulesTest.AdaptiveMaxPool2dEven 2022-03-17T20:57:19.4538733Z [ OK ] ModulesTest.AdaptiveMaxPool2dEven (0 ms) 2022-03-17T20:57:19.4539673Z [ RUN ] ModulesTest.AdaptiveMaxPool2dUneven 2022-03-17T20:57:19.4542037Z [ OK ] ModulesTest.AdaptiveMaxPool2dUneven (0 ms) 2022-03-17T20:57:19.4543110Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven 2022-03-17T20:57:19.4548155Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven (0 ms) 2022-03-17T20:57:19.4549288Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven 2022-03-17T20:57:19.4552178Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven (0 ms) 2022-03-17T20:57:19.4553166Z [ RUN ] ModulesTest.AdaptiveMaxPool3d 2022-03-17T20:57:19.4556525Z [ OK ] ModulesTest.AdaptiveMaxPool3d (0 ms) 2022-03-17T20:57:19.4557533Z [ RUN ] ModulesTest.AdaptiveMaxPool3dReturnIndices 2022-03-17T20:57:19.4562675Z [ OK ] ModulesTest.AdaptiveMaxPool3dReturnIndices (0 ms) 2022-03-17T20:57:19.4563648Z [ RUN ] ModulesTest.AdaptiveAvgPool1d 2022-03-17T20:57:19.4565883Z [ OK ] ModulesTest.AdaptiveAvgPool1d (0 ms) 2022-03-17T20:57:19.4566763Z [ RUN ] ModulesTest.AdaptiveAvgPool2dEven 2022-03-17T20:57:19.4570487Z [ OK ] ModulesTest.AdaptiveAvgPool2dEven (0 ms) 2022-03-17T20:57:19.4571391Z [ RUN ] ModulesTest.AdaptiveAvgPool2dUneven 2022-03-17T20:57:19.4573806Z [ OK ] ModulesTest.AdaptiveAvgPool2dUneven (0 ms) 2022-03-17T20:57:19.4574761Z [ RUN ] ModulesTest.AdaptiveAvgPool3d 2022-03-17T20:57:19.4578020Z [ OK ] ModulesTest.AdaptiveAvgPool3d (0 ms) 2022-03-17T20:57:19.4578856Z [ RUN ] ModulesTest.MaxUnpool1d 2022-03-17T20:57:19.4583297Z [ OK ] ModulesTest.MaxUnpool1d (0 ms) 2022-03-17T20:57:19.4584138Z [ RUN ] ModulesTest.MaxPool1d_MaxUnpool1d 2022-03-17T20:57:19.4588885Z [ OK ] ModulesTest.MaxPool1d_MaxUnpool1d (0 ms) 2022-03-17T20:57:19.4589704Z [ RUN ] ModulesTest.MaxUnpool2d 2022-03-17T20:57:19.4592343Z [ OK ] ModulesTest.MaxUnpool2d (0 ms) 2022-03-17T20:57:19.4593205Z [ RUN ] ModulesTest.MaxPool2d_MaxUnpool2d 2022-03-17T20:57:19.4598039Z [ OK ] ModulesTest.MaxPool2d_MaxUnpool2d (0 ms) 2022-03-17T20:57:19.4598882Z [ RUN ] ModulesTest.MaxUnpool3d 2022-03-17T20:57:19.4600187Z [ OK ] ModulesTest.MaxUnpool3d (0 ms) 2022-03-17T20:57:19.4601013Z [ RUN ] ModulesTest.MaxUnpool3dOutputSize 2022-03-17T20:57:19.4605536Z [ OK ] ModulesTest.MaxUnpool3dOutputSize (0 ms) 2022-03-17T20:57:19.4606372Z [ RUN ] ModulesTest.MaxPool3d_MaxUnpool3d 2022-03-17T20:57:19.5787954Z [ OK ] ModulesTest.MaxPool3d_MaxUnpool3d (117 ms) 2022-03-17T20:57:19.5788774Z [ RUN ] ModulesTest.Linear 2022-03-17T20:57:19.5795102Z [ OK ] ModulesTest.Linear (0 ms) 2022-03-17T20:57:19.5795905Z [ RUN ] ModulesTest.LocalResponseNorm 2022-03-17T20:57:19.5802559Z [ OK ] ModulesTest.LocalResponseNorm (0 ms) 2022-03-17T20:57:19.5803372Z [ RUN ] ModulesTest.LayerNorm 2022-03-17T20:57:19.5806698Z [ OK ] ModulesTest.LayerNorm (0 ms) 2022-03-17T20:57:19.5807469Z [ RUN ] ModulesTest.GroupNorm 2022-03-17T20:57:19.5811470Z [ OK ] ModulesTest.GroupNorm (0 ms) 2022-03-17T20:57:19.5812273Z [ RUN ] ModulesTest.Bilinear 2022-03-17T20:57:19.5818089Z [ OK ] ModulesTest.Bilinear (0 ms) 2022-03-17T20:57:19.5818861Z [ RUN ] ModulesTest.Fold 2022-03-17T20:57:19.5842257Z [ OK ] ModulesTest.Fold (2 ms) 2022-03-17T20:57:19.5843079Z [ RUN ] ModulesTest.Unfold 2022-03-17T20:57:19.5918090Z [ OK ] ModulesTest.Unfold (7 ms) 2022-03-17T20:57:19.5918982Z [ RUN ] ModulesTest.SimpleContainer 2022-03-17T20:57:19.5933366Z [ OK ] ModulesTest.SimpleContainer (1 ms) 2022-03-17T20:57:19.5934225Z [ RUN ] ModulesTest.EmbeddingBasic 2022-03-17T20:57:19.5935012Z [ OK ] ModulesTest.EmbeddingBasic (0 ms) 2022-03-17T20:57:19.5935830Z [ RUN ] ModulesTest.EmbeddingList 2022-03-17T20:57:19.5936625Z [ OK ] ModulesTest.EmbeddingList (0 ms) 2022-03-17T20:57:19.5937443Z [ RUN ] ModulesTest.EmbeddingFromPretrained 2022-03-17T20:57:19.5938975Z [ OK ] ModulesTest.EmbeddingFromPretrained (0 ms) 2022-03-17T20:57:19.5939920Z [ RUN ] ModulesTest.EmbeddingBagFromPretrained 2022-03-17T20:57:19.5942293Z [ OK ] ModulesTest.EmbeddingBagFromPretrained (0 ms) 2022-03-17T20:57:19.5943163Z [ RUN ] ModulesTest.AlphaDropout 2022-03-17T20:57:19.5944974Z [ OK ] ModulesTest.AlphaDropout (0 ms) 2022-03-17T20:57:19.5945820Z [ RUN ] ModulesTest.FeatureAlphaDropout 2022-03-17T20:57:19.5947788Z [ OK ] ModulesTest.FeatureAlphaDropout (0 ms) 2022-03-17T20:57:19.5948621Z [ RUN ] ModulesTest.Dropout 2022-03-17T20:57:19.5952072Z [ OK ] ModulesTest.Dropout (0 ms) 2022-03-17T20:57:19.5952866Z [ RUN ] ModulesTest.Dropout2d 2022-03-17T20:57:19.5960039Z [ OK ] ModulesTest.Dropout2d (0 ms) 2022-03-17T20:57:19.5960808Z [ RUN ] ModulesTest.Dropout3d 2022-03-17T20:57:19.5970006Z [ OK ] ModulesTest.Dropout3d (0 ms) 2022-03-17T20:57:19.5970872Z [ RUN ] ModulesTest.Parameters 2022-03-17T20:57:19.5971609Z [ OK ] ModulesTest.Parameters (0 ms) 2022-03-17T20:57:19.5972513Z [ RUN ] ModulesTest.FunctionalCallsSuppliedFunction 2022-03-17T20:57:19.5973547Z [ OK ] ModulesTest.FunctionalCallsSuppliedFunction (0 ms) 2022-03-17T20:57:19.5974558Z [ RUN ] ModulesTest.FunctionalWithTorchFunction 2022-03-17T20:57:19.5975545Z [ OK ] ModulesTest.FunctionalWithTorchFunction (0 ms) 2022-03-17T20:57:19.5976483Z [ RUN ] ModulesTest.FunctionalArgumentBinding 2022-03-17T20:57:19.5977480Z [ OK ] ModulesTest.FunctionalArgumentBinding (0 ms) 2022-03-17T20:57:19.5978628Z [ RUN ] ModulesTest.BatchNorm1dStateful 2022-03-17T20:57:19.5979478Z [ OK ] ModulesTest.BatchNorm1dStateful (0 ms) 2022-03-17T20:57:19.5980349Z [ RUN ] ModulesTest.BatchNorm1dStateless 2022-03-17T20:57:19.5981213Z [ OK ] ModulesTest.BatchNorm1dStateless (0 ms) 2022-03-17T20:57:19.5982027Z [ RUN ] ModulesTest.BatchNorm1d 2022-03-17T20:57:19.5982794Z [ OK ] ModulesTest.BatchNorm1d (0 ms) 2022-03-17T20:57:19.5983604Z [ RUN ] ModulesTest.BatchNorm2dStateful 2022-03-17T20:57:19.5984485Z [ OK ] ModulesTest.BatchNorm2dStateful (0 ms) 2022-03-17T20:57:19.5985323Z [ RUN ] ModulesTest.BatchNorm2dStateless 2022-03-17T20:57:19.5986201Z [ OK ] ModulesTest.BatchNorm2dStateless (0 ms) 2022-03-17T20:57:19.5986978Z [ RUN ] ModulesTest.BatchNorm2d 2022-03-17T20:57:19.5987763Z [ OK ] ModulesTest.BatchNorm2d (0 ms) 2022-03-17T20:57:19.5988583Z [ RUN ] ModulesTest.BatchNorm3dStateful 2022-03-17T20:57:19.5989428Z [ OK ] ModulesTest.BatchNorm3dStateful (0 ms) 2022-03-17T20:57:19.5990285Z [ RUN ] ModulesTest.BatchNorm3dStateless 2022-03-17T20:57:19.5991163Z [ OK ] ModulesTest.BatchNorm3dStateless (0 ms) 2022-03-17T20:57:19.5991957Z [ RUN ] ModulesTest.BatchNorm3d 2022-03-17T20:57:19.5994273Z [ OK ] ModulesTest.BatchNorm3d (0 ms) 2022-03-17T20:57:19.5995148Z [ RUN ] ModulesTest.InstanceNorm1dStateful 2022-03-17T20:57:19.5996058Z [ OK ] ModulesTest.InstanceNorm1dStateful (0 ms) 2022-03-17T20:57:19.5996947Z [ RUN ] ModulesTest.InstanceNorm1dStateless 2022-03-17T20:57:19.5997869Z [ OK ] ModulesTest.InstanceNorm1dStateless (0 ms) 2022-03-17T20:57:19.5998684Z [ RUN ] ModulesTest.InstanceNorm1d 2022-03-17T20:57:19.6000916Z [ OK ] ModulesTest.InstanceNorm1d (0 ms) 2022-03-17T20:57:19.6002183Z [ RUN ] ModulesTest.InstanceNorm2dStateful 2022-03-17T20:57:19.6003052Z [ OK ] ModulesTest.InstanceNorm2dStateful (0 ms) 2022-03-17T20:57:19.6003992Z [ RUN ] ModulesTest.InstanceNorm2dStateless 2022-03-17T20:57:19.6004924Z [ OK ] ModulesTest.InstanceNorm2dStateless (0 ms) 2022-03-17T20:57:19.6005756Z [ RUN ] ModulesTest.InstanceNorm2d 2022-03-17T20:57:19.6009159Z [ OK ] ModulesTest.InstanceNorm2d (0 ms) 2022-03-17T20:57:19.6010032Z [ RUN ] ModulesTest.InstanceNorm3dStateful 2022-03-17T20:57:19.6010980Z [ OK ] ModulesTest.InstanceNorm3dStateful (0 ms) 2022-03-17T20:57:19.6011894Z [ RUN ] ModulesTest.InstanceNorm3dStateless 2022-03-17T20:57:19.6012773Z [ OK ] ModulesTest.InstanceNorm3dStateless (0 ms) 2022-03-17T20:57:19.6013631Z [ RUN ] ModulesTest.InstanceNorm3d 2022-03-17T20:57:19.6018509Z [ OK ] ModulesTest.InstanceNorm3d (0 ms) 2022-03-17T20:57:19.6019324Z [ RUN ] ModulesTest.Linear_CUDA 2022-03-17T20:57:19.6025796Z [ OK ] ModulesTest.Linear_CUDA (0 ms) 2022-03-17T20:57:19.6026759Z [ RUN ] ModulesTest.Linear2_CUDA 2022-03-17T20:57:19.6029462Z [ OK ] ModulesTest.Linear2_CUDA (0 ms) 2022-03-17T20:57:19.6030166Z [ RUN ] ModulesTest.L1Loss 2022-03-17T20:57:19.6032010Z [ OK ] ModulesTest.L1Loss (0 ms) 2022-03-17T20:57:19.6032723Z [ RUN ] ModulesTest.MSELoss 2022-03-17T20:57:19.6034529Z [ OK ] ModulesTest.MSELoss (0 ms) 2022-03-17T20:57:19.6035245Z [ RUN ] ModulesTest.BCELoss 2022-03-17T20:57:19.6037206Z [ OK ] ModulesTest.BCELoss (0 ms) 2022-03-17T20:57:19.6037937Z [ RUN ] ModulesTest.KLDivLoss 2022-03-17T20:57:19.6039620Z [W loss.h:58] 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) 2022-03-17T20:57:19.6041203Z [ OK ] ModulesTest.KLDivLoss (0 ms) 2022-03-17T20:57:19.6042439Z [ RUN ] ModulesTest.HingeEmbeddingLoss 2022-03-17T20:57:19.6047114Z [ OK ] ModulesTest.HingeEmbeddingLoss (0 ms) 2022-03-17T20:57:19.6047699Z [ RUN ] ModulesTest.MultiMarginLoss 2022-03-17T20:57:19.6050085Z [ OK ] ModulesTest.MultiMarginLoss (0 ms) 2022-03-17T20:57:19.6050810Z [ RUN ] ModulesTest.CosineEmbeddingLoss 2022-03-17T20:57:19.6055730Z [ OK ] ModulesTest.CosineEmbeddingLoss (0 ms) 2022-03-17T20:57:19.6056551Z [ RUN ] ModulesTest.SmoothL1LossDefaultOptions 2022-03-17T20:57:19.6057747Z [ OK ] ModulesTest.SmoothL1LossDefaultOptions (0 ms) 2022-03-17T20:57:19.6058242Z [ RUN ] ModulesTest.HuberLossDefaultOptions 2022-03-17T20:57:19.6060014Z [ OK ] ModulesTest.HuberLossDefaultOptions (0 ms) 2022-03-17T20:57:19.6060591Z [ RUN ] ModulesTest.MultiLabelMarginLossDefaultOptions 2022-03-17T20:57:19.6062838Z [ OK ] ModulesTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-03-17T20:57:19.6063638Z [ RUN ] ModulesTest.SmoothL1LossNoReduction 2022-03-17T20:57:19.6064464Z [ OK ] ModulesTest.SmoothL1LossNoReduction (0 ms) 2022-03-17T20:57:19.6064934Z [ RUN ] ModulesTest.HuberLossNoReduction 2022-03-17T20:57:19.6066356Z [ OK ] ModulesTest.HuberLossNoReduction (0 ms) 2022-03-17T20:57:19.6066848Z [ RUN ] ModulesTest.MultiLabelMarginLossNoReduction 2022-03-17T20:57:19.6068590Z [ OK ] ModulesTest.MultiLabelMarginLossNoReduction (0 ms) 2022-03-17T20:57:19.6069086Z [ RUN ] ModulesTest.SmoothL1LossBeta 2022-03-17T20:57:19.6070574Z [ OK ] ModulesTest.SmoothL1LossBeta (0 ms) 2022-03-17T20:57:19.6070975Z [ RUN ] ModulesTest.HuberLossDelta 2022-03-17T20:57:19.6073015Z [ OK ] ModulesTest.HuberLossDelta (0 ms) 2022-03-17T20:57:19.6073657Z [ RUN ] ModulesTest.TripletMarginLoss 2022-03-17T20:57:19.6077316Z [ OK ] ModulesTest.TripletMarginLoss (0 ms) 2022-03-17T20:57:19.6078126Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossDefaultParity 2022-03-17T20:57:19.6300053Z [ OK ] ModulesTest.TripletMarginWithDistanceLossDefaultParity (22 ms) 2022-03-17T20:57:19.6300739Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity 2022-03-17T20:57:19.6660117Z [ OK ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity (35 ms) 2022-03-17T20:57:19.6660691Z [ RUN ] ModulesTest.NLLLoss 2022-03-17T20:57:19.6662859Z [ OK ] ModulesTest.NLLLoss (0 ms) 2022-03-17T20:57:19.6663480Z [ RUN ] ModulesTest.CrossEntropyLoss 2022-03-17T20:57:19.6672389Z [ OK ] ModulesTest.CrossEntropyLoss (0 ms) 2022-03-17T20:57:19.6673067Z [ RUN ] ModulesTest.CosineSimilarity 2022-03-17T20:57:19.6677435Z [ OK ] ModulesTest.CosineSimilarity (0 ms) 2022-03-17T20:57:19.6678170Z [ RUN ] ModulesTest.SoftMarginLossDefaultOptions 2022-03-17T20:57:19.6679462Z [ OK ] ModulesTest.SoftMarginLossDefaultOptions (0 ms) 2022-03-17T20:57:19.6680083Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions 2022-03-17T20:57:19.6683581Z [ OK ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-03-17T20:57:19.6684416Z [ RUN ] ModulesTest.SoftMarginLossNoReduction 2022-03-17T20:57:19.6686538Z [ OK ] ModulesTest.SoftMarginLossNoReduction (0 ms) 2022-03-17T20:57:19.6687379Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-03-17T20:57:19.6690196Z [ OK ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-03-17T20:57:19.6690987Z [ RUN ] ModulesTest.PairwiseDistance 2022-03-17T20:57:19.6692806Z [ OK ] ModulesTest.PairwiseDistance (0 ms) 2022-03-17T20:57:19.6693308Z [ RUN ] ModulesTest.ELU 2022-03-17T20:57:19.6710080Z [ OK ] ModulesTest.ELU (1 ms) 2022-03-17T20:57:19.6710579Z [ RUN ] ModulesTest.SELU 2022-03-17T20:57:19.6714865Z [ OK ] ModulesTest.SELU (0 ms) 2022-03-17T20:57:19.6715426Z [ RUN ] ModulesTest.Hardshrink 2022-03-17T20:57:19.6727744Z [ OK ] ModulesTest.Hardshrink (1 ms) 2022-03-17T20:57:19.6728298Z [ RUN ] ModulesTest.Hardtanh 2022-03-17T20:57:19.6773410Z [ OK ] ModulesTest.Hardtanh (4 ms) 2022-03-17T20:57:19.6774061Z [ RUN ] ModulesTest.HardtanhMinValGEMaxVal 2022-03-17T20:57:19.6862086Z [ OK ] ModulesTest.HardtanhMinValGEMaxVal (8 ms) 2022-03-17T20:57:19.6862781Z [ RUN ] ModulesTest.LeakyReLU 2022-03-17T20:57:19.6882706Z [ OK ] ModulesTest.LeakyReLU (2 ms) 2022-03-17T20:57:19.6883362Z [ RUN ] ModulesTest.LogSigmoid 2022-03-17T20:57:19.6885687Z [ OK ] ModulesTest.LogSigmoid (0 ms) 2022-03-17T20:57:19.6886258Z [ RUN ] ModulesTest.Softmax 2022-03-17T20:57:19.6887646Z [ OK ] ModulesTest.Softmax (0 ms) 2022-03-17T20:57:19.6887992Z [ RUN ] ModulesTest.Softmin 2022-03-17T20:57:19.6890026Z [ OK ] ModulesTest.Softmin (0 ms) 2022-03-17T20:57:19.6890594Z [ RUN ] ModulesTest.LogSoftmax 2022-03-17T20:57:19.6891957Z [ OK ] ModulesTest.LogSoftmax (0 ms) 2022-03-17T20:57:19.6892408Z [ RUN ] ModulesTest.AdaptiveLogSoftmaxWithLoss 2022-03-17T20:57:19.6927086Z [ OK ] ModulesTest.AdaptiveLogSoftmaxWithLoss (3 ms) 2022-03-17T20:57:19.6927810Z [ RUN ] ModulesTest.Softmax2d 2022-03-17T20:57:19.6942442Z [ OK ] ModulesTest.Softmax2d (1 ms) 2022-03-17T20:57:19.6943026Z [ RUN ] ModulesTest.PReLU 2022-03-17T20:57:19.6948228Z [ OK ] ModulesTest.PReLU (0 ms) 2022-03-17T20:57:19.6948840Z [ RUN ] ModulesTest.ReLU 2022-03-17T20:57:19.6952067Z [ OK ] ModulesTest.ReLU (0 ms) 2022-03-17T20:57:19.6952605Z [ RUN ] ModulesTest.ReLU6 2022-03-17T20:57:19.6956370Z [ OK ] ModulesTest.ReLU6 (0 ms) 2022-03-17T20:57:19.6956808Z [ RUN ] ModulesTest.RReLU 2022-03-17T20:57:19.7022733Z [ OK ] ModulesTest.RReLU (6 ms) 2022-03-17T20:57:19.7023239Z [ RUN ] ModulesTest.CELU 2022-03-17T20:57:19.7036885Z [ OK ] ModulesTest.CELU (1 ms) 2022-03-17T20:57:19.7037302Z [ RUN ] ModulesTest.GLU 2022-03-17T20:57:19.7041165Z [ OK ] ModulesTest.GLU (0 ms) 2022-03-17T20:57:19.7041944Z [ RUN ] ModulesTest.GELU 2022-03-17T20:57:19.7043742Z [ OK ] ModulesTest.GELU (0 ms) 2022-03-17T20:57:19.7044214Z [ RUN ] ModulesTest.TanhGELU 2022-03-17T20:57:19.7046373Z [ OK ] ModulesTest.TanhGELU (0 ms) 2022-03-17T20:57:19.7047189Z [ RUN ] ModulesTest.Mish 2022-03-17T20:57:19.7047611Z [ OK ] ModulesTest.Mish (0 ms) 2022-03-17T20:57:19.7047952Z [ RUN ] ModulesTest.Sigmoid 2022-03-17T20:57:19.7049066Z [ OK ] ModulesTest.Sigmoid (0 ms) 2022-03-17T20:57:19.7049504Z [ RUN ] ModulesTest.PixelShuffle 2022-03-17T20:57:19.7052561Z [ OK ] ModulesTest.PixelShuffle (0 ms) 2022-03-17T20:57:19.7053182Z [ RUN ] ModulesTest.PixelUnshuffle 2022-03-17T20:57:19.7053602Z [ OK ] ModulesTest.PixelUnshuffle (0 ms) 2022-03-17T20:57:19.7053992Z [ RUN ] ModulesTest.Softplus 2022-03-17T20:57:19.7063550Z [ OK ] ModulesTest.Softplus (1 ms) 2022-03-17T20:57:19.7064151Z [ RUN ] ModulesTest.Softshrink 2022-03-17T20:57:19.7073338Z [ OK ] ModulesTest.Softshrink (0 ms) 2022-03-17T20:57:19.7073758Z [ RUN ] ModulesTest.Softsign 2022-03-17T20:57:19.7074152Z [ OK ] ModulesTest.Softsign (0 ms) 2022-03-17T20:57:19.7074494Z [ RUN ] ModulesTest.Tanh 2022-03-17T20:57:19.7076001Z [ OK ] ModulesTest.Tanh (0 ms) 2022-03-17T20:57:19.7076360Z [ RUN ] ModulesTest.Tanhshrink 2022-03-17T20:57:19.7077087Z [ OK ] ModulesTest.Tanhshrink (0 ms) 2022-03-17T20:57:19.7077494Z [ RUN ] ModulesTest.Threshold 2022-03-17T20:57:19.7098062Z [ OK ] ModulesTest.Threshold (2 ms) 2022-03-17T20:57:19.7098495Z [ RUN ] ModulesTest.Upsampling1D 2022-03-17T20:57:19.7100730Z [W upsampling.h:61] 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) 2022-03-17T20:57:19.7102722Z [W upsampling.h:61] 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) 2022-03-17T20:57:19.7106348Z [W upsampling.h:61] 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) 2022-03-17T20:57:19.7108002Z [W upsampling.h:61] 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) 2022-03-17T20:57:19.7111935Z [ OK ] ModulesTest.Upsampling1D (1 ms) 2022-03-17T20:57:19.7112381Z [ RUN ] ModulesTest.Upsampling2D 2022-03-17T20:57:19.7114813Z [W upsampling.h:61] 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) 2022-03-17T20:57:19.7116624Z [W upsampling.h:61] 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) 2022-03-17T20:57:19.7120394Z [W upsampling.h:61] 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) 2022-03-17T20:57:19.7122439Z [W upsampling.h:61] 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) 2022-03-17T20:57:19.7125627Z [W upsampling.h:61] 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) 2022-03-17T20:57:19.7127721Z [W upsampling.h:61] 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) 2022-03-17T20:57:19.7133154Z [W upsampling.h:61] 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) 2022-03-17T20:57:19.7134711Z [W upsampling.h:61] 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) 2022-03-17T20:57:19.7139809Z [ OK ] ModulesTest.Upsampling2D (2 ms) 2022-03-17T20:57:19.7140405Z [ RUN ] ModulesTest.Upsampling3D 2022-03-17T20:57:19.7142081Z [W upsampling.h:61] 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) 2022-03-17T20:57:19.7145097Z [W upsampling.h:61] 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) 2022-03-17T20:57:19.7149496Z [W upsampling.h:61] 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) 2022-03-17T20:57:19.7151343Z [W upsampling.h:61] 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) 2022-03-17T20:57:19.7155451Z [ OK ] ModulesTest.Upsampling3D (1 ms) 2022-03-17T20:57:19.7155883Z [ RUN ] ModulesTest.CTCLoss 2022-03-17T20:57:19.7160324Z [ OK ] ModulesTest.CTCLoss (0 ms) 2022-03-17T20:57:19.7161024Z [ RUN ] ModulesTest.PoissonNLLLoss 2022-03-17T20:57:19.7163378Z [ OK ] ModulesTest.PoissonNLLLoss (0 ms) 2022-03-17T20:57:19.7164024Z [ RUN ] ModulesTest.MarginRankingLoss 2022-03-17T20:57:19.7169461Z [ OK ] ModulesTest.MarginRankingLoss (0 ms) 2022-03-17T20:57:19.7169932Z [ RUN ] ModulesTest.BCEWithLogitsLoss 2022-03-17T20:57:19.7239214Z [ OK ] ModulesTest.BCEWithLogitsLoss (6 ms) 2022-03-17T20:57:19.7240158Z [ RUN ] ModulesTest.MultiheadAttention 2022-03-17T20:57:30.3220500Z [ OK ] ModulesTest.MultiheadAttention (10597 ms) 2022-03-17T20:57:30.3221101Z [ RUN ] ModulesTest.PrettyPrintIdentity 2022-03-17T20:57:30.3221545Z [ OK ] ModulesTest.PrettyPrintIdentity (0 ms) 2022-03-17T20:57:30.3221980Z [ RUN ] ModulesTest.PrettyPrintFlatten 2022-03-17T20:57:30.3222400Z [ OK ] ModulesTest.PrettyPrintFlatten (0 ms) 2022-03-17T20:57:30.3222860Z [ RUN ] ModulesTest.PrettyPrintUnflatten 2022-03-17T20:57:30.3223332Z [ OK ] ModulesTest.PrettyPrintUnflatten (0 ms) 2022-03-17T20:57:30.3224132Z [ RUN ] ModulesTest.ReflectionPad1d 2022-03-17T20:57:30.3224814Z [ OK ] ModulesTest.ReflectionPad1d (0 ms) 2022-03-17T20:57:30.3225223Z [ RUN ] ModulesTest.ReflectionPad2d 2022-03-17T20:57:30.3228974Z [ OK ] ModulesTest.ReflectionPad2d (0 ms) 2022-03-17T20:57:30.3229426Z [ RUN ] ModulesTest.ReflectionPad3d 2022-03-17T20:57:30.3234203Z [ OK ] ModulesTest.ReflectionPad3d (0 ms) 2022-03-17T20:57:30.3234699Z [ RUN ] ModulesTest.ReplicationPad1d 2022-03-17T20:57:30.3236863Z [ OK ] ModulesTest.ReplicationPad1d (0 ms) 2022-03-17T20:57:30.3237327Z [ RUN ] ModulesTest.ReplicationPad2d 2022-03-17T20:57:30.3241679Z [ OK ] ModulesTest.ReplicationPad2d (0 ms) 2022-03-17T20:57:30.3242406Z [ RUN ] ModulesTest.ReplicationPad3d 2022-03-17T20:57:30.3248026Z [ OK ] ModulesTest.ReplicationPad3d (0 ms) 2022-03-17T20:57:30.3248513Z [ RUN ] ModulesTest.ZeroPad2d 2022-03-17T20:57:30.3251967Z [ OK ] ModulesTest.ZeroPad2d (0 ms) 2022-03-17T20:57:30.3252469Z [ RUN ] ModulesTest.ConstantPad1d 2022-03-17T20:57:30.3254700Z [ OK ] ModulesTest.ConstantPad1d (0 ms) 2022-03-17T20:57:30.3255149Z [ RUN ] ModulesTest.ConstantPad2d 2022-03-17T20:57:30.3259289Z [ OK ] ModulesTest.ConstantPad2d (0 ms) 2022-03-17T20:57:30.3259714Z [ RUN ] ModulesTest.ConstantPad3d 2022-03-17T20:57:30.3265317Z [ OK ] ModulesTest.ConstantPad3d (0 ms) 2022-03-17T20:57:30.3265805Z [ RUN ] ModulesTest.CrossMapLRN2d 2022-03-17T20:57:30.3277038Z [ OK ] ModulesTest.CrossMapLRN2d (1 ms) 2022-03-17T20:57:30.3277617Z [ RUN ] ModulesTest.RNNCell 2022-03-17T20:57:30.3281923Z [ OK ] ModulesTest.RNNCell (0 ms) 2022-03-17T20:57:30.3282614Z [ RUN ] ModulesTest.LSTMCell 2022-03-17T20:57:30.3289969Z [ OK ] ModulesTest.LSTMCell (0 ms) 2022-03-17T20:57:30.3290377Z [ RUN ] ModulesTest.GRUCell 2022-03-17T20:57:30.3295416Z [ OK ] ModulesTest.GRUCell (0 ms) 2022-03-17T20:57:30.3296292Z [ RUN ] ModulesTest.PrettyPrintLinear 2022-03-17T20:57:30.3297199Z [ OK ] ModulesTest.PrettyPrintLinear (0 ms) 2022-03-17T20:57:30.3297696Z [ RUN ] ModulesTest.PrettyPrintBilinear 2022-03-17T20:57:30.3298124Z [ OK ] ModulesTest.PrettyPrintBilinear (0 ms) 2022-03-17T20:57:30.3298545Z [ RUN ] ModulesTest.PrettyPrintConv 2022-03-17T20:57:30.3299623Z [ OK ] ModulesTest.PrettyPrintConv (0 ms) 2022-03-17T20:57:30.3300559Z [ RUN ] ModulesTest.PrettyPrintConvTranspose 2022-03-17T20:57:30.3302273Z [ OK ] ModulesTest.PrettyPrintConvTranspose (0 ms) 2022-03-17T20:57:30.3303212Z [ RUN ] ModulesTest.PrettyPrintUpsample 2022-03-17T20:57:30.3303942Z [ OK ] ModulesTest.PrettyPrintUpsample (0 ms) 2022-03-17T20:57:30.3304369Z [ RUN ] ModulesTest.PrettyPrintFold 2022-03-17T20:57:30.3304777Z [ OK ] ModulesTest.PrettyPrintFold (0 ms) 2022-03-17T20:57:30.3305417Z [ RUN ] ModulesTest.PrettyPrintUnfold 2022-03-17T20:57:30.3305878Z [ OK ] ModulesTest.PrettyPrintUnfold (0 ms) 2022-03-17T20:57:30.3306304Z [ RUN ] ModulesTest.PrettyPrintMaxPool 2022-03-17T20:57:30.3307054Z [ OK ] ModulesTest.PrettyPrintMaxPool (0 ms) 2022-03-17T20:57:30.3307917Z [ RUN ] ModulesTest.PrettyPrintAvgPool 2022-03-17T20:57:30.3308839Z [ OK ] ModulesTest.PrettyPrintAvgPool (0 ms) 2022-03-17T20:57:30.3309697Z [ RUN ] ModulesTest.PrettyPrinFractionalMaxPool 2022-03-17T20:57:30.3310592Z [ OK ] ModulesTest.PrettyPrinFractionalMaxPool (0 ms) 2022-03-17T20:57:30.3311493Z [ RUN ] ModulesTest.PrettyPrintLPPool 2022-03-17T20:57:30.3312467Z [ OK ] ModulesTest.PrettyPrintLPPool (0 ms) 2022-03-17T20:57:30.3313339Z [ RUN ] ModulesTest.PrettyPrintAdaptiveMaxPool 2022-03-17T20:57:30.3314039Z [ OK ] ModulesTest.PrettyPrintAdaptiveMaxPool (0 ms) 2022-03-17T20:57:30.3315059Z [ RUN ] ModulesTest.PrettyPrintAdaptiveAvgPool 2022-03-17T20:57:30.3316016Z [ OK ] ModulesTest.PrettyPrintAdaptiveAvgPool (0 ms) 2022-03-17T20:57:30.3316478Z [ RUN ] ModulesTest.PrettyPrintMaxUnpool 2022-03-17T20:57:30.3316998Z [ OK ] ModulesTest.PrettyPrintMaxUnpool (0 ms) 2022-03-17T20:57:30.3317856Z [ RUN ] ModulesTest.PrettyPrintDropout 2022-03-17T20:57:30.3318699Z [ OK ] ModulesTest.PrettyPrintDropout (0 ms) 2022-03-17T20:57:30.3319602Z [ RUN ] ModulesTest.PrettyPrintDropout2d 2022-03-17T20:57:30.3320453Z [ OK ] ModulesTest.PrettyPrintDropout2d (0 ms) 2022-03-17T20:57:30.3321662Z [ RUN ] ModulesTest.PrettyPrintDropout3d 2022-03-17T20:57:30.3322576Z [ OK ] ModulesTest.PrettyPrintDropout3d (0 ms) 2022-03-17T20:57:30.3323163Z [ RUN ] ModulesTest.PrettyPrintFunctional 2022-03-17T20:57:30.3324101Z [ OK ] ModulesTest.PrettyPrintFunctional (0 ms) 2022-03-17T20:57:30.3324899Z [ RUN ] ModulesTest.PrettyPrintBatchNorm1d 2022-03-17T20:57:30.3325681Z [ OK ] ModulesTest.PrettyPrintBatchNorm1d (0 ms) 2022-03-17T20:57:30.3326124Z [ RUN ] ModulesTest.PrettyPrintBatchNorm2d 2022-03-17T20:57:30.3326581Z [ OK ] ModulesTest.PrettyPrintBatchNorm2d (0 ms) 2022-03-17T20:57:30.3327034Z [ RUN ] ModulesTest.PrettyPrintBatchNorm3d 2022-03-17T20:57:30.3327484Z [ OK ] ModulesTest.PrettyPrintBatchNorm3d (0 ms) 2022-03-17T20:57:30.3328149Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm1d 2022-03-17T20:57:30.3328968Z [ OK ] ModulesTest.PrettyPrintInstanceNorm1d (0 ms) 2022-03-17T20:57:30.3329868Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm2d 2022-03-17T20:57:30.3330432Z [ OK ] ModulesTest.PrettyPrintInstanceNorm2d (0 ms) 2022-03-17T20:57:30.3330907Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm3d 2022-03-17T20:57:30.3331382Z [ OK ] ModulesTest.PrettyPrintInstanceNorm3d (0 ms) 2022-03-17T20:57:30.3331821Z [ RUN ] ModulesTest.PrettyPrintLayerNorm 2022-03-17T20:57:30.3332578Z [ OK ] ModulesTest.PrettyPrintLayerNorm (0 ms) 2022-03-17T20:57:30.3333271Z [ RUN ] ModulesTest.PrettyPrintGroupNorm 2022-03-17T20:57:30.3334103Z [ OK ] ModulesTest.PrettyPrintGroupNorm (0 ms) 2022-03-17T20:57:30.3334787Z [ RUN ] ModulesTest.PrettyPrintLocalResponseNorm 2022-03-17T20:57:30.3335648Z [ OK ] ModulesTest.PrettyPrintLocalResponseNorm (0 ms) 2022-03-17T20:57:30.3336389Z [ RUN ] ModulesTest.PrettyPrintEmbedding 2022-03-17T20:57:30.3337191Z [ OK ] ModulesTest.PrettyPrintEmbedding (0 ms) 2022-03-17T20:57:30.3337857Z [ RUN ] ModulesTest.PrettyPrintEmbeddingBag 2022-03-17T20:57:30.3338475Z [ OK ] ModulesTest.PrettyPrintEmbeddingBag (0 ms) 2022-03-17T20:57:30.3338899Z [ RUN ] ModulesTest.PrettyPrintL1Loss 2022-03-17T20:57:30.3339411Z [ OK ] ModulesTest.PrettyPrintL1Loss (0 ms) 2022-03-17T20:57:30.3339957Z [ RUN ] ModulesTest.PrettyPrintKLDivLoss 2022-03-17T20:57:30.3340410Z [ OK ] ModulesTest.PrettyPrintKLDivLoss (0 ms) 2022-03-17T20:57:30.3341056Z [ RUN ] ModulesTest.PrettyPrintMSELoss 2022-03-17T20:57:30.3341482Z [ OK ] ModulesTest.PrettyPrintMSELoss (0 ms) 2022-03-17T20:57:30.3341913Z [ RUN ] ModulesTest.PrettyPrintBCELoss 2022-03-17T20:57:30.3342559Z [ OK ] ModulesTest.PrettyPrintBCELoss (0 ms) 2022-03-17T20:57:30.3343038Z [ RUN ] ModulesTest.PrettyPrintHingeEmbeddingLoss 2022-03-17T20:57:30.3343678Z [ OK ] ModulesTest.PrettyPrintHingeEmbeddingLoss (0 ms) 2022-03-17T20:57:30.3344256Z [ RUN ] ModulesTest.PrettyPrintCosineEmbeddingLoss 2022-03-17T20:57:30.3344771Z [ OK ] ModulesTest.PrettyPrintCosineEmbeddingLoss (0 ms) 2022-03-17T20:57:30.3345270Z [ RUN ] ModulesTest.PrettyPrintTripletMarginLoss 2022-03-17T20:57:30.3346140Z [ OK ] ModulesTest.PrettyPrintTripletMarginLoss (0 ms) 2022-03-17T20:57:30.3346678Z [ RUN ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss 2022-03-17T20:57:30.3347497Z [ OK ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss (0 ms) 2022-03-17T20:57:30.3348229Z [ RUN ] ModulesTest.PrettyPrintNLLLoss 2022-03-17T20:57:30.3348896Z [ OK ] ModulesTest.PrettyPrintNLLLoss (0 ms) 2022-03-17T20:57:30.3349542Z [ RUN ] ModulesTest.PrettyPrinCrossEntropyLoss 2022-03-17T20:57:30.3350025Z [ OK ] ModulesTest.PrettyPrinCrossEntropyLoss (0 ms) 2022-03-17T20:57:30.3350532Z [ RUN ] ModulesTest.PrettyPrintMultiLabelMarginLoss 2022-03-17T20:57:30.3351056Z [ OK ] ModulesTest.PrettyPrintMultiLabelMarginLoss (0 ms) 2022-03-17T20:57:30.3351575Z [ RUN ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss 2022-03-17T20:57:30.3352133Z [ OK ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss (0 ms) 2022-03-17T20:57:30.3352626Z [ RUN ] ModulesTest.PrettyPrintSoftMarginLoss 2022-03-17T20:57:30.3353103Z [ OK ] ModulesTest.PrettyPrintSoftMarginLoss (0 ms) 2022-03-17T20:57:30.3353585Z [ RUN ] ModulesTest.PrettyPrintCosineSimilarity 2022-03-17T20:57:30.3354065Z [ OK ] ModulesTest.PrettyPrintCosineSimilarity (0 ms) 2022-03-17T20:57:30.3354555Z [ RUN ] ModulesTest.PrettyPrintPairwiseDistance 2022-03-17T20:57:30.3355108Z [ OK ] ModulesTest.PrettyPrintPairwiseDistance (0 ms) 2022-03-17T20:57:30.3355602Z [ RUN ] ModulesTest.PrettyPrintReflectionPad 2022-03-17T20:57:30.3356075Z [ OK ] ModulesTest.PrettyPrintReflectionPad (0 ms) 2022-03-17T20:57:30.3356530Z [ RUN ] ModulesTest.PrettyPrintReplicationPad 2022-03-17T20:57:30.3357014Z [ OK ] ModulesTest.PrettyPrintReplicationPad (0 ms) 2022-03-17T20:57:30.3357455Z [ RUN ] ModulesTest.PrettyPrintZeroPad2d 2022-03-17T20:57:30.3357904Z [ OK ] ModulesTest.PrettyPrintZeroPad2d (0 ms) 2022-03-17T20:57:30.3358334Z [ RUN ] ModulesTest.PrettyPrintConstantPad 2022-03-17T20:57:30.3358849Z [ OK ] ModulesTest.PrettyPrintConstantPad (0 ms) 2022-03-17T20:57:30.3359381Z [ RUN ] ModulesTest.PrettyPrintNestedModel 2022-03-17T20:57:30.3359835Z [ OK ] ModulesTest.PrettyPrintNestedModel (0 ms) 2022-03-17T20:57:30.3360242Z [ RUN ] ModulesTest.PrettyPrintELU 2022-03-17T20:57:30.3360654Z [ OK ] ModulesTest.PrettyPrintELU (0 ms) 2022-03-17T20:57:30.3361042Z [ RUN ] ModulesTest.PrettyPrintSELU 2022-03-17T20:57:30.3361708Z [ OK ] ModulesTest.PrettyPrintSELU (0 ms) 2022-03-17T20:57:30.3362100Z [ RUN ] ModulesTest.PrettyPrintGLU 2022-03-17T20:57:30.3362506Z [ OK ] ModulesTest.PrettyPrintGLU (0 ms) 2022-03-17T20:57:30.3362930Z [ RUN ] ModulesTest.PrettyPrintHardshrink 2022-03-17T20:57:30.3363364Z [ OK ] ModulesTest.PrettyPrintHardshrink (0 ms) 2022-03-17T20:57:30.3363802Z [ RUN ] ModulesTest.PrettyPrintHardtanh 2022-03-17T20:57:30.3364230Z [ OK ] ModulesTest.PrettyPrintHardtanh (0 ms) 2022-03-17T20:57:30.3364680Z [ RUN ] ModulesTest.PrettyPrintLeakyReLU 2022-03-17T20:57:30.3365356Z [ OK ] ModulesTest.PrettyPrintLeakyReLU (0 ms) 2022-03-17T20:57:30.3365782Z [ RUN ] ModulesTest.PrettyPrintLogSigmoid 2022-03-17T20:57:30.3366238Z [ OK ] ModulesTest.PrettyPrintLogSigmoid (0 ms) 2022-03-17T20:57:30.3366658Z [ RUN ] ModulesTest.PrettyPrintSoftmax 2022-03-17T20:57:30.3367090Z [ OK ] ModulesTest.PrettyPrintSoftmax (0 ms) 2022-03-17T20:57:30.3367514Z [ RUN ] ModulesTest.PrettyPrintSoftmin 2022-03-17T20:57:30.3367927Z [ OK ] ModulesTest.PrettyPrintSoftmin (0 ms) 2022-03-17T20:57:30.3368359Z [ RUN ] ModulesTest.PrettyPrintLogSoftmax 2022-03-17T20:57:30.3368793Z [ OK ] ModulesTest.PrettyPrintLogSoftmax (0 ms) 2022-03-17T20:57:30.3369230Z [ RUN ] ModulesTest.PrettyPrintSoftmax2d 2022-03-17T20:57:30.3369661Z [ OK ] ModulesTest.PrettyPrintSoftmax2d (0 ms) 2022-03-17T20:57:30.3370090Z [ RUN ] ModulesTest.PrettyPrintPReLU 2022-03-17T20:57:30.3370513Z [ OK ] ModulesTest.PrettyPrintPReLU (0 ms) 2022-03-17T20:57:30.3370910Z [ RUN ] ModulesTest.PrettyPrintReLU 2022-03-17T20:57:30.3371323Z [ OK ] ModulesTest.PrettyPrintReLU (0 ms) 2022-03-17T20:57:30.3371720Z [ RUN ] ModulesTest.PrettyPrintReLU6 2022-03-17T20:57:30.3372139Z [ OK ] ModulesTest.PrettyPrintReLU6 (0 ms) 2022-03-17T20:57:30.3372552Z [ RUN ] ModulesTest.PrettyPrintRReLU 2022-03-17T20:57:30.3372953Z [ OK ] ModulesTest.PrettyPrintRReLU (0 ms) 2022-03-17T20:57:30.3373361Z [ RUN ] ModulesTest.PrettyPrintCELU 2022-03-17T20:57:30.3373758Z [ OK ] ModulesTest.PrettyPrintCELU (0 ms) 2022-03-17T20:57:30.3374172Z [ RUN ] ModulesTest.PrettyPrintSigmoid 2022-03-17T20:57:30.3374587Z [ OK ] ModulesTest.PrettyPrintSigmoid (0 ms) 2022-03-17T20:57:30.3375035Z [ RUN ] ModulesTest.PrettyPrintPixelShuffle 2022-03-17T20:57:30.3375502Z [ OK ] ModulesTest.PrettyPrintPixelShuffle (0 ms) 2022-03-17T20:57:30.3376060Z [ RUN ] ModulesTest.PrettyPrintPixelUnshuffle 2022-03-17T20:57:30.3376562Z [ OK ] ModulesTest.PrettyPrintPixelUnshuffle (0 ms) 2022-03-17T20:57:30.3376999Z [ RUN ] ModulesTest.PrettyPrintSoftplus 2022-03-17T20:57:30.3377439Z [ OK ] ModulesTest.PrettyPrintSoftplus (0 ms) 2022-03-17T20:57:30.3377876Z [ RUN ] ModulesTest.PrettyPrintSoftshrink 2022-03-17T20:57:30.3378314Z [ OK ] ModulesTest.PrettyPrintSoftshrink (0 ms) 2022-03-17T20:57:30.3378749Z [ RUN ] ModulesTest.PrettyPrintSoftsign 2022-03-17T20:57:30.3379172Z [ OK ] ModulesTest.PrettyPrintSoftsign (0 ms) 2022-03-17T20:57:30.3379944Z [ RUN ] ModulesTest.PrettyPrintTanh 2022-03-17T20:57:30.3380614Z [ OK ] ModulesTest.PrettyPrintTanh (0 ms) 2022-03-17T20:57:30.3381243Z [ RUN ] ModulesTest.PrettyPrintTanhshrink 2022-03-17T20:57:30.3381815Z [ OK ] ModulesTest.PrettyPrintTanhshrink (0 ms) 2022-03-17T20:57:30.3382617Z [ RUN ] ModulesTest.PrettyPrintThreshold 2022-03-17T20:57:30.3383175Z [ OK ] ModulesTest.PrettyPrintThreshold (0 ms) 2022-03-17T20:57:30.3383609Z [ RUN ] ModulesTest.PrettyPrintCTCLoss 2022-03-17T20:57:30.3384027Z [ OK ] ModulesTest.PrettyPrintCTCLoss (0 ms) 2022-03-17T20:57:30.3384480Z [ RUN ] ModulesTest.PrettyPrintPoissonNLLLoss 2022-03-17T20:57:30.3384943Z [ OK ] ModulesTest.PrettyPrintPoissonNLLLoss (0 ms) 2022-03-17T20:57:30.3385863Z [ RUN ] ModulesTest.PrettyPrintMarginRankingLoss 2022-03-17T20:57:30.3386803Z [ OK ] ModulesTest.PrettyPrintMarginRankingLoss (0 ms) 2022-03-17T20:57:30.3387302Z [ RUN ] ModulesTest.PrettyPrintCrossMapLRN2d 2022-03-17T20:57:30.3387786Z [ OK ] ModulesTest.PrettyPrintCrossMapLRN2d (0 ms) 2022-03-17T20:57:30.3388235Z [ RUN ] ModulesTest.PrettyPrintAlphaDropout 2022-03-17T20:57:30.3388708Z [ OK ] ModulesTest.PrettyPrintAlphaDropout (0 ms) 2022-03-17T20:57:30.3389180Z [ RUN ] ModulesTest.PrettyPrintFeatureAlphaDropout 2022-03-17T20:57:30.3389698Z [ OK ] ModulesTest.PrettyPrintFeatureAlphaDropout (0 ms) 2022-03-17T20:57:30.3390203Z [ RUN ] ModulesTest.PrettyPrintBCEWithLogitsLoss 2022-03-17T20:57:30.3390688Z [ OK ] ModulesTest.PrettyPrintBCEWithLogitsLoss (0 ms) 2022-03-17T20:57:30.3391189Z [ RUN ] ModulesTest.PrettyPrintMultiheadAttention 2022-03-17T20:57:30.3391680Z [ OK ] ModulesTest.PrettyPrintMultiheadAttention (0 ms) 2022-03-17T20:57:30.3392144Z [ RUN ] ModulesTest.PrettyPrintRNNCell 2022-03-17T20:57:30.3392579Z [ OK ] ModulesTest.PrettyPrintRNNCell (0 ms) 2022-03-17T20:57:30.3392998Z [ RUN ] ModulesTest.PrettyPrintLSTMCell 2022-03-17T20:57:30.3393436Z [ OK ] ModulesTest.PrettyPrintLSTMCell (0 ms) 2022-03-17T20:57:30.3393850Z [ RUN ] ModulesTest.PrettyPrintGRUCell 2022-03-17T20:57:30.3394280Z [ OK ] ModulesTest.PrettyPrintGRUCell (0 ms) 2022-03-17T20:57:30.3394780Z [ RUN ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss 2022-03-17T20:57:30.3395338Z [ OK ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss (0 ms) 2022-03-17T20:57:30.3395852Z [----------] 258 tests from ModulesTest (10906 ms total) 2022-03-17T20:57:30.3396063Z 2022-03-17T20:57:30.3396267Z [----------] 10 tests from ParameterDictTest 2022-03-17T20:57:30.3396698Z [ RUN ] ParameterDictTest.ConstructFromTensor 2022-03-17T20:57:30.3397175Z [ OK ] ParameterDictTest.ConstructFromTensor (0 ms) 2022-03-17T20:57:30.3397654Z [ RUN ] ParameterDictTest.ConstructFromOrderedDict 2022-03-17T20:57:30.3398168Z [ OK ] ParameterDictTest.ConstructFromOrderedDict (0 ms) 2022-03-17T20:57:30.3398630Z [ RUN ] ParameterDictTest.InsertAndContains 2022-03-17T20:57:30.3399174Z [ OK ] ParameterDictTest.InsertAndContains (0 ms) 2022-03-17T20:57:30.3399618Z [ RUN ] ParameterDictTest.InsertAndClear 2022-03-17T20:57:30.3400061Z [ OK ] ParameterDictTest.InsertAndClear (0 ms) 2022-03-17T20:57:30.3400488Z [ RUN ] ParameterDictTest.InsertAndPop 2022-03-17T20:57:30.3400932Z [ OK ] ParameterDictTest.InsertAndPop (1 ms) 2022-03-17T20:57:30.3401589Z [ RUN ] ParameterDictTest.SimpleUpdate 2022-03-17T20:57:30.3402039Z [ OK ] ParameterDictTest.SimpleUpdate (1 ms) 2022-03-17T20:57:30.3402421Z [ RUN ] ParameterDictTest.Keys 2022-03-17T20:57:30.3402804Z [ OK ] ParameterDictTest.Keys (0 ms) 2022-03-17T20:57:30.3403289Z [ RUN ] ParameterDictTest.Values 2022-03-17T20:57:30.3403683Z [ OK ] ParameterDictTest.Values (0 ms) 2022-03-17T20:57:30.3404044Z [ RUN ] ParameterDictTest.Get 2022-03-17T20:57:30.3404425Z [ OK ] ParameterDictTest.Get (0 ms) 2022-03-17T20:57:30.3404875Z [ RUN ] ParameterDictTest.PrettyPrintParameterDict 2022-03-17T20:57:30.3405374Z [ OK ] ParameterDictTest.PrettyPrintParameterDict (0 ms) 2022-03-17T20:57:30.3405866Z [----------] 10 tests from ParameterDictTest (3 ms total) 2022-03-17T20:57:30.3406086Z 2022-03-17T20:57:30.3406288Z [----------] 8 tests from ParameterListTest 2022-03-17T20:57:30.3406749Z [ RUN ] ParameterListTest.ConstructsFromSharedPointer 2022-03-17T20:57:30.3407289Z [ OK ] ParameterListTest.ConstructsFromSharedPointer (0 ms) 2022-03-17T20:57:30.3407731Z [ RUN ] ParameterListTest.isEmpty 2022-03-17T20:57:30.3408139Z [ OK ] ParameterListTest.isEmpty (0 ms) 2022-03-17T20:57:30.3408571Z [ RUN ] ParameterListTest.PushBackAddsAnElement 2022-03-17T20:57:30.3409068Z [ OK ] ParameterListTest.PushBackAddsAnElement (0 ms) 2022-03-17T20:57:30.3409520Z [ RUN ] ParameterListTest.ForEachLoop 2022-03-17T20:57:30.3409931Z [ OK ] ParameterListTest.ForEachLoop (0 ms) 2022-03-17T20:57:30.3410353Z [ RUN ] ParameterListTest.AccessWithAt 2022-03-17T20:57:30.3430894Z [ OK ] ParameterListTest.AccessWithAt (4 ms) 2022-03-17T20:57:30.3431695Z [ RUN ] ParameterListTest.ExtendPushesParametersFromOtherParameterList 2022-03-17T20:57:30.3432451Z [ OK ] ParameterListTest.ExtendPushesParametersFromOtherParameterList (0 ms) 2022-03-17T20:57:30.3433031Z [ RUN ] ParameterListTest.PrettyPrintParameterList 2022-03-17T20:57:30.3433553Z [ OK ] ParameterListTest.PrettyPrintParameterList (0 ms) 2022-03-17T20:57:30.3434327Z [ RUN ] ParameterListTest.IncrementAdd 2022-03-17T20:57:30.3434852Z [ OK ] ParameterListTest.IncrementAdd (0 ms) 2022-03-17T20:57:30.3435314Z [----------] 8 tests from ParameterListTest (4 ms total) 2022-03-17T20:57:30.3435519Z 2022-03-17T20:57:30.3435725Z [----------] 1 test from NamespaceTests 2022-03-17T20:57:30.3436237Z [ RUN ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace 2022-03-17T20:57:30.3436869Z [ OK ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace (0 ms) 2022-03-17T20:57:30.3437413Z [----------] 1 test from NamespaceTests (0 ms total) 2022-03-17T20:57:30.3437618Z 2022-03-17T20:57:30.3437815Z [----------] 7 tests from NNUtilsTest 2022-03-17T20:57:30.3438165Z [ RUN ] NNUtilsTest.ClipGradNorm 2022-03-17T20:57:30.3457119Z [ OK ] NNUtilsTest.ClipGradNorm (2 ms) 2022-03-17T20:57:30.3457893Z [ RUN ] NNUtilsTest.ClipGradNormErrorIfNonfinite 2022-03-17T20:57:31.0275747Z [ OK ] NNUtilsTest.ClipGradNormErrorIfNonfinite (681 ms) 2022-03-17T20:57:31.0276296Z [ RUN ] NNUtilsTest.ClipGradValue 2022-03-17T20:57:31.0277781Z [ OK ] NNUtilsTest.ClipGradValue (0 ms) 2022-03-17T20:57:31.0278336Z [ RUN ] NNUtilsTest.ConvertParameters 2022-03-17T20:57:31.0284713Z [ OK ] NNUtilsTest.ConvertParameters (0 ms) 2022-03-17T20:57:31.0285358Z [ RUN ] NNUtilsTest.PackSequence 2022-03-17T20:57:31.0760977Z [ OK ] NNUtilsTest.PackSequence (47 ms) 2022-03-17T20:57:31.0761732Z [ RUN ] NNUtilsTest.PackPaddedSequence 2022-03-17T20:57:31.0966993Z [ OK ] NNUtilsTest.PackPaddedSequence (20 ms) 2022-03-17T20:57:31.0967629Z [ RUN ] NNUtilsTest.PadSequence 2022-03-17T20:57:31.1038124Z [ OK ] NNUtilsTest.PadSequence (7 ms) 2022-03-17T20:57:31.1039005Z [----------] 7 tests from NNUtilsTest (760 ms total) 2022-03-17T20:57:31.1039202Z 2022-03-17T20:57:31.1039431Z [----------] 3 tests from PackedSequenceTest 2022-03-17T20:57:31.1039844Z [ RUN ] PackedSequenceTest.WrongOrder 2022-03-17T20:57:31.1082959Z [ OK ] PackedSequenceTest.WrongOrder (4 ms) 2022-03-17T20:57:31.1083625Z [ RUN ] PackedSequenceTest.TotalLength 2022-03-17T20:57:31.1177754Z [ OK ] PackedSequenceTest.TotalLength (9 ms) 2022-03-17T20:57:31.1178442Z [ RUN ] PackedSequenceTest.To 2022-03-17T20:57:31.1200105Z [ OK ] PackedSequenceTest.To (2 ms) 2022-03-17T20:57:31.1200807Z [----------] 3 tests from PackedSequenceTest (16 ms total) 2022-03-17T20:57:31.1201066Z 2022-03-17T20:57:31.1201271Z [----------] 34 tests from OptimTest 2022-03-17T20:57:31.1201912Z [ RUN ] OptimTest.OptimizerAccessors 2022-03-17T20:57:31.1222658Z [ OK ] OptimTest.OptimizerAccessors (2 ms) 2022-03-17T20:57:31.1223371Z [ RUN ] OptimTest.OldInterface 2022-03-17T20:57:31.1225600Z [ OK ] OptimTest.OldInterface (0 ms) 2022-03-17T20:57:31.1226205Z [ RUN ] OptimTest.XORConvergence_SGD 2022-03-17T20:57:32.7678603Z [ OK ] OptimTest.XORConvergence_SGD (1645 ms) 2022-03-17T20:57:32.7679492Z [ RUN ] OptimTest.XORConvergence_LBFGS 2022-03-17T20:57:33.9097202Z [ OK ] OptimTest.XORConvergence_LBFGS (1141 ms) 2022-03-17T20:57:33.9098046Z [ RUN ] OptimTest.XORConvergence_Adagrad 2022-03-17T20:57:34.5510894Z [ OK ] OptimTest.XORConvergence_Adagrad (641 ms) 2022-03-17T20:57:34.5511739Z [ RUN ] OptimTest.XORConvergence_RMSprop 2022-03-17T20:57:35.1866834Z [ OK ] OptimTest.XORConvergence_RMSprop (635 ms) 2022-03-17T20:57:35.1867769Z [ RUN ] OptimTest.XORConvergence_RMSpropWithMomentum 2022-03-17T20:57:36.9732016Z [ OK ] OptimTest.XORConvergence_RMSpropWithMomentum (1786 ms) 2022-03-17T20:57:36.9732948Z [ RUN ] OptimTest.XORConvergence_Adam 2022-03-17T20:57:37.6734697Z [ OK ] OptimTest.XORConvergence_Adam (700 ms) 2022-03-17T20:57:37.6735596Z [ RUN ] OptimTest.XORConvergence_AdamWithAmsgrad 2022-03-17T20:57:38.3756922Z [ OK ] OptimTest.XORConvergence_AdamWithAmsgrad (702 ms) 2022-03-17T20:57:38.3757846Z [ RUN ] OptimTest.ProducesPyTorchValues_Adam 2022-03-17T20:57:38.6777770Z [ OK ] OptimTest.ProducesPyTorchValues_Adam (302 ms) 2022-03-17T20:57:38.6778296Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay 2022-03-17T20:57:38.9877644Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay (309 ms) 2022-03-17T20:57:38.9878235Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad 2022-03-17T20:57:39.3083118Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad (320 ms) 2022-03-17T20:57:39.3083674Z [ RUN ] OptimTest.XORConvergence_AdamW 2022-03-17T20:57:40.0199843Z [ OK ] OptimTest.XORConvergence_AdamW (711 ms) 2022-03-17T20:57:40.0200935Z [ RUN ] OptimTest.XORConvergence_AdamWWithAmsgrad 2022-03-17T20:57:40.7356234Z [ OK ] OptimTest.XORConvergence_AdamWWithAmsgrad (715 ms) 2022-03-17T20:57:40.7357139Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamW 2022-03-17T20:57:41.0455831Z [ OK ] OptimTest.ProducesPyTorchValues_AdamW (309 ms) 2022-03-17T20:57:41.0456380Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay 2022-03-17T20:57:41.3462387Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay (300 ms) 2022-03-17T20:57:41.3462949Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad 2022-03-17T20:57:41.6658239Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad (319 ms) 2022-03-17T20:57:41.6659016Z [ RUN ] OptimTest.ProducesPyTorchValues_Adagrad 2022-03-17T20:57:41.9217418Z [ OK ] OptimTest.ProducesPyTorchValues_Adagrad (255 ms) 2022-03-17T20:57:41.9218177Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay 2022-03-17T20:57:42.1874092Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay (265 ms) 2022-03-17T20:57:42.1874710Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay 2022-03-17T20:57:42.4533817Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay (265 ms) 2022-03-17T20:57:42.4534363Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSprop 2022-03-17T20:57:42.7225607Z [ OK ] OptimTest.ProducesPyTorchValues_RMSprop (269 ms) 2022-03-17T20:57:42.7226133Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay 2022-03-17T20:57:43.0015767Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay (278 ms) 2022-03-17T20:57:43.0016603Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered 2022-03-17T20:57:43.3023140Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered (300 ms) 2022-03-17T20:57:43.3023837Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum 2022-03-17T20:57:43.6168603Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum (314 ms) 2022-03-17T20:57:43.6169182Z [ RUN ] OptimTest.ProducesPyTorchValues_SGD 2022-03-17T20:57:43.8273956Z [ OK ] OptimTest.ProducesPyTorchValues_SGD (210 ms) 2022-03-17T20:57:43.8274483Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay 2022-03-17T20:57:44.0499319Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay (222 ms) 2022-03-17T20:57:44.0499914Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum 2022-03-17T20:57:44.2978816Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum (247 ms) 2022-03-17T20:57:44.2979516Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum 2022-03-17T20:57:44.5540834Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum (256 ms) 2022-03-17T20:57:44.5541389Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS 2022-03-17T20:57:44.7943258Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS (240 ms) 2022-03-17T20:57:44.7943777Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search 2022-03-17T20:57:45.6846101Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search (890 ms) 2022-03-17T20:57:45.6846887Z [ RUN ] OptimTest.ZeroGrad 2022-03-17T20:57:45.6847908Z [ OK ] OptimTest.ZeroGrad (0 ms) 2022-03-17T20:57:45.6848340Z [ RUN ] OptimTest.ExternalVectorOfParameters 2022-03-17T20:57:45.6851444Z [ OK ] OptimTest.ExternalVectorOfParameters (0 ms) 2022-03-17T20:57:45.6852215Z [ RUN ] OptimTest.AddParameter_LBFGS 2022-03-17T20:57:45.6853342Z [ OK ] OptimTest.AddParameter_LBFGS (0 ms) 2022-03-17T20:57:45.6853931Z [ RUN ] OptimTest.CheckLRChange_StepLR_Adam 2022-03-17T20:57:45.6854370Z [ OK ] OptimTest.CheckLRChange_StepLR_Adam (0 ms) 2022-03-17T20:57:45.6855083Z [----------] 34 tests from OptimTest (14565 ms total) 2022-03-17T20:57:45.6855296Z 2022-03-17T20:57:45.6855517Z [----------] 29 tests from OrderedDictTest 2022-03-17T20:57:45.6856146Z [ RUN ] OrderedDictTest.IsEmptyAfterDefaultConstruction 2022-03-17T20:57:45.6856797Z [ OK ] OrderedDictTest.IsEmptyAfterDefaultConstruction (0 ms) 2022-03-17T20:57:45.6857623Z [ RUN ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent 2022-03-17T20:57:45.6858442Z [ OK ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent (0 ms) 2022-03-17T20:57:45.6859313Z [ RUN ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent 2022-03-17T20:57:45.6859972Z [ OK ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent (0 ms) 2022-03-17T20:57:45.6860768Z [ RUN ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent 2022-03-17T20:57:45.6885341Z [ OK ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent (2 ms) 2022-03-17T20:57:45.6885907Z [ RUN ] OrderedDictTest.CanInitializeFromList 2022-03-17T20:57:45.6886630Z [ OK ] OrderedDictTest.CanInitializeFromList (0 ms) 2022-03-17T20:57:45.6887202Z [ RUN ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent 2022-03-17T20:57:45.6913840Z [ OK ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent (2 ms) 2022-03-17T20:57:45.6914501Z [ RUN ] OrderedDictTest.FrontReturnsTheFirstItem 2022-03-17T20:57:45.6915017Z [ OK ] OrderedDictTest.FrontReturnsTheFirstItem (0 ms) 2022-03-17T20:57:45.6915735Z [ RUN ] OrderedDictTest.FrontThrowsWhenEmpty 2022-03-17T20:57:45.6926897Z [ OK ] OrderedDictTest.FrontThrowsWhenEmpty (1 ms) 2022-03-17T20:57:45.6927407Z [ RUN ] OrderedDictTest.BackReturnsTheLastItem 2022-03-17T20:57:45.6927900Z [ OK ] OrderedDictTest.BackReturnsTheLastItem (0 ms) 2022-03-17T20:57:45.6928359Z [ RUN ] OrderedDictTest.BackThrowsWhenEmpty 2022-03-17T20:57:45.6940041Z [ OK ] OrderedDictTest.BackThrowsWhenEmpty (1 ms) 2022-03-17T20:57:45.6940577Z [ RUN ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent 2022-03-17T20:57:45.6941218Z [ OK ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent (0 ms) 2022-03-17T20:57:45.6941911Z [ RUN ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent 2022-03-17T20:57:45.6942926Z [ OK ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent (0 ms) 2022-03-17T20:57:45.6943710Z [ RUN ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent 2022-03-17T20:57:45.6944475Z [ OK ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent (0 ms) 2022-03-17T20:57:45.6945241Z [ RUN ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers 2022-03-17T20:57:45.6946056Z [ OK ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers (0 ms) 2022-03-17T20:57:45.6946826Z [ RUN ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent 2022-03-17T20:57:45.6969469Z [ OK ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent (2 ms) 2022-03-17T20:57:45.6970213Z [ RUN ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict 2022-03-17T20:57:45.6970869Z [ OK ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict (0 ms) 2022-03-17T20:57:45.6971467Z [ RUN ] OrderedDictTest.UpdateAlsoChecksForDuplicates 2022-03-17T20:57:45.6983901Z [ OK ] OrderedDictTest.UpdateAlsoChecksForDuplicates (1 ms) 2022-03-17T20:57:45.6984420Z [ RUN ] OrderedDictTest.CanIterateItems 2022-03-17T20:57:45.6984865Z [ OK ] OrderedDictTest.CanIterateItems (0 ms) 2022-03-17T20:57:45.6985265Z [ RUN ] OrderedDictTest.EraseWorks 2022-03-17T20:57:45.6985678Z [ OK ] OrderedDictTest.EraseWorks (0 ms) 2022-03-17T20:57:45.6986124Z [ RUN ] OrderedDictTest.ClearMakesTheDictEmpty 2022-03-17T20:57:45.6986595Z [ OK ] OrderedDictTest.ClearMakesTheDictEmpty (0 ms) 2022-03-17T20:57:45.6987054Z [ RUN ] OrderedDictTest.CanCopyConstruct 2022-03-17T20:57:45.6987486Z [ OK ] OrderedDictTest.CanCopyConstruct (0 ms) 2022-03-17T20:57:45.6988007Z [ RUN ] OrderedDictTest.CanCopyAssign 2022-03-17T20:57:45.6988439Z [ OK ] OrderedDictTest.CanCopyAssign (0 ms) 2022-03-17T20:57:45.6988857Z [ RUN ] OrderedDictTest.CanMoveConstruct 2022-03-17T20:57:45.6989314Z [ OK ] OrderedDictTest.CanMoveConstruct (0 ms) 2022-03-17T20:57:45.6989725Z [ RUN ] OrderedDictTest.CanMoveAssign 2022-03-17T20:57:45.6990150Z [ OK ] OrderedDictTest.CanMoveAssign (0 ms) 2022-03-17T20:57:45.6990591Z [ RUN ] OrderedDictTest.CanInsertWithBraces 2022-03-17T20:57:45.6991040Z [ OK ] OrderedDictTest.CanInsertWithBraces (0 ms) 2022-03-17T20:57:45.6991574Z [ RUN ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription 2022-03-17T20:57:45.7013676Z [ OK ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription (2 ms) 2022-03-17T20:57:45.7014267Z [ RUN ] OrderedDictTest.KeysReturnsAllKeys 2022-03-17T20:57:45.7014738Z [ OK ] OrderedDictTest.KeysReturnsAllKeys (0 ms) 2022-03-17T20:57:45.7015188Z [ RUN ] OrderedDictTest.ValuesReturnsAllValues 2022-03-17T20:57:45.7015682Z [ OK ] OrderedDictTest.ValuesReturnsAllValues (0 ms) 2022-03-17T20:57:45.7016141Z [ RUN ] OrderedDictTest.ItemsReturnsAllItems 2022-03-17T20:57:45.7016611Z [ OK ] OrderedDictTest.ItemsReturnsAllItems (0 ms) 2022-03-17T20:57:45.7017082Z [----------] 29 tests from OrderedDictTest (15 ms total) 2022-03-17T20:57:45.7017281Z 2022-03-17T20:57:45.7017483Z [----------] 25 tests from RNNTest 2022-03-17T20:57:45.7017851Z [ RUN ] RNNTest.CheckOutputSizes 2022-03-17T20:57:45.7103543Z [ OK ] RNNTest.CheckOutputSizes (8 ms) 2022-03-17T20:57:45.7104368Z [ RUN ] RNNTest.CheckOutputSizesProj 2022-03-17T20:57:45.7190442Z [ OK ] RNNTest.CheckOutputSizesProj (8 ms) 2022-03-17T20:57:45.7191350Z [ RUN ] RNNTest.CheckOutputValuesMatchPyTorch 2022-03-17T20:57:45.7196453Z [ OK ] RNNTest.CheckOutputValuesMatchPyTorch (0 ms) 2022-03-17T20:57:45.7197369Z [ RUN ] RNNTest.EndToEndLSTM 2022-03-17T20:57:47.8403678Z [ OK ] RNNTest.EndToEndLSTM (2120 ms) 2022-03-17T20:57:47.8404459Z [ RUN ] RNNTest.EndToEndLSTMProj 2022-03-17T20:57:49.9237125Z [ OK ] RNNTest.EndToEndLSTMProj (2083 ms) 2022-03-17T20:57:49.9237876Z [ RUN ] RNNTest.EndToEndGRU 2022-03-17T20:57:51.7928722Z [ OK ] RNNTest.EndToEndGRU (1868 ms) 2022-03-17T20:57:51.7929478Z [ RUN ] RNNTest.EndToEndRNNRelu 2022-03-17T20:57:52.8307547Z [ OK ] RNNTest.EndToEndRNNRelu (1037 ms) 2022-03-17T20:57:52.8308015Z [ RUN ] RNNTest.EndToEndRNNTanh 2022-03-17T20:57:54.0012828Z [ OK ] RNNTest.EndToEndRNNTanh (1170 ms) 2022-03-17T20:57:54.0013237Z [ RUN ] RNNTest.Sizes_CUDA 2022-03-17T20:57:54.0428066Z [ OK ] RNNTest.Sizes_CUDA (41 ms) 2022-03-17T20:57:54.0428450Z [ RUN ] RNNTest.SizesProj_CUDA 2022-03-17T20:57:54.0466736Z [ OK ] RNNTest.SizesProj_CUDA (3 ms) 2022-03-17T20:57:54.0467352Z [ RUN ] RNNTest.EndToEndLSTM_CUDA 2022-03-17T20:57:55.6113415Z [ OK ] RNNTest.EndToEndLSTM_CUDA (1564 ms) 2022-03-17T20:57:55.6113849Z [ RUN ] RNNTest.EndToEndLSTMProj_CUDA 2022-03-17T20:57:57.1729279Z [ OK ] RNNTest.EndToEndLSTMProj_CUDA (1561 ms) 2022-03-17T20:57:57.1729718Z [ RUN ] RNNTest.EndToEndGRU_CUDA 2022-03-17T20:57:58.4936298Z [ OK ] RNNTest.EndToEndGRU_CUDA (1320 ms) 2022-03-17T20:57:58.4936734Z [ RUN ] RNNTest.EndToEndRNNRelu_CUDA 2022-03-17T20:57:59.7742463Z [ OK ] RNNTest.EndToEndRNNRelu_CUDA (1280 ms) 2022-03-17T20:57:59.7742945Z [ RUN ] RNNTest.EndToEndRNNTanh_CUDA 2022-03-17T20:58:01.2184452Z [ OK ] RNNTest.EndToEndRNNTanh_CUDA (1444 ms) 2022-03-17T20:58:01.2184944Z [ RUN ] RNNTest.PrettyPrintRNNs 2022-03-17T20:58:01.2216239Z [ OK ] RNNTest.PrettyPrintRNNs (3 ms) 2022-03-17T20:58:01.2216727Z [ RUN ] RNNTest.BidirectionalFlattenParameters 2022-03-17T20:58:01.2374123Z [ OK ] RNNTest.BidirectionalFlattenParameters (15 ms) 2022-03-17T20:58:01.2374664Z [ RUN ] RNNTest.BidirectionalGRUReverseForward 2022-03-17T20:58:01.2389898Z [ OK ] RNNTest.BidirectionalGRUReverseForward (1 ms) 2022-03-17T20:58:01.2390438Z [ RUN ] RNNTest.BidirectionalGRUReverseForward_CUDA 2022-03-17T20:58:01.2405955Z [ OK ] RNNTest.BidirectionalGRUReverseForward_CUDA (1 ms) 2022-03-17T20:58:01.2406490Z [ RUN ] RNNTest.BidirectionalLSTMReverseForward 2022-03-17T20:58:01.2420398Z [ OK ] RNNTest.BidirectionalLSTMReverseForward (1 ms) 2022-03-17T20:58:01.2420944Z [ RUN ] RNNTest.BidirectionalLSTMReverseForward_CUDA 2022-03-17T20:58:01.2435987Z [ OK ] RNNTest.BidirectionalLSTMReverseForward_CUDA (1 ms) 2022-03-17T20:58:01.2436543Z [ RUN ] RNNTest.BidirectionalMultilayerGRU_CPU_vs_CUDA 2022-03-17T20:58:01.2491933Z [ OK ] RNNTest.BidirectionalMultilayerGRU_CPU_vs_CUDA (5 ms) 2022-03-17T20:58:01.2492474Z [ RUN ] RNNTest.BidirectionalMultilayerLSTM_CPU_vs_CUDA 2022-03-17T20:58:01.2547072Z [ OK ] RNNTest.BidirectionalMultilayerLSTM_CPU_vs_CUDA (5 ms) 2022-03-17T20:58:01.2547635Z [ RUN ] RNNTest.BidirectionalMultilayerLSTMProj_CPU_vs_CUDA 2022-03-17T20:58:01.2610877Z [ OK ] RNNTest.BidirectionalMultilayerLSTMProj_CPU_vs_CUDA (6 ms) 2022-03-17T20:58:01.2611379Z [ RUN ] RNNTest.UsePackedSequenceAsInput 2022-03-17T20:58:01.2635166Z [ OK ] RNNTest.UsePackedSequenceAsInput (2 ms) 2022-03-17T20:58:01.2636030Z [----------] 25 tests from RNNTest (15562 ms total) 2022-03-17T20:58:01.2636230Z 2022-03-17T20:58:01.2636455Z [----------] 20 tests from SequentialTest 2022-03-17T20:58:01.2636863Z [ RUN ] SequentialTest.CanContainThings 2022-03-17T20:58:01.2637303Z [ OK ] SequentialTest.CanContainThings (0 ms) 2022-03-17T20:58:01.2637785Z [ RUN ] SequentialTest.ConstructsFromSharedPointer 2022-03-17T20:58:01.2638312Z [ OK ] SequentialTest.ConstructsFromSharedPointer (0 ms) 2022-03-17T20:58:01.2638804Z [ RUN ] SequentialTest.ConstructsFromConcreteType 2022-03-17T20:58:01.2639318Z [ OK ] SequentialTest.ConstructsFromConcreteType (0 ms) 2022-03-17T20:58:01.2639807Z [ RUN ] SequentialTest.ConstructsFromModuleHolder 2022-03-17T20:58:01.2640318Z [ OK ] SequentialTest.ConstructsFromModuleHolder (0 ms) 2022-03-17T20:58:01.2640813Z [ RUN ] SequentialTest.PushBackAddsAnElement 2022-03-17T20:58:01.2641605Z [ OK ] SequentialTest.PushBackAddsAnElement (0 ms) 2022-03-17T20:58:01.2642085Z [ RUN ] SequentialTest.AccessWithAt 2022-03-17T20:58:01.2667668Z [ OK ] SequentialTest.AccessWithAt (2 ms) 2022-03-17T20:58:01.2668127Z [ RUN ] SequentialTest.AccessWithPtr 2022-03-17T20:58:01.2695681Z [ OK ] SequentialTest.AccessWithPtr (2 ms) 2022-03-17T20:58:01.2696221Z [ RUN ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed 2022-03-17T20:58:01.2709735Z [ OK ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed (1 ms) 2022-03-17T20:58:01.2710343Z [ RUN ] SequentialTest.CallingForwardChainsCorrectly 2022-03-17T20:58:01.2710858Z [ OK ] SequentialTest.CallingForwardChainsCorrectly (0 ms) 2022-03-17T20:58:01.2711451Z [ RUN ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows 2022-03-17T20:58:01.2723094Z [ OK ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows (1 ms) 2022-03-17T20:58:01.2723893Z [ RUN ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor 2022-03-17T20:58:01.2724513Z [ OK ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor (0 ms) 2022-03-17T20:58:01.2725058Z [ RUN ] SequentialTest.ForwardReturnsTheLastValue 2022-03-17T20:58:01.2727937Z [ OK ] SequentialTest.ForwardReturnsTheLastValue (0 ms) 2022-03-17T20:58:01.2728503Z [ RUN ] SequentialTest.SanityCheckForHoldingStandardModules 2022-03-17T20:58:01.2729883Z [ OK ] SequentialTest.SanityCheckForHoldingStandardModules (0 ms) 2022-03-17T20:58:01.2730487Z [ RUN ] SequentialTest.ExtendPushesModulesFromOtherSequential 2022-03-17T20:58:01.2731088Z [ OK ] SequentialTest.ExtendPushesModulesFromOtherSequential (0 ms) 2022-03-17T20:58:01.2731622Z [ RUN ] SequentialTest.HasReferenceSemantics 2022-03-17T20:58:01.2732108Z [ OK ] SequentialTest.HasReferenceSemantics (0 ms) 2022-03-17T20:58:01.2732525Z [ RUN ] SequentialTest.IsCloneable 2022-03-17T20:58:01.2738205Z [ OK ] SequentialTest.IsCloneable (0 ms) 2022-03-17T20:58:01.2738945Z [ RUN ] SequentialTest.RegistersElementsAsSubmodules 2022-03-17T20:58:01.2739493Z [ OK ] SequentialTest.RegistersElementsAsSubmodules (0 ms) 2022-03-17T20:58:01.2739980Z [ RUN ] SequentialTest.CloneToDevice_CUDA 2022-03-17T20:58:01.2742707Z [ OK ] SequentialTest.CloneToDevice_CUDA (0 ms) 2022-03-17T20:58:01.2743370Z [ RUN ] SequentialTest.PrettyPrintSequential 2022-03-17T20:58:01.2747190Z [ OK ] SequentialTest.PrettyPrintSequential (0 ms) 2022-03-17T20:58:01.2747868Z [ RUN ] SequentialTest.ModuleForwardMethodOptionalArg 2022-03-17T20:58:01.2792868Z [ OK ] SequentialTest.ModuleForwardMethodOptionalArg (4 ms) 2022-03-17T20:58:01.2793686Z [----------] 20 tests from SequentialTest (15 ms total) 2022-03-17T20:58:01.2793911Z 2022-03-17T20:58:01.2794131Z [----------] 17 tests from TransformerTest 2022-03-17T20:58:01.2794581Z [ RUN ] TransformerTest.TransformerEncoderLayer 2022-03-17T20:58:01.2899535Z [ OK ] TransformerTest.TransformerEncoderLayer (10 ms) 2022-03-17T20:58:01.2900299Z [ RUN ] TransformerTest.TransformerEncoderLayer_CUDA 2022-03-17T20:58:01.3127555Z [ OK ] TransformerTest.TransformerEncoderLayer_CUDA (22 ms) 2022-03-17T20:58:01.3128172Z [ RUN ] TransformerTest.TransformerDecoderLayer 2022-03-17T20:58:01.3236288Z [ OK ] TransformerTest.TransformerDecoderLayer (10 ms) 2022-03-17T20:58:01.3237022Z [ RUN ] TransformerTest.TransformerDecoderLayer_CUDA 2022-03-17T20:58:01.3476525Z [ OK ] TransformerTest.TransformerDecoderLayer_CUDA (24 ms) 2022-03-17T20:58:01.3477198Z [ RUN ] TransformerTest.TransformerDecoderLayer_gelu 2022-03-17T20:58:01.3538652Z [ OK ] TransformerTest.TransformerDecoderLayer_gelu (6 ms) 2022-03-17T20:58:01.3539213Z [ RUN ] TransformerTest.TransformerDecoderLayer_gelu_CUDA 2022-03-17T20:58:01.3669815Z [ OK ] TransformerTest.TransformerDecoderLayer_gelu_CUDA (13 ms) 2022-03-17T20:58:01.3670425Z [ RUN ] TransformerTest.TransformerEncoder 2022-03-17T20:58:01.3878273Z [ OK ] TransformerTest.TransformerEncoder (20 ms) 2022-03-17T20:58:01.3878807Z [ RUN ] TransformerTest.TransformerEncoder_CUDA 2022-03-17T20:58:01.4311819Z [ OK ] TransformerTest.TransformerEncoder_CUDA (43 ms) 2022-03-17T20:58:01.4312789Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoderLayer 2022-03-17T20:58:01.4314120Z [ OK ] TransformerTest.PrettyPrintTransformerEncoderLayer (0 ms) 2022-03-17T20:58:01.4314689Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoder 2022-03-17T20:58:01.4327975Z [ OK ] TransformerTest.PrettyPrintTransformerEncoder (1 ms) 2022-03-17T20:58:01.4328716Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoderLayer 2022-03-17T20:58:01.4330445Z [ OK ] TransformerTest.PrettyPrintTransformerDecoderLayer (0 ms) 2022-03-17T20:58:01.4330975Z [ RUN ] TransformerTest.TransformerDecoder 2022-03-17T20:58:01.4912865Z [ OK ] TransformerTest.TransformerDecoder (58 ms) 2022-03-17T20:58:01.4913579Z [ RUN ] TransformerTest.TransformerDecoder_CUDA 2022-03-17T20:58:01.6138319Z [ OK ] TransformerTest.TransformerDecoder_CUDA (122 ms) 2022-03-17T20:58:01.6138893Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoder 2022-03-17T20:58:01.6150477Z [ OK ] TransformerTest.PrettyPrintTransformerDecoder (1 ms) 2022-03-17T20:58:01.6150995Z [ RUN ] TransformerTest.Transformer 2022-03-17T20:58:01.6359160Z [ OK ] TransformerTest.Transformer (20 ms) 2022-03-17T20:58:01.6359604Z [ RUN ] TransformerTest.Transformer_CUDA 2022-03-17T20:58:01.6822006Z [ OK ] TransformerTest.Transformer_CUDA (46 ms) 2022-03-17T20:58:01.6822534Z [ RUN ] TransformerTest.TransformerArgsCorrectness 2022-03-17T20:58:01.6893184Z [ OK ] TransformerTest.TransformerArgsCorrectness (7 ms) 2022-03-17T20:58:01.6893749Z [----------] 17 tests from TransformerTest (409 ms total) 2022-03-17T20:58:01.6893973Z 2022-03-17T20:58:01.6894183Z [----------] 23 tests from SerializeTest 2022-03-17T20:58:01.6894535Z [ RUN ] SerializeTest.KeysFunc 2022-03-17T20:58:01.6899390Z [ OK ] SerializeTest.KeysFunc (0 ms) 2022-03-17T20:58:01.6899802Z [ RUN ] SerializeTest.TryReadFunc 2022-03-17T20:58:01.6902968Z [ OK ] SerializeTest.TryReadFunc (0 ms) 2022-03-17T20:58:01.6903389Z [ RUN ] SerializeTest.Basic 2022-03-17T20:58:01.6906774Z [ OK ] SerializeTest.Basic (0 ms) 2022-03-17T20:58:01.6907212Z [ RUN ] SerializeTest.BasicToFile 2022-03-17T20:58:01.6911901Z [ OK ] SerializeTest.BasicToFile (0 ms) 2022-03-17T20:58:01.6912358Z [ RUN ] SerializeTest.BasicViaFunc 2022-03-17T20:58:01.6917303Z [ OK ] SerializeTest.BasicViaFunc (0 ms) 2022-03-17T20:58:01.6917715Z [ RUN ] SerializeTest.Resized 2022-03-17T20:58:01.6920865Z [ OK ] SerializeTest.Resized (0 ms) 2022-03-17T20:58:01.6921520Z [ RUN ] SerializeTest.Sliced 2022-03-17T20:58:01.6924350Z [ OK ] SerializeTest.Sliced (0 ms) 2022-03-17T20:58:01.6924782Z [ RUN ] SerializeTest.NonContiguous 2022-03-17T20:58:01.6928069Z [ OK ] SerializeTest.NonContiguous (0 ms) 2022-03-17T20:58:01.6928537Z [ RUN ] SerializeTest.ErrorOnMissingKey 2022-03-17T20:58:01.7018569Z [ OK ] SerializeTest.ErrorOnMissingKey (8 ms) 2022-03-17T20:58:01.7018981Z [ RUN ] SerializeTest.XOR 2022-03-17T20:58:01.9628255Z [ OK ] SerializeTest.XOR (260 ms) 2022-03-17T20:58:01.9628894Z [ RUN ] SerializeTest.Optim 2022-03-17T20:58:01.9660418Z [ OK ] SerializeTest.Optim (3 ms) 2022-03-17T20:58:01.9660845Z [ RUN ] SerializeTest.Optim_Adagrad 2022-03-17T20:58:01.9704049Z [ OK ] SerializeTest.Optim_Adagrad (4 ms) 2022-03-17T20:58:01.9704473Z [ RUN ] SerializeTest.Optim_SGD 2022-03-17T20:58:01.9744187Z [ OK ] SerializeTest.Optim_SGD (3 ms) 2022-03-17T20:58:01.9744600Z [ RUN ] SerializeTest.Optim_Adam 2022-03-17T20:58:01.9794068Z [ OK ] SerializeTest.Optim_Adam (4 ms) 2022-03-17T20:58:01.9794484Z [ RUN ] SerializeTest.Optim_AdamW 2022-03-17T20:58:01.9844172Z [ OK ] SerializeTest.Optim_AdamW (4 ms) 2022-03-17T20:58:01.9844782Z [ RUN ] SerializeTest.Optim_RMSprop 2022-03-17T20:58:01.9892801Z [ OK ] SerializeTest.Optim_RMSprop (4 ms) 2022-03-17T20:58:01.9893235Z [ RUN ] SerializeTest.Optim_LBFGS 2022-03-17T20:58:01.9942034Z [ OK ] SerializeTest.Optim_LBFGS (4 ms) 2022-03-17T20:58:01.9942453Z [ RUN ] SerializeTest.XOR_CUDA 2022-03-17T20:58:02.2978803Z [ OK ] SerializeTest.XOR_CUDA (303 ms) 2022-03-17T20:58:02.2979487Z [ RUN ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers 2022-03-17T20:58:02.2984006Z [ OK ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers (0 ms) 2022-03-17T20:58:02.2984686Z [ RUN ] SerializeTest.VectorOfTensors 2022-03-17T20:58:02.2988802Z [ OK ] SerializeTest.VectorOfTensors (0 ms) 2022-03-17T20:58:02.2989225Z [ RUN ] SerializeTest.IValue 2022-03-17T20:58:02.2993291Z [ OK ] SerializeTest.IValue (0 ms) 2022-03-17T20:58:02.2993945Z [ RUN ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule 2022-03-17T20:58:02.2994852Z [ OK ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule (0 ms) 2022-03-17T20:58:02.2995549Z [ RUN ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule 2022-03-17T20:58:02.3004308Z [ OK ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule (0 ms) 2022-03-17T20:58:02.3005106Z [----------] 23 tests from SerializeTest (611 ms total) 2022-03-17T20:58:02.3005327Z 2022-03-17T20:58:02.3005512Z [----------] 1 test from SpecialTest 2022-03-17T20:58:02.3005883Z [ RUN ] SpecialTest.special 2022-03-17T20:58:02.3006275Z [ OK ] SpecialTest.special (0 ms) 2022-03-17T20:58:02.3006667Z [----------] 1 test from SpecialTest (0 ms total) 2022-03-17T20:58:02.3006873Z 2022-03-17T20:58:02.3007087Z [----------] 5 tests from TestStatic 2022-03-17T20:58:02.3007413Z [ RUN ] TestStatic.AllOf 2022-03-17T20:58:02.3007771Z [ OK ] TestStatic.AllOf (0 ms) 2022-03-17T20:58:02.3008121Z [ RUN ] TestStatic.AnyOf 2022-03-17T20:58:02.3008463Z [ OK ] TestStatic.AnyOf (0 ms) 2022-03-17T20:58:02.3008840Z [ RUN ] TestStatic.EnableIfModule 2022-03-17T20:58:02.3009705Z [ OK ] TestStatic.EnableIfModule (0 ms) 2022-03-17T20:58:02.3010137Z [ RUN ] TestStatic.ReturnTypeOfForward 2022-03-17T20:58:02.3010581Z [ OK ] TestStatic.ReturnTypeOfForward (0 ms) 2022-03-17T20:58:02.3010959Z [ RUN ] TestStatic.Apply 2022-03-17T20:58:02.3011315Z [ OK ] TestStatic.Apply (0 ms) 2022-03-17T20:58:02.3011691Z [----------] 5 tests from TestStatic (0 ms total) 2022-03-17T20:58:02.3011894Z 2022-03-17T20:58:02.3012095Z [----------] 49 tests from TensorTest 2022-03-17T20:58:02.3012584Z [ RUN ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame_CUDA 2022-03-17T20:58:02.3013164Z [ OK ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame_CUDA (0 ms) 2022-03-17T20:58:02.3013916Z [ RUN ] TensorTest.MagmaInitializesCorrectly_CUDA 2022-03-17T20:58:02.5441153Z [ OK ] TensorTest.MagmaInitializesCorrectly_CUDA (243 ms) 2022-03-17T20:58:02.5442525Z [ RUN ] TensorTest.ToDtype 2022-03-17T20:58:02.5442961Z [ OK ] TensorTest.ToDtype (0 ms) 2022-03-17T20:58:02.5443376Z [ RUN ] TensorTest.ToTensorAndTensorAttributes 2022-03-17T20:58:02.5443869Z [ OK ] TensorTest.ToTensorAndTensorAttributes (0 ms) 2022-03-17T20:58:02.5444346Z [ RUN ] TensorTest.ToOptionsWithRequiresGrad 2022-03-17T20:58:02.5470373Z [ OK ] TensorTest.ToOptionsWithRequiresGrad (2 ms) 2022-03-17T20:58:02.5471536Z [ RUN ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame 2022-03-17T20:58:02.5473000Z [ OK ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame (0 ms) 2022-03-17T20:58:02.5473891Z [ RUN ] TensorTest.AtTensorCtorScalar 2022-03-17T20:58:02.5474339Z [ OK ] TensorTest.AtTensorCtorScalar (0 ms) 2022-03-17T20:58:02.5474754Z [ RUN ] TensorTest.AtTensorCtorSingleDim 2022-03-17T20:58:02.5475211Z [ OK ] TensorTest.AtTensorCtorSingleDim (0 ms) 2022-03-17T20:58:02.5475648Z [ RUN ] TensorTest.AtTensorCastRealToComplex 2022-03-17T20:58:02.5476119Z [ OK ] TensorTest.AtTensorCastRealToComplex (0 ms) 2022-03-17T20:58:02.5476628Z [ RUN ] TensorTest.AtTensorCastComplexToRealErrorChecks 2022-03-17T20:58:02.5536116Z [ OK ] TensorTest.AtTensorCastComplexToRealErrorChecks (6 ms) 2022-03-17T20:58:02.5537322Z [ RUN ] TensorTest.TorchTensorCtorScalarIntegralType 2022-03-17T20:58:02.5538455Z [ OK ] TensorTest.TorchTensorCtorScalarIntegralType (0 ms) 2022-03-17T20:58:02.5539144Z [ RUN ] TensorTest.TorchTensorCtorScalarFloatingType 2022-03-17T20:58:02.5539677Z [ OK ] TensorTest.TorchTensorCtorScalarFloatingType (0 ms) 2022-03-17T20:58:02.5540178Z [ RUN ] TensorTest.TorchTensorCtorScalarBoolType 2022-03-17T20:58:02.5540676Z [ OK ] TensorTest.TorchTensorCtorScalarBoolType (0 ms) 2022-03-17T20:58:02.5541182Z [ RUN ] TensorTest.TorchTensorCtorSingleDimIntegralType 2022-03-17T20:58:02.5541753Z [ OK ] TensorTest.TorchTensorCtorSingleDimIntegralType (0 ms) 2022-03-17T20:58:02.5542297Z [ RUN ] TensorTest.TorchTensorCtorSingleDimFloatingType 2022-03-17T20:58:02.5542833Z [ OK ] TensorTest.TorchTensorCtorSingleDimFloatingType (0 ms) 2022-03-17T20:58:02.5543356Z [ RUN ] TensorTest.TorchTensorCtorSingleDimBoolType 2022-03-17T20:58:02.5543880Z [ OK ] TensorTest.TorchTensorCtorSingleDimBoolType (0 ms) 2022-03-17T20:58:02.5544404Z [ RUN ] TensorTest.TorchTensorCtorMultiDimIntegralType 2022-03-17T20:58:02.5546934Z [ OK ] TensorTest.TorchTensorCtorMultiDimIntegralType (0 ms) 2022-03-17T20:58:02.5547533Z [ RUN ] TensorTest.TorchTensorCtorMultiDimFloatingType 2022-03-17T20:58:02.5550445Z [ OK ] TensorTest.TorchTensorCtorMultiDimFloatingType (0 ms) 2022-03-17T20:58:02.5551247Z [ RUN ] TensorTest.TorchTensorCtorMultiDimBoolType 2022-03-17T20:58:02.5551933Z [ OK ] TensorTest.TorchTensorCtorMultiDimBoolType (0 ms) 2022-03-17T20:58:02.5552455Z [ RUN ] TensorTest.TorchTensorCtorMultiDimWithOptions 2022-03-17T20:58:02.5552991Z [ OK ] TensorTest.TorchTensorCtorMultiDimWithOptions (0 ms) 2022-03-17T20:58:02.5553535Z [ RUN ] TensorTest.TorchTensorCtorMultiDimErrorChecks 2022-03-17T20:58:02.5622955Z [ OK ] TensorTest.TorchTensorCtorMultiDimErrorChecks (6 ms) 2022-03-17T20:58:02.5623689Z [ RUN ] TensorTest.TorchTensorCastRealToComplex 2022-03-17T20:58:02.5624194Z [ OK ] TensorTest.TorchTensorCastRealToComplex (0 ms) 2022-03-17T20:58:02.5624943Z [ RUN ] TensorTest.TorchTensorCastComplexToRealErrorChecks 2022-03-17T20:58:02.5625449Z [W Copy.cpp:239] Warning: Casting complex values to real discards the imaginary part (function operator()) 2022-03-17T20:58:02.5638706Z [ OK ] TensorTest.TorchTensorCastComplexToRealErrorChecks (1 ms) 2022-03-17T20:58:02.5639231Z [ RUN ] TensorTest.TorchTensorCtorMultiDim_CUDA 2022-03-17T20:58:02.5646742Z [ OK ] TensorTest.TorchTensorCtorMultiDim_CUDA (0 ms) 2022-03-17T20:58:02.5647234Z [ RUN ] TensorTest.TorchTensorCtorZeroSizedDim 2022-03-17T20:58:02.5647712Z [ OK ] TensorTest.TorchTensorCtorZeroSizedDim (0 ms) 2022-03-17T20:58:02.5648443Z [ RUN ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype 2022-03-17T20:58:02.5649876Z [ OK ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype (0 ms) 2022-03-17T20:58:02.5650682Z [ RUN ] TensorTest.TorchTensorCtorWithNonDtypeOptions 2022-03-17T20:58:02.5651259Z [ OK ] TensorTest.TorchTensorCtorWithNonDtypeOptions (0 ms) 2022-03-17T20:58:02.5651686Z [ RUN ] TensorTest.Arange 2022-03-17T20:58:02.5652042Z [ OK ] TensorTest.Arange (0 ms) 2022-03-17T20:58:02.5652482Z [ RUN ] TensorTest.PrettyPrintTensorDataContainer 2022-03-17T20:58:02.5652981Z [ OK ] TensorTest.PrettyPrintTensorDataContainer (0 ms) 2022-03-17T20:58:02.5653554Z [ RUN ] TensorTest.TensorDataContainerCallingAccessorOfWrongType 2022-03-17T20:58:02.5727634Z [ OK ] TensorTest.TensorDataContainerCallingAccessorOfWrongType (7 ms) 2022-03-17T20:58:02.5728586Z [ RUN ] TensorTest.FromBlob 2022-03-17T20:58:02.5729136Z [ OK ] TensorTest.FromBlob (0 ms) 2022-03-17T20:58:02.5729541Z [ RUN ] TensorTest.FromBlobUsesDeleter 2022-03-17T20:58:02.5729967Z [ OK ] TensorTest.FromBlobUsesDeleter (0 ms) 2022-03-17T20:58:02.5730378Z [ RUN ] TensorTest.FromBlobWithStrides 2022-03-17T20:58:02.5731134Z [ OK ] TensorTest.FromBlobWithStrides (0 ms) 2022-03-17T20:58:02.5731759Z [ RUN ] TensorTest.Item 2022-03-17T20:58:02.5732104Z [ OK ] TensorTest.Item (0 ms) 2022-03-17T20:58:02.5732465Z [ RUN ] TensorTest.Item_CUDA 2022-03-17T20:58:02.5732822Z [ OK ] TensorTest.Item_CUDA (0 ms) 2022-03-17T20:58:02.5733179Z [ RUN ] TensorTest.DataPtr 2022-03-17T20:58:02.5733545Z [ OK ] TensorTest.DataPtr (0 ms) 2022-03-17T20:58:02.5733871Z [ RUN ] TensorTest.Data 2022-03-17T20:58:02.5734218Z [ OK ] TensorTest.Data (0 ms) 2022-03-17T20:58:02.5734573Z [ RUN ] TensorTest.BackwardAndGrad 2022-03-17T20:58:02.5734986Z [ OK ] TensorTest.BackwardAndGrad (0 ms) 2022-03-17T20:58:02.5735400Z [ RUN ] TensorTest.BackwardCreatesOnesGrad 2022-03-17T20:58:02.5735858Z [ OK ] TensorTest.BackwardCreatesOnesGrad (0 ms) 2022-03-17T20:58:02.5736319Z [ RUN ] TensorTest.BackwardNonScalarOutputs 2022-03-17T20:58:02.5769930Z [ OK ] TensorTest.BackwardNonScalarOutputs (3 ms) 2022-03-17T20:58:02.5770473Z [ RUN ] TensorTest.IsLeaf 2022-03-17T20:58:02.5771055Z [ OK ] TensorTest.IsLeaf (0 ms) 2022-03-17T20:58:02.5771721Z [ RUN ] TensorTest.OutputNr 2022-03-17T20:58:02.5772407Z [ OK ] TensorTest.OutputNr (0 ms) 2022-03-17T20:58:02.5772778Z [ RUN ] TensorTest.Version 2022-03-17T20:58:02.5773138Z [ OK ] TensorTest.Version (0 ms) 2022-03-17T20:58:02.5773485Z [ RUN ] TensorTest.Detach 2022-03-17T20:58:02.5773841Z [ OK ] TensorTest.Detach (0 ms) 2022-03-17T20:58:02.5774216Z [ RUN ] TensorTest.DetachInplace 2022-03-17T20:58:02.5774595Z [ OK ] TensorTest.DetachInplace (0 ms) 2022-03-17T20:58:02.5774961Z [ RUN ] TensorTest.SetData 2022-03-17T20:58:02.5775451Z [ OK ] TensorTest.SetData (0 ms) 2022-03-17T20:58:02.5775876Z [ RUN ] TensorTest.RequiresGradInplace 2022-03-17T20:58:02.5803028Z [ OK ] TensorTest.RequiresGradInplace (2 ms) 2022-03-17T20:58:02.5803438Z [ RUN ] TensorTest.StdDimension 2022-03-17T20:58:02.5803833Z [ OK ] TensorTest.StdDimension (0 ms) 2022-03-17T20:58:02.5804200Z [ RUN ] TensorTest.ReshapeAlias 2022-03-17T20:58:02.5807979Z [ OK ] TensorTest.ReshapeAlias (0 ms) 2022-03-17T20:58:02.5808420Z [----------] 49 tests from TensorTest (280 ms total) 2022-03-17T20:58:02.5808615Z 2022-03-17T20:58:02.5808836Z [----------] 40 tests from TensorIndexingTest 2022-03-17T20:58:02.5809375Z [ RUN ] TensorIndexingTest.Slice 2022-03-17T20:58:02.5809753Z [ OK ] TensorIndexingTest.Slice (0 ms) 2022-03-17T20:58:02.5810160Z [ RUN ] TensorIndexingTest.TensorIndex 2022-03-17T20:58:02.5824716Z [ OK ] TensorIndexingTest.TensorIndex (1 ms) 2022-03-17T20:58:02.5825154Z [ RUN ] TensorIndexingTest.TestNoIndices 2022-03-17T20:58:02.5928540Z [ OK ] TensorIndexingTest.TestNoIndices (10 ms) 2022-03-17T20:58:02.5929490Z [ RUN ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor 2022-03-17T20:58:02.5930770Z [ OK ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor (0 ms) 2022-03-17T20:58:02.5931617Z [ RUN ] TensorIndexingTest.TestSingleInt 2022-03-17T20:58:02.5932366Z [ OK ] TensorIndexingTest.TestSingleInt (0 ms) 2022-03-17T20:58:02.5932959Z [ RUN ] TensorIndexingTest.TestMultipleInt 2022-03-17T20:58:02.5933420Z [ OK ] TensorIndexingTest.TestMultipleInt (0 ms) 2022-03-17T20:58:02.5933850Z [ RUN ] TensorIndexingTest.TestNone 2022-03-17T20:58:02.5934412Z [ OK ] TensorIndexingTest.TestNone (0 ms) 2022-03-17T20:58:02.5935081Z [ RUN ] TensorIndexingTest.TestStep 2022-03-17T20:58:02.5935494Z [ OK ] TensorIndexingTest.TestStep (0 ms) 2022-03-17T20:58:02.5935946Z [ RUN ] TensorIndexingTest.TestStepAssignment 2022-03-17T20:58:02.5936437Z [ OK ] TensorIndexingTest.TestStepAssignment (0 ms) 2022-03-17T20:58:02.5936906Z [ RUN ] TensorIndexingTest.TestBoolIndices 2022-03-17T20:58:02.5940374Z [ OK ] TensorIndexingTest.TestBoolIndices (0 ms) 2022-03-17T20:58:02.5940902Z [ RUN ] TensorIndexingTest.TestBoolIndicesAccumulate 2022-03-17T20:58:02.5941438Z [ OK ] TensorIndexingTest.TestBoolIndicesAccumulate (0 ms) 2022-03-17T20:58:02.5942003Z [ RUN ] TensorIndexingTest.TestMultipleBoolIndices 2022-03-17T20:58:02.5942877Z [ OK ] TensorIndexingTest.TestMultipleBoolIndices (0 ms) 2022-03-17T20:58:02.5943543Z [ RUN ] TensorIndexingTest.TestByteMask 2022-03-17T20:58:02.5944590Z [ OK ] TensorIndexingTest.TestByteMask (0 ms) 2022-03-17T20:58:02.5945210Z [ RUN ] TensorIndexingTest.TestByteMaskAccumulate 2022-03-17T20:58:02.5945986Z [ OK ] TensorIndexingTest.TestByteMaskAccumulate (0 ms) 2022-03-17T20:58:02.5946494Z [ RUN ] TensorIndexingTest.TestMultipleByteMask 2022-03-17T20:58:02.5947097Z [ OK ] TensorIndexingTest.TestMultipleByteMask (0 ms) 2022-03-17T20:58:02.5947656Z [ RUN ] TensorIndexingTest.TestByteMask2d 2022-03-17T20:58:02.5948115Z [ OK ] TensorIndexingTest.TestByteMask2d (0 ms) 2022-03-17T20:58:02.5948691Z [ RUN ] TensorIndexingTest.TestIntIndices 2022-03-17T20:58:02.5949189Z [ OK ] TensorIndexingTest.TestIntIndices (0 ms) 2022-03-17T20:58:02.5949758Z [ RUN ] TensorIndexingTest.TestIntIndices2d 2022-03-17T20:58:02.5950304Z [ OK ] TensorIndexingTest.TestIntIndices2d (0 ms) 2022-03-17T20:58:02.5950958Z [ RUN ] TensorIndexingTest.TestIntIndicesBroadcast 2022-03-17T20:58:02.5951707Z [ OK ] TensorIndexingTest.TestIntIndicesBroadcast (0 ms) 2022-03-17T20:58:02.5952192Z [ RUN ] TensorIndexingTest.TestEmptyIndex 2022-03-17T20:58:02.5952640Z [ OK ] TensorIndexingTest.TestEmptyIndex (0 ms) 2022-03-17T20:58:02.5953104Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndex 2022-03-17T20:58:02.6012585Z [ OK ] TensorIndexingTest.TestEmptyNdimIndex (5 ms) 2022-03-17T20:58:02.6013076Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndex_CUDA 2022-03-17T20:58:02.6013585Z [ OK ] TensorIndexingTest.TestEmptyNdimIndex_CUDA (0 ms) 2022-03-17T20:58:02.6014091Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndexBool 2022-03-17T20:58:02.6038737Z [ OK ] TensorIndexingTest.TestEmptyNdimIndexBool (2 ms) 2022-03-17T20:58:02.6039451Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndexBool_CUDA 2022-03-17T20:58:02.6064067Z [ OK ] TensorIndexingTest.TestEmptyNdimIndexBool_CUDA (2 ms) 2022-03-17T20:58:02.6064578Z [ RUN ] TensorIndexingTest.TestEmptySlice 2022-03-17T20:58:02.6065368Z [ OK ] TensorIndexingTest.TestEmptySlice (0 ms) 2022-03-17T20:58:02.6065910Z [ RUN ] TensorIndexingTest.TestEmptySlice_CUDA 2022-03-17T20:58:02.6066388Z [ OK ] TensorIndexingTest.TestEmptySlice_CUDA (0 ms) 2022-03-17T20:58:02.6066896Z [ RUN ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices 2022-03-17T20:58:02.6067498Z [ OK ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices (0 ms) 2022-03-17T20:58:02.6068056Z [ RUN ] TensorIndexingTest.TestIndexSetitemBoolsSlices 2022-03-17T20:58:02.6142992Z [ OK ] TensorIndexingTest.TestIndexSetitemBoolsSlices (7 ms) 2022-03-17T20:58:02.6143558Z [ RUN ] TensorIndexingTest.TestIndexScalarWithBoolMask 2022-03-17T20:58:02.6144118Z [ OK ] TensorIndexingTest.TestIndexScalarWithBoolMask (0 ms) 2022-03-17T20:58:02.6144662Z [ RUN ] TensorIndexingTest.TestIndexScalarWithBoolMask_CUDA 2022-03-17T20:58:02.6152499Z [ OK ] TensorIndexingTest.TestIndexScalarWithBoolMask_CUDA (0 ms) 2022-03-17T20:58:02.6153233Z [ RUN ] TensorIndexingTest.TestSetitemExpansionError 2022-03-17T20:58:02.6276215Z [ OK ] TensorIndexingTest.TestSetitemExpansionError (12 ms) 2022-03-17T20:58:02.6276743Z [ RUN ] TensorIndexingTest.TestGetitemScalars 2022-03-17T20:58:02.6372595Z [ OK ] TensorIndexingTest.TestGetitemScalars (9 ms) 2022-03-17T20:58:02.6373090Z [ RUN ] TensorIndexingTest.TestSetitemScalars 2022-03-17T20:58:02.6468398Z [ OK ] TensorIndexingTest.TestSetitemScalars (9 ms) 2022-03-17T20:58:02.6469613Z [ RUN ] TensorIndexingTest.TestBasicAdvancedCombined 2022-03-17T20:58:02.6470734Z [ OK ] TensorIndexingTest.TestBasicAdvancedCombined (0 ms) 2022-03-17T20:58:02.6471732Z [ RUN ] TensorIndexingTest.TestIntAssignment 2022-03-17T20:58:02.6472636Z [ OK ] TensorIndexingTest.TestIntAssignment (0 ms) 2022-03-17T20:58:02.6473606Z [ RUN ] TensorIndexingTest.TestByteTensorAssignment 2022-03-17T20:58:02.6475250Z [ OK ] TensorIndexingTest.TestByteTensorAssignment (0 ms) 2022-03-17T20:58:02.6476318Z [ RUN ] TensorIndexingTest.TestVariableSlicing 2022-03-17T20:58:02.6477337Z [ OK ] TensorIndexingTest.TestVariableSlicing (0 ms) 2022-03-17T20:58:02.6478323Z [ RUN ] TensorIndexingTest.TestEllipsisTensor 2022-03-17T20:58:02.6479355Z [ OK ] TensorIndexingTest.TestEllipsisTensor (0 ms) 2022-03-17T20:58:02.6480377Z [ RUN ] TensorIndexingTest.TestOutOfBoundIndex 2022-03-17T20:58:02.6591702Z [ OK ] TensorIndexingTest.TestOutOfBoundIndex (11 ms) 2022-03-17T20:58:02.6593004Z [ RUN ] TensorIndexingTest.TestZeroDimIndex 2022-03-17T20:58:02.6617354Z [ OK ] TensorIndexingTest.TestZeroDimIndex (2 ms) 2022-03-17T20:58:02.6618425Z [----------] 40 tests from TensorIndexingTest (80 ms total) 2022-03-17T20:58:02.6618889Z 2022-03-17T20:58:02.6619310Z [----------] 18 tests from NumpyTests 2022-03-17T20:58:02.6620054Z [ RUN ] NumpyTests.TestNoneIndex 2022-03-17T20:58:02.6620871Z [ OK ] NumpyTests.TestNoneIndex (0 ms) 2022-03-17T20:58:02.6621730Z [ RUN ] NumpyTests.TestEmptyFancyIndex 2022-03-17T20:58:02.6672515Z [ OK ] NumpyTests.TestEmptyFancyIndex (5 ms) 2022-03-17T20:58:02.6673462Z [ RUN ] NumpyTests.TestEllipsisIndex 2022-03-17T20:58:02.6674562Z [ OK ] NumpyTests.TestEllipsisIndex (0 ms) 2022-03-17T20:58:02.6675441Z [ RUN ] NumpyTests.TestSingleIntIndex 2022-03-17T20:58:02.6700449Z [ OK ] NumpyTests.TestSingleIntIndex (2 ms) 2022-03-17T20:58:02.6701389Z [ RUN ] NumpyTests.TestSingleBoolIndex 2022-03-17T20:58:02.6702323Z [ OK ] NumpyTests.TestSingleBoolIndex (0 ms) 2022-03-17T20:58:02.6703246Z [ RUN ] NumpyTests.TestBooleanShapeMismatch 2022-03-17T20:58:02.6912707Z [ OK ] NumpyTests.TestBooleanShapeMismatch (21 ms) 2022-03-17T20:58:02.6913750Z [ RUN ] NumpyTests.TestBooleanIndexingOnedim 2022-03-17T20:58:02.6914734Z [ OK ] NumpyTests.TestBooleanIndexingOnedim (0 ms) 2022-03-17T20:58:02.6915808Z [ RUN ] NumpyTests.TestBooleanAssignmentValueMismatch 2022-03-17T20:58:02.7081833Z [ OK ] NumpyTests.TestBooleanAssignmentValueMismatch (16 ms) 2022-03-17T20:58:02.7082901Z [ RUN ] NumpyTests.TestBooleanIndexingTwodim 2022-03-17T20:58:02.7083911Z [ OK ] NumpyTests.TestBooleanIndexingTwodim (0 ms) 2022-03-17T20:58:02.7084899Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdness 2022-03-17T20:58:02.7195465Z [ OK ] NumpyTests.TestBooleanIndexingWeirdness (11 ms) 2022-03-17T20:58:02.7196634Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdnessTensors 2022-03-17T20:58:02.7306498Z [ OK ] NumpyTests.TestBooleanIndexingWeirdnessTensors (11 ms) 2022-03-17T20:58:02.7307590Z [ RUN ] NumpyTests.TestBooleanIndexingAlldims 2022-03-17T20:58:02.7308594Z [ OK ] NumpyTests.TestBooleanIndexingAlldims (0 ms) 2022-03-17T20:58:02.7309572Z [ RUN ] NumpyTests.TestBooleanListIndexing 2022-03-17T20:58:02.7310542Z [ OK ] NumpyTests.TestBooleanListIndexing (0 ms) 2022-03-17T20:58:02.7311497Z [ RUN ] NumpyTests.TestEverythingReturnsViews 2022-03-17T20:58:02.7312517Z [ OK ] NumpyTests.TestEverythingReturnsViews (0 ms) 2022-03-17T20:58:02.7313462Z [ RUN ] NumpyTests.TestBroaderrorsIndexing 2022-03-17T20:58:02.7539790Z [ OK ] NumpyTests.TestBroaderrorsIndexing (22 ms) 2022-03-17T20:58:02.7540828Z [ RUN ] NumpyTests.TestTrivialFancyOutOfBounds 2022-03-17T20:58:02.7835090Z [ OK ] NumpyTests.TestTrivialFancyOutOfBounds (29 ms) 2022-03-17T20:58:02.7835981Z [ RUN ] NumpyTests.TestIndexIsLarger 2022-03-17T20:58:02.7836814Z [ OK ] NumpyTests.TestIndexIsLarger (0 ms) 2022-03-17T20:58:02.7837690Z [ RUN ] NumpyTests.TestBroadcastSubspace 2022-03-17T20:58:02.7839458Z [ OK ] NumpyTests.TestBroadcastSubspace (0 ms) 2022-03-17T20:58:02.7840376Z [----------] 18 tests from NumpyTests (122 ms total) 2022-03-17T20:58:02.7840830Z 2022-03-17T20:58:02.7841624Z [----------] 6 tests from TensorOptionsTest 2022-03-17T20:58:02.7842727Z [ RUN ] TensorOptionsTest.ConstructsWellFromCUDATypes_CUDA 2022-03-17T20:58:02.7843940Z [ OK ] TensorOptionsTest.ConstructsWellFromCUDATypes_CUDA (0 ms) 2022-03-17T20:58:02.7845306Z [ RUN ] TensorOptionsTest.DefaultsToTheRightValues 2022-03-17T20:58:02.7846451Z [ OK ] TensorOptionsTest.DefaultsToTheRightValues (0 ms) 2022-03-17T20:58:02.7847752Z [ RUN ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions 2022-03-17T20:58:02.7849332Z [ OK ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions (0 ms) 2022-03-17T20:58:02.7850565Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTypes 2022-03-17T20:58:02.7851688Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTypes (0 ms) 2022-03-17T20:58:02.7852792Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTensors 2022-03-17T20:58:02.7853972Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTensors (0 ms) 2022-03-17T20:58:02.7855283Z [ RUN ] TensorOptionsTest.ConstructsWellFromVariables 2022-03-17T20:58:02.7856362Z [ OK ] TensorOptionsTest.ConstructsWellFromVariables (0 ms) 2022-03-17T20:58:02.7857372Z [----------] 6 tests from TensorOptionsTest (0 ms total) 2022-03-17T20:58:02.7857823Z 2022-03-17T20:58:02.7858195Z [----------] 1 test from DeviceTest 2022-03-17T20:58:02.7859044Z [ RUN ] DeviceTest.ParsesCorrectlyFromString 2022-03-17T20:58:02.7952330Z [ OK ] DeviceTest.ParsesCorrectlyFromString (10 ms) 2022-03-17T20:58:02.7953269Z [----------] 1 test from DeviceTest (10 ms total) 2022-03-17T20:58:02.7953680Z 2022-03-17T20:58:02.7954095Z [----------] 3 tests from DefaultDtypeTest 2022-03-17T20:58:02.7954983Z [ RUN ] DefaultDtypeTest.CanSetAndGetDefaultDtype 2022-03-17T20:58:02.7955951Z [ OK ] DefaultDtypeTest.CanSetAndGetDefaultDtype (0 ms) 2022-03-17T20:58:02.7956995Z [ RUN ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault 2022-03-17T20:58:02.7958074Z [ OK ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault (0 ms) 2022-03-17T20:58:02.7959182Z [ RUN ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype 2022-03-17T20:58:02.7960317Z [ OK ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype (0 ms) 2022-03-17T20:58:02.7961638Z [----------] 3 tests from DefaultDtypeTest (0 ms total) 2022-03-17T20:58:02.7962122Z 2022-03-17T20:58:02.7962557Z [----------] 1 test from TorchIncludeTest 2022-03-17T20:58:02.7963329Z [ RUN ] TorchIncludeTest.GetSetNumThreads 2022-03-17T20:58:02.8033086Z [ OK ] TorchIncludeTest.GetSetNumThreads (8 ms) 2022-03-17T20:58:02.8034143Z [----------] 1 test from TorchIncludeTest (8 ms total) 2022-03-17T20:58:02.8034586Z 2022-03-17T20:58:02.8035056Z [----------] 28 tests from InferenceModeTest 2022-03-17T20:58:02.8035936Z [ RUN ] InferenceModeTest.TestTLSState 2022-03-17T20:58:02.8036841Z [ OK ] InferenceModeTest.TestTLSState (0 ms) 2022-03-17T20:58:02.8037891Z [ RUN ] InferenceModeTest.TestInferenceTensorCreation 2022-03-17T20:58:02.8039060Z [ OK ] InferenceModeTest.TestInferenceTensorCreation (0 ms) 2022-03-17T20:58:02.8040202Z [ RUN ] InferenceModeTest.TestExistingAutogradSession 2022-03-17T20:58:02.8111931Z [ OK ] InferenceModeTest.TestExistingAutogradSession (7 ms) 2022-03-17T20:58:02.8113326Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp 2022-03-17T20:58:02.8114814Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp (0 ms) 2022-03-17T20:58:02.8116324Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp 2022-03-17T20:58:02.8117742Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp (0 ms) 2022-03-17T20:58:02.8119143Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp 2022-03-17T20:58:02.8120506Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp (0 ms) 2022-03-17T20:58:02.8122374Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp 2022-03-17T20:58:02.8123826Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp (0 ms) 2022-03-17T20:58:02.8125182Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp 2022-03-17T20:58:02.8174371Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp (6 ms) 2022-03-17T20:58:02.8175828Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp 2022-03-17T20:58:02.8177183Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp (0 ms) 2022-03-17T20:58:02.8178615Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode 2022-03-17T20:58:02.8180342Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode (0 ms) 2022-03-17T20:58:02.8181778Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode 2022-03-17T20:58:02.8183229Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode (0 ms) 2022-03-17T20:58:02.8184642Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode 2022-03-17T20:58:02.8186101Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode (0 ms) 2022-03-17T20:58:02.8187496Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode 2022-03-17T20:58:02.8215869Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode (3 ms) 2022-03-17T20:58:02.8217346Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp 2022-03-17T20:58:02.8285200Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp (6 ms) 2022-03-17T20:58:02.8286651Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp 2022-03-17T20:58:02.8376595Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp (9 ms) 2022-03-17T20:58:02.8377988Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp 2022-03-17T20:58:02.8379321Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp (0 ms) 2022-03-17T20:58:02.8380533Z [ RUN ] InferenceModeTest.TestHandleDirectViewOnRebase 2022-03-17T20:58:02.8412544Z [ OK ] InferenceModeTest.TestHandleDirectViewOnRebase (3 ms) 2022-03-17T20:58:02.8413764Z [ RUN ] InferenceModeTest.TestHandleInDirectViewOnRebase 2022-03-17T20:58:02.8438703Z [ OK ] InferenceModeTest.TestHandleInDirectViewOnRebase (2 ms) 2022-03-17T20:58:02.8439897Z [ RUN ] InferenceModeTest.TestCreationMetaPropagation 2022-03-17T20:58:02.8507179Z [ OK ] InferenceModeTest.TestCreationMetaPropagation (6 ms) 2022-03-17T20:58:02.8508381Z [ RUN ] InferenceModeTest.TestCreationMetaPropagationInput 2022-03-17T20:58:02.8643168Z [ OK ] InferenceModeTest.TestCreationMetaPropagationInput (13 ms) 2022-03-17T20:58:02.8644446Z [ RUN ] InferenceModeTest.TestInplaceCopyOnInferenceTensor 2022-03-17T20:58:02.8723592Z [ OK ] InferenceModeTest.TestInplaceCopyOnInferenceTensor (8 ms) 2022-03-17T20:58:02.8724867Z [ RUN ] InferenceModeTest.TestSetRequiresGradInNormalMode 2022-03-17T20:58:02.8737762Z [ OK ] InferenceModeTest.TestSetRequiresGradInNormalMode (1 ms) 2022-03-17T20:58:02.8738917Z [ RUN ] InferenceModeTest.TestAccessVersionCounter 2022-03-17T20:58:02.8779866Z [ OK ] InferenceModeTest.TestAccessVersionCounter (4 ms) 2022-03-17T20:58:02.8781233Z [ RUN ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor 2022-03-17T20:58:02.8859698Z [ OK ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor (7 ms) 2022-03-17T20:58:02.8861054Z [ RUN ] InferenceModeTest.TestComplexViewInInferenceMode 2022-03-17T20:58:02.8862503Z [ OK ] InferenceModeTest.TestComplexViewInInferenceMode (0 ms) 2022-03-17T20:58:02.8863725Z [ RUN ] InferenceModeTest.TestComplexViewInNormalMode 2022-03-17T20:58:02.8864919Z [ OK ] InferenceModeTest.TestComplexViewInNormalMode (0 ms) 2022-03-17T20:58:02.8865997Z [ RUN ] InferenceModeTest.TestCustomFunction 2022-03-17T20:58:02.8867032Z [ OK ] InferenceModeTest.TestCustomFunction (0 ms) 2022-03-17T20:58:02.8868264Z [ RUN ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning 2022-03-17T20:58:02.8869713Z [ OK ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning (0 ms) 2022-03-17T20:58:02.8870944Z [----------] 28 tests from InferenceModeTest (82 ms total) 2022-03-17T20:58:02.8871588Z 2022-03-17T20:58:02.8872008Z [----------] 4 tests from GradModeTest 2022-03-17T20:58:02.8872951Z [ RUN ] GradModeTest.TestRequiresGradFunctionalOp 2022-03-17T20:58:02.8874081Z [ OK ] GradModeTest.TestRequiresGradFunctionalOp (0 ms) 2022-03-17T20:58:02.8875146Z [ RUN ] GradModeTest.TestRequiresGradInplaceOp 2022-03-17T20:58:02.8876210Z [ OK ] GradModeTest.TestRequiresGradInplaceOp (0 ms) 2022-03-17T20:58:02.8877222Z [ RUN ] GradModeTest.TestRequiresGradViewOp 2022-03-17T20:58:02.8878243Z [ OK ] GradModeTest.TestRequiresGradViewOp (0 ms) 2022-03-17T20:58:02.8879382Z [ RUN ] GradModeTest.TestRequiresGradViewOpExiting 2022-03-17T20:58:02.8904524Z [ OK ] GradModeTest.TestRequiresGradViewOpExiting (4 ms) 2022-03-17T20:58:02.8905564Z [----------] 4 tests from GradModeTest (4 ms total) 2022-03-17T20:58:02.8905999Z 2022-03-17T20:58:02.8906401Z [----------] 3 tests from OperationTest 2022-03-17T20:58:02.8907132Z [ RUN ] OperationTest.Lerp 2022-03-17T20:58:02.8920640Z [ OK ] OperationTest.Lerp (1 ms) 2022-03-17T20:58:02.8921801Z [ RUN ] OperationTest.Cross 2022-03-17T20:58:02.8967525Z [ OK ] OperationTest.Cross (4 ms) 2022-03-17T20:58:02.8968337Z [ RUN ] OperationTest.Linear_out 2022-03-17T20:58:02.8969797Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [3, 3, 3], which does not match the required output shape [9, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-03-17T20:58:02.8972070Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [3, 3, 3], which does not match the required output shape [9, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-03-17T20:58:02.8973677Z [ OK ] OperationTest.Linear_out (0 ms) 2022-03-17T20:58:02.8974508Z [----------] 3 tests from OperationTest (6 ms total) 2022-03-17T20:58:02.8974938Z 2022-03-17T20:58:02.8975344Z [----------] 1 test from ParallelTest 2022-03-17T20:58:02.8976375Z [ RUN ] ParallelTest.DataParallelUsesAllAvailableCUDADevices_CUDA 2022-03-17T20:58:02.8977656Z [ OK ] ParallelTest.DataParallelUsesAllAvailableCUDADevices_CUDA (0 ms) 2022-03-17T20:58:02.8978713Z [----------] 1 test from ParallelTest (0 ms total) 2022-03-17T20:58:02.8979129Z 2022-03-17T20:58:02.8979577Z [----------] Global test environment tear-down 2022-03-17T20:58:02.9173996Z [==========] 1027 tests from 47 test suites ran. (89708 ms total) 2022-03-17T20:58:02.9174702Z [ PASSED ] 1027 tests. 2022-03-17T20:58:03.6936448Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_tensorexpr --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_tensorexpr.xml 2022-03-17T20:58:05.7702915Z Only one CUDA device detected. Disabling MultiCUDA tests 2022-03-17T20:58:05.7709249Z Note: Google Test filter = *-*_MultiCUDA 2022-03-17T20:58:05.7709960Z [==========] Running 813 tests from 25 test suites. 2022-03-17T20:58:05.7710374Z [----------] Global test environment set-up. 2022-03-17T20:58:05.7710740Z [----------] 1 test from Approx 2022-03-17T20:58:05.7711054Z [ RUN ] Approx.log_vml 2022-03-17T20:58:07.0161949Z [ OK ] Approx.log_vml (1244 ms) 2022-03-17T20:58:07.0162491Z [----------] 1 test from Approx (1244 ms total) 2022-03-17T20:58:07.0163034Z 2022-03-17T20:58:07.0163228Z [----------] 34 tests from ATen 2022-03-17T20:58:07.0163538Z [ RUN ] ATen._cast_Float 2022-03-17T20:58:07.0168595Z [ OK ] ATen._cast_Float (0 ms) 2022-03-17T20:58:07.0168958Z [ RUN ] ATen.negInt 2022-03-17T20:58:07.0175579Z [ OK ] ATen.negInt (0 ms) 2022-03-17T20:58:07.0175951Z [ RUN ] ATen.negFloat 2022-03-17T20:58:07.0183570Z [ OK ] ATen.negFloat (0 ms) 2022-03-17T20:58:07.0183924Z [ RUN ] ATen.addInt 2022-03-17T20:58:07.0197023Z [ OK ] ATen.addInt (1 ms) 2022-03-17T20:58:07.0197399Z [ RUN ] ATen.addFloat 2022-03-17T20:58:07.0211484Z [ OK ] ATen.addFloat (1 ms) 2022-03-17T20:58:07.0211817Z [ RUN ] ATen.subInt 2022-03-17T20:58:07.0225231Z [ OK ] ATen.subInt (1 ms) 2022-03-17T20:58:07.0225597Z [ RUN ] ATen.subFloat 2022-03-17T20:58:07.0238866Z [ OK ] ATen.subFloat (1 ms) 2022-03-17T20:58:07.0239233Z [ RUN ] ATen.lerp 2022-03-17T20:58:07.0256567Z [ OK ] ATen.lerp (1 ms) 2022-03-17T20:58:07.0256957Z [ RUN ] ATen.addcmulInt 2022-03-17T20:58:07.0273630Z [ OK ] ATen.addcmulInt (1 ms) 2022-03-17T20:58:07.0273993Z [ RUN ] ATen.addcmulFloat 2022-03-17T20:58:07.0291422Z [ OK ] ATen.addcmulFloat (1 ms) 2022-03-17T20:58:07.0291766Z [ RUN ] ATen.mulInt 2022-03-17T20:58:07.0301249Z [ OK ] ATen.mulInt (0 ms) 2022-03-17T20:58:07.0301611Z [ RUN ] ATen.mulFloat 2022-03-17T20:58:07.0311285Z [ OK ] ATen.mulFloat (0 ms) 2022-03-17T20:58:07.0311644Z [ RUN ] ATen.divInt 2022-03-17T20:58:07.0321215Z [ OK ] ATen.divInt (0 ms) 2022-03-17T20:58:07.0321872Z [ RUN ] ATen.divFloat 2022-03-17T20:58:07.0331909Z [ OK ] ATen.divFloat (1 ms) 2022-03-17T20:58:07.0332267Z [ RUN ] ATen.maxInt 2022-03-17T20:58:07.0342487Z [ OK ] ATen.maxInt (1 ms) 2022-03-17T20:58:07.0342857Z [ RUN ] ATen.maxFloat 2022-03-17T20:58:07.0352883Z [ OK ] ATen.maxFloat (1 ms) 2022-03-17T20:58:07.0353254Z [ RUN ] ATen.minInt 2022-03-17T20:58:07.0362770Z [ OK ] ATen.minInt (0 ms) 2022-03-17T20:58:07.0363156Z [ RUN ] ATen.minFloat 2022-03-17T20:58:07.0373199Z [ OK ] ATen.minFloat (1 ms) 2022-03-17T20:58:07.0373559Z [ RUN ] ATen.reluInt 2022-03-17T20:58:07.0380641Z [ OK ] ATen.reluInt (0 ms) 2022-03-17T20:58:07.0380996Z [ RUN ] ATen.reluFloat 2022-03-17T20:58:07.0388853Z [ OK ] ATen.reluFloat (0 ms) 2022-03-17T20:58:07.0389220Z [ RUN ] ATen.logFloat 2022-03-17T20:58:07.0396298Z [ OK ] ATen.logFloat (0 ms) 2022-03-17T20:58:07.0396683Z [ RUN ] ATen.fastLogFloat 2022-03-17T20:58:07.0714955Z [ OK ] ATen.fastLogFloat (31 ms) 2022-03-17T20:58:07.0715363Z [ RUN ] ATen.fastTanhFloat 2022-03-17T20:58:07.0839572Z [ OK ] ATen.fastTanhFloat (12 ms) 2022-03-17T20:58:07.0840114Z [ RUN ] ATen.fastSigmoidFloat 2022-03-17T20:58:07.0997853Z [ OK ] ATen.fastSigmoidFloat (15 ms) 2022-03-17T20:58:07.0998237Z [ RUN ] ATen.log10Float 2022-03-17T20:58:07.1005684Z [ OK ] ATen.log10Float (0 ms) 2022-03-17T20:58:07.1006051Z [ RUN ] ATen.log2Float 2022-03-17T20:58:07.1013253Z [ OK ] ATen.log2Float (0 ms) 2022-03-17T20:58:07.1013645Z [ RUN ] ATen.expFloat 2022-03-17T20:58:07.1021314Z [ OK ] ATen.expFloat (0 ms) 2022-03-17T20:58:07.1021709Z [ RUN ] ATen.erfFloat 2022-03-17T20:58:07.1028799Z [ OK ] ATen.erfFloat (0 ms) 2022-03-17T20:58:07.1029156Z [ RUN ] ATen.cosFloat 2022-03-17T20:58:07.1036398Z [ OK ] ATen.cosFloat (0 ms) 2022-03-17T20:58:07.1036744Z [ RUN ] ATen.eqInt 2022-03-17T20:58:07.1047216Z [ OK ] ATen.eqInt (1 ms) 2022-03-17T20:58:07.1047568Z [ RUN ] ATen.geInt 2022-03-17T20:58:07.1057711Z [ OK ] ATen.geInt (1 ms) 2022-03-17T20:58:07.1058075Z [ RUN ] ATen.gtInt 2022-03-17T20:58:07.1068206Z [ OK ] ATen.gtInt (1 ms) 2022-03-17T20:58:07.1068542Z [ RUN ] ATen.leInt 2022-03-17T20:58:07.1078641Z [ OK ] ATen.leInt (1 ms) 2022-03-17T20:58:07.1078975Z [ RUN ] ATen.ltInt 2022-03-17T20:58:07.1089658Z [ OK ] ATen.ltInt (1 ms) 2022-03-17T20:58:07.1090299Z [----------] 34 tests from ATen (92 ms total) 2022-03-17T20:58:07.1090484Z 2022-03-17T20:58:07.1090705Z [----------] 26 tests from BoundsInference 2022-03-17T20:58:07.1091069Z [ RUN ] BoundsInference._1 2022-03-17T20:58:07.1093648Z [ OK ] BoundsInference._1 (0 ms) 2022-03-17T20:58:07.1094069Z [ RUN ] BoundsInference._2 2022-03-17T20:58:07.1097814Z [ OK ] BoundsInference._2 (0 ms) 2022-03-17T20:58:07.1098190Z [ RUN ] BoundsInference._3 2022-03-17T20:58:07.1102460Z [ OK ] BoundsInference._3 (0 ms) 2022-03-17T20:58:07.1102827Z [ RUN ] BoundsInference._4 2022-03-17T20:58:07.1111121Z [ OK ] BoundsInference._4 (0 ms) 2022-03-17T20:58:07.1111513Z [ RUN ] BoundsInference._5 2022-03-17T20:58:07.1135033Z [ OK ] BoundsInference._5 (2 ms) 2022-03-17T20:58:07.1135425Z [ RUN ] BoundsInference._6 2022-03-17T20:58:07.1152014Z [ OK ] BoundsInference._6 (1 ms) 2022-03-17T20:58:07.1152405Z [ RUN ] BoundsInference.Adjacent 2022-03-17T20:58:07.1161854Z [ OK ] BoundsInference.Adjacent (0 ms) 2022-03-17T20:58:07.1162618Z [ RUN ] BoundsInference.MultipleTopLoopLoad 2022-03-17T20:58:07.1170816Z [ OK ] BoundsInference.MultipleTopLoopLoad (0 ms) 2022-03-17T20:58:07.1171321Z [ RUN ] BoundsInference.MultipleTopLoopStore 2022-03-17T20:58:07.1179722Z [ OK ] BoundsInference.MultipleTopLoopStore (0 ms) 2022-03-17T20:58:07.1180169Z [ RUN ] BoundsInference.CacheReads 2022-03-17T20:58:07.1229622Z [ OK ] BoundsInference.CacheReads (4 ms) 2022-03-17T20:58:07.1230035Z [ RUN ] BoundsInference.Flattened 2022-03-17T20:58:07.1252883Z [ OK ] BoundsInference.Flattened (2 ms) 2022-03-17T20:58:07.1253598Z [ RUN ] BoundsInference.GetPotentialHazards 2022-03-17T20:58:07.1254946Z [ OK ] BoundsInference.GetPotentialHazards (0 ms) 2022-03-17T20:58:07.1255473Z [ RUN ] BoundsInference.GetPotentialHazardsLoopNoHazard 2022-03-17T20:58:07.1260959Z [ OK ] BoundsInference.GetPotentialHazardsLoopNoHazard (0 ms) 2022-03-17T20:58:07.1261520Z [ RUN ] BoundsInference.GetPotentialHazardsLoopCall 2022-03-17T20:58:07.1268702Z [ OK ] BoundsInference.GetPotentialHazardsLoopCall (0 ms) 2022-03-17T20:58:07.1269388Z [ RUN ] BoundsInference.GetPotentialHazardsLoopSplit 2022-03-17T20:58:07.1290681Z [ OK ] BoundsInference.GetPotentialHazardsLoopSplit (2 ms) 2022-03-17T20:58:07.1291335Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithPartialOverlap 2022-03-17T20:58:07.1300611Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithPartialOverlap (0 ms) 2022-03-17T20:58:07.1301339Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlap 2022-03-17T20:58:07.1304060Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlap (0 ms) 2022-03-17T20:58:07.1304767Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlapRAW 2022-03-17T20:58:07.1308521Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlapRAW (0 ms) 2022-03-17T20:58:07.1309389Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferNotOverlapping 2022-03-17T20:58:07.1314436Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferNotOverlapping (0 ms) 2022-03-17T20:58:07.1315113Z [ RUN ] BoundsInference.HasConflictingOverlap2DBufferWithOverlap 2022-03-17T20:58:07.1342137Z [ OK ] BoundsInference.HasConflictingOverlap2DBufferWithOverlap (2 ms) 2022-03-17T20:58:07.1342784Z [ RUN ] BoundsInference.HasConflictingOverlap2DBufferWithNoOverlap 2022-03-17T20:58:07.1361208Z [ OK ] BoundsInference.HasConflictingOverlap2DBufferWithNoOverlap (1 ms) 2022-03-17T20:58:07.1362146Z [ RUN ] BoundsInference.HasConflictingOverlapDifferentBuffers 2022-03-17T20:58:07.1367229Z [ OK ] BoundsInference.HasConflictingOverlapDifferentBuffers (0 ms) 2022-03-17T20:58:07.1367869Z [ RUN ] BoundsInference.HasConflictingOverlapDueToRAWDependence 2022-03-17T20:58:07.1372841Z [ OK ] BoundsInference.HasConflictingOverlapDueToRAWDependence (0 ms) 2022-03-17T20:58:07.1373498Z [ RUN ] BoundsInference.HasConflictingOverlapDueToWARDependence 2022-03-17T20:58:07.1378165Z [ OK ] BoundsInference.HasConflictingOverlapDueToWARDependence (0 ms) 2022-03-17T20:58:07.1378749Z [ RUN ] BoundsInference.HasConflictingOverlapWithLoads 2022-03-17T20:58:07.1383618Z [ OK ] BoundsInference.HasConflictingOverlapWithLoads (0 ms) 2022-03-17T20:58:07.1384125Z [ RUN ] BoundsInference.IsOverlapping 2022-03-17T20:58:07.1423420Z [ OK ] BoundsInference.IsOverlapping (3 ms) 2022-03-17T20:58:07.1424112Z [----------] 26 tests from BoundsInference (33 ms total) 2022-03-17T20:58:07.1424332Z 2022-03-17T20:58:07.1424498Z [----------] 4 tests from Conv 2022-03-17T20:58:07.1424844Z [ RUN ] Conv.DepthwiseConv2D 2022-03-17T20:58:07.5099205Z [ OK ] Conv.DepthwiseConv2D (367 ms) 2022-03-17T20:58:07.5100036Z [ RUN ] Conv.DepthwiseConv2DNoBias 2022-03-17T20:58:07.8707173Z [ OK ] Conv.DepthwiseConv2DNoBias (360 ms) 2022-03-17T20:58:07.8708067Z [ RUN ] Conv.DepthwiseConv2DDynamicShapes 2022-03-17T20:58:08.1288077Z [ OK ] Conv.DepthwiseConv2DDynamicShapes (258 ms) 2022-03-17T20:58:08.1288911Z [ RUN ] Conv.Conv2D 2022-03-17T20:58:10.1335279Z [ OK ] Conv.Conv2D (2004 ms) 2022-03-17T20:58:10.1336119Z [----------] 4 tests from Conv (2990 ms total) 2022-03-17T20:58:10.1336469Z 2022-03-17T20:58:10.1336857Z [----------] 28 tests from CppPrinter 2022-03-17T20:58:10.1337522Z [ RUN ] CppPrinter.IntImm 2022-03-17T20:58:10.1338257Z [ OK ] CppPrinter.IntImm (0 ms) 2022-03-17T20:58:10.1338987Z [ RUN ] CppPrinter.FloatImm 2022-03-17T20:58:10.1339746Z [ OK ] CppPrinter.FloatImm (0 ms) 2022-03-17T20:58:10.1340478Z [ RUN ] CppPrinter.FloatImm1 2022-03-17T20:58:10.1341205Z [ OK ] CppPrinter.FloatImm1 (0 ms) 2022-03-17T20:58:10.1342345Z [ RUN ] CppPrinter.DoubleImm 2022-03-17T20:58:10.1343076Z [ OK ] CppPrinter.DoubleImm (0 ms) 2022-03-17T20:58:10.1343823Z [ RUN ] CppPrinter.DoubleImm1 2022-03-17T20:58:10.1344501Z [ OK ] CppPrinter.DoubleImm1 (0 ms) 2022-03-17T20:58:10.1345151Z [ RUN ] CppPrinter.HalfImm 2022-03-17T20:58:10.1345821Z [ OK ] CppPrinter.HalfImm (0 ms) 2022-03-17T20:58:10.1346429Z [ RUN ] CppPrinter.Add 2022-03-17T20:58:10.1347168Z [ OK ] CppPrinter.Add (0 ms) 2022-03-17T20:58:10.1347785Z [ RUN ] CppPrinter.AddExpr1 2022-03-17T20:58:10.1348414Z [ OK ] CppPrinter.AddExpr1 (0 ms) 2022-03-17T20:58:10.1349039Z [ RUN ] CppPrinter.AddExpr2 2022-03-17T20:58:10.1349893Z [ OK ] CppPrinter.AddExpr2 (0 ms) 2022-03-17T20:58:10.1350515Z [ RUN ] CppPrinter.AddExpr3 2022-03-17T20:58:10.1351143Z [ OK ] CppPrinter.AddExpr3 (0 ms) 2022-03-17T20:58:10.1351804Z [ RUN ] CppPrinter.Mod 2022-03-17T20:58:10.1352410Z [ OK ] CppPrinter.Mod (0 ms) 2022-03-17T20:58:10.1353019Z [ RUN ] CppPrinter.ModFloat 2022-03-17T20:58:10.1353670Z [ OK ] CppPrinter.ModFloat (0 ms) 2022-03-17T20:58:10.1354261Z [ RUN ] CppPrinter.Max 2022-03-17T20:58:10.1354871Z [ OK ] CppPrinter.Max (0 ms) 2022-03-17T20:58:10.1355512Z [ RUN ] CppPrinter.MaxFloat 2022-03-17T20:58:10.1356157Z [ OK ] CppPrinter.MaxFloat (0 ms) 2022-03-17T20:58:10.1356802Z [ RUN ] CppPrinter.MaxHalf 2022-03-17T20:58:10.1357433Z [ OK ] CppPrinter.MaxHalf (0 ms) 2022-03-17T20:58:10.1358055Z [ RUN ] CppPrinter.And 2022-03-17T20:58:10.1358656Z [ OK ] CppPrinter.And (0 ms) 2022-03-17T20:58:10.1359289Z [ RUN ] CppPrinter.CompareSelect 2022-03-17T20:58:10.1359975Z [ OK ] CppPrinter.CompareSelect (0 ms) 2022-03-17T20:58:10.1360636Z [ RUN ] CppPrinter.IfThenElse 2022-03-17T20:58:10.1361707Z [ OK ] CppPrinter.IfThenElse (0 ms) 2022-03-17T20:58:10.1362420Z [ RUN ] CppPrinter.AllocateFree 2022-03-17T20:58:10.1363124Z [ OK ] CppPrinter.AllocateFree (0 ms) 2022-03-17T20:58:10.1363791Z [ RUN ] CppPrinter.LoadStore 2022-03-17T20:58:10.1364447Z [ OK ] CppPrinter.LoadStore (0 ms) 2022-03-17T20:58:10.1365057Z [ RUN ] CppPrinter.Var 2022-03-17T20:58:10.1365632Z [ OK ] CppPrinter.Var (0 ms) 2022-03-17T20:58:10.1366229Z [ RUN ] CppPrinter.Cast 2022-03-17T20:58:10.1366826Z [ OK ] CppPrinter.Cast (0 ms) 2022-03-17T20:58:10.1367423Z [ RUN ] CppPrinter.BitCast 2022-03-17T20:58:10.1368041Z [ OK ] CppPrinter.BitCast (0 ms) 2022-03-17T20:58:10.1368615Z [ RUN ] CppPrinter.Let 2022-03-17T20:58:10.1369206Z [ OK ] CppPrinter.Let (0 ms) 2022-03-17T20:58:10.1369779Z [ RUN ] CppPrinter.For 2022-03-17T20:58:10.1370386Z [ OK ] CppPrinter.For (0 ms) 2022-03-17T20:58:10.1370949Z [ RUN ] CppPrinter.Cond 2022-03-17T20:58:10.1371544Z [ OK ] CppPrinter.Cond (0 ms) 2022-03-17T20:58:10.1372149Z [ RUN ] CppPrinter.Intrinsics 2022-03-17T20:58:10.1372770Z [ OK ] CppPrinter.Intrinsics (0 ms) 2022-03-17T20:58:10.1373426Z [ RUN ] CppPrinter.ExternalCall 2022-03-17T20:58:10.1374103Z [ OK ] CppPrinter.ExternalCall (0 ms) 2022-03-17T20:58:10.1374837Z [----------] 28 tests from CppPrinter (1 ms total) 2022-03-17T20:58:10.1375193Z 2022-03-17T20:58:10.1375541Z [----------] 8 tests from DynamicShapes 2022-03-17T20:58:10.1376178Z [ RUN ] DynamicShapes.SimpleGraph 2022-03-17T20:58:10.2508312Z [ OK ] DynamicShapes.SimpleGraph (115 ms) 2022-03-17T20:58:10.2509527Z [ RUN ] DynamicShapes.GraphWith2InputsSameDims 2022-03-17T20:58:10.3523048Z [ OK ] DynamicShapes.GraphWith2InputsSameDims (101 ms) 2022-03-17T20:58:10.3524130Z [ RUN ] DynamicShapes.GraphWith2InputsAndBroadcast 2022-03-17T20:58:10.4504886Z [ OK ] DynamicShapes.GraphWith2InputsAndBroadcast (98 ms) 2022-03-17T20:58:10.4505522Z [ RUN ] DynamicShapes.GraphWithPartiallySymbolicOutput 2022-03-17T20:58:10.5031663Z [ OK ] DynamicShapes.GraphWithPartiallySymbolicOutput (52 ms) 2022-03-17T20:58:10.5032804Z [ RUN ] DynamicShapes.GraphWithSymbolicStrides 2022-03-17T20:58:10.7298534Z [ OK ] DynamicShapes.GraphWithSymbolicStrides (226 ms) 2022-03-17T20:58:10.7299844Z [ RUN ] DynamicShapes.GraphWithCatAndBroadcast 2022-03-17T20:58:11.3367796Z [ OK ] DynamicShapes.GraphWithCatAndBroadcast (606 ms) 2022-03-17T20:58:11.3368708Z [ RUN ] DynamicShapes.GraphFromModel 2022-03-17T20:58:12.6097328Z [ OK ] DynamicShapes.GraphFromModel (1272 ms) 2022-03-17T20:58:12.6098291Z [ RUN ] DynamicShapes.MultiThreadedExecution 2022-03-17T20:58:14.2619750Z [ OK ] DynamicShapes.MultiThreadedExecution (1652 ms) 2022-03-17T20:58:14.2620783Z [----------] 8 tests from DynamicShapes (4127 ms total) 2022-03-17T20:58:14.2621202Z 2022-03-17T20:58:14.2621573Z [----------] 29 tests from Expr 2022-03-17T20:58:14.2622225Z [ RUN ] Expr.BasicValueTest 2022-03-17T20:58:14.2622958Z [ OK ] Expr.BasicValueTest (0 ms) 2022-03-17T20:58:14.2623691Z [ RUN ] Expr.BasicValueTest02 2022-03-17T20:58:14.2624401Z [ OK ] Expr.BasicValueTest02 (0 ms) 2022-03-17T20:58:14.2625083Z [ RUN ] Expr.LetTest01 2022-03-17T20:58:14.2625703Z [ OK ] Expr.LetTest01 (0 ms) 2022-03-17T20:58:14.2626319Z [ RUN ] Expr.LetTest02 2022-03-17T20:58:14.2626968Z [ OK ] Expr.LetTest02 (0 ms) 2022-03-17T20:58:14.2627589Z [ RUN ] Expr.LetStmtTest01 2022-03-17T20:58:14.2628266Z [ OK ] Expr.LetStmtTest01 (0 ms) 2022-03-17T20:58:14.2628864Z [ RUN ] Expr.IntTest 2022-03-17T20:58:14.2629478Z [ OK ] Expr.IntTest (0 ms) 2022-03-17T20:58:14.2630114Z [ RUN ] Expr.FloatTest 2022-03-17T20:58:14.2630770Z [ OK ] Expr.FloatTest (0 ms) 2022-03-17T20:58:14.2631398Z [ RUN ] Expr.ByteTest 2022-03-17T20:58:14.2632015Z [ OK ] Expr.ByteTest (0 ms) 2022-03-17T20:58:14.2632630Z [ RUN ] Expr.CharTest 2022-03-17T20:58:14.2633248Z [ OK ] Expr.CharTest (0 ms) 2022-03-17T20:58:14.2633862Z [ RUN ] Expr.ShortTest 2022-03-17T20:58:14.2634520Z [ OK ] Expr.ShortTest (0 ms) 2022-03-17T20:58:14.2635118Z [ RUN ] Expr.LongTest 2022-03-17T20:58:14.2635744Z [ OK ] Expr.LongTest (0 ms) 2022-03-17T20:58:14.2636347Z [ RUN ] Expr.HalfTest 2022-03-17T20:58:14.2636979Z [ OK ] Expr.HalfTest (0 ms) 2022-03-17T20:58:14.2637583Z [ RUN ] Expr.DoubleTest 2022-03-17T20:58:14.2638241Z [ OK ] Expr.DoubleTest (0 ms) 2022-03-17T20:58:14.2638880Z [ RUN ] Expr.VectorAdd01 2022-03-17T20:58:14.2661948Z [ OK ] Expr.VectorAdd01 (3 ms) 2022-03-17T20:58:14.2662666Z [ RUN ] Expr.CompareSelectEQ 2022-03-17T20:58:14.2743327Z [ OK ] Expr.CompareSelectEQ (8 ms) 2022-03-17T20:58:14.2744114Z [ RUN ] Expr.CompareSelectDtypes 2022-03-17T20:58:14.2824842Z [ OK ] Expr.CompareSelectDtypes (8 ms) 2022-03-17T20:58:14.2825595Z [ RUN ] Expr.IntrinsicsDtypes 2022-03-17T20:58:14.2839933Z [ OK ] Expr.IntrinsicsDtypes (1 ms) 2022-03-17T20:58:14.2840666Z [ RUN ] Expr.Substitute01 2022-03-17T20:58:14.2841787Z [ OK ] Expr.Substitute01 (0 ms) 2022-03-17T20:58:14.2842877Z [ RUN ] Expr.Math01 2022-03-17T20:58:14.2843541Z [ OK ] Expr.Math01 (0 ms) 2022-03-17T20:58:14.2844178Z [ RUN ] Expr.UnaryMath01 2022-03-17T20:58:14.2845666Z [ OK ] Expr.UnaryMath01 (0 ms) 2022-03-17T20:58:14.2846356Z [ RUN ] Expr.BinaryMath01 2022-03-17T20:58:14.2847033Z [ OK ] Expr.BinaryMath01 (0 ms) 2022-03-17T20:58:14.2847671Z [ RUN ] Expr.LogicalOps01 2022-03-17T20:58:14.2849314Z [ OK ] Expr.LogicalOps01 (0 ms) 2022-03-17T20:58:14.2849976Z [ RUN ] Expr.LogicalOps02 2022-03-17T20:58:14.2850660Z [ OK ] Expr.LogicalOps02 (0 ms) 2022-03-17T20:58:14.2851319Z [ RUN ] Expr.LogicalOps03 2022-03-17T20:58:14.2854647Z [ OK ] Expr.LogicalOps03 (0 ms) 2022-03-17T20:58:14.2855321Z [ RUN ] Expr.BitwiseOps 2022-03-17T20:58:14.2855958Z [ OK ] Expr.BitwiseOps (0 ms) 2022-03-17T20:58:14.2856661Z [ RUN ] Expr.DynamicShapeAdd 2022-03-17T20:58:14.2862723Z [ OK ] Expr.DynamicShapeAdd (0 ms) 2022-03-17T20:58:14.2863427Z [ RUN ] Expr.OutOfBounds 2022-03-17T20:58:14.2864644Z [ OK ] Expr.OutOfBounds (0 ms) 2022-03-17T20:58:14.2865303Z [ RUN ] Expr.OutOfBounds2d 2022-03-17T20:58:14.2882944Z [ OK ] Expr.OutOfBounds2d (1 ms) 2022-03-17T20:58:14.2883751Z [ RUN ] Expr.OutOfBounds2dFlattenedIndex 2022-03-17T20:58:14.2894435Z [ OK ] Expr.OutOfBounds2dFlattenedIndex (1 ms) 2022-03-17T20:58:14.2895237Z [----------] 29 tests from Expr (27 ms total) 2022-03-17T20:58:14.2895576Z 2022-03-17T20:58:14.2895934Z [----------] 13 tests from ExternalCall 2022-03-17T20:58:14.2896609Z [ RUN ] ExternalCall.Conv1d_float 2022-03-17T20:58:14.3268470Z [ OK ] ExternalCall.Conv1d_float (37 ms) 2022-03-17T20:58:14.3269296Z [ RUN ] ExternalCall.Conv1d_int 2022-03-17T20:58:14.3660785Z [ OK ] ExternalCall.Conv1d_int (39 ms) 2022-03-17T20:58:14.3661605Z [ RUN ] ExternalCall.Conv1d_nobias_noargs 2022-03-17T20:58:14.3986928Z [ OK ] ExternalCall.Conv1d_nobias_noargs (32 ms) 2022-03-17T20:58:14.3987718Z [ RUN ] ExternalCall.Conv2d_float 2022-03-17T20:58:14.4385828Z [ OK ] ExternalCall.Conv2d_float (39 ms) 2022-03-17T20:58:14.4386680Z [ RUN ] ExternalCall.Conv2d_int 2022-03-17T20:58:14.4826554Z [ OK ] ExternalCall.Conv2d_int (44 ms) 2022-03-17T20:58:14.4827348Z [ RUN ] ExternalCall.Conv2d_nobias_noargs 2022-03-17T20:58:14.5180102Z [ OK ] ExternalCall.Conv2d_nobias_noargs (35 ms) 2022-03-17T20:58:14.5180997Z [ RUN ] ExternalCall.Addmm_float 2022-03-17T20:58:14.5522990Z [ OK ] ExternalCall.Addmm_float (34 ms) 2022-03-17T20:58:14.5523780Z [ RUN ] ExternalCall.Embedding 2022-03-17T20:58:14.5853376Z [ OK ] ExternalCall.Embedding (33 ms) 2022-03-17T20:58:14.5854221Z [ RUN ] ExternalCall.MaxReduction 2022-03-17T20:58:14.6158905Z [ OK ] ExternalCall.MaxReduction (30 ms) 2022-03-17T20:58:14.6159726Z [ RUN ] ExternalCall.BinaryFloat 2022-03-17T20:58:14.7107404Z [ OK ] ExternalCall.BinaryFloat (94 ms) 2022-03-17T20:58:14.7108201Z [ RUN ] ExternalCall.UnaryFloat 2022-03-17T20:58:14.7722564Z [ OK ] ExternalCall.UnaryFloat (61 ms) 2022-03-17T20:58:14.7723398Z [ RUN ] ExternalCall.ComputeInterop 2022-03-17T20:58:15.0125188Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 16, 32, 32], which does not match the required output shape [16, 32, 32]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-03-17T20:58:15.4474133Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 16, 32, 32], which does not match the required output shape [16, 32, 32]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-03-17T20:58:16.7235978Z [ OK ] ExternalCall.ComputeInterop (1951 ms) 2022-03-17T20:58:16.7236826Z [ RUN ] ExternalCall.Inlining 2022-03-17T20:58:16.8228601Z [ OK ] ExternalCall.Inlining (99 ms) 2022-03-17T20:58:16.8229732Z [----------] 13 tests from ExternalCall (2533 ms total) 2022-03-17T20:58:16.8230153Z 2022-03-17T20:58:16.8230557Z [----------] 8 tests from GraphOpt 2022-03-17T20:58:16.8231281Z [ RUN ] GraphOpt.OptimizeCat 2022-03-17T20:58:16.8660352Z [ OK ] GraphOpt.OptimizeCat (43 ms) 2022-03-17T20:58:16.8661201Z [ RUN ] GraphOpt.OptimizeCat2 2022-03-17T20:58:16.9138485Z [ OK ] GraphOpt.OptimizeCat2 (47 ms) 2022-03-17T20:58:16.9139301Z [ RUN ] GraphOpt.OptimizeCat3 2022-03-17T20:58:16.9690958Z [ OK ] GraphOpt.OptimizeCat3 (55 ms) 2022-03-17T20:58:16.9691905Z [ RUN ] GraphOpt.OptimizeCatWithTypePromotionInUser 2022-03-17T20:58:17.0129929Z [ OK ] GraphOpt.OptimizeCatWithTypePromotionInUser (43 ms) 2022-03-17T20:58:17.0131071Z [ RUN ] GraphOpt.OptimizeCatWithTypePromotionInCat 2022-03-17T20:58:17.0994513Z [ OK ] GraphOpt.OptimizeCatWithTypePromotionInCat (86 ms) 2022-03-17T20:58:17.0995676Z [ RUN ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp 2022-03-17T20:58:17.1501307Z [ OK ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp (50 ms) 2022-03-17T20:58:17.1502472Z [ RUN ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp2 2022-03-17T20:58:17.2041345Z [ OK ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp2 (53 ms) 2022-03-17T20:58:17.2042741Z [ RUN ] GraphOpt.AOTGraphPrepPasses 2022-03-17T20:58:17.2043305Z [ OK ] GraphOpt.AOTGraphPrepPasses (0 ms) 2022-03-17T20:58:17.2043751Z [----------] 8 tests from GraphOpt (381 ms total) 2022-03-17T20:58:17.2043962Z 2022-03-17T20:58:17.2044139Z [----------] 4 tests from IRPrinter 2022-03-17T20:58:17.2044516Z [ RUN ] IRPrinter.BasicValueTest 2022-03-17T20:58:17.2045094Z [ OK ] IRPrinter.BasicValueTest (0 ms) 2022-03-17T20:58:17.2045860Z [ RUN ] IRPrinter.BasicValueTest02 2022-03-17T20:58:17.2046643Z [ OK ] IRPrinter.BasicValueTest02 (0 ms) 2022-03-17T20:58:17.2047323Z [ RUN ] IRPrinter.CastTest 2022-03-17T20:58:17.2047808Z [ OK ] IRPrinter.CastTest (0 ms) 2022-03-17T20:58:17.2048375Z [ RUN ] IRPrinter.FunctionName 2022-03-17T20:58:17.2049119Z [ OK ] IRPrinter.FunctionName (0 ms) 2022-03-17T20:58:17.2049836Z [----------] 4 tests from IRPrinter (0 ms total) 2022-03-17T20:58:17.2050181Z 2022-03-17T20:58:17.2050558Z [----------] 8 tests from IRVerifier 2022-03-17T20:58:17.2051012Z [ RUN ] IRVerifier.BitwiseOps 2022-03-17T20:58:17.2051380Z [ OK ] IRVerifier.BitwiseOps (0 ms) 2022-03-17T20:58:17.2051971Z [ RUN ] IRVerifier.CompareSelect 2022-03-17T20:58:17.2052549Z [ OK ] IRVerifier.CompareSelect (0 ms) 2022-03-17T20:58:17.2052897Z [ RUN ] IRVerifier.Ramp 2022-03-17T20:58:17.2053258Z [ OK ] IRVerifier.Ramp (0 ms) 2022-03-17T20:58:17.2053576Z [ RUN ] IRVerifier.Load 2022-03-17T20:58:17.2053939Z [ OK ] IRVerifier.Load (0 ms) 2022-03-17T20:58:17.2054504Z [ RUN ] IRVerifier.IfThenElse 2022-03-17T20:58:17.2054888Z [ OK ] IRVerifier.IfThenElse (0 ms) 2022-03-17T20:58:17.2055240Z [ RUN ] IRVerifier.For 2022-03-17T20:58:17.2055564Z [ OK ] IRVerifier.For (0 ms) 2022-03-17T20:58:17.2055899Z [ RUN ] IRVerifier.Block 2022-03-17T20:58:17.2056238Z [ OK ] IRVerifier.Block (0 ms) 2022-03-17T20:58:17.2056580Z [ RUN ] IRVerifier.Store 2022-03-17T20:58:17.2056934Z [ OK ] IRVerifier.Store (0 ms) 2022-03-17T20:58:17.2057308Z [----------] 8 tests from IRVerifier (0 ms total) 2022-03-17T20:58:17.2057514Z 2022-03-17T20:58:17.2057706Z [----------] 34 tests from Kernel 2022-03-17T20:58:17.2058168Z [ RUN ] Kernel.InliningIntermediates 2022-03-17T20:58:17.6226664Z [ OK ] Kernel.InliningIntermediates (417 ms) 2022-03-17T20:58:17.6227214Z [ RUN ] Kernel.PreAllocIntermediateBufs 2022-03-17T20:58:17.6803286Z [ OK ] Kernel.PreAllocIntermediateBufs (57 ms) 2022-03-17T20:58:17.6803946Z [ RUN ] Kernel._1 2022-03-17T20:58:17.7184120Z [ OK ] Kernel._1 (38 ms) 2022-03-17T20:58:17.7184695Z [ RUN ] Kernel._2 2022-03-17T20:58:17.7594528Z [ OK ] Kernel._2 (41 ms) 2022-03-17T20:58:17.7595130Z [ RUN ] Kernel._3 2022-03-17T20:58:17.8012489Z [ OK ] Kernel._3 (41 ms) 2022-03-17T20:58:17.8013020Z [ RUN ] Kernel.Huge 2022-03-17T20:58:17.8331711Z [ OK ] Kernel.Huge (31 ms) 2022-03-17T20:58:17.8332543Z [ RUN ] Kernel.ParallelStrided 2022-03-17T20:58:17.9504923Z [ OK ] Kernel.ParallelStrided (117 ms) 2022-03-17T20:58:17.9505792Z [ RUN ] Kernel.CatInputTypesPromotion 2022-03-17T20:58:18.0815575Z [ OK ] Kernel.CatInputTypesPromotion (131 ms) 2022-03-17T20:58:18.0816048Z [ RUN ] Kernel.CatAndInlineWithAConstantDim 2022-03-17T20:58:18.1182154Z [ OK ] Kernel.CatAndInlineWithAConstantDim (36 ms) 2022-03-17T20:58:18.1182607Z [ RUN ] Kernel.CatWithEmptyInputs 2022-03-17T20:58:18.2092203Z [ OK ] Kernel.CatWithEmptyInputs (90 ms) 2022-03-17T20:58:18.2092642Z [ RUN ] Kernel.CatWoConditionals 2022-03-17T20:58:18.3076521Z [ OK ] Kernel.CatWoConditionals (98 ms) 2022-03-17T20:58:18.3076938Z [ RUN ] Kernel.OptimizeConditionals 2022-03-17T20:58:18.4168505Z [ OK ] Kernel.OptimizeConditionals (109 ms) 2022-03-17T20:58:18.4168893Z [ RUN ] Kernel.SumAllAxes 2022-03-17T20:58:18.4795243Z [ OK ] Kernel.SumAllAxes (62 ms) 2022-03-17T20:58:18.4795611Z [ RUN ] Kernel.SumOneAxis 2022-03-17T20:58:19.0009421Z [ OK ] Kernel.SumOneAxis (521 ms) 2022-03-17T20:58:19.0009808Z [ RUN ] Kernel.SumMultipleAxes 2022-03-17T20:58:19.5657511Z [ OK ] Kernel.SumMultipleAxes (564 ms) 2022-03-17T20:58:19.5658102Z [ RUN ] Kernel.Softmax2D 2022-03-17T20:58:20.1021694Z [ OK ] Kernel.Softmax2D (536 ms) 2022-03-17T20:58:20.1022368Z [ RUN ] Kernel.Softmax3D 2022-03-17T20:58:20.9808994Z [ OK ] Kernel.Softmax3D (878 ms) 2022-03-17T20:58:20.9809677Z [ RUN ] Kernel.Softmax4D 2022-03-17T20:58:22.0925529Z [ OK ] Kernel.Softmax4D (1111 ms) 2022-03-17T20:58:22.0925909Z [ RUN ] Kernel.SignTest 2022-03-17T20:58:22.1997549Z [ OK ] Kernel.SignTest (107 ms) 2022-03-17T20:58:22.1997991Z [ RUN ] Kernel.InlineProducerIntoReduction 2022-03-17T20:58:22.2357881Z [ OK ] Kernel.InlineProducerIntoReduction (35 ms) 2022-03-17T20:58:22.2358352Z [ RUN ] Kernel.InlineReductionIntoConsumer 2022-03-17T20:58:22.2810847Z [ OK ] Kernel.InlineReductionIntoConsumer (45 ms) 2022-03-17T20:58:22.2811514Z [ RUN ] Kernel.SanitizeNames_CUDA 2022-03-17T20:58:22.5971788Z [ OK ] Kernel.SanitizeNames_CUDA (315 ms) 2022-03-17T20:58:22.5972241Z [ RUN ] Kernel.SanitizeConstants_CUDA 2022-03-17T20:58:22.9120428Z [ OK ] Kernel.SanitizeConstants_CUDA (314 ms) 2022-03-17T20:58:22.9120870Z [ RUN ] Kernel.ConstantTensors 2022-03-17T20:58:22.9635282Z [ OK ] Kernel.ConstantTensors (51 ms) 2022-03-17T20:58:22.9635747Z [ RUN ] Kernel.ConstantTensorsNonContiguous 2022-03-17T20:58:23.0147066Z [ OK ] Kernel.ConstantTensorsNonContiguous (51 ms) 2022-03-17T20:58:23.0147463Z [ RUN ] Kernel.RunFast 2022-03-17T20:58:23.0562540Z [ OK ] Kernel.RunFast (41 ms) 2022-03-17T20:58:23.0563172Z [ RUN ] Kernel.RunWithAllocatedOutputs 2022-03-17T20:58:23.0973085Z [ OK ] Kernel.RunWithAllocatedOutputs (41 ms) 2022-03-17T20:58:23.0973509Z [ RUN ] Kernel.CodegenInspection 2022-03-17T20:58:23.1486918Z [ OK ] Kernel.CodegenInspection (51 ms) 2022-03-17T20:58:23.1487331Z [ RUN ] Kernel.CustomLowering 2022-03-17T20:58:23.1793248Z [ OK ] Kernel.CustomLowering (30 ms) 2022-03-17T20:58:23.1793605Z [ RUN ] Kernel.Vectorize 2022-03-17T20:58:23.2191571Z [ OK ] Kernel.Vectorize (39 ms) 2022-03-17T20:58:23.2191958Z [ RUN ] Kernel.Strided1dWithinBounds 2022-03-17T20:58:23.2482012Z [ OK ] Kernel.Strided1dWithinBounds (29 ms) 2022-03-17T20:58:23.2482417Z [ RUN ] Kernel.InputAsOutput 2022-03-17T20:58:23.2941529Z [ OK ] Kernel.InputAsOutput (45 ms) 2022-03-17T20:58:23.2941909Z [ RUN ] Kernel.ScalarOut 2022-03-17T20:58:23.3196044Z [ OK ] Kernel.ScalarOut (25 ms) 2022-03-17T20:58:23.3196655Z [ RUN ] Kernel.ScalarTensorOut 2022-03-17T20:58:23.3540691Z [ OK ] Kernel.ScalarTensorOut (34 ms) 2022-03-17T20:58:23.3541322Z [----------] 34 tests from Kernel (6148 ms total) 2022-03-17T20:58:23.3541534Z 2022-03-17T20:58:23.3541739Z [----------] 174 tests from LoopNest 2022-03-17T20:58:23.3542345Z [ RUN ] LoopNest.ExprSimple01 2022-03-17T20:58:23.3542986Z [ OK ] LoopNest.ExprSimple01 (0 ms) 2022-03-17T20:58:23.3543514Z [ RUN ] LoopNest.ExprLower01 2022-03-17T20:58:23.3544010Z [ OK ] LoopNest.ExprLower01 (0 ms) 2022-03-17T20:58:23.3544382Z [ RUN ] LoopNest.ExprSimple02 2022-03-17T20:58:23.3586279Z [ OK ] LoopNest.ExprSimple02 (4 ms) 2022-03-17T20:58:23.3586976Z [ RUN ] LoopNest.ExprSliceHeadWithLoopOptions 2022-03-17T20:58:23.3590929Z [ OK ] LoopNest.ExprSliceHeadWithLoopOptions (0 ms) 2022-03-17T20:58:23.3591428Z [ RUN ] LoopNest.ExprSliceTailWithLoopOptions 2022-03-17T20:58:23.3596616Z [ OK ] LoopNest.ExprSliceTailWithLoopOptions (0 ms) 2022-03-17T20:58:23.3597356Z [ RUN ] LoopNest.ExprSliceHeadWhenFactorEqualsSize 2022-03-17T20:58:23.3597917Z [ OK ] LoopNest.ExprSliceHeadWhenFactorEqualsSize (0 ms) 2022-03-17T20:58:23.3598595Z [ RUN ] LoopNest.ExprSliceHeadWhenFactorLargerThanSize 2022-03-17T20:58:23.3599275Z [ OK ] LoopNest.ExprSliceHeadWhenFactorLargerThanSize (0 ms) 2022-03-17T20:58:23.3599768Z [ RUN ] LoopNest.ExprSliceHead 2022-03-17T20:58:23.3600525Z [ OK ] LoopNest.ExprSliceHead (0 ms) 2022-03-17T20:58:23.3600952Z [ RUN ] LoopNest.ExprSliceHeadWithNonZeroStart 2022-03-17T20:58:23.3604817Z [ OK ] LoopNest.ExprSliceHeadWithNonZeroStart (0 ms) 2022-03-17T20:58:23.3605594Z [ RUN ] LoopNest.ExprSliceTailWhenFactorEqualsSize 2022-03-17T20:58:23.3606118Z [ OK ] LoopNest.ExprSliceTailWhenFactorEqualsSize (0 ms) 2022-03-17T20:58:23.3606641Z [ RUN ] LoopNest.ExprSliceTailWhenFactorLargerThanSize 2022-03-17T20:58:23.3607603Z [ OK ] LoopNest.ExprSliceTailWhenFactorLargerThanSize (0 ms) 2022-03-17T20:58:23.3608092Z [ RUN ] LoopNest.ExprSliceTail 2022-03-17T20:58:23.3608489Z [ OK ] LoopNest.ExprSliceTail (0 ms) 2022-03-17T20:58:23.3608871Z [ RUN ] LoopNest.ExprSplitAndSlice 2022-03-17T20:58:23.3620226Z [ OK ] LoopNest.ExprSplitAndSlice (1 ms) 2022-03-17T20:58:23.3620851Z [ RUN ] LoopNest.ExprSliceAndNormalize 2022-03-17T20:58:23.3624267Z [ OK ] LoopNest.ExprSliceAndNormalize (0 ms) 2022-03-17T20:58:23.3624746Z [ RUN ] LoopNest.ExprSliceWithVariableDimension 2022-03-17T20:58:23.3653569Z [ OK ] LoopNest.ExprSliceWithVariableDimension (2 ms) 2022-03-17T20:58:23.3654175Z [ RUN ] LoopNest.ExprSplitWithTail 2022-03-17T20:58:23.3666172Z [ OK ] LoopNest.ExprSplitWithTail (1 ms) 2022-03-17T20:58:23.3666595Z [ RUN ] LoopNest.ExprSplitWithTailNone 2022-03-17T20:58:23.3691657Z [ OK ] LoopNest.ExprSplitWithTailNone (2 ms) 2022-03-17T20:58:23.3692092Z [ RUN ] LoopNest.ExprSplitWithMask01 2022-03-17T20:58:23.3749202Z [ OK ] LoopNest.ExprSplitWithMask01 (5 ms) 2022-03-17T20:58:23.3749673Z [ RUN ] LoopNest.ExprSplitWithMaskRepeatedNoMask 2022-03-17T20:58:23.3757381Z [ OK ] LoopNest.ExprSplitWithMaskRepeatedNoMask (0 ms) 2022-03-17T20:58:23.3757827Z [ RUN ] LoopNest.getLoopAt 2022-03-17T20:58:23.3758191Z [ OK ] LoopNest.getLoopAt (0 ms) 2022-03-17T20:58:23.3758533Z [ RUN ] LoopNest.TileSimple 2022-03-17T20:58:23.5565783Z [ OK ] LoopNest.TileSimple (180 ms) 2022-03-17T20:58:23.7370455Z [ RUN ] LoopNest.TileWithTails 2022-03-17T20:58:23.7371041Z [ OK ] LoopNest.TileWithTails (180 ms) 2022-03-17T20:58:23.7371437Z [ RUN ] LoopNest.TileInMiddle 2022-03-17T20:58:24.0308060Z [ OK ] LoopNest.TileInMiddle (293 ms) 2022-03-17T20:58:24.0308791Z [ RUN ] LoopNest.SplitWithTailWithLoopOptions 2022-03-17T20:58:24.0309274Z [ OK ] LoopNest.SplitWithTailWithLoopOptions (0 ms) 2022-03-17T20:58:24.0309756Z [ RUN ] LoopNest.SplitWithMaskWithLoopOptions 2022-03-17T20:58:24.0310242Z [ OK ] LoopNest.SplitWithMaskWithLoopOptions (0 ms) 2022-03-17T20:58:24.0310696Z [ RUN ] LoopNest.ScheduleBroadcastAddBuffer 2022-03-17T20:58:24.0345630Z [ OK ] LoopNest.ScheduleBroadcastAddBuffer (3 ms) 2022-03-17T20:58:24.0346076Z [ RUN ] LoopNest.ScheduleFunctionCall01 2022-03-17T20:58:24.0496495Z [ OK ] LoopNest.ScheduleFunctionCall01 (15 ms) 2022-03-17T20:58:24.0496945Z [ RUN ] LoopNest.ScheduleInlineSimple 2022-03-17T20:58:24.0740445Z [ OK ] LoopNest.ScheduleInlineSimple (24 ms) 2022-03-17T20:58:24.0740883Z [ RUN ] LoopNest.ScheduleInlineFunc01 2022-03-17T20:58:24.1854666Z [ OK ] LoopNest.ScheduleInlineFunc01 (111 ms) 2022-03-17T20:58:24.1855112Z [ RUN ] LoopNest.ScheduleInlineRandom 2022-03-17T20:58:24.1858445Z [ OK ] LoopNest.ScheduleInlineRandom (0 ms) 2022-03-17T20:58:24.1858896Z [ RUN ] LoopNest.ScheduleInlineRandomUnrelated 2022-03-17T20:58:24.1862547Z [ OK ] LoopNest.ScheduleInlineRandomUnrelated (0 ms) 2022-03-17T20:58:24.1863064Z [ RUN ] LoopNest.ScheduleInlineRandomLowerDimensions 2022-03-17T20:58:24.1866384Z [ OK ] LoopNest.ScheduleInlineRandomLowerDimensions (0 ms) 2022-03-17T20:58:24.1866884Z [ RUN ] LoopNest.ScheduleInlineIntrinsics 2022-03-17T20:58:24.2045575Z [ OK ] LoopNest.ScheduleInlineIntrinsics (17 ms) 2022-03-17T20:58:24.2046082Z [ RUN ] LoopNest.ScheduleInlineRandWithIntrinsics 2022-03-17T20:58:24.2048548Z [ OK ] LoopNest.ScheduleInlineRandWithIntrinsics (0 ms) 2022-03-17T20:58:24.2049453Z [ RUN ] LoopNest.ScheduleSplitAThenInline 2022-03-17T20:58:24.2050816Z [ OK ] LoopNest.ScheduleSplitAThenInline (0 ms) 2022-03-17T20:58:24.2051279Z [ RUN ] LoopNest.ScheduleSplitBThenInline 2022-03-17T20:58:24.2057585Z [ OK ] LoopNest.ScheduleSplitBThenInline (0 ms) 2022-03-17T20:58:24.2058356Z [ RUN ] LoopNest.ScheduleSplitTwiceThenInline 2022-03-17T20:58:24.2060249Z [ OK ] LoopNest.ScheduleSplitTwiceThenInline (0 ms) 2022-03-17T20:58:24.2060704Z [ RUN ] LoopNest.ScheduleInlineThenSplit 2022-03-17T20:58:24.2066097Z [ OK ] LoopNest.ScheduleInlineThenSplit (0 ms) 2022-03-17T20:58:24.2066701Z [ RUN ] LoopNest.ScheduleSplitInlineThenSplit 2022-03-17T20:58:24.2079697Z [ OK ] LoopNest.ScheduleSplitInlineThenSplit (1 ms) 2022-03-17T20:58:24.2080395Z [ RUN ] LoopNest.ScheduleSplitInlineSimplify 2022-03-17T20:58:24.2081874Z [ OK ] LoopNest.ScheduleSplitInlineSimplify (0 ms) 2022-03-17T20:58:24.2082356Z [ RUN ] LoopNest.ScheduleInlineThreeMixedOnce 2022-03-17T20:58:24.2089812Z [ OK ] LoopNest.ScheduleInlineThreeMixedOnce (0 ms) 2022-03-17T20:58:24.2090308Z [ RUN ] LoopNest.ScheduleInlineThreeMixedTwice 2022-03-17T20:58:24.2097168Z [ OK ] LoopNest.ScheduleInlineThreeMixedTwice (0 ms) 2022-03-17T20:58:24.2097651Z [ RUN ] LoopNest.ScheduleInlineThreeMixedInner 2022-03-17T20:58:24.2105473Z [ OK ] LoopNest.ScheduleInlineThreeMixedInner (0 ms) 2022-03-17T20:58:24.2105967Z [ RUN ] LoopNest.ScheduleInlineThreeMixedSplit 2022-03-17T20:58:24.2108673Z [ OK ] LoopNest.ScheduleInlineThreeMixedSplit (0 ms) 2022-03-17T20:58:24.2109161Z [ RUN ] LoopNest.ScheduleInlineOutputTensors 2022-03-17T20:58:24.2113557Z [ OK ] LoopNest.ScheduleInlineOutputTensors (0 ms) 2022-03-17T20:58:24.2114288Z [ RUN ] LoopNest.ScheduleInlineWithCompoundIndices 2022-03-17T20:58:24.2115341Z [ OK ] LoopNest.ScheduleInlineWithCompoundIndices (0 ms) 2022-03-17T20:58:24.2116134Z [ RUN ] LoopNest.ScheduleInlineConsumerIndicesWithCast 2022-03-17T20:58:24.2117270Z [ OK ] LoopNest.ScheduleInlineConsumerIndicesWithCast (0 ms) 2022-03-17T20:58:24.2118026Z [ RUN ] LoopNest.ScheduleInlineProducerIndicesWithCast 2022-03-17T20:58:24.2118781Z [ OK ] LoopNest.ScheduleInlineProducerIndicesWithCast (0 ms) 2022-03-17T20:58:24.2119260Z [ RUN ] LoopNest.ScheduleFuserStyle 2022-03-17T20:58:24.2228457Z [ OK ] LoopNest.ScheduleFuserStyle (10 ms) 2022-03-17T20:58:24.2228901Z [ RUN ] LoopNest.ScheduleFuserThreeArg 2022-03-17T20:58:24.2359606Z [ OK ] LoopNest.ScheduleFuserThreeArg (13 ms) 2022-03-17T20:58:24.2360045Z [ RUN ] LoopNest.ScheduleDynamicShape2D 2022-03-17T20:58:24.2568729Z [ OK ] LoopNest.ScheduleDynamicShape2D (20 ms) 2022-03-17T20:58:24.2569168Z [ RUN ] LoopNest.LoopNestComputeAt_1 2022-03-17T20:58:24.2584872Z [ OK ] LoopNest.LoopNestComputeAt_1 (1 ms) 2022-03-17T20:58:24.2585300Z [ RUN ] LoopNest.LoopNestComputeAt_2 2022-03-17T20:58:24.3569340Z [ OK ] LoopNest.LoopNestComputeAt_2 (98 ms) 2022-03-17T20:58:24.3569774Z [ RUN ] LoopNest.LoopNestComputeAt_3 2022-03-17T20:58:24.4547921Z [ OK ] LoopNest.LoopNestComputeAt_3 (97 ms) 2022-03-17T20:58:24.4548327Z [ RUN ] LoopNest.Reduce2dComputeAt 2022-03-17T20:58:24.6186783Z [ OK ] LoopNest.Reduce2dComputeAt (163 ms) 2022-03-17T20:58:24.6187245Z [ RUN ] LoopNest.LoopNestReorderAxis1 2022-03-17T20:58:24.6190638Z [ OK ] LoopNest.LoopNestReorderAxis1 (0 ms) 2022-03-17T20:58:24.6191235Z [ RUN ] LoopNest.LoopNestReorderPartialAxes 2022-03-17T20:58:24.6208775Z [ OK ] LoopNest.LoopNestReorderPartialAxes (1 ms) 2022-03-17T20:58:24.6209246Z [ RUN ] LoopNest.LoopNestReorderInternalAxis 2022-03-17T20:58:24.6224213Z [ OK ] LoopNest.LoopNestReorderInternalAxis (1 ms) 2022-03-17T20:58:24.6224688Z [ RUN ] LoopNest.LoopNestReorderEnclosingAxis 2022-03-17T20:58:24.6240914Z [ OK ] LoopNest.LoopNestReorderEnclosingAxis (1 ms) 2022-03-17T20:58:24.6242785Z [ RUN ] LoopNest.LoopNestReorderSameAxis 2022-03-17T20:58:24.6243233Z [ OK ] LoopNest.LoopNestReorderSameAxis (0 ms) 2022-03-17T20:58:24.6243710Z [ RUN ] LoopNest.LoopNestReorderExtraStatements 2022-03-17T20:58:24.6268460Z [ OK ] LoopNest.LoopNestReorderExtraStatements (2 ms) 2022-03-17T20:58:24.6269447Z [ RUN ] LoopNest.LoopNestReorderLongStringOfPreOrphans 2022-03-17T20:58:24.7347666Z [ OK ] LoopNest.LoopNestReorderLongStringOfPreOrphans (107 ms) 2022-03-17T20:58:24.7348674Z [ RUN ] LoopNest.LoopNestReorderLongStringOfPostOrphans 2022-03-17T20:58:24.8436262Z [ OK ] LoopNest.LoopNestReorderLongStringOfPostOrphans (108 ms) 2022-03-17T20:58:24.8437219Z [ RUN ] LoopNest.LoopNestReorderLongStringFull 2022-03-17T20:58:24.9828784Z [ OK ] LoopNest.LoopNestReorderLongStringFull (139 ms) 2022-03-17T20:58:24.9829835Z [ RUN ] LoopNest.LoopNestReorderInternalLoopNest 2022-03-17T20:58:25.0058084Z [ OK ] LoopNest.LoopNestReorderInternalLoopNest (22 ms) 2022-03-17T20:58:25.0059097Z [ RUN ] LoopNest.OuterLoopVectorization 2022-03-17T20:58:25.0060171Z [ OK ] LoopNest.OuterLoopVectorization (0 ms) 2022-03-17T20:58:25.0061162Z [ RUN ] LoopNest.VectorizeLoopNotNormalized 2022-03-17T20:58:25.0064246Z [ OK ] LoopNest.VectorizeLoopNotNormalized (0 ms) 2022-03-17T20:58:25.0065111Z [ RUN ] LoopNest.Unroll 2022-03-17T20:58:25.0066091Z [ OK ] LoopNest.Unroll (0 ms) 2022-03-17T20:58:25.0066896Z [ RUN ] LoopNest.UnrollOuter 2022-03-17T20:58:25.0068108Z [ OK ] LoopNest.UnrollOuter (0 ms) 2022-03-17T20:58:25.0068909Z [ RUN ] LoopNest.UnrollInner 2022-03-17T20:58:25.0070319Z [ OK ] LoopNest.UnrollInner (0 ms) 2022-03-17T20:58:25.0071185Z [ RUN ] LoopNest.UnrollMultipleStatements 2022-03-17T20:58:25.0072540Z [ OK ] LoopNest.UnrollMultipleStatements (0 ms) 2022-03-17T20:58:25.0073506Z [ RUN ] LoopNest.UnrollNonLiteralConstantBounds 2022-03-17T20:58:25.0075179Z [ OK ] LoopNest.UnrollNonLiteralConstantBounds (0 ms) 2022-03-17T20:58:25.0076145Z [ RUN ] LoopNest.UnrollNonConstantBounds 2022-03-17T20:58:25.0102788Z [ OK ] LoopNest.UnrollNonConstantBounds (2 ms) 2022-03-17T20:58:25.0103784Z [ RUN ] LoopNest.UnrollByFactorsLessThan2 2022-03-17T20:58:25.0104337Z [ OK ] LoopNest.UnrollByFactorsLessThan2 (0 ms) 2022-03-17T20:58:25.0104796Z [ RUN ] LoopNest.UnrollByFactorEqualToIters 2022-03-17T20:58:25.0108757Z [ OK ] LoopNest.UnrollByFactorEqualToIters (0 ms) 2022-03-17T20:58:25.0109620Z [ RUN ] LoopNest.UnrollEmpty 2022-03-17T20:58:25.0110395Z [ OK ] LoopNest.UnrollEmpty (0 ms) 2022-03-17T20:58:25.0110797Z [ RUN ] LoopNest.NoUnroll 2022-03-17T20:58:25.0111154Z [ OK ] LoopNest.NoUnroll (0 ms) 2022-03-17T20:58:25.0111524Z [ RUN ] LoopNest.UnrollWithLet 2022-03-17T20:58:25.0112669Z [ OK ] LoopNest.UnrollWithLet (0 ms) 2022-03-17T20:58:25.0113511Z [ RUN ] LoopNest.IsNormalized 2022-03-17T20:58:25.0114045Z [ OK ] LoopNest.IsNormalized (0 ms) 2022-03-17T20:58:25.0114459Z [ RUN ] LoopNest.NormalizeStartPositive 2022-03-17T20:58:25.0119039Z [ OK ] LoopNest.NormalizeStartPositive (0 ms) 2022-03-17T20:58:25.0119692Z [ RUN ] LoopNest.NormalizeStartNegative 2022-03-17T20:58:25.0123534Z [ OK ] LoopNest.NormalizeStartNegative (0 ms) 2022-03-17T20:58:25.0124375Z [ RUN ] LoopNest.NormalizeStartZero 2022-03-17T20:58:25.0125164Z [ OK ] LoopNest.NormalizeStartZero (0 ms) 2022-03-17T20:58:25.0125601Z [ RUN ] LoopNest.NormalizeStartVariable 2022-03-17T20:58:25.0130474Z [ OK ] LoopNest.NormalizeStartVariable (0 ms) 2022-03-17T20:58:25.0131395Z [ RUN ] LoopNest.NormalizeOnNestedOuterLoop 2022-03-17T20:58:25.0134785Z [ OK ] LoopNest.NormalizeOnNestedOuterLoop (0 ms) 2022-03-17T20:58:25.0135789Z [ RUN ] LoopNest.NormalizeOnNestedInnerLoop 2022-03-17T20:58:25.0139380Z [ OK ] LoopNest.NormalizeOnNestedInnerLoop (0 ms) 2022-03-17T20:58:25.0140274Z [ RUN ] LoopNest.NormalizeAndSplitWithTail 2022-03-17T20:58:25.0146122Z [ OK ] LoopNest.NormalizeAndSplitWithTail (0 ms) 2022-03-17T20:58:25.0147042Z [ RUN ] LoopNest.NotNormalizeAndSplitWithTail 2022-03-17T20:58:25.0155531Z [ OK ] LoopNest.NotNormalizeAndSplitWithTail (0 ms) 2022-03-17T20:58:25.0156420Z [ RUN ] LoopNest.FlattenSimpleLoopNest2D 2022-03-17T20:58:25.0173388Z [ OK ] LoopNest.FlattenSimpleLoopNest2D (1 ms) 2022-03-17T20:58:25.0174334Z [ RUN ] LoopNest.FlattenSimpleLoopNest3D 2022-03-17T20:58:25.0343352Z [ OK ] LoopNest.FlattenSimpleLoopNest3D (16 ms) 2022-03-17T20:58:25.0344313Z [ RUN ] LoopNest.FlattenLoopNestAfterNormalize 2022-03-17T20:58:25.0391992Z [ OK ] LoopNest.FlattenLoopNestAfterNormalize (4 ms) 2022-03-17T20:58:25.0393004Z [ RUN ] LoopNest.FlattenLoopNestWithNonLiteralConstantBounds 2022-03-17T20:58:25.0412520Z [ OK ] LoopNest.FlattenLoopNestWithNonLiteralConstantBounds (2 ms) 2022-03-17T20:58:25.0413666Z [ RUN ] LoopNest.FlattenImperfectLoopNest 2022-03-17T20:58:25.0414199Z [ OK ] LoopNest.FlattenImperfectLoopNest (0 ms) 2022-03-17T20:58:25.0414632Z [ RUN ] LoopNest.FlattenReductionLoopNest 2022-03-17T20:58:25.0415288Z [ OK ] LoopNest.FlattenReductionLoopNest (0 ms) 2022-03-17T20:58:25.0415943Z [ RUN ] LoopNest.FlattenReductionLoopNestFromTensor 2022-03-17T20:58:25.0416482Z [ OK ] LoopNest.FlattenReductionLoopNestFromTensor (0 ms) 2022-03-17T20:58:25.0416984Z [ RUN ] LoopNest.FlattenIncorrectLoopsAsInput 2022-03-17T20:58:25.0417451Z [ OK ] LoopNest.FlattenIncorrectLoopsAsInput (0 ms) 2022-03-17T20:58:25.0417927Z [ RUN ] LoopNest.DetectInlineRankMismatch 2022-03-17T20:58:25.0418369Z [ OK ] LoopNest.DetectInlineRankMismatch (0 ms) 2022-03-17T20:58:25.0418834Z [ RUN ] LoopNest.CacheReadsSimple 2022-03-17T20:58:25.1165319Z [ OK ] LoopNest.CacheReadsSimple (74 ms) 2022-03-17T20:58:25.1165719Z [ RUN ] LoopNest.CacheReadsOuter 2022-03-17T20:58:25.1970694Z [ OK ] LoopNest.CacheReadsOuter (80 ms) 2022-03-17T20:58:25.1971195Z [ RUN ] LoopNest.CacheReadsInternal 2022-03-17T20:58:25.2828057Z [ OK ] LoopNest.CacheReadsInternal (85 ms) 2022-03-17T20:58:25.2828603Z [ RUN ] LoopNest.CacheReadsInner 2022-03-17T20:58:25.4186766Z [ OK ] LoopNest.CacheReadsInner (135 ms) 2022-03-17T20:58:25.4187302Z [ RUN ] LoopNest.CacheWritesSimple 2022-03-17T20:58:25.5692405Z [ OK ] LoopNest.CacheWritesSimple (150 ms) 2022-03-17T20:58:25.5692863Z [ RUN ] LoopNest.DeadStoreElimination 2022-03-17T20:58:25.5718183Z [ OK ] LoopNest.DeadStoreElimination (2 ms) 2022-03-17T20:58:25.5718691Z [ RUN ] LoopNest.DeadStoreEliminationWithIntermediates 2022-03-17T20:58:25.5740391Z [ OK ] LoopNest.DeadStoreEliminationWithIntermediates (2 ms) 2022-03-17T20:58:25.5740905Z [ RUN ] LoopNest.CompoundTensorSimple 2022-03-17T20:58:25.5766422Z [ OK ] LoopNest.CompoundTensorSimple (2 ms) 2022-03-17T20:58:25.5766859Z [ RUN ] LoopNest.InlineConstantIndex 2022-03-17T20:58:25.5769743Z [ OK ] LoopNest.InlineConstantIndex (0 ms) 2022-03-17T20:58:25.5770165Z [ RUN ] LoopNest.CompoundTensorUsed 2022-03-17T20:58:25.5812697Z [ OK ] LoopNest.CompoundTensorUsed (4 ms) 2022-03-17T20:58:25.5813332Z [ RUN ] LoopNest.InlineFromLoad 2022-03-17T20:58:25.5813787Z [ OK ] LoopNest.InlineFromLoad (0 ms) 2022-03-17T20:58:25.5814358Z [ RUN ] LoopNest.OptimizeConditionalsSimple 2022-03-17T20:58:25.5816484Z [ OK ] LoopNest.OptimizeConditionalsSimple (0 ms) 2022-03-17T20:58:25.5817026Z [ RUN ] LoopNest.OptimizeConditionalsNestedConditions 2022-03-17T20:58:25.5832236Z [ OK ] LoopNest.OptimizeConditionalsNestedConditions (0 ms) 2022-03-17T20:58:25.5833186Z [ RUN ] LoopNest.OptimizeConditionalsMultipleStores 2022-03-17T20:58:25.5833725Z [ OK ] LoopNest.OptimizeConditionalsMultipleStores (0 ms) 2022-03-17T20:58:25.5834294Z [ RUN ] LoopNest.OptimizeConditionalsMultipleStoresInOneLoop 2022-03-17T20:58:25.5834880Z [ OK ] LoopNest.OptimizeConditionalsMultipleStoresInOneLoop (0 ms) 2022-03-17T20:58:25.5835432Z [ RUN ] LoopNest.OptimizeConditionalsOuterLoopVar 2022-03-17T20:58:25.5835958Z [ OK ] LoopNest.OptimizeConditionalsOuterLoopVar (0 ms) 2022-03-17T20:58:25.5836490Z [ RUN ] LoopNest.OptimizeConditionalsCompValuesNotOrdered 2022-03-17T20:58:25.5837067Z [ OK ] LoopNest.OptimizeConditionalsCompValuesNotOrdered (0 ms) 2022-03-17T20:58:25.5837659Z [ RUN ] LoopNest.OptimizeConditionalsCompValuesNotConstants 2022-03-17T20:58:25.5838937Z [ OK ] LoopNest.OptimizeConditionalsCompValuesNotConstants (0 ms) 2022-03-17T20:58:25.5839507Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition 2022-03-17T20:58:25.5842194Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition (0 ms) 2022-03-17T20:58:25.5842754Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition2 2022-03-17T20:58:25.5843845Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition2 (0 ms) 2022-03-17T20:58:25.5844374Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition3 2022-03-17T20:58:25.5846706Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition3 (0 ms) 2022-03-17T20:58:25.5847274Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition4 2022-03-17T20:58:25.5849132Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition4 (0 ms) 2022-03-17T20:58:25.5849681Z [ RUN ] LoopNest.OptimizeConditionalsNotNormalized 2022-03-17T20:58:25.5850532Z [ OK ] LoopNest.OptimizeConditionalsNotNormalized (0 ms) 2022-03-17T20:58:25.5851037Z [ RUN ] LoopNest.ColReduceSplitTailEvenReorder 2022-03-17T20:58:25.8897807Z [ OK ] LoopNest.ColReduceSplitTailEvenReorder (304 ms) 2022-03-17T20:58:25.8898314Z [ RUN ] LoopNest.ColReduceSplitTailUnevenReorder 2022-03-17T20:58:26.1318217Z [ OK ] LoopNest.ColReduceSplitTailUnevenReorder (241 ms) 2022-03-17T20:58:26.1318776Z [ RUN ] LoopNest.ColReduceSplitMaskEvenReorder 2022-03-17T20:58:26.4371282Z [ OK ] LoopNest.ColReduceSplitMaskEvenReorder (305 ms) 2022-03-17T20:58:26.4372029Z [ RUN ] LoopNest.ColReduceSplitMaskUnevenReorder 2022-03-17T20:58:26.7112429Z [ OK ] LoopNest.ColReduceSplitMaskUnevenReorder (274 ms) 2022-03-17T20:58:26.7113330Z [ RUN ] LoopNest.ReorderAxisWithMultipleConds 2022-03-17T20:58:26.7114706Z [ OK ] LoopNest.ReorderAxisWithMultipleConds (0 ms) 2022-03-17T20:58:26.7115314Z [ RUN ] LoopNest.VectorizeUse 2022-03-17T20:58:26.7116170Z [ OK ] LoopNest.VectorizeUse (0 ms) 2022-03-17T20:58:26.7116553Z [ RUN ] LoopNest.Int64Direct 2022-03-17T20:58:26.7117152Z [ OK ] LoopNest.Int64Direct (0 ms) 2022-03-17T20:58:26.7117541Z [ RUN ] LoopNest.Int64Compute 2022-03-17T20:58:26.7118213Z [ OK ] LoopNest.Int64Compute (0 ms) 2022-03-17T20:58:26.7118892Z [ RUN ] LoopNest.DistributeLoopWithAllStmtsAsPivots 2022-03-17T20:58:26.7119467Z [ OK ] LoopNest.DistributeLoopWithAllStmtsAsPivots (0 ms) 2022-03-17T20:58:26.7120133Z [ RUN ] LoopNest.DistributeLoopWithOneStmtAsPivot 2022-03-17T20:58:26.7120654Z [ OK ] LoopNest.DistributeLoopWithOneStmtAsPivot (0 ms) 2022-03-17T20:58:26.7121728Z [ RUN ] LoopNest.DistributeLoopWithoutAnyPivot 2022-03-17T20:58:26.7122579Z [ OK ] LoopNest.DistributeLoopWithoutAnyPivot (0 ms) 2022-03-17T20:58:26.7123058Z [ RUN ] LoopNest.DistributeLoopOverInnerLoops 2022-03-17T20:58:26.7123558Z [ OK ] LoopNest.DistributeLoopOverInnerLoops (0 ms) 2022-03-17T20:58:26.7124088Z [ RUN ] LoopNest.DistributeLoopAndParentsWithoutAnyPivot 2022-03-17T20:58:26.7125299Z [ OK ] LoopNest.DistributeLoopAndParentsWithoutAnyPivot (0 ms) 2022-03-17T20:58:26.7125814Z [ RUN ] LoopNest.fuseLoopsSimple 2022-03-17T20:58:26.7129097Z [ OK ] LoopNest.fuseLoopsSimple (0 ms) 2022-03-17T20:58:26.7129677Z [ RUN ] LoopNest.fuseLoopsMultiple 2022-03-17T20:58:26.7139434Z [ OK ] LoopNest.fuseLoopsMultiple (1 ms) 2022-03-17T20:58:26.7140003Z [ RUN ] LoopNest.fuseLoopsNested 2022-03-17T20:58:26.7154400Z [ OK ] LoopNest.fuseLoopsNested (1 ms) 2022-03-17T20:58:26.7155001Z [ RUN ] LoopNest.fuseLoopsNested2D 2022-03-17T20:58:26.7161936Z [ OK ] LoopNest.fuseLoopsNested2D (0 ms) 2022-03-17T20:58:26.7162579Z [ RUN ] LoopNest.fuseLoopsNested2DInner 2022-03-17T20:58:26.7167027Z [ OK ] LoopNest.fuseLoopsNested2DInner (0 ms) 2022-03-17T20:58:26.7167943Z [ RUN ] LoopNest.fuseLoopsDifferentStopBounds 2022-03-17T20:58:26.7168832Z [ OK ] LoopNest.fuseLoopsDifferentStopBounds (0 ms) 2022-03-17T20:58:26.7169801Z [ RUN ] LoopNest.fuseLoopsDifferentStartBounds 2022-03-17T20:58:26.7170579Z [ OK ] LoopNest.fuseLoopsDifferentStartBounds (0 ms) 2022-03-17T20:58:26.7171044Z [ RUN ] LoopNest.fuseLoopsNotContiguous 2022-03-17T20:58:26.7171486Z [ OK ] LoopNest.fuseLoopsNotContiguous (0 ms) 2022-03-17T20:58:26.7171950Z [ RUN ] LoopNest.fuseLoopsWithDifferentParents 2022-03-17T20:58:26.7172424Z [ OK ] LoopNest.fuseLoopsWithDifferentParents (0 ms) 2022-03-17T20:58:26.7172904Z [ RUN ] LoopNest.fuseLoopsWithVariableBounds 2022-03-17T20:58:26.7176030Z [ OK ] LoopNest.fuseLoopsWithVariableBounds (0 ms) 2022-03-17T20:58:26.7176764Z [ RUN ] LoopNest.fuseLoopsWithExprBounds 2022-03-17T20:58:26.7184954Z [ OK ] LoopNest.fuseLoopsWithExprBounds (0 ms) 2022-03-17T20:58:26.7185705Z [ RUN ] LoopNest.fuseLoopsWithDifferentExprBounds 2022-03-17T20:58:26.7192394Z [ OK ] LoopNest.fuseLoopsWithDifferentExprBounds (0 ms) 2022-03-17T20:58:26.7193225Z [ RUN ] LoopNest.fuseLoopsWithNonOverlappingBufferAccesses 2022-03-17T20:58:26.7200317Z [ OK ] LoopNest.fuseLoopsWithNonOverlappingBufferAccesses (0 ms) 2022-03-17T20:58:26.7201214Z [ RUN ] LoopNest.fuseLoopsWithNonOverlapping2DBufferAccesses 2022-03-17T20:58:26.7214506Z [ OK ] LoopNest.fuseLoopsWithNonOverlapping2DBufferAccesses (1 ms) 2022-03-17T20:58:26.7215410Z [ RUN ] LoopNest.fuseLoopsWithReductions 2022-03-17T20:58:26.7223665Z [ OK ] LoopNest.fuseLoopsWithReductions (0 ms) 2022-03-17T20:58:26.7224410Z [ RUN ] LoopNest.fuseLoopsWith2DReductions 2022-03-17T20:58:26.7240184Z [ OK ] LoopNest.fuseLoopsWith2DReductions (1 ms) 2022-03-17T20:58:26.7240944Z [ RUN ] LoopNest.fuseLoopsWithComplexIndices 2022-03-17T20:58:26.7255119Z [ OK ] LoopNest.fuseLoopsWithComplexIndices (1 ms) 2022-03-17T20:58:26.7255778Z [ RUN ] LoopNest.fuseLoopsWithMixedLoopVarsAsIndices 2022-03-17T20:58:26.7274946Z [ OK ] LoopNest.fuseLoopsWithMixedLoopVarsAsIndices (1 ms) 2022-03-17T20:58:26.7275498Z [ RUN ] LoopNest.fuseLoopsWithTranspose 2022-03-17T20:58:26.7285330Z [ OK ] LoopNest.fuseLoopsWithTranspose (1 ms) 2022-03-17T20:58:26.7286043Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies1 2022-03-17T20:58:26.7293686Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies1 (0 ms) 2022-03-17T20:58:26.7294272Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies2 2022-03-17T20:58:26.7301192Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies2 (0 ms) 2022-03-17T20:58:26.7301850Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies3 2022-03-17T20:58:26.7315840Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies3 (1 ms) 2022-03-17T20:58:26.7316435Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies4 2022-03-17T20:58:26.7333933Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies4 (1 ms) 2022-03-17T20:58:26.7334599Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies5 2022-03-17T20:58:26.7342970Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies5 (0 ms) 2022-03-17T20:58:26.7343569Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies6 2022-03-17T20:58:26.7351742Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies6 (0 ms) 2022-03-17T20:58:26.7352508Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies7 2022-03-17T20:58:26.7360067Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies7 (0 ms) 2022-03-17T20:58:26.7360961Z [ RUN ] LoopNest.areLoopsPerfectlyNested 2022-03-17T20:58:26.7362222Z [ OK ] LoopNest.areLoopsPerfectlyNested (0 ms) 2022-03-17T20:58:26.7363094Z [ RUN ] LoopNest.reorderNestedLoops2D 2022-03-17T20:58:26.7363915Z [ OK ] LoopNest.reorderNestedLoops2D (0 ms) 2022-03-17T20:58:26.7364789Z [ RUN ] LoopNest.reorderNestedLoops3D 2022-03-17T20:58:26.7365256Z [ OK ] LoopNest.reorderNestedLoops3D (0 ms) 2022-03-17T20:58:26.7365878Z [ RUN ] LoopNest.reorderNestedLoops4D 2022-03-17T20:58:26.7366770Z [ OK ] LoopNest.reorderNestedLoops4D (0 ms) 2022-03-17T20:58:26.7367498Z [ RUN ] LoopNest.reorderTrivialPermutation 2022-03-17T20:58:26.7368127Z [ OK ] LoopNest.reorderTrivialPermutation (0 ms) 2022-03-17T20:58:26.7369087Z [ RUN ] LoopNest.reorderInvalidPermutations 2022-03-17T20:58:26.7369869Z [ OK ] LoopNest.reorderInvalidPermutations (0 ms) 2022-03-17T20:58:26.7370748Z [ RUN ] LoopNest.reorderInvalidLoopNest 2022-03-17T20:58:26.7371620Z [ OK ] LoopNest.reorderInvalidLoopNest (0 ms) 2022-03-17T20:58:26.7372073Z [ RUN ] LoopNest.compressBufferSimple 2022-03-17T20:58:26.7372875Z [ OK ] LoopNest.compressBufferSimple (0 ms) 2022-03-17T20:58:26.7373716Z [ RUN ] LoopNest.compressBufferMultipleDims 2022-03-17T20:58:26.7374176Z [ OK ] LoopNest.compressBufferMultipleDims (0 ms) 2022-03-17T20:58:26.7374650Z [ RUN ] LoopNest.compressBufferMultipleDims2 2022-03-17T20:58:26.7375127Z [ OK ] LoopNest.compressBufferMultipleDims2 (0 ms) 2022-03-17T20:58:26.7375752Z [ RUN ] LoopNest.compressBufferDifferentOrderIndices 2022-03-17T20:58:26.7376311Z [ OK ] LoopNest.compressBufferDifferentOrderIndices (0 ms) 2022-03-17T20:58:26.7376800Z [ RUN ] LoopNest.compressBufferVariableBounds 2022-03-17T20:58:26.7377285Z [ OK ] LoopNest.compressBufferVariableBounds (0 ms) 2022-03-17T20:58:26.7378078Z [ RUN ] LoopNest.compressBufferNoCommonParentLoops 2022-03-17T20:58:26.7379156Z [ OK ] LoopNest.compressBufferNoCommonParentLoops (0 ms) 2022-03-17T20:58:26.7379680Z [ RUN ] LoopNest.compressBufferIndicesMixed 2022-03-17T20:58:26.7380147Z [ OK ] LoopNest.compressBufferIndicesMixed (0 ms) 2022-03-17T20:58:26.7380604Z [ RUN ] LoopNest.compressMultipleBuffers 2022-03-17T20:58:26.7381179Z [ OK ] LoopNest.compressMultipleBuffers (0 ms) 2022-03-17T20:58:26.7381572Z [ RUN ] LoopNest.sanitizeNames 2022-03-17T20:58:26.7381966Z [ OK ] LoopNest.sanitizeNames (0 ms) 2022-03-17T20:58:26.7382367Z [----------] 174 tests from LoopNest (3383 ms total) 2022-03-17T20:58:26.7382577Z 2022-03-17T20:58:26.7382787Z [----------] 30 tests from MemDependency 2022-03-17T20:58:26.7383173Z [ RUN ] MemDependency.BoundOverlap 2022-03-17T20:58:26.7398559Z [ OK ] MemDependency.BoundOverlap (1 ms) 2022-03-17T20:58:26.7399172Z [ RUN ] MemDependency.BoundOverlapSymbolic 2022-03-17T20:58:26.7414802Z [ OK ] MemDependency.BoundOverlapSymbolic (1 ms) 2022-03-17T20:58:26.7415385Z [ RUN ] MemDependency.BoundOverlapMultiDim 2022-03-17T20:58:26.7430706Z [ OK ] MemDependency.BoundOverlapMultiDim (1 ms) 2022-03-17T20:58:26.7431282Z [ RUN ] MemDependency.BoundSubtract 2022-03-17T20:58:26.7444195Z [ OK ] MemDependency.BoundSubtract (1 ms) 2022-03-17T20:58:26.7444814Z [ RUN ] MemDependency.BoundSubtractSymbolic 2022-03-17T20:58:26.7483660Z [ OK ] MemDependency.BoundSubtractSymbolic (3 ms) 2022-03-17T20:58:26.7484264Z [ RUN ] MemDependency.BoundSubtractMultiDim 2022-03-17T20:58:26.7528881Z [ OK ] MemDependency.BoundSubtractMultiDim (4 ms) 2022-03-17T20:58:26.7529510Z [ RUN ] MemDependency.BoundSubtractMultiDimSymbolic 2022-03-17T20:58:26.7589247Z [ OK ] MemDependency.BoundSubtractMultiDimSymbolic (5 ms) 2022-03-17T20:58:26.7590095Z [ RUN ] MemDependency.MemDependencyCheckerSimple 2022-03-17T20:58:26.7590625Z [ OK ] MemDependency.MemDependencyCheckerSimple (0 ms) 2022-03-17T20:58:26.7591330Z [ RUN ] MemDependency.MemDependencyCheckerMultiStmt 2022-03-17T20:58:26.7592287Z [ OK ] MemDependency.MemDependencyCheckerMultiStmt (0 ms) 2022-03-17T20:58:26.7592839Z [ RUN ] MemDependency.MemDependencyCheckerOverlap 2022-03-17T20:58:26.7593369Z [ OK ] MemDependency.MemDependencyCheckerOverlap (0 ms) 2022-03-17T20:58:26.7593850Z [ RUN ] MemDependency.MemDependencyCheckerLoop 2022-03-17T20:58:26.7596589Z [ OK ] MemDependency.MemDependencyCheckerLoop (0 ms) 2022-03-17T20:58:26.7597103Z [ RUN ] MemDependency.MemDependencyCheckerLoopReduce 2022-03-17T20:58:26.7601131Z [ OK ] MemDependency.MemDependencyCheckerLoopReduce (0 ms) 2022-03-17T20:58:26.7601997Z [ RUN ] MemDependency.MemDependencyCheckerLoopReduceExpanded 2022-03-17T20:58:26.7606331Z [ OK ] MemDependency.MemDependencyCheckerLoopReduceExpanded (0 ms) 2022-03-17T20:58:26.7606924Z [ RUN ] MemDependency.MemDependencyCheckerInputsOutputs 2022-03-17T20:58:26.7609538Z [ OK ] MemDependency.MemDependencyCheckerInputsOutputs (0 ms) 2022-03-17T20:58:26.7610118Z [ RUN ] MemDependency.MemDependencyCheckerOutputDoesntDepend 2022-03-17T20:58:26.7611879Z [ OK ] MemDependency.MemDependencyCheckerOutputDoesntDepend (0 ms) 2022-03-17T20:58:26.7612459Z [ RUN ] MemDependency.MemDependencyCheckerLoopBounds 2022-03-17T20:58:26.7631821Z [ OK ] MemDependency.MemDependencyCheckerLoopBounds (1 ms) 2022-03-17T20:58:26.7632412Z [ RUN ] MemDependency.MemDependencyCheckerLoopBoundsIndexShift 2022-03-17T20:58:26.7678259Z [ OK ] MemDependency.MemDependencyCheckerLoopBoundsIndexShift (4 ms) 2022-03-17T20:58:26.7678881Z [ RUN ] MemDependency.MemDependencyCheckerLoopSelfDependency 2022-03-17T20:58:26.7913620Z [ OK ] MemDependency.MemDependencyCheckerLoopSelfDependency (23 ms) 2022-03-17T20:58:26.7914217Z [ RUN ] MemDependency.MemDependencyCheckerLoopDistinctStrides 2022-03-17T20:58:26.7930781Z [ OK ] MemDependency.MemDependencyCheckerLoopDistinctStrides (1 ms) 2022-03-17T20:58:26.7931375Z [ RUN ] MemDependency.MemDependencyCheckerLoopBoundsCond 2022-03-17T20:58:26.7962706Z [ OK ] MemDependency.MemDependencyCheckerLoopBoundsCond (3 ms) 2022-03-17T20:58:26.7963302Z [ RUN ] MemDependency.MemDependencyCheckerIfThenElse 2022-03-17T20:58:26.7984578Z [ OK ] MemDependency.MemDependencyCheckerIfThenElse (2 ms) 2022-03-17T20:58:26.7985120Z [ RUN ] MemDependency.MemDependencyCheckerCutLoop 2022-03-17T20:58:26.8019434Z [ OK ] MemDependency.MemDependencyCheckerCutLoop (3 ms) 2022-03-17T20:58:26.8019970Z [ RUN ] MemDependency.MemDependencyCheckerDynamicShapes 2022-03-17T20:58:26.8070553Z [ OK ] MemDependency.MemDependencyCheckerDynamicShapes (5 ms) 2022-03-17T20:58:26.8071106Z [ RUN ] MemDependency.MemDependencyCheckerMultiDim 2022-03-17T20:58:26.8133709Z [ OK ] MemDependency.MemDependencyCheckerMultiDim (6 ms) 2022-03-17T20:58:26.8134252Z [ RUN ] MemDependency.MemDependencyCheckerComputeAPI 2022-03-17T20:58:26.8150797Z [ OK ] MemDependency.MemDependencyCheckerComputeAPI (1 ms) 2022-03-17T20:58:26.8151343Z [ RUN ] MemDependency.MemDependencyCheckerComputeInline 2022-03-17T20:58:26.8162561Z [ OK ] MemDependency.MemDependencyCheckerComputeInline (1 ms) 2022-03-17T20:58:26.8163110Z [ RUN ] MemDependency.MemDependencyCheckerComputeSplit 2022-03-17T20:58:26.8201134Z [ OK ] MemDependency.MemDependencyCheckerComputeSplit (3 ms) 2022-03-17T20:58:26.8201982Z [ RUN ] MemDependency.MemDependencyCheckerComputeReorder 2022-03-17T20:58:26.8225508Z [ OK ] MemDependency.MemDependencyCheckerComputeReorder (2 ms) 2022-03-17T20:58:26.8226088Z [ RUN ] MemDependency.MemDependencyCheckerComputeReduce 2022-03-17T20:58:26.8244183Z [ OK ] MemDependency.MemDependencyCheckerComputeReduce (1 ms) 2022-03-17T20:58:26.8244726Z [ RUN ] MemDependency.MemDependencyCheckerComputeGEMM 2022-03-17T20:58:26.8547662Z [ OK ] MemDependency.MemDependencyCheckerComputeGEMM (30 ms) 2022-03-17T20:58:26.8548185Z [----------] 30 tests from MemDependency (116 ms total) 2022-03-17T20:58:26.8548384Z 2022-03-17T20:58:26.8548565Z [----------] 1 test from Ops 2022-03-17T20:58:26.8548880Z [ RUN ] Ops.Sum 2022-03-17T20:58:26.8630375Z [ OK ] Ops.Sum (8 ms) 2022-03-17T20:58:26.8631203Z [----------] 1 test from Ops (8 ms total) 2022-03-17T20:58:26.8631611Z 2022-03-17T20:58:26.8632033Z [----------] 10 tests from Quantization 2022-03-17T20:58:26.8632546Z [ RUN ] Quantization.QuantDequantInt8 2022-03-17T20:58:26.8983301Z [ OK ] Quantization.QuantDequantInt8 (35 ms) 2022-03-17T20:58:26.8984172Z [ RUN ] Quantization.QuantDequantUInt8 2022-03-17T20:58:26.9314264Z [ OK ] Quantization.QuantDequantUInt8 (33 ms) 2022-03-17T20:58:26.9315234Z [ RUN ] Quantization.QuantDequantUInt8_NLC 2022-03-17T20:58:26.9659452Z [ OK ] Quantization.QuantDequantUInt8_NLC (34 ms) 2022-03-17T20:58:26.9660440Z [ RUN ] Quantization.QuantAddDequantInt8 2022-03-17T20:58:27.0051594Z [ OK ] Quantization.QuantAddDequantInt8 (39 ms) 2022-03-17T20:58:27.0052513Z [ RUN ] Quantization.QuantAddDequantUInt8 2022-03-17T20:58:27.0443989Z [ OK ] Quantization.QuantAddDequantUInt8 (39 ms) 2022-03-17T20:58:27.0444955Z [ RUN ] Quantization.QuantSigmoidDequantUInt8 2022-03-17T20:58:27.0895920Z [ OK ] Quantization.QuantSigmoidDequantUInt8 (45 ms) 2022-03-17T20:58:27.0896988Z [ RUN ] Quantization.QuantMulDequantUInt8 2022-03-17T20:58:27.1458284Z [ OK ] Quantization.QuantMulDequantUInt8 (56 ms) 2022-03-17T20:58:27.1459569Z [ RUN ] Quantization.QuantUpsampleNearst2dDequantUInt8 2022-03-17T20:58:27.2088873Z [ OK ] Quantization.QuantUpsampleNearst2dDequantUInt8 (63 ms) 2022-03-17T20:58:27.2089913Z [ RUN ] Quantization.UpsampleNearst2d 2022-03-17T20:58:27.2482016Z [ OK ] Quantization.UpsampleNearst2d (39 ms) 2022-03-17T20:58:27.2482986Z [ RUN ] Quantization.QuantCatDequantUInt8 2022-03-17T20:58:27.3316962Z [ OK ] Quantization.QuantCatDequantUInt8 (83 ms) 2022-03-17T20:58:27.3317960Z [----------] 10 tests from Quantization (468 ms total) 2022-03-17T20:58:27.3318381Z 2022-03-17T20:58:27.3318755Z [----------] 2 tests from BufLiveRange 2022-03-17T20:58:27.3319594Z [ RUN ] BufLiveRange.SingleRangeLine 2022-03-17T20:58:27.3320545Z [ OK ] BufLiveRange.SingleRangeLine (0 ms) 2022-03-17T20:58:27.3321623Z [ RUN ] BufLiveRange.MulRangeLine 2022-03-17T20:58:27.3322440Z [ OK ] BufLiveRange.MulRangeLine (0 ms) 2022-03-17T20:58:27.3323224Z [----------] 2 tests from BufLiveRange (0 ms total) 2022-03-17T20:58:27.3323609Z 2022-03-17T20:58:27.3323986Z [----------] 6 tests from MemPlanning 2022-03-17T20:58:27.3324744Z [ RUN ] MemPlanning.MemReuseWithTypeCast 2022-03-17T20:58:27.4216118Z [ OK ] MemPlanning.MemReuseWithTypeCast (89 ms) 2022-03-17T20:58:27.4217094Z [ RUN ] MemPlanning.NoMemReuseForLargerType 2022-03-17T20:58:27.5253912Z [ OK ] MemPlanning.NoMemReuseForLargerType (103 ms) 2022-03-17T20:58:27.5254871Z [ RUN ] MemPlanning.SameBufSizeMemReuse 2022-03-17T20:58:27.6433498Z [ OK ] MemPlanning.SameBufSizeMemReuse (117 ms) 2022-03-17T20:58:27.6434425Z [ RUN ] MemPlanning.SameBufSizeMultiMemReuses 2022-03-17T20:58:27.7616206Z [ OK ] MemPlanning.SameBufSizeMultiMemReuses (118 ms) 2022-03-17T20:58:27.7617255Z [ RUN ] MemPlanning.SameBufSizeMultiMemReusesOfOneBuf 2022-03-17T20:58:27.9024896Z [ OK ] MemPlanning.SameBufSizeMultiMemReusesOfOneBuf (140 ms) 2022-03-17T20:58:27.9025948Z [ RUN ] MemPlanning.SmallerBufSizeNonMemReuse 2022-03-17T20:58:28.0176925Z [ OK ] MemPlanning.SmallerBufSizeNonMemReuse (115 ms) 2022-03-17T20:58:28.0177910Z [----------] 6 tests from MemPlanning (685 ms total) 2022-03-17T20:58:28.0178307Z 2022-03-17T20:58:28.0178673Z [----------] 45 tests from Reductions 2022-03-17T20:58:28.0179370Z [ RUN ] Reductions.ReduceSum0D_1 2022-03-17T20:58:28.0180126Z [ OK ] Reductions.ReduceSum0D_1 (0 ms) 2022-03-17T20:58:28.0180842Z [ RUN ] Reductions.ReduceSum0D_2 2022-03-17T20:58:28.0181599Z [ OK ] Reductions.ReduceSum0D_2 (0 ms) 2022-03-17T20:58:28.0182297Z [ RUN ] Reductions.ReduceSum1D 2022-03-17T20:58:28.0183056Z [ OK ] Reductions.ReduceSum1D (0 ms) 2022-03-17T20:58:28.0183785Z [ RUN ] Reductions.ReduceSum2D 2022-03-17T20:58:28.0192178Z [ OK ] Reductions.ReduceSum2D (0 ms) 2022-03-17T20:58:28.0193157Z [ RUN ] Reductions.ReduceSum3D 2022-03-17T20:58:28.0253755Z [ OK ] Reductions.ReduceSum3D (6 ms) 2022-03-17T20:58:28.0254532Z [ RUN ] Reductions.ReduceSum10D 2022-03-17T20:58:29.4231216Z [ OK ] Reductions.ReduceSum10D (1397 ms) 2022-03-17T20:58:29.4232037Z [ RUN ] Reductions.ReduceProduct 2022-03-17T20:58:29.4238305Z [ OK ] Reductions.ReduceProduct (0 ms) 2022-03-17T20:58:29.4239088Z [ RUN ] Reductions.ReduceMax 2022-03-17T20:58:29.4247718Z [ OK ] Reductions.ReduceMax (0 ms) 2022-03-17T20:58:29.4248527Z [ RUN ] Reductions.ReduceMinCustomInitializer 2022-03-17T20:58:29.4251526Z [ OK ] Reductions.ReduceMinCustomInitializer (0 ms) 2022-03-17T20:58:29.4252703Z [ RUN ] Reductions.ReduceAnyAll 2022-03-17T20:58:29.4293853Z [ OK ] Reductions.ReduceAnyAll (4 ms) 2022-03-17T20:58:29.4294660Z [ RUN ] Reductions.ReduceMatmul2D 2022-03-17T20:58:29.4312577Z [ OK ] Reductions.ReduceMatmul2D (1 ms) 2022-03-17T20:58:29.4313419Z [ RUN ] Reductions.ReduceRfactorLike 2022-03-17T20:58:29.4336857Z [ OK ] Reductions.ReduceRfactorLike (2 ms) 2022-03-17T20:58:29.4337666Z [ RUN ] Reductions.ReduceAsProducer 2022-03-17T20:58:29.4380201Z [ OK ] Reductions.ReduceAsProducer (4 ms) 2022-03-17T20:58:29.4381028Z [ RUN ] Reductions.ReduceAsConsumer 2022-03-17T20:58:29.4449718Z [ OK ] Reductions.ReduceAsConsumer (6 ms) 2022-03-17T20:58:29.4450567Z [ RUN ] Reductions.SplitReduceAxis 2022-03-17T20:58:29.4483820Z [ OK ] Reductions.SplitReduceAxis (3 ms) 2022-03-17T20:58:29.4484684Z [ RUN ] Reductions.SplitNonReduceAxis 2022-03-17T20:58:29.4551005Z [ OK ] Reductions.SplitNonReduceAxis (6 ms) 2022-03-17T20:58:29.4551936Z [ RUN ] Reductions.ReorderedReductionInitializer 2022-03-17T20:58:29.4628927Z [ OK ] Reductions.ReorderedReductionInitializer (7 ms) 2022-03-17T20:58:29.4629826Z [ RUN ] Reductions.ReduceRfactor 2022-03-17T20:58:29.4652158Z [ OK ] Reductions.ReduceRfactor (2 ms) 2022-03-17T20:58:29.4652999Z [ RUN ] Reductions.Reduce3DRfactorInner 2022-03-17T20:58:29.4910032Z [ OK ] Reductions.Reduce3DRfactorInner (25 ms) 2022-03-17T20:58:29.4910915Z [ RUN ] Reductions.Reduce3DRfactorOuter 2022-03-17T20:58:29.5174723Z [ OK ] Reductions.Reduce3DRfactorOuter (26 ms) 2022-03-17T20:58:29.5175668Z [ RUN ] Reductions.ReduceRepeatedInternalRfactor 2022-03-17T20:58:29.8732614Z [ OK ] Reductions.ReduceRepeatedInternalRfactor (355 ms) 2022-03-17T20:58:29.8733543Z [ RUN ] Reductions.ReduceSplitTail 2022-03-17T20:58:29.9546749Z [ OK ] Reductions.ReduceSplitTail (81 ms) 2022-03-17T20:58:29.9547614Z [ RUN ] Reductions.ReduceSplitNoTail 2022-03-17T20:58:30.0491952Z [ OK ] Reductions.ReduceSplitNoTail (94 ms) 2022-03-17T20:58:30.0492792Z [ RUN ] Reductions.ReduceOverSplitTail 2022-03-17T20:58:30.1282648Z [ OK ] Reductions.ReduceOverSplitTail (79 ms) 2022-03-17T20:58:30.1283493Z [ RUN ] Reductions.ReduceSplitMask 2022-03-17T20:58:30.2303589Z [ OK ] Reductions.ReduceSplitMask (102 ms) 2022-03-17T20:58:30.2304396Z [ RUN ] Reductions.ReduceSplitNoMask 2022-03-17T20:58:30.3251097Z [ OK ] Reductions.ReduceSplitNoMask (94 ms) 2022-03-17T20:58:30.3251961Z [ RUN ] Reductions.ReduceOverSplitMask 2022-03-17T20:58:30.4077986Z [ OK ] Reductions.ReduceOverSplitMask (82 ms) 2022-03-17T20:58:30.4078880Z [ RUN ] Reductions.ReduceSplitRfactor 2022-03-17T20:58:30.4162891Z [ OK ] Reductions.ReduceSplitRfactor (8 ms) 2022-03-17T20:58:30.4164017Z [ RUN ] Reductions.ReduceOverSplitRfactor 2022-03-17T20:58:30.4191727Z [ OK ] Reductions.ReduceOverSplitRfactor (2 ms) 2022-03-17T20:58:30.4192638Z [ RUN ] Reductions.ReduceInlineReduction 2022-03-17T20:58:30.4193487Z [ OK ] Reductions.ReduceInlineReduction (0 ms) 2022-03-17T20:58:30.4194323Z [ RUN ] Reductions.ReduceInlineConsumer 2022-03-17T20:58:30.4373911Z [ OK ] Reductions.ReduceInlineConsumer (18 ms) 2022-03-17T20:58:30.4374860Z [ RUN ] Reductions.ReduceInlineReducerInternal 2022-03-17T20:58:30.4560936Z [ OK ] Reductions.ReduceInlineReducerInternal (18 ms) 2022-03-17T20:58:30.4562374Z [ RUN ] Reductions.ReductionCacheAccessesOperatorAxis 2022-03-17T20:58:30.4649676Z [ OK ] Reductions.ReductionCacheAccessesOperatorAxis (8 ms) 2022-03-17T20:58:30.4650794Z [ RUN ] Reductions.ReductionCacheAccessesOuterReduceAxis 2022-03-17T20:58:30.4732725Z [ OK ] Reductions.ReductionCacheAccessesOuterReduceAxis (8 ms) 2022-03-17T20:58:30.4733853Z [ RUN ] Reductions.ReductionCacheAccessesInnerReduceAxis 2022-03-17T20:58:30.4815940Z [ OK ] Reductions.ReductionCacheAccessesInnerReduceAxis (8 ms) 2022-03-17T20:58:30.4816967Z [ RUN ] Reductions.ReductionCacheBodyAccess 2022-03-17T20:58:30.4842982Z [ OK ] Reductions.ReductionCacheBodyAccess (2 ms) 2022-03-17T20:58:30.4843952Z [ RUN ] Reductions.ReductionCacheConsumerAccess 2022-03-17T20:58:30.4875360Z [ OK ] Reductions.ReductionCacheConsumerAccess (3 ms) 2022-03-17T20:58:30.4876430Z [ RUN ] Reductions.ReductionSplitCacheConsumerAccess 2022-03-17T20:58:30.4912235Z [ OK ] Reductions.ReductionSplitCacheConsumerAccess (3 ms) 2022-03-17T20:58:30.4913337Z [ RUN ] Reductions.ReductionReorderCacheConsumerAccess 2022-03-17T20:58:30.4945197Z [ OK ] Reductions.ReductionReorderCacheConsumerAccess (3 ms) 2022-03-17T20:58:30.4946283Z [ RUN ] Reductions.ReductionRfactorCacheTempOuter 2022-03-17T20:58:30.5292122Z [ OK ] Reductions.ReductionRfactorCacheTempOuter (34 ms) 2022-03-17T20:58:30.5293159Z [ RUN ] Reductions.ReductionRfactorCacheTempInner 2022-03-17T20:58:30.5580234Z [ OK ] Reductions.ReductionRfactorCacheTempInner (28 ms) 2022-03-17T20:58:30.5581193Z [ RUN ] Reductions.ReductionVectorize 2022-03-17T20:58:30.5603963Z [ OK ] Reductions.ReductionVectorize (2 ms) 2022-03-17T20:58:30.5604835Z [ RUN ] Reductions.ReductionVectorizeInner 2022-03-17T20:58:30.5605726Z [ OK ] Reductions.ReductionVectorizeInner (0 ms) 2022-03-17T20:58:30.5606611Z [ RUN ] Reductions.ReductionVectorizeRfactor 2022-03-17T20:58:30.5631952Z [ OK ] Reductions.ReductionVectorizeRfactor (2 ms) 2022-03-17T20:58:30.5632803Z [ RUN ] Reductions.InitFunction 2022-03-17T20:58:30.5634677Z [ OK ] Reductions.InitFunction (0 ms) 2022-03-17T20:58:30.5635521Z [----------] 45 tests from Reductions (2545 ms total) 2022-03-17T20:58:30.5635924Z 2022-03-17T20:58:30.5636309Z [----------] 69 tests from Registerizer 2022-03-17T20:58:30.5637033Z [ RUN ] Registerizer.RegisterizerSimple 2022-03-17T20:58:30.5640517Z [ OK ] Registerizer.RegisterizerSimple (0 ms) 2022-03-17T20:58:30.5641685Z [ RUN ] Registerizer.RegisterizerLoop 2022-03-17T20:58:30.5643817Z [ OK ] Registerizer.RegisterizerLoop (0 ms) 2022-03-17T20:58:30.5644748Z [ RUN ] Registerizer.RegisterizerLoopFixedLoad 2022-03-17T20:58:30.5648792Z [ OK ] Registerizer.RegisterizerLoopFixedLoad (0 ms) 2022-03-17T20:58:30.5649759Z [ RUN ] Registerizer.RegisterizerLoopInternal 2022-03-17T20:58:30.5652504Z [ OK ] Registerizer.RegisterizerLoopInternal (0 ms) 2022-03-17T20:58:30.5653723Z [ RUN ] Registerizer.RegisterizerLoopInternalLoadOverlap 2022-03-17T20:58:30.5659024Z [ OK ] Registerizer.RegisterizerLoopInternalLoadOverlap (0 ms) 2022-03-17T20:58:30.5660130Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeated 2022-03-17T20:58:30.5667763Z [ OK ] Registerizer.RegisterizerLoopInternalRepeated (0 ms) 2022-03-17T20:58:30.5668981Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeatedOverlapLoopVar 2022-03-17T20:58:30.5676839Z [ OK ] Registerizer.RegisterizerLoopInternalRepeatedOverlapLoopVar (0 ms) 2022-03-17T20:58:30.5678165Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeatedOverlapOther 2022-03-17T20:58:30.5686139Z [ OK ] Registerizer.RegisterizerLoopInternalRepeatedOverlapOther (0 ms) 2022-03-17T20:58:30.5687474Z [ RUN ] Registerizer.RegisterizerMultiVar 2022-03-17T20:58:30.5692894Z [ OK ] Registerizer.RegisterizerMultiVar (0 ms) 2022-03-17T20:58:30.5693856Z [ RUN ] Registerizer.RegisterizerVariableLoad 2022-03-17T20:58:30.5698392Z [ OK ] Registerizer.RegisterizerVariableLoad (0 ms) 2022-03-17T20:58:30.5699371Z [ RUN ] Registerizer.RegisterizerSymbolicIndices 2022-03-17T20:58:30.5702115Z [ OK ] Registerizer.RegisterizerSymbolicIndices (0 ms) 2022-03-17T20:58:30.5703079Z [ RUN ] Registerizer.RegisterizerMultiLoop 2022-03-17T20:58:30.5709072Z [ OK ] Registerizer.RegisterizerMultiLoop (0 ms) 2022-03-17T20:58:30.5709973Z [ RUN ] Registerizer.RegisterizerRepeated 2022-03-17T20:58:30.5716569Z [ OK ] Registerizer.RegisterizerRepeated (0 ms) 2022-03-17T20:58:30.5717491Z [ RUN ] Registerizer.RegisterizerNoLoads 2022-03-17T20:58:30.5719114Z [ OK ] Registerizer.RegisterizerNoLoads (0 ms) 2022-03-17T20:58:30.5720134Z [ RUN ] Registerizer.RegisterizerNoRepeatedStores 2022-03-17T20:58:30.5724581Z [ OK ] Registerizer.RegisterizerNoRepeatedStores (0 ms) 2022-03-17T20:58:30.5725615Z [ RUN ] Registerizer.RegisterizerMultiVarOverlap 2022-03-17T20:58:30.5733280Z [ OK ] Registerizer.RegisterizerMultiVarOverlap (0 ms) 2022-03-17T20:58:30.5734214Z [ RUN ] Registerizer.RegisterizerAllocs 2022-03-17T20:58:30.5740498Z [ OK ] Registerizer.RegisterizerAllocs (0 ms) 2022-03-17T20:58:30.5741422Z [ RUN ] Registerizer.RegisterizerNoInitializer 2022-03-17T20:58:30.5742728Z [ OK ] Registerizer.RegisterizerNoInitializer (0 ms) 2022-03-17T20:58:30.5743743Z [ RUN ] Registerizer.RegisterizerNoInitializerLoopVar 2022-03-17T20:58:30.5747487Z [ OK ] Registerizer.RegisterizerNoInitializerLoopVar (0 ms) 2022-03-17T20:58:30.5748524Z [ RUN ] Registerizer.RegisterizerLoadThenStore 2022-03-17T20:58:30.5752482Z [ OK ] Registerizer.RegisterizerLoadThenStore (0 ms) 2022-03-17T20:58:30.5753447Z [ RUN ] Registerizer.RegisterizerParallelized 2022-03-17T20:58:30.5755003Z [ OK ] Registerizer.RegisterizerParallelized (0 ms) 2022-03-17T20:58:30.5755980Z [ RUN ] Registerizer.RegisterizerConditionAfter 2022-03-17T20:58:30.5760105Z [ OK ] Registerizer.RegisterizerConditionAfter (0 ms) 2022-03-17T20:58:30.5761069Z [ RUN ] Registerizer.RegisterizerConditionBefore 2022-03-17T20:58:30.5763821Z [ OK ] Registerizer.RegisterizerConditionBefore (0 ms) 2022-03-17T20:58:30.5764833Z [ RUN ] Registerizer.RegisterizerConditionInside 2022-03-17T20:58:30.5770538Z [ OK ] Registerizer.RegisterizerConditionInside (0 ms) 2022-03-17T20:58:30.5771613Z [ RUN ] Registerizer.RegisterizerConditionInsideOverlap1 2022-03-17T20:58:30.5777333Z [ OK ] Registerizer.RegisterizerConditionInsideOverlap1 (0 ms) 2022-03-17T20:58:30.5778663Z [ RUN ] Registerizer.RegisterizerConditionInsideOverlap2 2022-03-17T20:58:30.5785695Z [ OK ] Registerizer.RegisterizerConditionInsideOverlap2 (0 ms) 2022-03-17T20:58:30.5786787Z [ RUN ] Registerizer.RegisterizerConditionHidden 2022-03-17T20:58:30.5788091Z [ OK ] Registerizer.RegisterizerConditionHidden (0 ms) 2022-03-17T20:58:30.5789086Z [ RUN ] Registerizer.RegisterizerConditionUnhidden 2022-03-17T20:58:30.5794146Z [ OK ] Registerizer.RegisterizerConditionUnhidden (0 ms) 2022-03-17T20:58:30.5795117Z [ RUN ] Registerizer.RegisterizerCondCondition 2022-03-17T20:58:30.5797921Z [ OK ] Registerizer.RegisterizerCondCondition (0 ms) 2022-03-17T20:58:30.5799176Z [ RUN ] Registerizer.RegisterizerCondConditionUnhidden 2022-03-17T20:58:30.5803743Z [ OK ] Registerizer.RegisterizerCondConditionUnhidden (0 ms) 2022-03-17T20:58:30.5804813Z [ RUN ] Registerizer.RegisterizerIfThenElseHidden 2022-03-17T20:58:30.5811788Z [ OK ] Registerizer.RegisterizerIfThenElseHidden (0 ms) 2022-03-17T20:58:30.5812815Z [ RUN ] Registerizer.RegisterizerIfThenElseUnhidden 2022-03-17T20:58:30.5820122Z [ OK ] Registerizer.RegisterizerIfThenElseUnhidden (0 ms) 2022-03-17T20:58:30.5821138Z [ RUN ] Registerizer.RegisterizerIfThenElseNested 2022-03-17T20:58:30.5822533Z [ OK ] Registerizer.RegisterizerIfThenElseNested (0 ms) 2022-03-17T20:58:30.5823538Z [ RUN ] Registerizer.RegisterizerIfThenElseInternal 2022-03-17T20:58:30.5829332Z [ OK ] Registerizer.RegisterizerIfThenElseInternal (0 ms) 2022-03-17T20:58:30.5830396Z [ RUN ] Registerizer.RegisterizerIfThenElseCondition 2022-03-17T20:58:30.5831475Z [ OK ] Registerizer.RegisterizerIfThenElseCondition (0 ms) 2022-03-17T20:58:30.5832559Z [ RUN ] Registerizer.RegisterizerIfThenElseConditionUnhidden 2022-03-17T20:58:30.5836632Z [ OK ] Registerizer.RegisterizerIfThenElseConditionUnhidden (0 ms) 2022-03-17T20:58:30.5837761Z [ RUN ] Registerizer.RegisterizerConditionBranchOnly 2022-03-17T20:58:30.5852389Z [ OK ] Registerizer.RegisterizerConditionBranchOnly (1 ms) 2022-03-17T20:58:30.5853402Z [ RUN ] Registerizer.RegisterizerCondIfThenElse 2022-03-17T20:58:30.5855453Z [ OK ] Registerizer.RegisterizerCondIfThenElse (0 ms) 2022-03-17T20:58:30.5856449Z [ RUN ] Registerizer.RegisterizerIfThenElseLoop 2022-03-17T20:58:30.5859908Z [ OK ] Registerizer.RegisterizerIfThenElseLoop (0 ms) 2022-03-17T20:58:30.5860901Z [ RUN ] Registerizer.RegisterizerIfThenElseLoopCut 2022-03-17T20:58:30.5864886Z [ OK ] Registerizer.RegisterizerIfThenElseLoopCut (0 ms) 2022-03-17T20:58:30.5865908Z [ RUN ] Registerizer.RegisterizerPartialAfter 2022-03-17T20:58:30.5872242Z [ OK ] Registerizer.RegisterizerPartialAfter (0 ms) 2022-03-17T20:58:30.5873232Z [ RUN ] Registerizer.RegisterizerPartialBefore 2022-03-17T20:58:30.5878794Z [ OK ] Registerizer.RegisterizerPartialBefore (0 ms) 2022-03-17T20:58:30.5879811Z [ RUN ] Registerizer.RegisterizerPartialInside 2022-03-17T20:58:30.5887503Z [ OK ] Registerizer.RegisterizerPartialInside (0 ms) 2022-03-17T20:58:30.5888503Z [ RUN ] Registerizer.RegisterizerPartialCondition 2022-03-17T20:58:30.5896496Z [ OK ] Registerizer.RegisterizerPartialCondition (0 ms) 2022-03-17T20:58:30.5897616Z [ RUN ] Registerizer.RegisterizerPartialConditionInternalCut 2022-03-17T20:58:30.5899338Z [ OK ] Registerizer.RegisterizerPartialConditionInternalCut (0 ms) 2022-03-17T20:58:30.5900528Z [ RUN ] Registerizer.RegisterizerPartialConditionInternalStart 2022-03-17T20:58:30.5903734Z [ OK ] Registerizer.RegisterizerPartialConditionInternalStart (0 ms) 2022-03-17T20:58:30.5904891Z [ RUN ] Registerizer.RegisterizerPartialOverlapsTwo 2022-03-17T20:58:30.5911245Z [ OK ] Registerizer.RegisterizerPartialOverlapsTwo (0 ms) 2022-03-17T20:58:30.5912215Z [ RUN ] Registerizer.RegisterizerNestedBlocks 2022-03-17T20:58:30.5915346Z [ OK ] Registerizer.RegisterizerNestedBlocks (0 ms) 2022-03-17T20:58:30.5916342Z [ RUN ] Registerizer.RegisterizerNestedConditions 2022-03-17T20:58:30.5920168Z [ OK ] Registerizer.RegisterizerNestedConditions (0 ms) 2022-03-17T20:58:30.5921248Z [ RUN ] Registerizer.RegisterizerNestedConditionsUnhidden 2022-03-17T20:58:30.5925844Z [ OK ] Registerizer.RegisterizerNestedConditionsUnhidden (0 ms) 2022-03-17T20:58:30.5927207Z [ RUN ] Registerizer.RegisterizerNestedConditionsHiddenFirst 2022-03-17T20:58:30.5933040Z [ OK ] Registerizer.RegisterizerNestedConditionsHiddenFirst (0 ms) 2022-03-17T20:58:30.5934247Z [ RUN ] Registerizer.RegisterizerNestedConditionsHiddenSecond 2022-03-17T20:58:30.5939665Z [ OK ] Registerizer.RegisterizerNestedConditionsHiddenSecond (0 ms) 2022-03-17T20:58:30.5940784Z [ RUN ] Registerizer.RegisterizerNestedConditionsCut 2022-03-17T20:58:30.5942853Z [ OK ] Registerizer.RegisterizerNestedConditionsCut (0 ms) 2022-03-17T20:58:30.5943981Z [ RUN ] Registerizer.RegisterizerNestedConditionLoopHidden 2022-03-17T20:58:30.5949443Z [ OK ] Registerizer.RegisterizerNestedConditionLoopHidden (0 ms) 2022-03-17T20:58:30.5950588Z [ RUN ] Registerizer.RegisterizerNestedConditionThreeDeep 2022-03-17T20:58:30.5961139Z [ OK ] Registerizer.RegisterizerNestedConditionThreeDeep (1 ms) 2022-03-17T20:58:30.5962537Z [ RUN ] Registerizer.RegisterizerNestedLoopSimple 2022-03-17T20:58:30.5964663Z [ OK ] Registerizer.RegisterizerNestedLoopSimple (0 ms) 2022-03-17T20:58:30.5965679Z [ RUN ] Registerizer.RegisterizerHiddenAccessYes 2022-03-17T20:58:30.5971931Z [ OK ] Registerizer.RegisterizerHiddenAccessYes (0 ms) 2022-03-17T20:58:30.5972911Z [ RUN ] Registerizer.RegisterizerHiddenAccessNo 2022-03-17T20:58:30.5977447Z [ OK ] Registerizer.RegisterizerHiddenAccessNo (0 ms) 2022-03-17T20:58:30.5978486Z [ RUN ] Registerizer.RegisterizerHiddenAccessMultiLoop 2022-03-17T20:58:30.5985057Z [ OK ] Registerizer.RegisterizerHiddenAccessMultiLoop (0 ms) 2022-03-17T20:58:30.5986161Z [ RUN ] Registerizer.RegisterizerTwoConditionalLoops 2022-03-17T20:58:30.5990854Z [ OK ] Registerizer.RegisterizerTwoConditionalLoops (0 ms) 2022-03-17T20:58:30.5991968Z [ RUN ] Registerizer.RegisterizerTwoConditionalLoopsCut 2022-03-17T20:58:30.5997780Z [ OK ] Registerizer.RegisterizerTwoConditionalLoopsCut (0 ms) 2022-03-17T20:58:30.5998775Z [ RUN ] Registerizer.RegisterizerLoopLetVar 2022-03-17T20:58:30.6000794Z [ OK ] Registerizer.RegisterizerLoopLetVar (0 ms) 2022-03-17T20:58:30.6002091Z [ RUN ] Registerizer.RegisterizerLoopLetVarOuter 2022-03-17T20:58:30.6005430Z [ OK ] Registerizer.RegisterizerLoopLetVarOuter (0 ms) 2022-03-17T20:58:30.6006373Z [ RUN ] Registerizer.RegisterizerMultiDim 2022-03-17T20:58:30.6010167Z [ OK ] Registerizer.RegisterizerMultiDim (0 ms) 2022-03-17T20:58:30.6011138Z [ RUN ] Registerizer.RegisterizerMultiDimPartial 2022-03-17T20:58:30.6016724Z [ OK ] Registerizer.RegisterizerMultiDimPartial (0 ms) 2022-03-17T20:58:30.6017738Z [ RUN ] Registerizer.RegisterizerMultiDimOverlap 2022-03-17T20:58:30.6023521Z [ OK ] Registerizer.RegisterizerMultiDimOverlap (0 ms) 2022-03-17T20:58:30.6024782Z [ RUN ] Registerizer.RegisterizerMultiDimPartialOverlap 2022-03-17T20:58:30.6030395Z [ OK ] Registerizer.RegisterizerMultiDimPartialOverlap (0 ms) 2022-03-17T20:58:30.6031512Z [ RUN ] Registerizer.RegisterizerMultiDim3DReduction1 2022-03-17T20:58:30.6037560Z [ OK ] Registerizer.RegisterizerMultiDim3DReduction1 (0 ms) 2022-03-17T20:58:30.6038674Z [ RUN ] Registerizer.RegisterizerMultiDim3DReduction2 2022-03-17T20:58:30.6045673Z [ OK ] Registerizer.RegisterizerMultiDim3DReduction2 (0 ms) 2022-03-17T20:58:30.6046651Z [----------] 69 tests from Registerizer (40 ms total) 2022-03-17T20:58:30.6047066Z 2022-03-17T20:58:30.6047446Z [----------] 88 tests from Simplify 2022-03-17T20:58:30.6048395Z [ RUN ] Simplify.ConstantFoldSimple 2022-03-17T20:58:30.6049180Z [ OK ] Simplify.ConstantFoldSimple (0 ms) 2022-03-17T20:58:30.6049991Z [ RUN ] Simplify.ConstantFoldTwoLayer 2022-03-17T20:58:30.6050806Z [ OK ] Simplify.ConstantFoldTwoLayer (0 ms) 2022-03-17T20:58:30.6051599Z [ RUN ] Simplify.ConstantFoldShifts 2022-03-17T20:58:30.6052427Z [ OK ] Simplify.ConstantFoldShifts (0 ms) 2022-03-17T20:58:30.6053198Z [ RUN ] Simplify.ConstantFoldBitwise 2022-03-17T20:58:30.6054016Z [ OK ] Simplify.ConstantFoldBitwise (0 ms) 2022-03-17T20:58:30.6054801Z [ RUN ] Simplify.ConstantFoldMultiOp 2022-03-17T20:58:30.6055602Z [ OK ] Simplify.ConstantFoldMultiOp (0 ms) 2022-03-17T20:58:30.6056384Z [ RUN ] Simplify.ConstantFoldMinMax 2022-03-17T20:58:30.6057197Z [ OK ] Simplify.ConstantFoldMinMax (0 ms) 2022-03-17T20:58:30.6058020Z [ RUN ] Simplify.ConstantFoldIntrinsics 2022-03-17T20:58:30.6058904Z [ OK ] Simplify.ConstantFoldIntrinsics (0 ms) 2022-03-17T20:58:30.6059729Z [ RUN ] Simplify.ConstantFoldCastToBool 2022-03-17T20:58:30.6060570Z [ OK ] Simplify.ConstantFoldCastToBool (0 ms) 2022-03-17T20:58:30.6061390Z [ RUN ] Simplify.ConstantFoldWithVar 2022-03-17T20:58:30.6062199Z [ OK ] Simplify.ConstantFoldWithVar (0 ms) 2022-03-17T20:58:30.6063032Z [ RUN ] Simplify.ConditionalSelectFoldSimple 2022-03-17T20:58:30.6063930Z [ OK ] Simplify.ConditionalSelectFoldSimple (0 ms) 2022-03-17T20:58:30.6064812Z [ RUN ] Simplify.ConditionalSelectFoldTwoLayer 2022-03-17T20:58:30.6065794Z [ OK ] Simplify.ConditionalSelectFoldTwoLayer (0 ms) 2022-03-17T20:58:30.6066721Z [ RUN ] Simplify.ConditionalSelectFoldWithVar 2022-03-17T20:58:30.6067641Z [ OK ] Simplify.ConditionalSelectFoldWithVar (0 ms) 2022-03-17T20:58:30.6068478Z [ RUN ] Simplify.UnFoldableExpr 2022-03-17T20:58:30.6069211Z [ OK ] Simplify.UnFoldableExpr (0 ms) 2022-03-17T20:58:30.6069950Z [ RUN ] Simplify.HashSimple 2022-03-17T20:58:30.6070680Z [ OK ] Simplify.HashSimple (0 ms) 2022-03-17T20:58:30.6071390Z [ RUN ] Simplify.HashEquivalence 2022-03-17T20:58:30.6072155Z [ OK ] Simplify.HashEquivalence (0 ms) 2022-03-17T20:58:30.6072913Z [ RUN ] Simplify.HashEquivalenceRand 2022-03-17T20:58:30.6073741Z [ OK ] Simplify.HashEquivalenceRand (0 ms) 2022-03-17T20:58:30.6074566Z [ RUN ] Simplify.HashEquivalenceAfterFolding 2022-03-17T20:58:30.6075552Z [ OK ] Simplify.HashEquivalenceAfterFolding (0 ms) 2022-03-17T20:58:30.6076445Z [ RUN ] Simplify.HashDifferenceTypes 2022-03-17T20:58:30.6077257Z [ OK ] Simplify.HashDifferenceTypes (0 ms) 2022-03-17T20:58:30.6078102Z [ RUN ] Simplify.HashLargeExpression 2022-03-17T20:58:30.6078931Z [ OK ] Simplify.HashLargeExpression (0 ms) 2022-03-17T20:58:30.6079763Z [ RUN ] Simplify.HashForLoopOptions 2022-03-17T20:58:30.6080789Z [ OK ] Simplify.HashForLoopOptions (0 ms) 2022-03-17T20:58:30.6082311Z [ RUN ] Simplify.SimplifyAdd 2022-03-17T20:58:30.6082844Z [ OK ] Simplify.SimplifyAdd (0 ms) 2022-03-17T20:58:30.6083207Z [ RUN ] Simplify.SimplifySub 2022-03-17T20:58:30.6083584Z [ OK ] Simplify.SimplifySub (0 ms) 2022-03-17T20:58:30.6083978Z [ RUN ] Simplify.SimplifyMultiLayer 2022-03-17T20:58:30.6084381Z [ OK ] Simplify.SimplifyMultiLayer (0 ms) 2022-03-17T20:58:30.6084789Z [ RUN ] Simplify.SimplifyMultiTerm 2022-03-17T20:58:30.6085186Z [ OK ] Simplify.SimplifyMultiTerm (0 ms) 2022-03-17T20:58:30.6085906Z [ RUN ] Simplify.SimplifyCasts 2022-03-17T20:58:30.6086597Z [ OK ] Simplify.SimplifyCasts (0 ms) 2022-03-17T20:58:30.6086998Z [ RUN ] Simplify.SimplifyEliminatesNoOps 2022-03-17T20:58:30.6087448Z [ OK ] Simplify.SimplifyEliminatesNoOps (0 ms) 2022-03-17T20:58:30.6087875Z [ RUN ] Simplify.SimplifyMultiVar 2022-03-17T20:58:30.6088281Z [ OK ] Simplify.SimplifyMultiVar (0 ms) 2022-03-17T20:58:30.6088679Z [ RUN ] Simplify.SimplifyEliminatesVar 2022-03-17T20:58:30.6089114Z [ OK ] Simplify.SimplifyEliminatesVar (0 ms) 2022-03-17T20:58:30.6089496Z [ RUN ] Simplify.SimplifyAdds 2022-03-17T20:58:30.6089877Z [ OK ] Simplify.SimplifyAdds (0 ms) 2022-03-17T20:58:30.6090250Z [ RUN ] Simplify.SimplifyMuls 2022-03-17T20:58:30.6093443Z [ OK ] Simplify.SimplifyMuls (0 ms) 2022-03-17T20:58:30.6093850Z [ RUN ] Simplify.SimplifySubs 2022-03-17T20:58:30.6104721Z [ OK ] Simplify.SimplifySubs (1 ms) 2022-03-17T20:58:30.6105142Z [ RUN ] Simplify.SimplifyDiv 2022-03-17T20:58:30.6105569Z [ OK ] Simplify.SimplifyDiv (0 ms) 2022-03-17T20:58:30.6106325Z [ RUN ] Simplify.SimplifyDivWithLoopContext0 2022-03-17T20:58:30.6106830Z [ OK ] Simplify.SimplifyDivWithLoopContext0 (0 ms) 2022-03-17T20:58:30.6107283Z [ RUN ] Simplify.SimplifyDivWithLoopContext1 2022-03-17T20:58:30.6108773Z [ OK ] Simplify.SimplifyDivWithLoopContext1 (0 ms) 2022-03-17T20:58:30.6109260Z [ RUN ] Simplify.SimplifyDivWithLoopContext2 2022-03-17T20:58:30.6110836Z [ OK ] Simplify.SimplifyDivWithLoopContext2 (0 ms) 2022-03-17T20:58:30.6111641Z [ RUN ] Simplify.SimplifyDivWithLoopContext3 2022-03-17T20:58:30.6112121Z [ OK ] Simplify.SimplifyDivWithLoopContext3 (0 ms) 2022-03-17T20:58:30.6112589Z [ RUN ] Simplify.SimplifyDivWithLoopContext4 2022-03-17T20:58:30.6115120Z [ OK ] Simplify.SimplifyDivWithLoopContext4 (0 ms) 2022-03-17T20:58:30.6115603Z [ RUN ] Simplify.SimplifyDivWithLoopContext5 2022-03-17T20:58:30.6118249Z [ OK ] Simplify.SimplifyDivWithLoopContext5 (0 ms) 2022-03-17T20:58:30.6118751Z [ RUN ] Simplify.SimplifyDivWithLoopContext6 2022-03-17T20:58:30.6122182Z [ OK ] Simplify.SimplifyDivWithLoopContext6 (0 ms) 2022-03-17T20:58:30.6122684Z [ RUN ] Simplify.SimplifyDivWithLoopContext7 2022-03-17T20:58:30.6123623Z [ OK ] Simplify.SimplifyDivWithLoopContext7 (0 ms) 2022-03-17T20:58:30.6124156Z [ RUN ] Simplify.SimplifyModWithLoopContext0 2022-03-17T20:58:30.6125160Z [ OK ] Simplify.SimplifyModWithLoopContext0 (0 ms) 2022-03-17T20:58:30.6125687Z [ RUN ] Simplify.SimplifyModWithLoopContext1 2022-03-17T20:58:30.6126785Z [ OK ] Simplify.SimplifyModWithLoopContext1 (0 ms) 2022-03-17T20:58:30.6127261Z [ RUN ] Simplify.SimplifyModWithLoopContext2 2022-03-17T20:58:30.6129513Z [ OK ] Simplify.SimplifyModWithLoopContext2 (0 ms) 2022-03-17T20:58:30.6130237Z [ RUN ] Simplify.SimplifyModWithLoopContext3 2022-03-17T20:58:30.6130747Z [ OK ] Simplify.SimplifyModWithLoopContext3 (0 ms) 2022-03-17T20:58:30.6131220Z [ RUN ] Simplify.SimplifyModWithLoopContext4 2022-03-17T20:58:30.6133428Z [ OK ] Simplify.SimplifyModWithLoopContext4 (0 ms) 2022-03-17T20:58:30.6133921Z [ RUN ] Simplify.SimplifyModWithLoopContext5 2022-03-17T20:58:30.6136527Z [ OK ] Simplify.SimplifyModWithLoopContext5 (0 ms) 2022-03-17T20:58:30.6137021Z [ RUN ] Simplify.SimplifyModWithLoopContext6 2022-03-17T20:58:30.6140371Z [ OK ] Simplify.SimplifyModWithLoopContext6 (0 ms) 2022-03-17T20:58:30.6140856Z [ RUN ] Simplify.SimplifyModWithLoopContext7 2022-03-17T20:58:30.6141970Z [ OK ] Simplify.SimplifyModWithLoopContext7 (0 ms) 2022-03-17T20:58:30.6142399Z [ RUN ] Simplify.SimplifyMod 2022-03-17T20:58:30.6146176Z [ OK ] Simplify.SimplifyMod (0 ms) 2022-03-17T20:58:30.6146585Z [ RUN ] Simplify.SimplifyMultiOp 2022-03-17T20:58:30.6149962Z [ OK ] Simplify.SimplifyMultiOp (0 ms) 2022-03-17T20:58:30.6150373Z [ RUN ] Simplify.SimplifyManyOps 2022-03-17T20:58:30.6155632Z [ OK ] Simplify.SimplifyManyOps (0 ms) 2022-03-17T20:58:30.6156046Z [ RUN ] Simplify.SimplifyFactorization 2022-03-17T20:58:30.6163718Z [ OK ] Simplify.SimplifyFactorization (0 ms) 2022-03-17T20:58:30.6164171Z [ RUN ] Simplify.SimplifyFactorizeUneven 2022-03-17T20:58:30.6166017Z [ OK ] Simplify.SimplifyFactorizeUneven (0 ms) 2022-03-17T20:58:30.6166458Z [ RUN ] Simplify.SimplifyDeeperTerms 2022-03-17T20:58:30.6167767Z [ OK ] Simplify.SimplifyDeeperTerms (0 ms) 2022-03-17T20:58:30.6168430Z [ RUN ] Simplify.SimplifyDeeperDifference 2022-03-17T20:58:30.6169209Z [ OK ] Simplify.SimplifyDeeperDifference (0 ms) 2022-03-17T20:58:30.6169676Z [ RUN ] Simplify.SimplifyFoldComplexDifference 2022-03-17T20:58:30.6171640Z [ OK ] Simplify.SimplifyFoldComplexDifference (0 ms) 2022-03-17T20:58:30.6172096Z [ RUN ] Simplify.SimplifyIfComponents 2022-03-17T20:58:30.6172531Z [ OK ] Simplify.SimplifyIfComponents (0 ms) 2022-03-17T20:58:30.6173089Z [ RUN ] Simplify.SimplifyOpaqueTerms 2022-03-17T20:58:30.6173948Z [ OK ] Simplify.SimplifyOpaqueTerms (0 ms) 2022-03-17T20:58:30.6174379Z [ RUN ] Simplify.SimplifySymbolicMinMax 2022-03-17T20:58:30.6176550Z [ OK ] Simplify.SimplifySymbolicMinMax (0 ms) 2022-03-17T20:58:30.6176995Z [ RUN ] Simplify.SimplifyNestedMax 2022-03-17T20:58:30.6199099Z [ OK ] Simplify.SimplifyNestedMax (2 ms) 2022-03-17T20:58:30.6199497Z [ RUN ] Simplify.SimplifyNestedMin 2022-03-17T20:58:30.6221927Z [ OK ] Simplify.SimplifyNestedMin (2 ms) 2022-03-17T20:58:30.6222379Z [ RUN ] Simplify.SimplifyWontReorderFloat 2022-03-17T20:58:30.6225516Z [ OK ] Simplify.SimplifyWontReorderFloat (0 ms) 2022-03-17T20:58:30.6225976Z [ RUN ] Simplify.SimplifyRoundModPattern 2022-03-17T20:58:30.6239885Z [ OK ] Simplify.SimplifyRoundModPattern (1 ms) 2022-03-17T20:58:30.6240406Z [ RUN ] Simplify.SimplifyRoundModPatternFactorization 2022-03-17T20:58:30.6247307Z [ OK ] Simplify.SimplifyRoundModPatternFactorization (0 ms) 2022-03-17T20:58:30.6247823Z [ RUN ] Simplify.SimplifyRoundModPatternMultivar 2022-03-17T20:58:30.6253654Z [ OK ] Simplify.SimplifyRoundModPatternMultivar (0 ms) 2022-03-17T20:58:30.6254163Z [ RUN ] Simplify.SimplifyModRoundModPattern 2022-03-17T20:58:30.6262111Z [ OK ] Simplify.SimplifyModRoundModPattern (0 ms) 2022-03-17T20:58:30.6262639Z [ RUN ] Simplify.SimplifyModRoundModPatternFactorization 2022-03-17T20:58:30.6275388Z [ OK ] Simplify.SimplifyModRoundModPatternFactorization (1 ms) 2022-03-17T20:58:30.6275955Z [ RUN ] Simplify.SimplifyModRoundModPatternMultivar 2022-03-17T20:58:30.6299902Z [ OK ] Simplify.SimplifyModRoundModPatternMultivar (2 ms) 2022-03-17T20:58:30.6300435Z [ RUN ] Simplify.SimplifyDivisionScalarFactorization 2022-03-17T20:58:30.6302189Z [ OK ] Simplify.SimplifyDivisionScalarFactorization (0 ms) 2022-03-17T20:58:30.6302696Z [ RUN ] Simplify.SimplifyConstantBranches 2022-03-17T20:58:30.6303140Z [ OK ] Simplify.SimplifyConstantBranches (0 ms) 2022-03-17T20:58:30.6303570Z [ RUN ] Simplify.SimplifyConstantCond 2022-03-17T20:58:30.6305166Z [ OK ] Simplify.SimplifyConstantCond (0 ms) 2022-03-17T20:58:30.6305625Z [ RUN ] Simplify.SimplifyEliminateEmptyCond 2022-03-17T20:58:30.6306111Z [ OK ] Simplify.SimplifyEliminateEmptyCond (0 ms) 2022-03-17T20:58:30.6306567Z [ RUN ] Simplify.SimplifyConstantComparisons 2022-03-17T20:58:30.6308939Z [ OK ] Simplify.SimplifyConstantComparisons (0 ms) 2022-03-17T20:58:30.6309428Z [ RUN ] Simplify.SimplifySymbolicComparisons 2022-03-17T20:58:30.6317469Z [ OK ] Simplify.SimplifySymbolicComparisons (0 ms) 2022-03-17T20:58:30.6317964Z [ RUN ] Simplify.SimplifyEliminateZeroLengthFor 2022-03-17T20:58:30.6319775Z [ OK ] Simplify.SimplifyEliminateZeroLengthFor (0 ms) 2022-03-17T20:58:30.6320246Z [ RUN ] Simplify.SimplifyOneLoopFor 2022-03-17T20:58:30.6321917Z [ OK ] Simplify.SimplifyOneLoopFor (0 ms) 2022-03-17T20:58:30.6322371Z [ RUN ] Simplify.SimplifyForWontLoseLoopOptions 2022-03-17T20:58:30.6322873Z [ OK ] Simplify.SimplifyForWontLoseLoopOptions (0 ms) 2022-03-17T20:58:30.6323317Z [ RUN ] Simplify.SimplifyMultilevelFor 2022-03-17T20:58:30.6324615Z [ OK ] Simplify.SimplifyMultilevelFor (0 ms) 2022-03-17T20:58:30.6325047Z [ RUN ] Simplify.SimplifyForCleansUp 2022-03-17T20:58:30.6328365Z [ OK ] Simplify.SimplifyForCleansUp (0 ms) 2022-03-17T20:58:30.6328826Z [ RUN ] Simplify.SimplifyEliminateEmptyFor 2022-03-17T20:58:30.6331055Z [ OK ] Simplify.SimplifyEliminateEmptyFor (0 ms) 2022-03-17T20:58:30.6331528Z [ RUN ] Simplify.SimplifyFlattenBlock 2022-03-17T20:58:30.6331967Z [ OK ] Simplify.SimplifyFlattenBlock (0 ms) 2022-03-17T20:58:30.6332426Z [ RUN ] Simplify.SimplifyEliminateZeroLengthAlloc 2022-03-17T20:58:30.6333568Z [ OK ] Simplify.SimplifyEliminateZeroLengthAlloc (0 ms) 2022-03-17T20:58:30.6334031Z [ RUN ] Simplify.DontSimplifyRand 2022-03-17T20:58:30.6334425Z [ OK ] Simplify.DontSimplifyRand (0 ms) 2022-03-17T20:58:30.6334848Z [ RUN ] Simplify.SimplifyReorderForCond 2022-03-17T20:58:30.6340782Z [ OK ] Simplify.SimplifyReorderForCond (0 ms) 2022-03-17T20:58:30.6341239Z [ RUN ] Simplify.SimplifyFuseConditions 2022-03-17T20:58:30.6350064Z [ OK ] Simplify.SimplifyFuseConditions (0 ms) 2022-03-17T20:58:30.6350525Z [ RUN ] Simplify.SimplifySyncThreads 2022-03-17T20:58:30.6351265Z [ OK ] Simplify.SimplifySyncThreads (0 ms) 2022-03-17T20:58:30.6351715Z [ RUN ] Simplify.SimplifyRampSubBroadcast 2022-03-17T20:58:30.6352161Z [ OK ] Simplify.SimplifyRampSubBroadcast (0 ms) 2022-03-17T20:58:30.6352631Z [ RUN ] Simplify.SimplifyBroadcastTermExpander 2022-03-17T20:58:30.6353383Z [ OK ] Simplify.SimplifyBroadcastTermExpander (0 ms) 2022-03-17T20:58:30.6353885Z [----------] 88 tests from Simplify (30 ms total) 2022-03-17T20:58:30.6354094Z 2022-03-17T20:58:30.6354300Z [----------] 12 tests from TEFuserPass 2022-03-17T20:58:30.6354829Z [ RUN ] TEFuserPass.FuserPass_1 2022-03-17T20:58:30.6422543Z [ OK ] TEFuserPass.FuserPass_1 (6 ms) 2022-03-17T20:58:30.6422934Z [ RUN ] TEFuserPass.FuserPass_2 2022-03-17T20:58:30.6427708Z [ OK ] TEFuserPass.FuserPass_2 (0 ms) 2022-03-17T20:58:30.6428114Z [ RUN ] TEFuserPass.FuserPass_3 2022-03-17T20:58:30.6431824Z [ OK ] TEFuserPass.FuserPass_3 (0 ms) 2022-03-17T20:58:30.6432240Z [ RUN ] TEFuserPass.FuserPass_0DimInput 2022-03-17T20:58:30.6436572Z [ OK ] TEFuserPass.FuserPass_0DimInput (0 ms) 2022-03-17T20:58:30.6437130Z [ RUN ] TEFuserPass.FuserPass_UnfusibleDevice 2022-03-17T20:58:30.6438003Z [ OK ] TEFuserPass.FuserPass_UnfusibleDevice (0 ms) 2022-03-17T20:58:30.6438437Z [ RUN ] TEFuserPass.FuserPass_UnknownShapes 2022-03-17T20:58:30.6438880Z [ OK ] TEFuserPass.FuserPass_UnknownShapes (0 ms) 2022-03-17T20:58:30.6439323Z [ RUN ] TEFuserPass.FuserPass_Multidevice 2022-03-17T20:58:30.6450075Z [ OK ] TEFuserPass.FuserPass_Multidevice (1 ms) 2022-03-17T20:58:30.6450515Z [ RUN ] TEFuserPass.FuserPass_MergeGroups 2022-03-17T20:58:30.6454207Z [ OK ] TEFuserPass.FuserPass_MergeGroups (0 ms) 2022-03-17T20:58:30.6454841Z [ RUN ] TEFuserPass.FuserPass_IgnoreUnknownShapeAtStart 2022-03-17T20:58:30.6455863Z [ OK ] TEFuserPass.FuserPass_IgnoreUnknownShapeAtStart (0 ms) 2022-03-17T20:58:30.6456299Z [ RUN ] TEFuserPass.FuserPass_Where 2022-03-17T20:58:30.6460150Z [ OK ] TEFuserPass.FuserPass_Where (0 ms) 2022-03-17T20:58:30.6460576Z [ RUN ] TEFuserPass.FuserPass_WhereList 2022-03-17T20:58:30.6461801Z [ OK ] TEFuserPass.FuserPass_WhereList (0 ms) 2022-03-17T20:58:30.6462228Z [ RUN ] TEFuserPass.DynamicShapeFusion 2022-03-17T20:58:31.0484664Z [ OK ] TEFuserPass.DynamicShapeFusion (402 ms) 2022-03-17T20:58:31.0485360Z [----------] 12 tests from TEFuserPass (413 ms total) 2022-03-17T20:58:31.0485701Z 2022-03-17T20:58:31.0485904Z [----------] 3 tests from Type 2022-03-17T20:58:31.0486236Z [ RUN ] Type.Test01 2022-03-17T20:58:31.0486550Z [ OK ] Type.Test01 (0 ms) 2022-03-17T20:58:31.0486876Z [ RUN ] Type.BitCasting 2022-03-17T20:58:31.0487225Z [ OK ] Type.BitCasting (0 ms) 2022-03-17T20:58:31.0487568Z [ RUN ] Type.Propagation 2022-03-17T20:58:31.0487933Z [ OK ] Type.Propagation (0 ms) 2022-03-17T20:58:31.0488293Z [----------] 3 tests from Type (0 ms total) 2022-03-17T20:58:31.0488495Z 2022-03-17T20:58:31.0488677Z [----------] 26 tests from Cuda 2022-03-17T20:58:31.0488992Z [ RUN ] Cuda.Sigmoid_CUDA 2022-03-17T20:58:31.3771908Z [ OK ] Cuda.Sigmoid_CUDA (328 ms) 2022-03-17T20:58:31.3772361Z [ RUN ] Cuda.TestVectorAdd01_CUDA 2022-03-17T20:58:33.8950821Z [ OK ] Cuda.TestVectorAdd01_CUDA (2517 ms) 2022-03-17T20:58:33.8951254Z [ RUN ] Cuda.TestVectorAdd02_CUDA 2022-03-17T20:58:34.5195441Z [ OK ] Cuda.TestVectorAdd02_CUDA (624 ms) 2022-03-17T20:58:34.5195835Z [ RUN ] Cuda.HalfCast_CUDA 2022-03-17T20:58:34.8290927Z [ OK ] Cuda.HalfCast_CUDA (309 ms) 2022-03-17T20:58:34.8291340Z [ RUN ] Cuda.DynamicShape2D_CUDA 2022-03-17T20:58:35.8225868Z [ OK ] Cuda.DynamicShape2D_CUDA (993 ms) 2022-03-17T20:58:35.8226281Z [ RUN ] Cuda.TestRand01_CUDA 2022-03-17T20:58:36.1539121Z [ OK ] Cuda.TestRand01_CUDA (331 ms) 2022-03-17T20:58:36.1539589Z [ RUN ] Cuda.DynamicShapeSplit_CUDA 2022-03-17T20:58:36.4684944Z [ OK ] Cuda.DynamicShapeSplit_CUDA (314 ms) 2022-03-17T20:58:36.4685689Z [ RUN ] Cuda.OneBlockOneThreadGlobalReduce1_CUDA 2022-03-17T20:58:36.7891793Z [ OK ] Cuda.OneBlockOneThreadGlobalReduce1_CUDA (320 ms) 2022-03-17T20:58:36.7892448Z [ RUN ] Cuda.OneBlockMultiThreadGlobalReduce1_CUDA 2022-03-17T20:58:37.1002493Z [ OK ] Cuda.OneBlockMultiThreadGlobalReduce1_CUDA (311 ms) 2022-03-17T20:58:37.1002979Z [ RUN ] Cuda.NoThreadIdxWrite_1_CUDA 2022-03-17T20:58:37.4189832Z [ OK ] Cuda.NoThreadIdxWrite_1_CUDA (318 ms) 2022-03-17T20:58:37.4190360Z [ RUN ] Cuda.SharedMemReduce_1_CUDA 2022-03-17T20:58:37.7548940Z [ OK ] Cuda.SharedMemReduce_1_CUDA (335 ms) 2022-03-17T20:58:37.7549411Z [ RUN ] Cuda.LocalMemReduce_1_CUDA 2022-03-17T20:58:38.0892485Z [ OK ] Cuda.LocalMemReduce_1_CUDA (334 ms) 2022-03-17T20:58:38.0892912Z [ RUN ] Cuda.HalfSupport_CUDA 2022-03-17T20:58:38.4060263Z [ OK ] Cuda.HalfSupport_CUDA (316 ms) 2022-03-17T20:58:38.4060816Z [ RUN ] Cuda.HalfPropagation_CUDA 2022-03-17T20:58:38.7205925Z [ OK ] Cuda.HalfPropagation_CUDA (314 ms) 2022-03-17T20:58:38.7206399Z [ RUN ] Cuda.UnusedHalfArgument_CUDA 2022-03-17T20:58:39.0348295Z [ OK ] Cuda.UnusedHalfArgument_CUDA (314 ms) 2022-03-17T20:58:39.0349118Z [ RUN ] Cuda.PrioritizeDependents_CUDA 2022-03-17T20:58:39.3451006Z [ OK ] Cuda.PrioritizeDependents_CUDA (310 ms) 2022-03-17T20:58:39.3451704Z [ RUN ] Cuda.MaskBlockDim_CUDA 2022-03-17T20:58:39.6552503Z [ OK ] Cuda.MaskBlockDim_CUDA (310 ms) 2022-03-17T20:58:39.6553278Z [ RUN ] Cuda.MaskThreadDim_CUDA 2022-03-17T20:58:39.9669142Z [ OK ] Cuda.MaskThreadDim_CUDA (311 ms) 2022-03-17T20:58:39.9670028Z [ RUN ] Cuda.MaskMultiBlockDim_CUDA 2022-03-17T20:58:40.2784714Z [ OK ] Cuda.MaskMultiBlockDim_CUDA (311 ms) 2022-03-17T20:58:40.2785594Z [ RUN ] Cuda.MaskBlockAndThreadDim_CUDA 2022-03-17T20:58:40.5918744Z [ OK ] Cuda.MaskBlockAndThreadDim_CUDA (313 ms) 2022-03-17T20:58:40.5919571Z [ RUN ] Cuda.MaskMultiDim_CUDA 2022-03-17T20:58:40.9087974Z [ OK ] Cuda.MaskMultiDim_CUDA (316 ms) 2022-03-17T20:58:40.9088704Z [ RUN ] Cuda.MaskMultiDimSymbolic_CUDA 2022-03-17T20:58:41.2286051Z [ OK ] Cuda.MaskMultiDimSymbolic_CUDA (319 ms) 2022-03-17T20:58:41.2286753Z [ RUN ] Cuda.MaskCompoundInnerLoop_CUDA 2022-03-17T20:58:41.5430781Z [ OK ] Cuda.MaskCompoundInnerLoop_CUDA (314 ms) 2022-03-17T20:58:41.5431610Z [ RUN ] Cuda.MaskInnerLoopOneBlock_CUDA 2022-03-17T20:58:41.8768096Z [ OK ] Cuda.MaskInnerLoopOneBlock_CUDA (333 ms) 2022-03-17T20:58:41.8768917Z [ RUN ] Cuda.MaskMultiDimMultiAxis_CUDA 2022-03-17T20:58:42.1919661Z [ OK ] Cuda.MaskMultiDimMultiAxis_CUDA (315 ms) 2022-03-17T20:58:42.1920514Z [ RUN ] Cuda.MaskMultiDimMultiLevel_CUDA 2022-03-17T20:58:42.5089581Z [ OK ] Cuda.MaskMultiDimMultiLevel_CUDA (316 ms) 2022-03-17T20:58:42.5090558Z [----------] 26 tests from Cuda (11460 ms total) 2022-03-17T20:58:42.5090887Z 2022-03-17T20:58:42.5091090Z [----------] 150 tests from LLVM 2022-03-17T20:58:42.5091411Z [ RUN ] LLVM.ByteImmTest 2022-03-17T20:58:42.5326532Z [ OK ] LLVM.ByteImmTest (23 ms) 2022-03-17T20:58:42.5326873Z [ RUN ] LLVM.CharImmTest 2022-03-17T20:58:42.5559775Z [ OK ] LLVM.CharImmTest (23 ms) 2022-03-17T20:58:42.5560128Z [ RUN ] LLVM.ShortImmTest 2022-03-17T20:58:42.5793964Z [ OK ] LLVM.ShortImmTest (23 ms) 2022-03-17T20:58:42.5794330Z [ RUN ] LLVM.IntImmTest 2022-03-17T20:58:42.6027745Z [ OK ] LLVM.IntImmTest (23 ms) 2022-03-17T20:58:42.6028101Z [ RUN ] LLVM.LongImmTest 2022-03-17T20:58:42.6262718Z [ OK ] LLVM.LongImmTest (23 ms) 2022-03-17T20:58:42.6263088Z [ RUN ] LLVM.FloatImmTest 2022-03-17T20:58:42.6496959Z [ OK ] LLVM.FloatImmTest (23 ms) 2022-03-17T20:58:42.6497322Z [ RUN ] LLVM.DoubleImmTest 2022-03-17T20:58:42.6730895Z [ OK ] LLVM.DoubleImmTest (23 ms) 2022-03-17T20:58:42.6731255Z [ RUN ] LLVM.HalfImmTest 2022-03-17T20:58:42.6965988Z [ OK ] LLVM.HalfImmTest (23 ms) 2022-03-17T20:58:42.6966345Z [ RUN ] LLVM.ByteAddTest 2022-03-17T20:58:42.7199730Z [ OK ] LLVM.ByteAddTest (23 ms) 2022-03-17T20:58:42.7200253Z [ RUN ] LLVM.CharAddTest 2022-03-17T20:58:42.7432866Z [ OK ] LLVM.CharAddTest (23 ms) 2022-03-17T20:58:42.7433665Z [ RUN ] LLVM.ShortAddTest 2022-03-17T20:58:42.7666763Z [ OK ] LLVM.ShortAddTest (23 ms) 2022-03-17T20:58:42.7667276Z [ RUN ] LLVM.IntAddTest 2022-03-17T20:58:42.7901184Z [ OK ] LLVM.IntAddTest (23 ms) 2022-03-17T20:58:42.7901761Z [ RUN ] LLVM.LongAddTest 2022-03-17T20:58:42.8136019Z [ OK ] LLVM.LongAddTest (23 ms) 2022-03-17T20:58:42.8136628Z [ RUN ] LLVM.FloatAddTest 2022-03-17T20:58:42.8370522Z [ OK ] LLVM.FloatAddTest (23 ms) 2022-03-17T20:58:42.8371147Z [ RUN ] LLVM.DoubleAddTest 2022-03-17T20:58:42.8605409Z [ OK ] LLVM.DoubleAddTest (23 ms) 2022-03-17T20:58:42.8606006Z [ RUN ] LLVM.HalfAddTest 2022-03-17T20:58:42.8838826Z [ OK ] LLVM.HalfAddTest (23 ms) 2022-03-17T20:58:42.8839384Z [ RUN ] LLVM.ByteSubTest 2022-03-17T20:58:42.9072931Z [ OK ] LLVM.ByteSubTest (23 ms) 2022-03-17T20:58:42.9073515Z [ RUN ] LLVM.CharSubTest 2022-03-17T20:58:42.9305751Z [ OK ] LLVM.CharSubTest (23 ms) 2022-03-17T20:58:42.9306195Z [ RUN ] LLVM.ShortSubTest 2022-03-17T20:58:42.9540110Z [ OK ] LLVM.ShortSubTest (23 ms) 2022-03-17T20:58:42.9540471Z [ RUN ] LLVM.IntSubTest 2022-03-17T20:58:42.9774066Z [ OK ] LLVM.IntSubTest (23 ms) 2022-03-17T20:58:42.9774420Z [ RUN ] LLVM.LongSubTest 2022-03-17T20:58:43.0008056Z [ OK ] LLVM.LongSubTest (23 ms) 2022-03-17T20:58:43.0008433Z [ RUN ] LLVM.FloatSubTest 2022-03-17T20:58:43.0241750Z [ OK ] LLVM.FloatSubTest (23 ms) 2022-03-17T20:58:43.0242101Z [ RUN ] LLVM.DoubleSubTest 2022-03-17T20:58:43.0475820Z [ OK ] LLVM.DoubleSubTest (23 ms) 2022-03-17T20:58:43.0476165Z [ RUN ] LLVM.HalfSubTest 2022-03-17T20:58:43.0711123Z [ OK ] LLVM.HalfSubTest (23 ms) 2022-03-17T20:58:43.0711484Z [ RUN ] LLVM.ByteMulTest 2022-03-17T20:58:43.0944592Z [ OK ] LLVM.ByteMulTest (23 ms) 2022-03-17T20:58:43.0944945Z [ RUN ] LLVM.CharMulTest 2022-03-17T20:58:43.1178904Z [ OK ] LLVM.CharMulTest (23 ms) 2022-03-17T20:58:43.1179666Z [ RUN ] LLVM.ShortMulTest 2022-03-17T20:58:43.1412475Z [ OK ] LLVM.ShortMulTest (23 ms) 2022-03-17T20:58:43.1413218Z [ RUN ] LLVM.IntMulTest 2022-03-17T20:58:43.1647319Z [ OK ] LLVM.IntMulTest (23 ms) 2022-03-17T20:58:43.1648075Z [ RUN ] LLVM.LongMulTest 2022-03-17T20:58:43.1881652Z [ OK ] LLVM.LongMulTest (23 ms) 2022-03-17T20:58:43.1882810Z [ RUN ] LLVM.FloatMulTest 2022-03-17T20:58:43.2116424Z [ OK ] LLVM.FloatMulTest (23 ms) 2022-03-17T20:58:43.2117232Z [ RUN ] LLVM.DoubleMulTest 2022-03-17T20:58:43.2351321Z [ OK ] LLVM.DoubleMulTest (23 ms) 2022-03-17T20:58:43.2352093Z [ RUN ] LLVM.HalfMulTest 2022-03-17T20:58:43.2587288Z [ OK ] LLVM.HalfMulTest (23 ms) 2022-03-17T20:58:43.2588011Z [ RUN ] LLVM.ByteDivTest 2022-03-17T20:58:43.2821833Z [ OK ] LLVM.ByteDivTest (23 ms) 2022-03-17T20:58:43.2822601Z [ RUN ] LLVM.CharDivTest 2022-03-17T20:58:43.3054227Z [ OK ] LLVM.CharDivTest (23 ms) 2022-03-17T20:58:43.3055006Z [ RUN ] LLVM.ShortDivTest 2022-03-17T20:58:43.3289514Z [ OK ] LLVM.ShortDivTest (23 ms) 2022-03-17T20:58:43.3290254Z [ RUN ] LLVM.IntDivTest 2022-03-17T20:58:43.3523059Z [ OK ] LLVM.IntDivTest (23 ms) 2022-03-17T20:58:43.3523779Z [ RUN ] LLVM.LongDivTest 2022-03-17T20:58:43.3757491Z [ OK ] LLVM.LongDivTest (23 ms) 2022-03-17T20:58:43.3758275Z [ RUN ] LLVM.FloatDivTest 2022-03-17T20:58:43.3993680Z [ OK ] LLVM.FloatDivTest (23 ms) 2022-03-17T20:58:43.3994704Z [ RUN ] LLVM.DoubleDivTest 2022-03-17T20:58:43.4229164Z [ OK ] LLVM.DoubleDivTest (23 ms) 2022-03-17T20:58:43.4229978Z [ RUN ] LLVM.HalfDivTest 2022-03-17T20:58:43.4464986Z [ OK ] LLVM.HalfDivTest (23 ms) 2022-03-17T20:58:43.4465807Z [ RUN ] LLVM.IntToFloatCastTest 2022-03-17T20:58:43.4698933Z [ OK ] LLVM.IntToFloatCastTest (23 ms) 2022-03-17T20:58:43.4699783Z [ RUN ] LLVM.FloatToIntCastTest 2022-03-17T20:58:43.4935425Z [ OK ] LLVM.FloatToIntCastTest (23 ms) 2022-03-17T20:58:43.4936288Z [ RUN ] LLVM.IntToLongCastTest 2022-03-17T20:58:43.5170561Z [ OK ] LLVM.IntToLongCastTest (23 ms) 2022-03-17T20:58:43.5171445Z [ RUN ] LLVM.ByteToCharCastTest 2022-03-17T20:58:43.5403574Z [ OK ] LLVM.ByteToCharCastTest (23 ms) 2022-03-17T20:58:43.5404437Z [ RUN ] LLVM.HalfToLongCastTest 2022-03-17T20:58:43.5638101Z [ OK ] LLVM.HalfToLongCastTest (23 ms) 2022-03-17T20:58:43.5639008Z [ RUN ] LLVM.ByteToDoubleCastTest 2022-03-17T20:58:43.5874176Z [ OK ] LLVM.ByteToDoubleCastTest (23 ms) 2022-03-17T20:58:43.5875048Z [ RUN ] LLVM.FloatToByteCastTest 2022-03-17T20:58:43.6106614Z [ OK ] LLVM.FloatToByteCastTest (23 ms) 2022-03-17T20:58:43.6107490Z [ RUN ] LLVM.FloatToCharCastTest 2022-03-17T20:58:43.6340564Z [ OK ] LLVM.FloatToCharCastTest (23 ms) 2022-03-17T20:58:43.6341446Z [ RUN ] LLVM.ByteToFloatCastTest 2022-03-17T20:58:43.6574198Z [ OK ] LLVM.ByteToFloatCastTest (23 ms) 2022-03-17T20:58:43.6575071Z [ RUN ] LLVM.CharToFloatCastTest 2022-03-17T20:58:43.6808403Z [ OK ] LLVM.CharToFloatCastTest (23 ms) 2022-03-17T20:58:43.6809178Z [ RUN ] LLVM.BitCast 2022-03-17T20:58:43.7746429Z [ OK ] LLVM.BitCast (93 ms) 2022-03-17T20:58:43.7747210Z [ RUN ] LLVM.fastLogFloat 2022-03-17T20:58:43.8549583Z [ OK ] LLVM.fastLogFloat (80 ms) 2022-03-17T20:58:43.8550367Z [ RUN ] LLVM.LetTest01 2022-03-17T20:58:43.8784239Z [ OK ] LLVM.LetTest01 (23 ms) 2022-03-17T20:58:43.8785008Z [ RUN ] LLVM.LetTest02 2022-03-17T20:58:43.9019893Z [ OK ] LLVM.LetTest02 (23 ms) 2022-03-17T20:58:43.9020678Z [ RUN ] LLVM.LetTestMultitype 2022-03-17T20:58:43.9255039Z [ OK ] LLVM.LetTestMultitype (23 ms) 2022-03-17T20:58:43.9255821Z [ RUN ] LLVM.BufferTest 2022-03-17T20:58:43.9489031Z [ OK ] LLVM.BufferTest (23 ms) 2022-03-17T20:58:43.9489773Z [ RUN ] LLVM.BlockTest 2022-03-17T20:58:43.9727534Z [ OK ] LLVM.BlockTest (23 ms) 2022-03-17T20:58:43.9728328Z [ RUN ] LLVM.LoadStoreTest 2022-03-17T20:58:43.9966084Z [ OK ] LLVM.LoadStoreTest (23 ms) 2022-03-17T20:58:43.9966891Z [ RUN ] LLVM.IfThenElseTest 2022-03-17T20:58:44.0226343Z [ OK ] LLVM.IfThenElseTest (25 ms) 2022-03-17T20:58:44.0226913Z [ RUN ] LLVM.CondNoFalseBlockTest 2022-03-17T20:58:44.0979620Z [ OK ] LLVM.CondNoFalseBlockTest (75 ms) 2022-03-17T20:58:44.0980138Z [ RUN ] LLVM.CondTest 2022-03-17T20:58:44.1740640Z [ OK ] LLVM.CondTest (76 ms) 2022-03-17T20:58:44.1741144Z [ RUN ] LLVM.CondNestedTest 2022-03-17T20:58:44.2811232Z [ OK ] LLVM.CondNestedTest (107 ms) 2022-03-17T20:58:44.2811610Z [ RUN ] LLVM.DirectVectorization 2022-03-17T20:58:44.3301533Z [ OK ] LLVM.DirectVectorization (48 ms) 2022-03-17T20:58:44.3302140Z [ RUN ] LLVM.VecLoadStoreTest 2022-03-17T20:58:44.3540505Z [ OK ] LLVM.VecLoadStoreTest (23 ms) 2022-03-17T20:58:44.3540899Z [ RUN ] LLVM.VecFloat_erfLane4Test 2022-03-17T20:58:44.3786976Z [ OK ] LLVM.VecFloat_erfLane4Test (24 ms) 2022-03-17T20:58:44.3787638Z [ RUN ] LLVM.VecFloat_erfcLane4Test 2022-03-17T20:58:44.4033871Z [ OK ] LLVM.VecFloat_erfcLane4Test (24 ms) 2022-03-17T20:58:44.4034267Z [ RUN ] LLVM.VecFloat_acosLane4Test 2022-03-17T20:58:44.4280540Z [ OK ] LLVM.VecFloat_acosLane4Test (24 ms) 2022-03-17T20:58:44.4281156Z [ RUN ] LLVM.VecFloat_asinLane4Test 2022-03-17T20:58:44.4527645Z [ OK ] LLVM.VecFloat_asinLane4Test (24 ms) 2022-03-17T20:58:44.4528044Z [ RUN ] LLVM.VecFloat_atanLane4Test 2022-03-17T20:58:44.4773934Z [ OK ] LLVM.VecFloat_atanLane4Test (24 ms) 2022-03-17T20:58:44.4774331Z [ RUN ] LLVM.VecFloat_coshLane4Test 2022-03-17T20:58:44.5020310Z [ OK ] LLVM.VecFloat_coshLane4Test (24 ms) 2022-03-17T20:58:44.5020715Z [ RUN ] LLVM.VecFloat_sinhLane4Test 2022-03-17T20:58:44.5267331Z [ OK ] LLVM.VecFloat_sinhLane4Test (24 ms) 2022-03-17T20:58:44.5267740Z [ RUN ] LLVM.VecFloat_tanhLane4Test 2022-03-17T20:58:44.5514141Z [ OK ] LLVM.VecFloat_tanhLane4Test (24 ms) 2022-03-17T20:58:44.5514567Z [ RUN ] LLVM.VecFloat_expm1Lane4Test 2022-03-17T20:58:44.5762615Z [ OK ] LLVM.VecFloat_expm1Lane4Test (24 ms) 2022-03-17T20:58:44.5763011Z [ RUN ] LLVM.VecFloat_lgammaLane4Test 2022-03-17T20:58:44.6008780Z [ OK ] LLVM.VecFloat_lgammaLane4Test (24 ms) 2022-03-17T20:58:44.6009371Z [ RUN ] LLVM.VecFloat_erfLane8Test 2022-03-17T20:58:44.6255481Z [ OK ] LLVM.VecFloat_erfLane8Test (24 ms) 2022-03-17T20:58:44.6255879Z [ RUN ] LLVM.VecFloat_erfcLane8Test 2022-03-17T20:58:44.6502706Z [ OK ] LLVM.VecFloat_erfcLane8Test (24 ms) 2022-03-17T20:58:44.6503322Z [ RUN ] LLVM.VecFloat_acosLane8Test 2022-03-17T20:58:44.6750425Z [ OK ] LLVM.VecFloat_acosLane8Test (24 ms) 2022-03-17T20:58:44.6751030Z [ RUN ] LLVM.VecFloat_asinLane8Test 2022-03-17T20:58:44.6997407Z [ OK ] LLVM.VecFloat_asinLane8Test (24 ms) 2022-03-17T20:58:44.6998071Z [ RUN ] LLVM.VecFloat_atanLane8Test 2022-03-17T20:58:44.7243603Z [ OK ] LLVM.VecFloat_atanLane8Test (24 ms) 2022-03-17T20:58:44.7244330Z [ RUN ] LLVM.VecFloat_coshLane8Test 2022-03-17T20:58:44.7490707Z [ OK ] LLVM.VecFloat_coshLane8Test (24 ms) 2022-03-17T20:58:44.7491255Z [ RUN ] LLVM.VecFloat_sinhLane8Test 2022-03-17T20:58:44.7737761Z [ OK ] LLVM.VecFloat_sinhLane8Test (24 ms) 2022-03-17T20:58:44.7738241Z [ RUN ] LLVM.VecFloat_tanhLane8Test 2022-03-17T20:58:44.7984097Z [ OK ] LLVM.VecFloat_tanhLane8Test (24 ms) 2022-03-17T20:58:44.7984703Z [ RUN ] LLVM.VecFloat_expm1Lane8Test 2022-03-17T20:58:44.8232155Z [ OK ] LLVM.VecFloat_expm1Lane8Test (24 ms) 2022-03-17T20:58:44.8232713Z [ RUN ] LLVM.VecFloat_lgammaLane8Test 2022-03-17T20:58:44.8479107Z [ OK ] LLVM.VecFloat_lgammaLane8Test (24 ms) 2022-03-17T20:58:44.8479788Z [ RUN ] LLVM.VecDouble_erfLane2Test 2022-03-17T20:58:44.8727029Z [ OK ] LLVM.VecDouble_erfLane2Test (24 ms) 2022-03-17T20:58:44.8727658Z [ RUN ] LLVM.VecDouble_erfcLane2Test 2022-03-17T20:58:44.8973122Z [ OK ] LLVM.VecDouble_erfcLane2Test (24 ms) 2022-03-17T20:58:44.8973654Z [ RUN ] LLVM.VecDouble_acosLane2Test 2022-03-17T20:58:44.9219193Z [ OK ] LLVM.VecDouble_acosLane2Test (24 ms) 2022-03-17T20:58:44.9219747Z [ RUN ] LLVM.VecDouble_asinLane2Test 2022-03-17T20:58:44.9466516Z [ OK ] LLVM.VecDouble_asinLane2Test (24 ms) 2022-03-17T20:58:44.9467200Z [ RUN ] LLVM.VecDouble_atanLane2Test 2022-03-17T20:58:44.9713570Z [ OK ] LLVM.VecDouble_atanLane2Test (24 ms) 2022-03-17T20:58:44.9714273Z [ RUN ] LLVM.VecDouble_coshLane2Test 2022-03-17T20:58:44.9960999Z [ OK ] LLVM.VecDouble_coshLane2Test (24 ms) 2022-03-17T20:58:44.9961850Z [ RUN ] LLVM.VecDouble_sinhLane2Test 2022-03-17T20:58:45.0207789Z [ OK ] LLVM.VecDouble_sinhLane2Test (24 ms) 2022-03-17T20:58:45.0208306Z [ RUN ] LLVM.VecDouble_tanhLane2Test 2022-03-17T20:58:45.0456264Z [ OK ] LLVM.VecDouble_tanhLane2Test (24 ms) 2022-03-17T20:58:45.0456783Z [ RUN ] LLVM.VecDouble_expm1Lane2Test 2022-03-17T20:58:45.0703094Z [ OK ] LLVM.VecDouble_expm1Lane2Test (24 ms) 2022-03-17T20:58:45.0703661Z [ RUN ] LLVM.VecDouble_lgammaLane2Test 2022-03-17T20:58:45.0949938Z [ OK ] LLVM.VecDouble_lgammaLane2Test (24 ms) 2022-03-17T20:58:45.0950476Z [ RUN ] LLVM.VecDouble_erfLane4Test 2022-03-17T20:58:45.1197329Z [ OK ] LLVM.VecDouble_erfLane4Test (24 ms) 2022-03-17T20:58:45.1197884Z [ RUN ] LLVM.VecDouble_erfcLane4Test 2022-03-17T20:58:45.1444684Z [ OK ] LLVM.VecDouble_erfcLane4Test (24 ms) 2022-03-17T20:58:45.1445205Z [ RUN ] LLVM.VecDouble_acosLane4Test 2022-03-17T20:58:45.1692218Z [ OK ] LLVM.VecDouble_acosLane4Test (24 ms) 2022-03-17T20:58:45.1692754Z [ RUN ] LLVM.VecDouble_asinLane4Test 2022-03-17T20:58:45.1938364Z [ OK ] LLVM.VecDouble_asinLane4Test (24 ms) 2022-03-17T20:58:45.1938897Z [ RUN ] LLVM.VecDouble_atanLane4Test 2022-03-17T20:58:45.2185323Z [ OK ] LLVM.VecDouble_atanLane4Test (24 ms) 2022-03-17T20:58:45.2185870Z [ RUN ] LLVM.VecDouble_coshLane4Test 2022-03-17T20:58:45.2432297Z [ OK ] LLVM.VecDouble_coshLane4Test (24 ms) 2022-03-17T20:58:45.2432926Z [ RUN ] LLVM.VecDouble_sinhLane4Test 2022-03-17T20:58:45.2679483Z [ OK ] LLVM.VecDouble_sinhLane4Test (24 ms) 2022-03-17T20:58:45.2680082Z [ RUN ] LLVM.VecDouble_tanhLane4Test 2022-03-17T20:58:45.2927659Z [ OK ] LLVM.VecDouble_tanhLane4Test (24 ms) 2022-03-17T20:58:45.2928213Z [ RUN ] LLVM.VecDouble_expm1Lane4Test 2022-03-17T20:58:45.3174715Z [ OK ] LLVM.VecDouble_expm1Lane4Test (24 ms) 2022-03-17T20:58:45.3175269Z [ RUN ] LLVM.VecDouble_lgammaLane4Test 2022-03-17T20:58:45.3422368Z [ OK ] LLVM.VecDouble_lgammaLane4Test (24 ms) 2022-03-17T20:58:45.3422936Z [ RUN ] LLVM.VectorizerLoadStoreTest 2022-03-17T20:58:45.3663813Z [ OK ] LLVM.VectorizerLoadStoreTest (24 ms) 2022-03-17T20:58:45.3664643Z [ RUN ] LLVM.VectorizeBitCast 2022-03-17T20:58:45.3955157Z [ OK ] LLVM.VectorizeBitCast (29 ms) 2022-03-17T20:58:45.3955969Z [ RUN ] LLVM.MemcpyTest 2022-03-17T20:58:45.4220406Z [ OK ] LLVM.MemcpyTest (26 ms) 2022-03-17T20:58:45.4221172Z [ RUN ] LLVM.BzeroTest 2022-03-17T20:58:45.4474907Z [ OK ] LLVM.BzeroTest (25 ms) 2022-03-17T20:58:45.4475669Z [ RUN ] LLVM.ElemwiseAdd 2022-03-17T20:58:45.4898890Z [ OK ] LLVM.ElemwiseAdd (42 ms) 2022-03-17T20:58:45.4899651Z [ RUN ] LLVM.ElemwiseAddFloat 2022-03-17T20:58:45.5316553Z [ OK ] LLVM.ElemwiseAddFloat (41 ms) 2022-03-17T20:58:45.5317380Z [ RUN ] LLVM.ElemwiseLog10Float 2022-03-17T20:58:45.5618213Z [ OK ] LLVM.ElemwiseLog10Float (30 ms) 2022-03-17T20:58:45.5619063Z [ RUN ] LLVM.ElemwiseLog1pFloat 2022-03-17T20:58:45.5918169Z [ OK ] LLVM.ElemwiseLog1pFloat (29 ms) 2022-03-17T20:58:45.5919018Z [ RUN ] LLVM.ElemwiseMaxInt 2022-03-17T20:58:45.6348745Z [ OK ] LLVM.ElemwiseMaxInt (43 ms) 2022-03-17T20:58:45.6349542Z [ RUN ] LLVM.ElemwiseMinInt 2022-03-17T20:58:45.6772528Z [ OK ] LLVM.ElemwiseMinInt (42 ms) 2022-03-17T20:58:45.6773541Z [ RUN ] LLVM.ElemwiseMaxFloat 2022-03-17T20:58:45.7150712Z [ OK ] LLVM.ElemwiseMaxFloat (37 ms) 2022-03-17T20:58:45.7151554Z [ RUN ] LLVM.ElemwiseMaxNaNFloat 2022-03-17T20:58:45.7529556Z [ OK ] LLVM.ElemwiseMaxNaNFloat (37 ms) 2022-03-17T20:58:45.7530412Z [ RUN ] LLVM.ElemwiseMinFloat 2022-03-17T20:58:45.7907536Z [ OK ] LLVM.ElemwiseMinFloat (37 ms) 2022-03-17T20:58:45.7908419Z [ RUN ] LLVM.ElemwiseMinNaNFloat 2022-03-17T20:58:45.8286321Z [ OK ] LLVM.ElemwiseMinNaNFloat (37 ms) 2022-03-17T20:58:45.8287121Z [ RUN ] LLVM.ElemwiseMod 2022-03-17T20:58:45.8643712Z [ OK ] LLVM.ElemwiseMod (35 ms) 2022-03-17T20:58:45.8644543Z [ RUN ] LLVM.CompareSelectIntEQ 2022-03-17T20:58:45.9083089Z [ OK ] LLVM.CompareSelectIntEQ (43 ms) 2022-03-17T20:58:45.9083946Z [ RUN ] LLVM.CompareSelectFloatEQ 2022-03-17T20:58:45.9526823Z [ OK ] LLVM.CompareSelectFloatEQ (44 ms) 2022-03-17T20:58:45.9527715Z [ RUN ] LLVM.CompareSelectByteGT 2022-03-17T20:58:46.0007011Z [ OK ] LLVM.CompareSelectByteGT (47 ms) 2022-03-17T20:58:46.0007847Z [ RUN ] LLVM.CompareSelectByteGE 2022-03-17T20:58:46.0491287Z [ OK ] LLVM.CompareSelectByteGE (48 ms) 2022-03-17T20:58:46.0492151Z [ RUN ] LLVM.CompareSelectByteLT 2022-03-17T20:58:46.0973703Z [ OK ] LLVM.CompareSelectByteLT (48 ms) 2022-03-17T20:58:46.0974559Z [ RUN ] LLVM.CompareSelectByteLE 2022-03-17T20:58:46.1466815Z [ OK ] LLVM.CompareSelectByteLE (49 ms) 2022-03-17T20:58:46.1467622Z [ RUN ] LLVM.StoreFloat 2022-03-17T20:58:46.1701521Z [ OK ] LLVM.StoreFloat (23 ms) 2022-03-17T20:58:46.1702301Z [ RUN ] LLVM.SimpleMath01 2022-03-17T20:58:46.2159679Z [ OK ] LLVM.SimpleMath01 (45 ms) 2022-03-17T20:58:46.2160496Z [ RUN ] LLVM.ComputeMul 2022-03-17T20:58:46.2584511Z [ OK ] LLVM.ComputeMul (42 ms) 2022-03-17T20:58:46.2585275Z [ RUN ] LLVM.BroadcastAdd 2022-03-17T20:58:46.3080412Z [ OK ] LLVM.BroadcastAdd (49 ms) 2022-03-17T20:58:46.3081201Z [ RUN ] LLVM.BitwiseOps 2022-03-17T20:58:46.3316431Z [ OK ] LLVM.BitwiseOps (23 ms) 2022-03-17T20:58:46.3317283Z [ RUN ] LLVM.ArithmeticRightShift 2022-03-17T20:58:46.3550098Z [ OK ] LLVM.ArithmeticRightShift (23 ms) 2022-03-17T20:58:46.3550973Z [ RUN ] LLVM.LogicalRightShift 2022-03-17T20:58:46.3784357Z [ OK ] LLVM.LogicalRightShift (23 ms) 2022-03-17T20:58:46.3785181Z [ RUN ] LLVM.DynamicShapeAdd 2022-03-17T20:58:46.5532962Z [ OK ] LLVM.DynamicShapeAdd (174 ms) 2022-03-17T20:58:46.5533765Z [ RUN ] LLVM.BindDynamicShapeAdd 2022-03-17T20:58:46.7298705Z [ OK ] LLVM.BindDynamicShapeAdd (176 ms) 2022-03-17T20:58:46.7299511Z [ RUN ] LLVM.TensorDynamicShapeAdd 2022-03-17T20:58:46.9064458Z [ OK ] LLVM.TensorDynamicShapeAdd (176 ms) 2022-03-17T20:58:46.9065481Z [ RUN ] LLVM.DynamicShape2D 2022-03-17T20:58:47.1980372Z [ OK ] LLVM.DynamicShape2D (291 ms) 2022-03-17T20:58:47.1980996Z [ RUN ] LLVM.EmptyStmt 2022-03-17T20:58:47.2208125Z [ OK ] LLVM.EmptyStmt (22 ms) 2022-03-17T20:58:47.2208888Z [ RUN ] LLVM.EliminatedStmt 2022-03-17T20:58:47.2434682Z [ OK ] LLVM.EliminatedStmt (22 ms) 2022-03-17T20:58:47.2435515Z [ RUN ] LLVM.SimpleReduction 2022-03-17T20:58:47.3522810Z [ OK ] LLVM.SimpleReduction (108 ms) 2022-03-17T20:58:47.3523355Z [ RUN ] LLVM.RFactorReduction 2022-03-17T20:58:47.3955799Z [ OK ] LLVM.RFactorReduction (43 ms) 2022-03-17T20:58:47.3956991Z [ RUN ] LLVM.RFactorVectorizedReduction 2022-03-17T20:58:47.4675261Z [ OK ] LLVM.RFactorVectorizedReduction (71 ms) 2022-03-17T20:58:47.4676135Z [ RUN ] LLVM.SimpleParallelSS 2022-03-17T20:58:47.4986748Z [ OK ] LLVM.SimpleParallelSS (31 ms) 2022-03-17T20:58:47.4987612Z [ RUN ] LLVM.SimpleParallelSP 2022-03-17T20:58:47.5327346Z [ OK ] LLVM.SimpleParallelSP (33 ms) 2022-03-17T20:58:47.5327965Z [ RUN ] LLVM.SimpleParallelPS 2022-03-17T20:58:47.5693189Z [ OK ] LLVM.SimpleParallelPS (36 ms) 2022-03-17T20:58:47.5693796Z [ RUN ] LLVM.SimpleParallelPP 2022-03-17T20:58:47.6044475Z [ OK ] LLVM.SimpleParallelPP (35 ms) 2022-03-17T20:58:47.6045017Z [ RUN ] LLVM.CompositeParallel 2022-03-17T20:58:51.6424542Z [ OK ] LLVM.CompositeParallel (4037 ms) 2022-03-17T20:58:51.6425297Z [ RUN ] LLVM.VectorizedGEMM 2022-03-17T20:58:51.7755789Z [ OK ] LLVM.VectorizedGEMM (133 ms) 2022-03-17T20:58:51.7756143Z [ RUN ] LLVM.CallRaw 2022-03-17T20:58:53.0635080Z [ OK ] LLVM.CallRaw (1287 ms) 2022-03-17T20:58:53.0635477Z [ RUN ] LLVM.CustomTarget 2022-03-17T20:58:53.0932021Z [ OK ] LLVM.CustomTarget (29 ms) 2022-03-17T20:58:53.0932407Z [ RUN ] LLVM.CodeGenKernelFuncName 2022-03-17T20:58:53.1409367Z [ OK ] LLVM.CodeGenKernelFuncName (47 ms) 2022-03-17T20:58:53.1409961Z [----------] 150 tests from LLVM (10632 ms total) 2022-03-17T20:58:53.1410169Z 2022-03-17T20:58:53.1410400Z [----------] Global test environment tear-down 2022-03-17T20:58:53.1557833Z [==========] 813 tests from 25 test suites ran. (47370 ms total) 2022-03-17T20:58:53.1558289Z [ PASSED ] 813 tests. 2022-03-17T20:58:53.1558459Z 2022-03-17T20:58:53.1558635Z  YOU HAVE 8 DISABLED TESTS 2022-03-17T20:58:53.1558823Z 2022-03-17T20:58:53.5851342Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default == pytorch-linux-xenial-py3* ]] 2022-03-17T20:58:53.5851753Z + assert_git_not_dirty 2022-03-17T20:58:53.5852166Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default != *rocm* ]] 2022-03-17T20:58:53.5852653Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default != *xla* ]] 2022-03-17T20:58:53.5856240Z ++ git status --porcelain 2022-03-17T20:58:53.6703786Z + git_status= 2022-03-17T20:58:53.6704124Z + [[ -n '' ]] 2022-03-17T20:58:53.6704372Z + test_aot_compilation 2022-03-17T20:58:53.6704731Z + echo 'Testing Ahead of Time compilation' 2022-03-17T20:58:53.6705015Z Testing Ahead of Time compilation 2022-03-17T20:58:53.6705460Z + '[' -f /opt/conda/lib/python3.7/site-packages/torch/bin/test_mobile_nnc ']' 2022-03-17T20:58:53.6706101Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_mobile_nnc --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_mobile_nnc.xml 2022-03-17T20:58:53.8340424Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-03-17T20:58:53.8340894Z [==========] Running 7 tests from 3 test suites. 2022-03-17T20:58:53.8341413Z [----------] Global test environment set-up. 2022-03-17T20:58:53.8341788Z [----------] 4 tests from Function 2022-03-17T20:58:53.8342437Z [ RUN ] Function.ExecuteSlowMul 2022-03-17T20:58:53.8533047Z [ OK ] Function.ExecuteSlowMul (19 ms) 2022-03-17T20:58:53.8533439Z [ RUN ] Function.Serialization 2022-03-17T20:58:53.8533830Z [ OK ] Function.Serialization (0 ms) 2022-03-17T20:58:53.8534203Z [ RUN ] Function.ValidInput 2022-03-17T20:58:53.8534561Z [ OK ] Function.ValidInput (0 ms) 2022-03-17T20:58:53.8534929Z [ RUN ] Function.InvalidInput 2022-03-17T20:58:53.8544311Z [ OK ] Function.InvalidInput (0 ms) 2022-03-17T20:58:53.8544748Z [----------] 4 tests from Function (20 ms total) 2022-03-17T20:58:53.8544952Z 2022-03-17T20:58:53.8545334Z [----------] 1 test from NNCBackendTest 2022-03-17T20:58:53.8545749Z [ RUN ] NNCBackendTest.AOTCompileThenExecute 2022-03-17T20:58:54.0268103Z [ OK ] NNCBackendTest.AOTCompileThenExecute (172 ms) 2022-03-17T20:58:54.0268827Z [----------] 1 test from NNCBackendTest (172 ms total) 2022-03-17T20:58:54.0269029Z 2022-03-17T20:58:54.0269267Z [----------] 2 tests from MobileNNCRegistryTest 2022-03-17T20:58:54.0269696Z [ RUN ] MobileNNCRegistryTest.FindAndRun 2022-03-17T20:58:54.0270129Z [ OK ] MobileNNCRegistryTest.FindAndRun (0 ms) 2022-03-17T20:58:54.0273255Z [ RUN ] MobileNNCRegistryTest.NoKernel 2022-03-17T20:58:54.0273770Z [ OK ] MobileNNCRegistryTest.NoKernel (0 ms) 2022-03-17T20:58:54.0274256Z [----------] 2 tests from MobileNNCRegistryTest (0 ms total) 2022-03-17T20:58:54.0274475Z 2022-03-17T20:58:54.0274709Z [----------] Global test environment tear-down 2022-03-17T20:58:54.0275149Z [==========] 7 tests from 3 test suites ran. (193 ms total) 2022-03-17T20:58:54.0275482Z [ PASSED ] 7 tests. 2022-03-17T20:58:54.0674506Z + '[' -f /opt/conda/lib/python3.7/site-packages/torch/bin/aot_model_compiler_test ']' 2022-03-17T20:58:54.0674922Z + source test/mobile/nnc/test_aot_compile.sh 2022-03-17T20:58:54.0675234Z ++ set -e -o pipefail 2022-03-17T20:58:54.0678891Z +++ python -c 'import site; print(site.getsitepackages()[0])' 2022-03-17T20:58:54.0906883Z ++ TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-03-17T20:58:54.0907340Z ++ TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-03-17T20:58:54.0911174Z +++ dirname test/mobile/nnc/test_aot_compile.sh 2022-03-17T20:58:54.0924751Z ++ CURRENT_DIR=test/mobile/nnc 2022-03-17T20:58:54.0925048Z ++ MODEL=aot_test_model.pt 2022-03-17T20:58:54.0925353Z ++ COMPILED_MODEL=aot_test_model.compiled.pt 2022-03-17T20:58:54.0925663Z ++ COMPILED_CODE=aot_test_model.compiled.ll 2022-03-17T20:58:54.0928275Z +++ mktemp -d -t build_XXX 2022-03-17T20:58:54.0942760Z ++ TMP_DIR=/tmp/build_NkD 2022-03-17T20:58:54.0943262Z ++ test_aot_model_compiler 2022-03-17T20:58:54.0943631Z ++ python test/mobile/nnc/aot_test_model.py 2022-03-17T20:58:54.8599232Z ++ mv aot_test_model.pt /tmp/build_NkD/ 2022-03-17T20:58:54.8617480Z ++ pushd /tmp/build_NkD 2022-03-17T20:58:54.8617783Z /tmp/build_NkD ~/workspace 2022-03-17T20:58:54.8618603Z ++ /opt/conda/lib/python3.7/site-packages/torch/bin/aot_model_compiler_test --model aot_test_model.pt --model_name=aot_test_model --output_llvm=aot_test_model.compiled.ll --model_version=v1 --input_dims=2,2,2 2022-03-17T20:58:55.2001738Z The compiled model was saved to aot_test_model.compiled.pt 2022-03-17T20:58:55.2404452Z ++ '[' '!' -f aot_test_model.compiled.pt ']' 2022-03-17T20:58:55.2405298Z ++ '[' '!' -f aot_test_model.compiled.ll ']' 2022-03-17T20:58:55.2405715Z ++ popd 2022-03-17T20:58:55.2406080Z ~/workspace 2022-03-17T20:58:55.2406446Z + test_custom_script_ops 2022-03-17T20:58:55.2407264Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default != *rocm* ]] 2022-03-17T20:58:55.2407974Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default != *asan* ]] 2022-03-17T20:58:55.2408392Z + echo 'Testing custom script operators' 2022-03-17T20:58:55.2408965Z Testing custom script operators 2022-03-17T20:58:55.2409438Z + CUSTOM_OP_BUILD=/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build 2022-03-17T20:58:55.2409801Z + pushd test/custom_operator 2022-03-17T20:58:55.2410094Z ~/workspace/test/custom_operator ~/workspace 2022-03-17T20:58:55.2410562Z + cp -a /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build build 2022-03-17T20:58:55.2538314Z + python test_custom_ops.py -v 2022-03-17T20:58:57.8937476Z Test results will be stored in test-reports/python-unittest/test_custom_ops 2022-03-17T20:58:57.8953804Z 2022-03-17T20:58:57.8954204Z Running tests... 2022-03-17T20:58:57.8954717Z ---------------------------------------------------------------------- 2022-03-17T20:58:57.9192749Z test_calling_custom_op (__main__.TestCustomOperators) ... ok (0.024s) 2022-03-17T20:58:57.9948209Z test_calling_custom_op_inside_script_module (__main__.TestCustomOperators) ... ok (0.075s) 2022-03-17T20:58:57.9956524Z test_calling_custom_op_string (__main__.TestCustomOperators) ... ok (0.001s) 2022-03-17T20:58:57.9987749Z test_calling_custom_op_with_autograd (__main__.TestCustomOperators) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:175: UserWarning: 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. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/autograd/engine.cpp:994.) 2022-03-17T20:58:57.9988861Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-03-17T20:58:58.0007130Z ok (0.005s) 2022-03-17T20:58:58.0018452Z test_calling_custom_op_with_autograd_in_nograd_mode (__main__.TestCustomOperators) ... ok (0.001s) 2022-03-17T20:58:58.0024063Z test_custom_library_is_loaded (__main__.TestCustomOperators) ... ok (0.000s) 2022-03-17T20:58:58.0129380Z test_saving_and_loading_script_module_with_custom_op (__main__.TestCustomOperators) ... ok (0.010s) 2022-03-17T20:58:58.0129676Z 2022-03-17T20:58:58.0129975Z ---------------------------------------------------------------------- 2022-03-17T20:58:58.0130307Z Ran 7 tests in 0.118s 2022-03-17T20:58:58.0130448Z 2022-03-17T20:58:58.0130544Z OK 2022-03-17T20:58:58.0130676Z 2022-03-17T20:58:58.0130802Z Generating XML reports... 2022-03-17T20:58:58.0176117Z Generated XML report: test-reports/python-unittest/test_custom_ops/TEST-TestCustomOperators-20220317205857.xml 2022-03-17T20:58:58.3608275Z + python model.py --export-script-module=model.pt 2022-03-17T20:58:59.1336577Z + build/test_custom_ops ./model.pt 2022-03-17T20:58:59.3020691Z [W engine.cpp:994] 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()) 2022-03-17T20:59:02.5222477Z ok 2022-03-17T20:59:02.9012209Z + popd 2022-03-17T20:59:02.9012467Z ~/workspace 2022-03-17T20:59:02.9012690Z + assert_git_not_dirty 2022-03-17T20:59:02.9013221Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default != *rocm* ]] 2022-03-17T20:59:02.9013692Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default != *xla* ]] 2022-03-17T20:59:02.9017564Z ++ git status --porcelain 2022-03-17T20:59:02.9871574Z + git_status= 2022-03-17T20:59:02.9872066Z + [[ -n '' ]] 2022-03-17T20:59:02.9872434Z + test_custom_backend 2022-03-17T20:59:02.9872875Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default != *rocm* ]] 2022-03-17T20:59:02.9873352Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default != *asan* ]] 2022-03-17T20:59:02.9873733Z + echo 'Testing custom backends' 2022-03-17T20:59:02.9874237Z Testing custom backends 2022-03-17T20:59:02.9874734Z + CUSTOM_BACKEND_BUILD=/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build 2022-03-17T20:59:02.9875086Z + pushd test/custom_backend 2022-03-17T20:59:02.9875381Z ~/workspace/test/custom_backend ~/workspace 2022-03-17T20:59:02.9875858Z + cp -a /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build build 2022-03-17T20:59:02.9991621Z + python test_custom_backend.py -v 2022-03-17T20:59:05.6616720Z Test results will be stored in test-reports/python-unittest/test_custom_backend 2022-03-17T20:59:05.6632846Z 2022-03-17T20:59:05.6633013Z Running tests... 2022-03-17T20:59:05.6633729Z ---------------------------------------------------------------------- 2022-03-17T20:59:05.6643121Z test_execute (__main__.TestCustomBackend) 2022-03-17T20:59:05.7678975Z Test execution using the custom backend. ... ok (0.104s) 2022-03-17T20:59:05.7689473Z test_save_load (__main__.TestCustomBackend) 2022-03-17T20:59:05.7941938Z Test that a lowered module can be executed correctly ... ok (0.026s) 2022-03-17T20:59:05.7944952Z 2022-03-17T20:59:05.7945270Z ---------------------------------------------------------------------- 2022-03-17T20:59:05.7945737Z Ran 2 tests in 0.131s 2022-03-17T20:59:05.7946020Z 2022-03-17T20:59:05.7946129Z OK 2022-03-17T20:59:05.7946246Z 2022-03-17T20:59:05.7946373Z Generating XML reports... 2022-03-17T20:59:05.7983274Z Generated XML report: test-reports/python-unittest/test_custom_backend/TEST-TestCustomBackend-20220317205905.xml 2022-03-17T20:59:06.1408291Z + python backend.py --export-module-to=model.pt 2022-03-17T20:59:06.9824941Z + build/test_custom_backend ./model.pt 2022-03-17T20:59:07.1492005Z Testing custom_backend 2022-03-17T20:59:07.2382988Z OK 2022-03-17T20:59:07.2728287Z + rm -f ./model.pt 2022-03-17T20:59:07.2740578Z + popd 2022-03-17T20:59:07.2741210Z ~/workspace 2022-03-17T20:59:07.2741477Z + assert_git_not_dirty 2022-03-17T20:59:07.2741958Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default != *rocm* ]] 2022-03-17T20:59:07.2742444Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default != *xla* ]] 2022-03-17T20:59:07.2745363Z ++ git status --porcelain 2022-03-17T20:59:07.3592053Z + git_status= 2022-03-17T20:59:07.3592427Z + [[ -n '' ]] 2022-03-17T20:59:07.3592686Z + test_torch_function_benchmark 2022-03-17T20:59:07.3593055Z + echo 'Testing __torch_function__ benchmarks' 2022-03-17T20:59:07.3593353Z Testing __torch_function__ benchmarks 2022-03-17T20:59:07.3593642Z + pushd benchmarks/overrides_benchmark 2022-03-17T20:59:07.3593979Z ~/workspace/benchmarks/overrides_benchmark ~/workspace 2022-03-17T20:59:07.3594349Z + python bench.py -n 1 -m 2 2022-03-17T20:59:08.0389979Z Type tensor had a minimum time of 0.015020370483398438 us and a standard deviation of 0.42989786015823483 us. 2022-03-17T20:59:08.0391043Z Type SubTensor had a minimum time of 0.030517578125 us and a standard deviation of 0.04653012001654133 us. 2022-03-17T20:59:08.0393332Z Type WithTorchFunction had a minimum time of 0.013589859008789062 us and a standard deviation of 0.023770822735968977 us. 2022-03-17T20:59:08.0394892Z Type SubWithTorchFunction had a minimum time of 0.0247955322265625 us and a standard deviation of 0.013824166671838611 us. 2022-03-17T20:59:08.1238409Z + python pyspybench.py Tensor -n 1 2022-03-17T20:59:08.8833103Z + python pyspybench.py SubTensor -n 1 2022-03-17T20:59:09.6419340Z + python pyspybench.py WithTorchFunction -n 1 2022-03-17T20:59:10.3991489Z + python pyspybench.py SubWithTorchFunction -n 1 2022-03-17T20:59:11.1572899Z + popd 2022-03-17T20:59:11.1573189Z ~/workspace 2022-03-17T20:59:11.1573437Z + assert_git_not_dirty 2022-03-17T20:59:11.1573957Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default != *rocm* ]] 2022-03-17T20:59:11.1574431Z + [[ linux-xenial-cuda11.3-py3.7-gcc7-default != *xla* ]] 2022-03-17T20:59:11.1576696Z ++ git status --porcelain 2022-03-17T20:59:11.2427087Z + git_status= 2022-03-17T20:59:11.2427447Z + [[ -n '' ]] 2022-03-17T20:59:11.2427655Z + cleanup 2022-03-17T20:59:11.2427872Z + retcode=0 2022-03-17T20:59:11.2428350Z + set +x 2022-03-17T20:59:11.2428591Z EXITED_USER_LAND 2022-03-17T20:59:11.2498939Z ##[group]Run # Ensure the working directory gets chowned back to the current user 2022-03-17T20:59:11.2499401Z # Ensure the working directory gets chowned back to the current user 2022-03-17T20:59:11.2499827Z docker run --rm -v "$(pwd)":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2022-03-17T20:59:11.2512957Z shell: /usr/bin/bash -e {0} 2022-03-17T20:59:11.2513201Z env: 2022-03-17T20:59:11.2513484Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T20:59:11.2513980Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T20:59:11.2514466Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T20:59:11.2515000Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T20:59:11.2515356Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T20:59:11.2515579Z IN_CI: 1 2022-03-17T20:59:11.2515793Z IS_GHA: 1 2022-03-17T20:59:11.2516043Z IN_WHEEL_TEST: 1 2022-03-17T20:59:11.2516331Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T20:59:11.2516711Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T20:59:11.2517029Z PR_LABELS: [] 2022-03-17T20:59:11.2517431Z GITHUB_TOKEN: *** 2022-03-17T20:59:11.2517691Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T20:59:11.2517923Z PR_NUMBER: 2022-03-17T20:59:11.2518188Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T20:59:11.2518469Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T20:59:11.2518718Z GIT_DEFAULT_BRANCH: master 2022-03-17T20:59:11.2519211Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T20:59:11.2519743Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T20:59:11.2520048Z TEST_CONFIG: default 2022-03-17T20:59:11.2520284Z SHARD_NUMBER: 2 2022-03-17T20:59:11.2520497Z NUM_TEST_SHARDS: 2 2022-03-17T20:59:11.2520729Z PR_BODY: 2022-03-17T20:59:11.2520942Z GPU_FLAG: --gpus all 2022-03-17T20:59:11.2521172Z SHM_SIZE: 2g 2022-03-17T20:59:11.2521777Z ##[endgroup] 2022-03-17T20:59:13.2212430Z ##[group]Run python3 -m pip install junitparser==2.1.1 rich==10.9.0 2022-03-17T20:59:13.2212851Z python3 -m pip install junitparser==2.1.1 rich==10.9.0 2022-03-17T20:59:13.2226488Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-03-17T20:59:13.2226779Z env: 2022-03-17T20:59:13.2227061Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T20:59:13.2227562Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T20:59:13.2228042Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T20:59:13.2228460Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T20:59:13.2228816Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T20:59:13.2229039Z IN_CI: 1 2022-03-17T20:59:13.2229255Z IS_GHA: 1 2022-03-17T20:59:13.2229463Z IN_WHEEL_TEST: 1 2022-03-17T20:59:13.2229760Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T20:59:13.2230165Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T20:59:13.2230490Z PR_LABELS: [] 2022-03-17T20:59:13.2231128Z GITHUB_TOKEN: *** 2022-03-17T20:59:13.2231384Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T20:59:13.2231640Z PR_NUMBER: 2022-03-17T20:59:13.2231890Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T20:59:13.2232174Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T20:59:13.2232444Z GIT_DEFAULT_BRANCH: master 2022-03-17T20:59:13.2232923Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T20:59:13.2233472Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T20:59:13.2233762Z TEST_CONFIG: default 2022-03-17T20:59:13.2234005Z SHARD_NUMBER: 2 2022-03-17T20:59:13.2234241Z NUM_TEST_SHARDS: 2 2022-03-17T20:59:13.2234455Z PR_BODY: 2022-03-17T20:59:13.2234697Z GPU_FLAG: --gpus all 2022-03-17T20:59:13.2234919Z SHM_SIZE: 2g 2022-03-17T20:59:13.2235146Z ##[endgroup] 2022-03-17T20:59:13.5176331Z Defaulting to user installation because normal site-packages is not writeable 2022-03-17T20:59:13.5410097Z Requirement already satisfied: junitparser==2.1.1 in /home/ec2-user/.local/lib/python3.7/site-packages (2.1.1) 2022-03-17T20:59:13.5430782Z Requirement already satisfied: rich==10.9.0 in /home/ec2-user/.local/lib/python3.7/site-packages (10.9.0) 2022-03-17T20:59:13.5550920Z Requirement already satisfied: future in /home/ec2-user/.local/lib/python3.7/site-packages (from junitparser==2.1.1) (0.18.2) 2022-03-17T20:59:13.5563430Z Requirement already satisfied: colorama<0.5.0,>=0.4.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from rich==10.9.0) (0.4.4) 2022-03-17T20:59:13.5584495Z Requirement already satisfied: pygments<3.0.0,>=2.6.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from rich==10.9.0) (2.11.2) 2022-03-17T20:59:13.5596144Z Requirement already satisfied: typing-extensions<4.0.0,>=3.7.4; python_version < "3.8" in /home/ec2-user/.local/lib/python3.7/site-packages (from rich==10.9.0) (3.10.0.2) 2022-03-17T20:59:13.5625145Z Requirement already satisfied: commonmark<0.10.0,>=0.9.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from rich==10.9.0) (0.9.1) 2022-03-17T20:59:13.7151172Z ##[group]Run python3 tools/render_junit.py test/ 2022-03-17T20:59:13.7151549Z python3 tools/render_junit.py test/ 2022-03-17T20:59:13.7165373Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-03-17T20:59:13.7165687Z env: 2022-03-17T20:59:13.7165967Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T20:59:13.7166465Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T20:59:13.7166933Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T20:59:13.7167348Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T20:59:13.7167707Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T20:59:13.7167929Z IN_CI: 1 2022-03-17T20:59:13.7168140Z IS_GHA: 1 2022-03-17T20:59:13.7168348Z IN_WHEEL_TEST: 1 2022-03-17T20:59:13.7168644Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T20:59:13.7169055Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T20:59:13.7169356Z PR_LABELS: [] 2022-03-17T20:59:13.7169755Z GITHUB_TOKEN: *** 2022-03-17T20:59:13.7170017Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T20:59:13.7170255Z PR_NUMBER: 2022-03-17T20:59:13.7170529Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T20:59:13.7170800Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T20:59:13.7171066Z GIT_DEFAULT_BRANCH: master 2022-03-17T20:59:13.7171563Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T20:59:13.7172085Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T20:59:13.7172393Z TEST_CONFIG: default 2022-03-17T20:59:13.7172612Z SHARD_NUMBER: 2 2022-03-17T20:59:13.7172844Z NUM_TEST_SHARDS: 2 2022-03-17T20:59:13.7173075Z PR_BODY: 2022-03-17T20:59:13.7173290Z GPU_FLAG: --gpus all 2022-03-17T20:59:13.7173522Z SHM_SIZE: 2g 2022-03-17T20:59:13.7173756Z PYTHONIOENCODING: utf-8 2022-03-17T20:59:13.7174009Z ##[endgroup] 2022-03-17T20:59:14.2953137Z ✅ 25831 Passed 2022-03-17T20:59:14.2958071Z 💨 8437 Skipped 2022-03-17T20:59:14.2963395Z 🚨 0 Failed 2022-03-17T20:59:14.3571022Z ##[group]Run # Remove any previous test jsons if they exist 2022-03-17T20:59:14.3571460Z # Remove any previous test jsons if they exist 2022-03-17T20:59:14.3571748Z rm -f test-jsons-*.zip 2022-03-17T20:59:14.3572073Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-03-17T20:59:14.3585586Z shell: /usr/bin/bash -e {0} 2022-03-17T20:59:14.3585834Z env: 2022-03-17T20:59:14.3586118Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T20:59:14.3586617Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T20:59:14.3587110Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T20:59:14.3587510Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T20:59:14.3587869Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T20:59:14.3588092Z IN_CI: 1 2022-03-17T20:59:14.3588303Z IS_GHA: 1 2022-03-17T20:59:14.3588558Z IN_WHEEL_TEST: 1 2022-03-17T20:59:14.3588845Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T20:59:14.3589367Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T20:59:14.3589692Z PR_LABELS: [] 2022-03-17T20:59:14.3590067Z GITHUB_TOKEN: *** 2022-03-17T20:59:14.3590328Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T20:59:14.3590564Z PR_NUMBER: 2022-03-17T20:59:14.3590835Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T20:59:14.3591122Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T20:59:14.3591371Z GIT_DEFAULT_BRANCH: master 2022-03-17T20:59:14.3591871Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T20:59:14.3592391Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T20:59:14.3592700Z TEST_CONFIG: default 2022-03-17T20:59:14.3592940Z SHARD_NUMBER: 2 2022-03-17T20:59:14.3593156Z NUM_TEST_SHARDS: 2 2022-03-17T20:59:14.3593395Z PR_BODY: 2022-03-17T20:59:14.3593614Z GPU_FLAG: --gpus all 2022-03-17T20:59:14.3593855Z SHM_SIZE: 2g 2022-03-17T20:59:14.3594162Z FILE_SUFFIX: test_default_2_2-default-2-2-linux.4xlarge.nvidia.gpu 2022-03-17T20:59:14.3594488Z ##[endgroup] 2022-03-17T20:59:14.3735374Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-03-17T20:59:14.3736286Z adding: test/.pytorch-slow-tests.json (deflated 63%) 2022-03-17T20:59:14.3739301Z adding: test/.pytorch-disabled-tests.json (deflated 82%) 2022-03-17T20:59:14.3785664Z ##[group]Run seemethere/upload-artifact-s3@v3 2022-03-17T20:59:14.3786095Z with: 2022-03-17T20:59:14.3786320Z retention-days: 14 2022-03-17T20:59:14.3786586Z if-no-files-found: warn 2022-03-17T20:59:14.3786862Z path: test-jsons-*.zip 2022-03-17T20:59:14.3787096Z name: artifact 2022-03-17T20:59:14.3787345Z s3-bucket: gha-artifacts 2022-03-17T20:59:14.3787585Z region: us-east-1 2022-03-17T20:59:14.3787806Z env: 2022-03-17T20:59:14.3788084Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T20:59:14.3788593Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T20:59:14.3789084Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T20:59:14.3789486Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T20:59:14.3789847Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T20:59:14.3790070Z IN_CI: 1 2022-03-17T20:59:14.3790281Z IS_GHA: 1 2022-03-17T20:59:14.3790529Z IN_WHEEL_TEST: 1 2022-03-17T20:59:14.3790816Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T20:59:14.3791202Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T20:59:14.3791523Z PR_LABELS: [] 2022-03-17T20:59:14.3791889Z GITHUB_TOKEN: *** 2022-03-17T20:59:14.3792151Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T20:59:14.3792386Z PR_NUMBER: 2022-03-17T20:59:14.3792658Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T20:59:14.3792946Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T20:59:14.3793201Z GIT_DEFAULT_BRANCH: master 2022-03-17T20:59:14.3793694Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T20:59:14.3794220Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T20:59:14.3794529Z TEST_CONFIG: default 2022-03-17T20:59:14.3794763Z SHARD_NUMBER: 2 2022-03-17T20:59:14.3794984Z NUM_TEST_SHARDS: 2 2022-03-17T20:59:14.3795214Z PR_BODY: 2022-03-17T20:59:14.3795429Z GPU_FLAG: --gpus all 2022-03-17T20:59:14.3795663Z SHM_SIZE: 2g 2022-03-17T20:59:14.3795870Z ##[endgroup] 2022-03-17T20:59:14.7786272Z With the provided path, there will be 1 file uploaded 2022-03-17T20:59:14.7786676Z Uploading to s3 prefix: pytorch/pytorch/2000264336/artifact 2022-03-17T20:59:14.7833195Z Starting upload of test-jsons-test_default_2_2-default-2-2-linux.4xlarge.nvidia.gpu.zip 2022-03-17T20:59:14.8967423Z Finished upload of test-jsons-test_default_2_2-default-2-2-linux.4xlarge.nvidia.gpu.zip 2022-03-17T20:59:14.9095052Z ##[group]Run # Remove any previous test reports if they exist 2022-03-17T20:59:14.9095448Z # Remove any previous test reports if they exist 2022-03-17T20:59:14.9095768Z rm -f test-reports-*.zip 2022-03-17T20:59:14.9096105Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-03-17T20:59:14.9109287Z shell: /usr/bin/bash -e {0} 2022-03-17T20:59:14.9109535Z env: 2022-03-17T20:59:14.9109820Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T20:59:14.9110326Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T20:59:14.9110799Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T20:59:14.9111220Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T20:59:14.9111578Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T20:59:14.9111799Z IN_CI: 1 2022-03-17T20:59:14.9112016Z IS_GHA: 1 2022-03-17T20:59:14.9112279Z IN_WHEEL_TEST: 1 2022-03-17T20:59:14.9112568Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T20:59:14.9112955Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T20:59:14.9113278Z PR_LABELS: [] 2022-03-17T20:59:14.9113658Z GITHUB_TOKEN: *** 2022-03-17T20:59:14.9113923Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T20:59:14.9114160Z PR_NUMBER: 2022-03-17T20:59:14.9114432Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T20:59:14.9114699Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T20:59:14.9114969Z GIT_DEFAULT_BRANCH: master 2022-03-17T20:59:14.9115467Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T20:59:14.9115992Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T20:59:14.9116302Z TEST_CONFIG: default 2022-03-17T20:59:14.9116525Z SHARD_NUMBER: 2 2022-03-17T20:59:14.9116768Z NUM_TEST_SHARDS: 2 2022-03-17T20:59:14.9117006Z PR_BODY: 2022-03-17T20:59:14.9117224Z GPU_FLAG: --gpus all 2022-03-17T20:59:14.9117461Z SHM_SIZE: 2g 2022-03-17T20:59:14.9117768Z FILE_SUFFIX: test_default_2_2-default-2-2-linux.4xlarge.nvidia.gpu 2022-03-17T20:59:14.9118090Z ##[endgroup] 2022-03-17T20:59:14.9235404Z adding: test/custom_backend/test-reports/python-unittest/test_custom_backend/TEST-TestCustomBackend-20220317205905.xml (deflated 56%) 2022-03-17T20:59:14.9236192Z adding: test/custom_operator/test-reports/python-unittest/test_custom_ops/TEST-TestCustomOperators-20220317205857.xml (deflated 64%) 2022-03-17T20:59:14.9316874Z adding: test/test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCUDA-20220317191457.xml (deflated 97%) 2022-03-17T20:59:14.9317747Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20220317193305.xml (deflated 92%) 2022-03-17T20:59:14.9319151Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20220317193305.xml (deflated 93%) 2022-03-17T20:59:14.9320136Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20220317193305.xml (deflated 65%) 2022-03-17T20:59:14.9321023Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20220317193305.xml (deflated 63%) 2022-03-17T20:59:14.9322367Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20220317193305.xml (deflated 84%) 2022-03-17T20:59:14.9323250Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20220317193305.xml (deflated 72%) 2022-03-17T20:59:14.9324289Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20220317193305.xml (deflated 84%) 2022-03-17T20:59:14.9325318Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20220317193305.xml (deflated 86%) 2022-03-17T20:59:14.9326179Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20220317193305.xml (deflated 75%) 2022-03-17T20:59:14.9327002Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20220317193305.xml (deflated 81%) 2022-03-17T20:59:14.9328037Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20220317193305.xml (deflated 79%) 2022-03-17T20:59:14.9328894Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20220317193305.xml (deflated 62%) 2022-03-17T20:59:14.9331617Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20220317193305.xml (deflated 86%) 2022-03-17T20:59:14.9332545Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20220317193305.xml (deflated 83%) 2022-03-17T20:59:14.9333410Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20220317193305.xml (deflated 63%) 2022-03-17T20:59:14.9334500Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20220317193305.xml (deflated 89%) 2022-03-17T20:59:14.9335324Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20220317193305.xml (deflated 76%) 2022-03-17T20:59:14.9336392Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20220317193305.xml (deflated 75%) 2022-03-17T20:59:14.9337228Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20220317193305.xml (deflated 70%) 2022-03-17T20:59:14.9338104Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20220317193305.xml (deflated 82%) 2022-03-17T20:59:14.9338976Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20220317193305.xml (deflated 53%) 2022-03-17T20:59:14.9339834Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20220317193305.xml (deflated 71%) 2022-03-17T20:59:14.9340709Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20220317193305.xml (deflated 73%) 2022-03-17T20:59:14.9341692Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20220317193305.xml (deflated 91%) 2022-03-17T20:59:14.9342535Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20220317193305.xml (deflated 79%) 2022-03-17T20:59:14.9343338Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20220317193305.xml (deflated 63%) 2022-03-17T20:59:14.9344114Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20220317193305.xml (deflated 84%) 2022-03-17T20:59:14.9344923Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.dbr.test_quantize_dbr.TestQuantizeDBR-20220317193305.xml (deflated 85%) 2022-03-17T20:59:14.9345889Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps-20220317193305.xml (deflated 87%) 2022-03-17T20:59:14.9346812Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.dbr.test_quantize_dbr.TestQuantizeDBRModels-20220317193305.xml (deflated 62%) 2022-03-17T20:59:14.9347678Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps-20220317193305.xml (deflated 85%) 2022-03-17T20:59:14.9348564Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20220317193305.xml (deflated 59%) 2022-03-17T20:59:14.9349430Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20220317193305.xml (deflated 83%) 2022-03-17T20:59:14.9350358Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20220317193305.xml (deflated 68%) 2022-03-17T20:59:14.9351263Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20220317193305.xml (deflated 86%) 2022-03-17T20:59:14.9352146Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20220317193305.xml (deflated 80%) 2022-03-17T20:59:14.9353075Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20220317193305.xml (deflated 79%) 2022-03-17T20:59:14.9353971Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20220317193305.xml (deflated 81%) 2022-03-17T20:59:14.9354862Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20220317193305.xml (deflated 81%) 2022-03-17T20:59:14.9359129Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20220317193305.xml (deflated 86%) 2022-03-17T20:59:14.9359950Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20220317193305.xml (deflated 79%) 2022-03-17T20:59:14.9362921Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20220317193305.xml (deflated 85%) 2022-03-17T20:59:14.9363706Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20220317193305.xml (deflated 72%) 2022-03-17T20:59:14.9365235Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20220317193305.xml (deflated 81%) 2022-03-17T20:59:14.9367390Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20220317193305.xml (deflated 86%) 2022-03-17T20:59:14.9368216Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20220317193305.xml (deflated 81%) 2022-03-17T20:59:14.9369091Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20220317193305.xml (deflated 82%) 2022-03-17T20:59:14.9370018Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20220317193305.xml (deflated 72%) 2022-03-17T20:59:14.9370895Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20220317193305.xml (deflated 64%) 2022-03-17T20:59:14.9372162Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20220317193305.xml (deflated 87%) 2022-03-17T20:59:14.9374434Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20220317193305.xml (deflated 88%) 2022-03-17T20:59:14.9375339Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20220317193305.xml (deflated 63%) 2022-03-17T20:59:14.9376276Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20220317193305.xml (deflated 69%) 2022-03-17T20:59:14.9377185Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20220317193305.xml (deflated 85%) 2022-03-17T20:59:14.9378095Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20220317193305.xml (deflated 85%) 2022-03-17T20:59:14.9379327Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20220317193305.xml (deflated 85%) 2022-03-17T20:59:14.9380132Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20220317194514.xml (deflated 48%) 2022-03-17T20:59:14.9383320Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20220317194514.xml (deflated 85%) 2022-03-17T20:59:14.9386118Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20220317194514.xml (deflated 86%) 2022-03-17T20:59:14.9494876Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCUDA-20220317194514.xml (deflated 98%) 2022-03-17T20:59:14.9597077Z adding: test/test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCUDA-20220317195830.xml (deflated 97%) 2022-03-17T20:59:14.9616987Z adding: test/test-reports/python-unittest/test_foreach/TEST-TestForeachCUDA-20220317200524.xml (deflated 96%) 2022-03-17T20:59:14.9635801Z adding: test/test-reports/python-unittest/test_linalg/TEST-TestLinalgCUDA-20220317201049.xml (deflated 93%) 2022-03-17T20:59:14.9636463Z adding: test/test-reports/python-unittest/test_nn/TEST-PackedSequenceTest-20220317201608.xml (deflated 74%) 2022-03-17T20:59:14.9637088Z adding: test/test-reports/python-unittest/test_nn/TEST-TestAddRelu-20220317201608.xml (deflated 53%) 2022-03-17T20:59:14.9637712Z adding: test/test-reports/python-unittest/test_nn/TEST-TestAvgPool-20220317201608.xml (deflated 79%) 2022-03-17T20:59:14.9638347Z adding: test/test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20220317201608.xml (deflated 53%) 2022-03-17T20:59:14.9638993Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20220317201608.xml (deflated 41%) 2022-03-17T20:59:14.9639645Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFusionEval-20220317201608.xml (deflated 40%) 2022-03-17T20:59:14.9640466Z adding: test/test-reports/python-unittest/test_nn/TEST-TestLazyModules-20220317201608.xml (deflated 88%) 2022-03-17T20:59:14.9641671Z adding: test/test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20220317201608.xml (deflated 71%) 2022-03-17T20:59:14.9692170Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNN-20220317201608.xml (deflated 94%) 2022-03-17T20:59:14.9715652Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCUDA-20220317201608.xml (deflated 94%) 2022-03-17T20:59:14.9716451Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNInit-20220317201608.xml (deflated 84%) 2022-03-17T20:59:14.9717099Z adding: test/test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20220317201608.xml (deflated 55%) 2022-03-17T20:59:14.9730746Z adding: test/test-reports/python-unittest/test_modules/TEST-TestModuleCUDA-20220317202106.xml (deflated 95%) 2022-03-17T20:59:14.9731544Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20220317202351.xml (deflated 78%) 2022-03-17T20:59:14.9733758Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20220317202351.xml (deflated 85%) 2022-03-17T20:59:14.9734574Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20220317202351.xml (deflated 74%) 2022-03-17T20:59:14.9735465Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20220317202351.xml (deflated 82%) 2022-03-17T20:59:14.9739957Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFX-20220317202351.xml (deflated 86%) 2022-03-17T20:59:14.9740638Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20220317202351.xml (deflated 63%) 2022-03-17T20:59:14.9742891Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20220317202351.xml (deflated 94%) 2022-03-17T20:59:14.9744088Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20220317202351.xml (deflated 85%) 2022-03-17T20:59:14.9745580Z adding: test/test-reports/python-unittest/test_fx/TEST-TestVisionTracing-20220317202351.xml (deflated 88%) 2022-03-17T20:59:14.9746837Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20220317202351.xml (deflated 90%) 2022-03-17T20:59:14.9757625Z adding: test/test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCUDA-20220317202351.xml (deflated 97%) 2022-03-17T20:59:14.9758320Z adding: test/test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20220317202531.xml (deflated 62%) 2022-03-17T20:59:14.9759014Z adding: test/test-reports/python-unittest/test_torch/TEST-TestDevicePrecisionCUDA-20220317202531.xml (deflated 85%) 2022-03-17T20:59:14.9764292Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorch-20220317202531.xml (deflated 89%) 2022-03-17T20:59:14.9779537Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCUDA-20220317202531.xml (deflated 93%) 2022-03-17T20:59:14.9780265Z adding: test/test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCUDA-20220317202531.xml (deflated 41%) 2022-03-17T20:59:14.9780960Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestConcatDataset-20220317202706.xml (deflated 74%) 2022-03-17T20:59:14.9781619Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestConvAfterFork-20220317202706.xml (deflated 40%) 2022-03-17T20:59:14.9782303Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestCustomPinFn-20220317202706.xml (deflated 54%) 2022-03-17T20:59:14.9783830Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader-20220317202706.xml (deflated 84%) 2022-03-17T20:59:14.9784484Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2-20220317202706.xml (deflated 52%) 2022-03-17T20:59:14.9787136Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoaderPersistentWorkers-20220317202706.xml (deflated 89%) 2022-03-17T20:59:14.9787909Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDatasetRandomSplit-20220317202706.xml (deflated 75%) 2022-03-17T20:59:14.9788604Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDictDataLoader-20220317202706.xml (deflated 53%) 2022-03-17T20:59:14.9789320Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestNamedTupleDataLoader-20220317202706.xml (deflated 43%) 2022-03-17T20:59:14.9790025Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestSetAffinity-20220317202706.xml (deflated 40%) 2022-03-17T20:59:14.9790688Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestStringDataLoader-20220317202706.xml (deflated 40%) 2022-03-17T20:59:14.9791388Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestTensorDataset-20220317202706.xml (deflated 71%) 2022-03-17T20:59:14.9792309Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2_EventLoop-20220317202706.xml (deflated 59%) 2022-03-17T20:59:14.9793016Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestIndividualWorkerQueue-20220317202706.xml (deflated 42%) 2022-03-17T20:59:14.9793755Z adding: test/test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20220317202816.xml (deflated 84%) 2022-03-17T20:59:14.9797946Z adding: test/test-reports/python-unittest/test_cuda/TEST-TestCuda-20220317202913.xml (deflated 86%) 2022-03-17T20:59:14.9798685Z adding: test/test-reports/python-unittest/test_cuda/TEST-TestCudaComm-20220317202913.xml (deflated 90%) 2022-03-17T20:59:14.9805351Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseCUDA-20220317202955.xml (deflated 93%) 2022-03-17T20:59:14.9806018Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20220317202955.xml (deflated 53%) 2022-03-17T20:59:14.9819515Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCUDA-20220317202955.xml (deflated 97%) 2022-03-17T20:59:14.9820284Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20220317203035.xml (deflated 61%) 2022-03-17T20:59:14.9821009Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20220317203035.xml (deflated 76%) 2022-03-17T20:59:14.9821749Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20220317203035.xml (deflated 72%) 2022-03-17T20:59:14.9822516Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20220317203035.xml (deflated 64%) 2022-03-17T20:59:14.9823263Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20220317203035.xml (deflated 84%) 2022-03-17T20:59:14.9823998Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20220317203035.xml (deflated 64%) 2022-03-17T20:59:14.9824752Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20220317203035.xml (deflated 66%) 2022-03-17T20:59:14.9825509Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20220317203035.xml (deflated 41%) 2022-03-17T20:59:14.9826213Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20220317203035.xml (deflated 60%) 2022-03-17T20:59:14.9827729Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCUDA-20220317203106.xml (deflated 90%) 2022-03-17T20:59:14.9830966Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCUDA-20220317203106.xml (deflated 94%) 2022-03-17T20:59:14.9831587Z adding: test/test-reports/python-unittest/test_utils/TEST-TestAssert-20220317203133.xml (deflated 53%) 2022-03-17T20:59:14.9832218Z adding: test/test-reports/python-unittest/test_utils/TEST-TestBottleneck-20220317203133.xml (deflated 52%) 2022-03-17T20:59:14.9832846Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCheckpoint-20220317203133.xml (deflated 77%) 2022-03-17T20:59:14.9833478Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCollectEnv-20220317203133.xml (deflated 39%) 2022-03-17T20:59:14.9834154Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCppExtensionUtils-20220317203133.xml (deflated 55%) 2022-03-17T20:59:14.9834811Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCrashHandler-20220317203133.xml (deflated 39%) 2022-03-17T20:59:14.9835489Z adding: test/test-reports/python-unittest/test_utils/TEST-TestDataLoaderUtils-20220317203133.xml (deflated 67%) 2022-03-17T20:59:14.9836158Z adding: test/test-reports/python-unittest/test_utils/TEST-TestExtensionUtils-20220317203133.xml (deflated 41%) 2022-03-17T20:59:14.9836771Z adding: test/test-reports/python-unittest/test_utils/TEST-TestHipify-20220317203133.xml (deflated 40%) 2022-03-17T20:59:14.9837490Z adding: test/test-reports/python-unittest/test_utils/TEST-TestHub-20220317203133.xml (deflated 74%) 2022-03-17T20:59:14.9838181Z adding: test/test-reports/python-unittest/test_utils/TEST-TestONNXUtils-20220317203133.xml (deflated 52%) 2022-03-17T20:59:14.9838831Z adding: test/test-reports/python-unittest/test_utils/TEST-TestStandaloneCPPJIT-20220317203133.xml (deflated 41%) 2022-03-17T20:59:14.9861388Z adding: test/test-reports/python-unittest/test_cpp_api_parity/TEST-TestCppApiParity-20220317203204.xml (deflated 95%) 2022-03-17T20:59:14.9862564Z adding: test/test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20220317203228.xml (deflated 86%) 2022-03-17T20:59:14.9875338Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutograd-20220317203252.xml (deflated 86%) 2022-03-17T20:59:14.9876087Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20220317203252.xml (deflated 60%) 2022-03-17T20:59:14.9877514Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCUDA-20220317203252.xml (deflated 85%) 2022-03-17T20:59:14.9878355Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20220317203252.xml (deflated 84%) 2022-03-17T20:59:14.9879141Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20220317203252.xml (deflated 72%) 2022-03-17T20:59:14.9883164Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20220317203252.xml (deflated 94%) 2022-03-17T20:59:14.9883940Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20220317203252.xml (deflated 87%) 2022-03-17T20:59:14.9884676Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20220317203252.xml (deflated 78%) 2022-03-17T20:59:14.9885363Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertClose-20220317203315.xml (deflated 88%) 2022-03-17T20:59:14.9886055Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20220317203315.xml (deflated 70%) 2022-03-17T20:59:14.9886799Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20220317203315.xml (deflated 84%) 2022-03-17T20:59:14.9887559Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseMultiDeviceCUDA-20220317203315.xml (deflated 56%) 2022-03-17T20:59:14.9888285Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20220317203315.xml (deflated 69%) 2022-03-17T20:59:14.9889014Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20220317203315.xml (deflated 75%) 2022-03-17T20:59:14.9889740Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20220317203315.xml (deflated 69%) 2022-03-17T20:59:14.9890417Z adding: test/test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20220317203315.xml (deflated 41%) 2022-03-17T20:59:14.9891132Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20220317203315.xml (deflated 88%) 2022-03-17T20:59:14.9891912Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCUDA-20220317203315.xml (deflated 88%) 2022-03-17T20:59:14.9892637Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestingCUDA-20220317203315.xml (deflated 91%) 2022-03-17T20:59:14.9896742Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCUDA-20220317203330.xml (deflated 93%) 2022-03-17T20:59:14.9897474Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20220317203341.xml (deflated 79%) 2022-03-17T20:59:14.9898254Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20220317203341.xml (deflated 82%) 2022-03-17T20:59:14.9899231Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20220317203341.xml (deflated 66%) 2022-03-17T20:59:14.9900170Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20220317203341.xml (deflated 50%) 2022-03-17T20:59:14.9901020Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20220317203341.xml (deflated 66%) 2022-03-17T20:59:14.9901829Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20220317203341.xml (deflated 64%) 2022-03-17T20:59:14.9902664Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20220317203341.xml (deflated 78%) 2022-03-17T20:59:14.9903399Z adding: test/test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20220317203348.xml (deflated 55%) 2022-03-17T20:59:14.9904052Z adding: test/test-reports/python-unittest/test_profiler/TEST-TestProfiler-20220317203355.xml (deflated 72%) 2022-03-17T20:59:14.9904721Z adding: test/test-reports/python-unittest/test_profiler/TEST-TestProfilerCUDA-20220317203355.xml (deflated 41%) 2022-03-17T20:59:14.9905383Z adding: test/test-reports/python-unittest/test_profiler/TEST-TestRecordFunction-20220317203355.xml (deflated 64%) 2022-03-17T20:59:14.9906055Z adding: test/test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20220317203402.xml (deflated 58%) 2022-03-17T20:59:14.9906763Z adding: test/test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20220317203407.xml (deflated 79%) 2022-03-17T20:59:14.9907451Z adding: test/test-reports/python-unittest/test_logging/TEST-LoggingTest-20220317203411.xml (deflated 43%) 2022-03-17T20:59:14.9908109Z adding: test/test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCUDA-20220317203416.xml (deflated 93%) 2022-03-17T20:59:14.9908744Z adding: test/test-reports/python-unittest/test_futures/TEST-TestFuture-20220317203420.xml (deflated 84%) 2022-03-17T20:59:14.9909395Z adding: test/test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20220317203423.xml (deflated 73%) 2022-03-17T20:59:14.9910062Z adding: test/test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20220317203426.xml (deflated 60%) 2022-03-17T20:59:14.9910695Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitor-20220317203429.xml (deflated 66%) 2022-03-17T20:59:14.9911362Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20220317203429.xml (deflated 41%) 2022-03-17T20:59:14.9912050Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20220317203431.xml (deflated 76%) 2022-03-17T20:59:14.9912696Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20220317203431.xml (deflated 42%) 2022-03-17T20:59:14.9913388Z adding: test/test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20220317203434.xml (deflated 77%) 2022-03-17T20:59:14.9914090Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20220317203437.xml (deflated 86%) 2022-03-17T20:59:14.9914761Z adding: test/test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20220317203439.xml (deflated 39%) 2022-03-17T20:59:14.9915452Z adding: test/test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20220317203442.xml (deflated 55%) 2022-03-17T20:59:14.9916113Z adding: test/test-reports/python-unittest/test_pytree/TEST-TestPytree-20220317203444.xml (deflated 81%) 2022-03-17T20:59:14.9916782Z adding: test/test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCUDA-20220317203452.xml (deflated 86%) 2022-03-17T20:59:14.9917530Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20220317203759.xml (deflated 77%) 2022-03-17T20:59:14.9918343Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20220317203759.xml (deflated 67%) 2022-03-17T20:59:14.9919096Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20220317203759.xml (deflated 40%) 2022-03-17T20:59:14.9919813Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20220317203759.xml (deflated 40%) 2022-03-17T20:59:14.9920548Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20220317203803.xml (deflated 73%) 2022-03-17T20:59:14.9921268Z adding: test/test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCUDA-20220317203805.xml (deflated 87%) 2022-03-17T20:59:14.9922260Z adding: test/test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20220317203808.xml (deflated 73%) 2022-03-17T20:59:14.9923054Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20220317203809.xml (deflated 60%) 2022-03-17T20:59:14.9923791Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20220317203809.xml (deflated 74%) 2022-03-17T20:59:14.9924518Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20220317203809.xml (deflated 59%) 2022-03-17T20:59:14.9925274Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20220317203809.xml (deflated 74%) 2022-03-17T20:59:14.9926044Z adding: test/test-reports/python-unittest/test_complex/TEST-TestComplexTensorCUDA-20220317203811.xml (deflated 70%) 2022-03-17T20:59:14.9926740Z adding: test/test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20220317203812.xml (deflated 43%) 2022-03-17T20:59:14.9927427Z adding: test/test-reports/python-unittest/test_cuda_primary_ctx/TEST-TestCudaPrimaryCtx-20220317203814.xml (deflated 42%) 2022-03-17T20:59:14.9928141Z adding: test/test-reports/python-unittest/test_cuda_primary_ctx/TEST-TestCudaPrimaryCtx-20220317203815.xml (deflated 42%) 2022-03-17T20:59:14.9928846Z adding: test/test-reports/python-unittest/test_cuda_primary_ctx/TEST-TestCudaPrimaryCtx-20220317203816.xml (deflated 42%) 2022-03-17T20:59:14.9951766Z adding: test/test-reports/python-unittest/test_ops_jit/TEST-TestJitCUDA-20220317203823.xml (deflated 93%) 2022-03-17T20:59:14.9981089Z adding: test/test-reports/cpp-unittest/test_libtorch/test_jit.xml (deflated 96%) 2022-03-17T20:59:15.0003403Z adding: test/test-reports/cpp-unittest/test_libtorch/test_api.xml (deflated 92%) 2022-03-17T20:59:15.0021007Z adding: test/test-reports/cpp-unittest/test_libtorch/test_tensorexpr.xml (deflated 92%) 2022-03-17T20:59:15.0021577Z adding: test/test-reports/cpp-unittest/test_libtorch/test_mobile_nnc.xml (deflated 77%) 2022-03-17T20:59:15.0057054Z ##[group]Run seemethere/upload-artifact-s3@v3 2022-03-17T20:59:15.0057369Z with: 2022-03-17T20:59:15.0057580Z retention-days: 14 2022-03-17T20:59:15.0057842Z if-no-files-found: error 2022-03-17T20:59:15.0058125Z path: test-reports-*.zip 2022-03-17T20:59:15.0058357Z name: artifact 2022-03-17T20:59:15.0058601Z s3-bucket: gha-artifacts 2022-03-17T20:59:15.0058838Z region: us-east-1 2022-03-17T20:59:15.0059059Z env: 2022-03-17T20:59:15.0059331Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T20:59:15.0059830Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T20:59:15.0060319Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T20:59:15.0060723Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T20:59:15.0061081Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T20:59:15.0061304Z IN_CI: 1 2022-03-17T20:59:15.0061518Z IS_GHA: 1 2022-03-17T20:59:15.0061765Z IN_WHEEL_TEST: 1 2022-03-17T20:59:15.0062069Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T20:59:15.0062453Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T20:59:15.0062871Z PR_LABELS: [] 2022-03-17T20:59:15.0063258Z GITHUB_TOKEN: *** 2022-03-17T20:59:15.0063502Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T20:59:15.0063759Z PR_NUMBER: 2022-03-17T20:59:15.0064025Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T20:59:15.0064291Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T20:59:15.0064559Z GIT_DEFAULT_BRANCH: master 2022-03-17T20:59:15.0065036Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T20:59:15.0065572Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T20:59:15.0065883Z TEST_CONFIG: default 2022-03-17T20:59:15.0066103Z SHARD_NUMBER: 2 2022-03-17T20:59:15.0066341Z NUM_TEST_SHARDS: 2 2022-03-17T20:59:15.0066556Z PR_BODY: 2022-03-17T20:59:15.0066792Z GPU_FLAG: --gpus all 2022-03-17T20:59:15.0067009Z SHM_SIZE: 2g 2022-03-17T20:59:15.0067235Z ##[endgroup] 2022-03-17T20:59:15.4129747Z With the provided path, there will be 1 file uploaded 2022-03-17T20:59:15.4130120Z Uploading to s3 prefix: pytorch/pytorch/2000264336/artifact 2022-03-17T20:59:15.4177437Z Starting upload of test-reports-test_default_2_2-default-2-2-linux.4xlarge.nvidia.gpu.zip 2022-03-17T20:59:15.6196906Z Finished upload of test-reports-test_default_2_2-default-2-2-linux.4xlarge.nvidia.gpu.zip 2022-03-17T20:59:15.6337590Z ##[group]Run set -x 2022-03-17T20:59:15.6337884Z set -x 2022-03-17T20:59:15.6338165Z python3 -m pip install -r requirements.txt 2022-03-17T20:59:15.6338497Z python3 -m pip install boto3==1.19.12 2022-03-17T20:59:15.6338905Z GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") 2022-03-17T20:59:15.6339264Z export GHA_WORKFLOW_JOB_ID 2022-03-17T20:59:15.6339640Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-03-17T20:59:15.6352905Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-03-17T20:59:15.6353198Z env: 2022-03-17T20:59:15.6353480Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T20:59:15.6353980Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T20:59:15.6354469Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T20:59:15.6354913Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T20:59:15.6355248Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T20:59:15.6355485Z IN_CI: 1 2022-03-17T20:59:15.6355681Z IS_GHA: 1 2022-03-17T20:59:15.6355902Z IN_WHEEL_TEST: 1 2022-03-17T20:59:15.6356199Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T20:59:15.6356559Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T20:59:15.6356879Z PR_LABELS: [] 2022-03-17T20:59:15.6357259Z GITHUB_TOKEN: *** 2022-03-17T20:59:15.6357526Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T20:59:15.6357786Z PR_NUMBER: 2022-03-17T20:59:15.6358034Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T20:59:15.6358318Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T20:59:15.6358565Z GIT_DEFAULT_BRANCH: master 2022-03-17T20:59:15.6359061Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T20:59:15.6359600Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T20:59:15.6359889Z TEST_CONFIG: default 2022-03-17T20:59:15.6360125Z SHARD_NUMBER: 2 2022-03-17T20:59:15.6360340Z NUM_TEST_SHARDS: 2 2022-03-17T20:59:15.6360569Z PR_BODY: 2022-03-17T20:59:15.6360785Z GPU_FLAG: --gpus all 2022-03-17T20:59:15.6361016Z SHM_SIZE: 2g 2022-03-17T20:59:15.6361241Z BRANCH: master 2022-03-17T20:59:15.6361870Z TAG: 2022-03-17T20:59:15.6362099Z WORKFLOW_ID: 2000264336 2022-03-17T20:59:15.6362322Z ##[endgroup] 2022-03-17T20:59:15.6390422Z + python3 -m pip install -r requirements.txt 2022-03-17T20:59:15.9297281Z Defaulting to user installation because normal site-packages is not writeable 2022-03-17T20:59:15.9609320Z Ignoring dataclasses: markers 'python_version < "3.7"' don't match your environment 2022-03-17T20:59:15.9613001Z Requirement already satisfied: astunparse in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-03-17T20:59:15.9658078Z Requirement already satisfied: expecttest in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.1.3) 2022-03-17T20:59:15.9669076Z Requirement already satisfied: future in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-03-17T20:59:15.9679956Z Requirement already satisfied: numpy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (1.21.5) 2022-03-17T20:59:15.9691842Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (5.9.0) 2022-03-17T20:59:15.9820047Z Requirement already satisfied: pyyaml in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (6.0) 2022-03-17T20:59:15.9830800Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (2.27.1) 2022-03-17T20:59:15.9997981Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (49.1.3) 2022-03-17T20:59:16.0247064Z Requirement already satisfied: six in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (1.16.0) 2022-03-17T20:59:16.0258736Z Requirement already satisfied: types-dataclasses in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 11)) (0.6.4) 2022-03-17T20:59:16.0266127Z Requirement already satisfied: typing_extensions in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 12)) (3.10.0.2) 2022-03-17T20:59:16.0286563Z Requirement already satisfied: wheel<1.0,>=0.23.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from astunparse->-r requirements.txt (line 2)) (0.37.1) 2022-03-17T20:59:16.0322465Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 8)) (1.26.9) 2022-03-17T20:59:16.0618760Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 8)) (2021.10.8) 2022-03-17T20:59:16.0629557Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 8)) (2.0.12) 2022-03-17T20:59:16.0657907Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 8)) (3.3) 2022-03-17T20:59:16.1428382Z + python3 -m pip install boto3==1.19.12 2022-03-17T20:59:16.4327113Z Defaulting to user installation because normal site-packages is not writeable 2022-03-17T20:59:16.4553298Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-03-17T20:59:16.4622748Z Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.5.2) 2022-03-17T20:59:16.4660948Z Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.10.0) 2022-03-17T20:59:16.4678097Z Requirement already satisfied: botocore<1.23.0,>=1.22.12 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (1.22.12) 2022-03-17T20:59:16.4739130Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.9) 2022-03-17T20:59:16.4956451Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (2.8.2) 2022-03-17T20:59:16.4984110Z Requirement already satisfied: six>=1.5 in /home/ec2-user/.local/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-03-17T20:59:16.6288442Z ++ python3 .github/scripts/get_workflow_job_id.py 2000264336 i-028de35598bc5e5db 2022-03-17T20:59:17.0106491Z + GHA_WORKFLOW_JOB_ID=5590724019 2022-03-17T20:59:17.0106782Z + export GHA_WORKFLOW_JOB_ID 2022-03-17T20:59:17.0107330Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-03-17T20:59:54.0787948Z [scribe] Scribe access token not provided, sending report via boto3... 2022-03-17T20:59:54.0788249Z 2022-03-17T20:59:54.0791577Z ----- Historic stats comparison result ------ 2022-03-17T20:59:54.0791830Z 2022-03-17T20:59:54.0792096Z job: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T20:59:54.0792467Z commit: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T20:59:54.0792642Z 2022-03-17T20:59:54.0792844Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-03-17T20:59:54.0796459Z 2022-03-17T20:59:54.0796629Z : (master) 2022-03-17T20:59:54.0797040Z | 2022-03-17T20:59:54.0797638Z * 4b4f652f79 (HEAD) total time 5905.73s 2022-03-17T20:59:54.0798158Z * 96ed3320f8 (base) 2 reports, total time 4749.68s ± 1723.29s 2022-03-17T20:59:54.0798587Z * 119df90ead 2 reports, total time 4772.76s ± 1745.65s 2022-03-17T20:59:54.0798994Z * d8c0f2f35d 2 reports, total time 4752.32s ± 1631.03s 2022-03-17T20:59:54.0799413Z * 40a51edca7 3 reports, total time 4846.68s ± 1410.38s 2022-03-17T20:59:54.0801094Z * f7fe75c766 0 reports 2022-03-17T20:59:54.0802300Z * 79c3bbceb2 0 reports 2022-03-17T20:59:54.0803182Z * 14dcb5a1a0 3 reports, total time 4735.93s ± 1682.36s 2022-03-17T20:59:54.0803912Z * abc868dd64 3 reports, total time 4761.16s ± 1186.65s 2022-03-17T20:59:54.0804363Z * fafa54a940 3 reports, total time 4772.61s ± 1132.87s 2022-03-17T20:59:54.0804754Z * d67a265881 3 reports, total time 4769.61s ± 1158.61s 2022-03-17T20:59:54.0805016Z | 2022-03-17T20:59:54.0805219Z : 2022-03-17T20:59:54.0805341Z 2022-03-17T20:59:54.0805505Z Removed (across 191 suites) 0 tests, totaling 0.00s 2022-03-17T20:59:54.0805846Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-03-17T20:59:54.0806164Z Added (across 381 suites) 34268 tests, totaling +5905.73s 2022-03-17T20:59:54.1667711Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh 2022-03-17T20:59:54.1668096Z .github/scripts/wait_for_ssh_to_drain.sh 2022-03-17T20:59:54.1681852Z shell: /usr/bin/bash -e {0} 2022-03-17T20:59:54.1682111Z env: 2022-03-17T20:59:54.1682392Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T20:59:54.1682916Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T20:59:54.1683387Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T20:59:54.1683804Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T20:59:54.1684160Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T20:59:54.1684382Z IN_CI: 1 2022-03-17T20:59:54.1684597Z IS_GHA: 1 2022-03-17T20:59:54.1684803Z IN_WHEEL_TEST: 1 2022-03-17T20:59:54.1685100Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T20:59:54.1685507Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T20:59:54.1685813Z PR_LABELS: [] 2022-03-17T20:59:54.1686225Z GITHUB_TOKEN: *** 2022-03-17T20:59:54.1686485Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T20:59:54.1686719Z PR_NUMBER: 2022-03-17T20:59:54.1686983Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T20:59:54.1687377Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T20:59:54.1687643Z GIT_DEFAULT_BRANCH: master 2022-03-17T20:59:54.1688136Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T20:59:54.1688663Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T20:59:54.1688970Z TEST_CONFIG: default 2022-03-17T20:59:54.1689189Z SHARD_NUMBER: 2 2022-03-17T20:59:54.1689422Z NUM_TEST_SHARDS: 2 2022-03-17T20:59:54.1689652Z PR_BODY: 2022-03-17T20:59:54.1689867Z GPU_FLAG: --gpus all 2022-03-17T20:59:54.1690100Z SHM_SIZE: 2g 2022-03-17T20:59:54.1690308Z ##[endgroup] 2022-03-17T20:59:54.1732643Z Holding runner for 2 hours until all ssh sessions have logged out 2022-03-17T20:59:54.1778030Z ##[group]Run # Ensure the working directory gets chowned back to the current user 2022-03-17T20:59:54.1778963Z # Ensure the working directory gets chowned back to the current user 2022-03-17T20:59:54.1779385Z docker run --rm -v "$(pwd)":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2022-03-17T20:59:54.1791759Z shell: /usr/bin/bash -e {0} 2022-03-17T20:59:54.1791990Z env: 2022-03-17T20:59:54.1792298Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T20:59:54.1792801Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T20:59:54.1793271Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T20:59:54.1793693Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T20:59:54.1794031Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T20:59:54.1794268Z IN_CI: 1 2022-03-17T20:59:54.1794467Z IS_GHA: 1 2022-03-17T20:59:54.1794717Z IN_WHEEL_TEST: 1 2022-03-17T20:59:54.1795020Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T20:59:54.1795405Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T20:59:54.1795711Z PR_LABELS: [] 2022-03-17T20:59:54.1796096Z GITHUB_TOKEN: *** 2022-03-17T20:59:54.1796341Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T20:59:54.1796594Z PR_NUMBER: 2022-03-17T20:59:54.1796862Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T20:59:54.1797127Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T20:59:54.1797394Z GIT_DEFAULT_BRANCH: master 2022-03-17T20:59:54.1797873Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T20:59:54.1798415Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T20:59:54.1798724Z TEST_CONFIG: default 2022-03-17T20:59:54.1798945Z SHARD_NUMBER: 2 2022-03-17T20:59:54.1799183Z NUM_TEST_SHARDS: 2 2022-03-17T20:59:54.1799405Z PR_BODY: 2022-03-17T20:59:54.1799640Z GPU_FLAG: --gpus all 2022-03-17T20:59:54.1799856Z SHM_SIZE: 2g 2022-03-17T20:59:54.1800085Z ##[endgroup] 2022-03-17T20:59:55.8647592Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-03-17T20:59:55.8648055Z # ignore expansion of "docker ps -q" since it could be empty 2022-03-17T20:59:55.8648384Z # shellcheck disable=SC2046 2022-03-17T20:59:55.8648661Z docker stop $(docker ps -q) || true 2022-03-17T20:59:55.8648958Z # Prune all of the docker images 2022-03-17T20:59:55.8649224Z docker system prune -af 2022-03-17T20:59:55.8662413Z shell: /usr/bin/bash -e {0} 2022-03-17T20:59:55.8662655Z env: 2022-03-17T20:59:55.8662937Z BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.7-gcc7 2022-03-17T20:59:55.8663429Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7 2022-03-17T20:59:55.8663911Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-03-17T20:59:55.8664304Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-03-17T20:59:55.8664695Z TORCH_CUDA_ARCH_LIST: 5.2 2022-03-17T20:59:55.8664912Z IN_CI: 1 2022-03-17T20:59:55.8665252Z IS_GHA: 1 2022-03-17T20:59:55.8665455Z IN_WHEEL_TEST: 1 2022-03-17T20:59:55.8665739Z CUSTOM_TEST_ARTIFACT_BUILD_DIR: build/custom_test_artifacts 2022-03-17T20:59:55.8666114Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-03-17T20:59:55.8666411Z PR_LABELS: [] 2022-03-17T20:59:55.8666796Z GITHUB_TOKEN: *** 2022-03-17T20:59:55.8667037Z AWS_DEFAULT_REGION: us-east-1 2022-03-17T20:59:55.8667282Z PR_NUMBER: 2022-03-17T20:59:55.8667541Z SHA1: 4b4f652f799c732a7280052e44a803a4cf6084de 2022-03-17T20:59:55.8667805Z PYTORCH_RETRY_TEST_CASES: 1 2022-03-17T20:59:55.8668068Z GIT_DEFAULT_BRANCH: master 2022-03-17T20:59:55.8668541Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T20:59:55.8669068Z JOB_BASE_NAME: linux-xenial-cuda11.3-py3.7-gcc7-test 2022-03-17T20:59:55.8669372Z TEST_CONFIG: default 2022-03-17T20:59:55.8669595Z SHARD_NUMBER: 2 2022-03-17T20:59:55.8669817Z NUM_TEST_SHARDS: 2 2022-03-17T20:59:55.8670022Z PR_BODY: 2022-03-17T20:59:55.8670248Z GPU_FLAG: --gpus all 2022-03-17T20:59:55.8670460Z SHM_SIZE: 2g 2022-03-17T20:59:55.8670682Z ##[endgroup] 2022-03-17T20:59:56.2932966Z fa844c8ff6ae 2022-03-17T20:59:56.8276171Z Deleted Containers: 2022-03-17T20:59:56.8276567Z fa844c8ff6ae0fe4f59964cfd9e570ca5291971eadb7cb86bda6a342335da5cd 2022-03-17T20:59:56.8276815Z 2022-03-17T21:00:01.9947139Z Deleted Images: 2022-03-17T21:00:01.9948593Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7:c3998772049b8a8ba52cedfa525c9feda04cb2c7 2022-03-17T21:00:01.9950312Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7@sha256:e95af236903b074012c7b9a7d7543a1a50421cedce14158d8cbd1649b571f253 2022-03-17T21:00:01.9950942Z deleted: sha256:4b378382d0704769faa22f354eebfd5b68fe47737ebbfad4f93fdfd6cebe1a39 2022-03-17T21:00:01.9951572Z deleted: sha256:58748d8c926bb8e26b3a396d2d4b9a3175435998a2380ccfdd20af06b60250ca 2022-03-17T21:00:01.9952355Z deleted: sha256:1cef4108dbb2156aa940f3932d5e051ea5017bd6007885abd02d46fc66846bbc 2022-03-17T21:00:01.9953134Z deleted: sha256:5fce1be486ad298627d3e233e90ea338e0e640857eba4f114eafb15b33eac46d 2022-03-17T21:00:01.9953934Z deleted: sha256:07e2e2e3a2d1ab5d803a79df151e4fd5ceafbad4ae84a577c7cfd54eabf5a753 2022-03-17T21:00:01.9954790Z deleted: sha256:8c27bcc40fee68be2abe6615ac2b9a3ab3cbcb27bc1dba858d4cc7b1c5ebd408 2022-03-17T21:00:01.9955592Z deleted: sha256:daff149218fed7180fe3125311c62971ab27575a0456c38ac84bf278e00950bb 2022-03-17T21:00:01.9956351Z deleted: sha256:deb152643ed3597aca8ba4164674d6e4f9d9c68af27ca57f5e2f59a273beee61 2022-03-17T21:00:01.9957061Z deleted: sha256:72115cd67079969b9d277aa60e4544f3af09b0b89f1fc60a10b72fa2c9e7838b 2022-03-17T21:00:01.9957983Z deleted: sha256:11eebc15fa7fdc5d1464e095fda2506c24142e4698e754adfba74dc7a2951270 2022-03-17T21:00:01.9958779Z deleted: sha256:e255026c43a793980be2b079a835b0f043832ea41c850c3f5fff06b5778bc2f3 2022-03-17T21:00:01.9959577Z deleted: sha256:d70fadc265c7840d06fb5d6c24ce895cabfcc2abf3022cb90a0b0826f757a1c2 2022-03-17T21:00:01.9960373Z deleted: sha256:2842f8c0b60de5f4d44ac8787617708c86c29c00f0387d9e6e86a11dab1cdb69 2022-03-17T21:00:01.9961116Z deleted: sha256:5436b1e8b2f0f759ece4703a179c3e13485d779b9f5bb302e05ae07c05f59422 2022-03-17T21:00:01.9962308Z deleted: sha256:c1e24267a50c831a645f60c4730206eb424e193dab36f1c4a16bad32b3cff8b2 2022-03-17T21:00:01.9963087Z deleted: sha256:6554d81ab3a26d95773b5ba24eceee70cf4bd79463184e254a6ab3eedb983140 2022-03-17T21:00:01.9963867Z deleted: sha256:44add9a3c4d8c698b8359607d2c3a641948c3c56eb7ab6ae77e0d16f9cd901d9 2022-03-17T21:00:01.9964689Z deleted: sha256:125e36be48fdc93fcfb202eb6ab75dfa74e63417be3eaa88f01a1b455dcd06cf 2022-03-17T21:00:01.9965520Z deleted: sha256:b7aed65305973dab7bdca1e21f4d8c7b296c28d717a5c197e1a3fde786fcf7eb 2022-03-17T21:00:01.9966317Z deleted: sha256:9da1c0bba533653bf9930059c4e81053c80988367b052c7057256bb5bda00ec2 2022-03-17T21:00:01.9967271Z deleted: sha256:080d2ae90bd319703386d0e9bd41a3e9ca33a4db71bb0be9fa01fe9944e185f0 2022-03-17T21:00:01.9968111Z deleted: sha256:78f739db59986bb29cde26cd641d15070ebbb934d29168fa29f9bc034b4ce3ec 2022-03-17T21:00:01.9968824Z deleted: sha256:959667449e4cebf3d356a2f4f027437422f650ae1ad05790a520c9b10e2a3682 2022-03-17T21:00:01.9969521Z deleted: sha256:124589efa0f322dbf496ad9b60de18934894016a15d653cc37ea55c233153f1f 2022-03-17T21:00:01.9970121Z deleted: sha256:b02ef0d332840c6a45c17ad05d02e95091e8972ac624e1c67f91c475ab4ee59c 2022-03-17T21:00:01.9970558Z deleted: sha256:d51331dac47342d4c46de8df904dd0cac6df9e8b11f658d21dec69ff0d51fa67 2022-03-17T21:00:01.9970963Z deleted: sha256:d41830fd9c94ef302fa69b0f99adf9e658a7777ae7424e967718b0403feb066e 2022-03-17T21:00:01.9971389Z deleted: sha256:f265e1cb4ffd54c16b495c30df95b144dd1ad9804b79fab00b4e2f1b5a51cb6b 2022-03-17T21:00:01.9971815Z deleted: sha256:8cb1793c16fe3e2917e710c313e6c7f40356c57697afd1c869d1956af5529807 2022-03-17T21:00:01.9972214Z deleted: sha256:4b8971ad1bdb1784ce3d1632f1472ef82ae2c59985bdac7eae8b8ef35385bb42 2022-03-17T21:00:01.9972609Z deleted: sha256:861c18e75077780358417d2ebe6d82b38e9141f92b3be19866c3303d2872c3ee 2022-03-17T21:00:01.9972976Z deleted: sha256:ae944380e52611a5725d12094a03ead36f67fece91fa881f124b13f791decde4 2022-03-17T21:00:01.9973376Z deleted: sha256:d403a776bea8c034561014afb890a2e32a8fc7c2b056adbb4c4204114929dd23 2022-03-17T21:00:01.9973780Z deleted: sha256:f3e5730195690b47cda1dcd2b82b85e59f9d5128cd056369a59a7125d031d4b6 2022-03-17T21:00:01.9974170Z deleted: sha256:b2eca5673035ad2235f867bb08f248aad289c28b3e05c222c2bfa66065aff240 2022-03-17T21:00:01.9974581Z deleted: sha256:b8ea50d03fe6c1c0d49798d54fab146dc8599091d722fe89bc50917222a61cd9 2022-03-17T21:00:01.9974965Z deleted: sha256:2d97892293e049497ff07d8ac9f465b4ad820d6771d5026a3d2de8d0274c0173 2022-03-17T21:00:01.9975363Z deleted: sha256:cf4f95653407a97ab60b2e5637b6293ca842e1c79c20fadb152d8a03c3c52472 2022-03-17T21:00:01.9975770Z deleted: sha256:b1415f784c7c6824b4e63f7cdcda11fad9342077f9cd54215f186eb1a967c880 2022-03-17T21:00:01.9976155Z deleted: sha256:cb66a694646260150b66639650eccefd68bdb14b8574c6306c33f6062bb053e9 2022-03-17T21:00:01.9976537Z deleted: sha256:b1e53080c8b23a5d9619d24620053e8b57f2291344581b79a5a01f6c87d0a52e 2022-03-17T21:00:01.9976923Z deleted: sha256:d22d7bbe99aa69fc6acac585c47d74f3cb8a207161f0d75a42623e871c919494 2022-03-17T21:00:01.9977332Z deleted: sha256:7c9d162935b773e0eaee3543952a6cf7f736810ae252860c9a62af3721b3722f 2022-03-17T21:00:01.9977730Z deleted: sha256:d9e3660a0d54c230bb12c7644d658ddcc36a6c4c491357080bc8bc3b0ec9caca 2022-03-17T21:00:01.9978109Z deleted: sha256:78a354a2e014d645a01924f69bc2a6826330dff505cda42b453520c0077301a0 2022-03-17T21:00:01.9978497Z deleted: sha256:0214f4b057d78b44fd12702828152f67c0ce115f9346acc63acdf997cab7e7c8 2022-03-17T21:00:01.9978875Z deleted: sha256:1b9d0485372c5562fa614d5b35766f6c442539bcee9825a6e90d1158c3299a61 2022-03-17T21:00:01.9979644Z deleted: sha256:3c0f34be6eb98057c607b9080237cce0be0b86f52d51ba620dc018a3d421baea 2022-03-17T21:00:01.9980411Z deleted: sha256:be96a3f634de79f523f07c7e4e0216c28af45eb5776e7a6238a2392f71e01069 2022-03-17T21:00:01.9980944Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2022-03-17T21:00:01.9981604Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2022-03-17T21:00:01.9982097Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2022-03-17T21:00:01.9982536Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2022-03-17T21:00:01.9982785Z 2022-03-17T21:00:01.9982920Z Total reclaimed space: 14.37GB 2022-03-17T21:00:02.0060307Z Post job cleanup. 2022-03-17T21:00:02.1133183Z [command]/usr/bin/git version 2022-03-17T21:00:02.1186762Z git version 2.32.0 2022-03-17T21:00:02.1236193Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-03-17T21:00:02.1271588Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-03-17T21:00:02.1606149Z Entering 'android/libs/fbjni' 2022-03-17T21:00:02.1647530Z Entering 'third_party/FP16' 2022-03-17T21:00:02.1687555Z Entering 'third_party/FXdiv' 2022-03-17T21:00:02.1729156Z Entering 'third_party/NNPACK' 2022-03-17T21:00:02.1770551Z Entering 'third_party/QNNPACK' 2022-03-17T21:00:02.1810570Z Entering 'third_party/XNNPACK' 2022-03-17T21:00:02.1864090Z Entering 'third_party/benchmark' 2022-03-17T21:00:02.1906061Z Entering 'third_party/breakpad' 2022-03-17T21:00:02.1947673Z Entering 'third_party/breakpad/src/third_party/lss' 2022-03-17T21:00:02.1990467Z Entering 'third_party/cpuinfo' 2022-03-17T21:00:02.2032143Z Entering 'third_party/cub' 2022-03-17T21:00:02.2073880Z Entering 'third_party/cudnn_frontend' 2022-03-17T21:00:02.2122192Z Entering 'third_party/eigen' 2022-03-17T21:00:02.2166383Z Entering 'third_party/fbgemm' 2022-03-17T21:00:02.2206431Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-03-17T21:00:02.2247021Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-03-17T21:00:02.2287534Z Entering 'third_party/fbgemm/third_party/googletest' 2022-03-17T21:00:02.2330546Z Entering 'third_party/flatbuffers' 2022-03-17T21:00:02.2372614Z Entering 'third_party/fmt' 2022-03-17T21:00:02.2414107Z Entering 'third_party/foxi' 2022-03-17T21:00:02.2455702Z Entering 'third_party/gemmlowp/gemmlowp' 2022-03-17T21:00:02.2495670Z Entering 'third_party/gloo' 2022-03-17T21:00:02.2536320Z Entering 'third_party/googletest' 2022-03-17T21:00:02.2577314Z Entering 'third_party/ideep' 2022-03-17T21:00:02.2615621Z Entering 'third_party/ideep/mkl-dnn' 2022-03-17T21:00:02.2657476Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-03-17T21:00:02.2704796Z Entering 'third_party/ios-cmake' 2022-03-17T21:00:02.2745833Z Entering 'third_party/kineto' 2022-03-17T21:00:02.2785601Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-03-17T21:00:02.2825992Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-03-17T21:00:02.2867565Z Entering 'third_party/nccl/nccl' 2022-03-17T21:00:02.2909374Z Entering 'third_party/neon2sse' 2022-03-17T21:00:02.2949910Z Entering 'third_party/onnx' 2022-03-17T21:00:02.3003259Z Entering 'third_party/onnx/third_party/benchmark' 2022-03-17T21:00:02.3043159Z Entering 'third_party/onnx/third_party/pybind11' 2022-03-17T21:00:02.3085720Z Entering 'third_party/onnx-tensorrt' 2022-03-17T21:00:02.3125772Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-03-17T21:00:02.3170156Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-03-17T21:00:02.3209828Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-03-17T21:00:02.3251460Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-03-17T21:00:02.3296192Z Entering 'third_party/pocketfft' 2022-03-17T21:00:02.3338438Z Entering 'third_party/protobuf' 2022-03-17T21:00:02.3381039Z Entering 'third_party/protobuf/third_party/benchmark' 2022-03-17T21:00:02.3420107Z Entering 'third_party/protobuf/third_party/googletest' 2022-03-17T21:00:02.3463246Z Entering 'third_party/psimd' 2022-03-17T21:00:02.3504080Z Entering 'third_party/pthreadpool' 2022-03-17T21:00:02.3543718Z Entering 'third_party/pybind11' 2022-03-17T21:00:02.3584389Z Entering 'third_party/python-enum' 2022-03-17T21:00:02.3623911Z Entering 'third_party/python-peachpy' 2022-03-17T21:00:02.3665212Z Entering 'third_party/python-six' 2022-03-17T21:00:02.3704415Z Entering 'third_party/sleef' 2022-03-17T21:00:02.3744736Z Entering 'third_party/tbb' 2022-03-17T21:00:02.3787901Z Entering 'third_party/tensorpipe' 2022-03-17T21:00:02.3827947Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-03-17T21:00:02.3868442Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-03-17T21:00:02.3908018Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-03-17T21:00:02.3948210Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-03-17T21:00:02.3986805Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-03-17T21:00:02.4029740Z Entering 'third_party/zstd' 2022-03-17T21:00:02.4087840Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-03-17T21:00:02.4136433Z http.https://github.com/.extraheader 2022-03-17T21:00:02.4145797Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-03-17T21:00:02.4181445Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-03-17T21:00:02.4508677Z Entering 'android/libs/fbjni' 2022-03-17T21:00:02.4531783Z http.https://github.com/.extraheader 2022-03-17T21:00:02.4565396Z Entering 'third_party/FP16' 2022-03-17T21:00:02.4589668Z http.https://github.com/.extraheader 2022-03-17T21:00:02.4623601Z Entering 'third_party/FXdiv' 2022-03-17T21:00:02.4647603Z http.https://github.com/.extraheader 2022-03-17T21:00:02.4680131Z Entering 'third_party/NNPACK' 2022-03-17T21:00:02.4704284Z http.https://github.com/.extraheader 2022-03-17T21:00:02.4737755Z Entering 'third_party/QNNPACK' 2022-03-17T21:00:02.4760284Z http.https://github.com/.extraheader 2022-03-17T21:00:02.4792436Z Entering 'third_party/XNNPACK' 2022-03-17T21:00:02.4816908Z http.https://github.com/.extraheader 2022-03-17T21:00:02.4861316Z Entering 'third_party/benchmark' 2022-03-17T21:00:02.4885974Z http.https://github.com/.extraheader 2022-03-17T21:00:02.4917711Z Entering 'third_party/breakpad' 2022-03-17T21:00:02.4942431Z http.https://github.com/.extraheader 2022-03-17T21:00:02.4975299Z Entering 'third_party/breakpad/src/third_party/lss' 2022-03-17T21:00:02.4997416Z http.https://github.com/.extraheader 2022-03-17T21:00:02.5030761Z Entering 'third_party/cpuinfo' 2022-03-17T21:00:02.5054772Z http.https://github.com/.extraheader 2022-03-17T21:00:02.5087781Z Entering 'third_party/cub' 2022-03-17T21:00:02.5110950Z http.https://github.com/.extraheader 2022-03-17T21:00:02.5143537Z Entering 'third_party/cudnn_frontend' 2022-03-17T21:00:02.5167626Z http.https://github.com/.extraheader 2022-03-17T21:00:02.5207725Z Entering 'third_party/eigen' 2022-03-17T21:00:02.5232507Z http.https://github.com/.extraheader 2022-03-17T21:00:02.5268367Z Entering 'third_party/fbgemm' 2022-03-17T21:00:02.5292081Z http.https://github.com/.extraheader 2022-03-17T21:00:02.5324286Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-03-17T21:00:02.5347293Z http.https://github.com/.extraheader 2022-03-17T21:00:02.5380498Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-03-17T21:00:02.5404257Z http.https://github.com/.extraheader 2022-03-17T21:00:02.5436616Z Entering 'third_party/fbgemm/third_party/googletest' 2022-03-17T21:00:02.5460165Z http.https://github.com/.extraheader 2022-03-17T21:00:02.5494403Z Entering 'third_party/flatbuffers' 2022-03-17T21:00:02.5517016Z http.https://github.com/.extraheader 2022-03-17T21:00:02.5551978Z Entering 'third_party/fmt' 2022-03-17T21:00:02.5575268Z http.https://github.com/.extraheader 2022-03-17T21:00:02.5608500Z Entering 'third_party/foxi' 2022-03-17T21:00:02.5632050Z http.https://github.com/.extraheader 2022-03-17T21:00:02.5664711Z Entering 'third_party/gemmlowp/gemmlowp' 2022-03-17T21:00:02.5689152Z http.https://github.com/.extraheader 2022-03-17T21:00:02.5720523Z Entering 'third_party/gloo' 2022-03-17T21:00:02.5744374Z http.https://github.com/.extraheader 2022-03-17T21:00:02.5776287Z Entering 'third_party/googletest' 2022-03-17T21:00:02.5799210Z http.https://github.com/.extraheader 2022-03-17T21:00:02.5831407Z Entering 'third_party/ideep' 2022-03-17T21:00:02.5854935Z http.https://github.com/.extraheader 2022-03-17T21:00:02.5887189Z Entering 'third_party/ideep/mkl-dnn' 2022-03-17T21:00:02.5910558Z http.https://github.com/.extraheader 2022-03-17T21:00:02.5944424Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-03-17T21:00:02.5968697Z http.https://github.com/.extraheader 2022-03-17T21:00:02.6009134Z Entering 'third_party/ios-cmake' 2022-03-17T21:00:02.6032490Z http.https://github.com/.extraheader 2022-03-17T21:00:02.6065247Z Entering 'third_party/kineto' 2022-03-17T21:00:02.6088693Z http.https://github.com/.extraheader 2022-03-17T21:00:02.6120244Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-03-17T21:00:02.6143643Z http.https://github.com/.extraheader 2022-03-17T21:00:02.6176429Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-03-17T21:00:02.6198832Z http.https://github.com/.extraheader 2022-03-17T21:00:02.6233414Z Entering 'third_party/nccl/nccl' 2022-03-17T21:00:02.6256960Z http.https://github.com/.extraheader 2022-03-17T21:00:02.6290235Z Entering 'third_party/neon2sse' 2022-03-17T21:00:02.6312878Z http.https://github.com/.extraheader 2022-03-17T21:00:02.6344239Z Entering 'third_party/onnx' 2022-03-17T21:00:02.6368245Z http.https://github.com/.extraheader 2022-03-17T21:00:02.6412456Z Entering 'third_party/onnx/third_party/benchmark' 2022-03-17T21:00:02.6435371Z http.https://github.com/.extraheader 2022-03-17T21:00:02.6467577Z Entering 'third_party/onnx/third_party/pybind11' 2022-03-17T21:00:02.6491598Z http.https://github.com/.extraheader 2022-03-17T21:00:02.6526704Z Entering 'third_party/onnx-tensorrt' 2022-03-17T21:00:02.6549702Z http.https://github.com/.extraheader 2022-03-17T21:00:02.6581331Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-03-17T21:00:02.6604447Z http.https://github.com/.extraheader 2022-03-17T21:00:02.6641763Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-03-17T21:00:02.6664863Z http.https://github.com/.extraheader 2022-03-17T21:00:02.6697214Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-03-17T21:00:02.6720603Z http.https://github.com/.extraheader 2022-03-17T21:00:02.6752948Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-03-17T21:00:02.6776296Z http.https://github.com/.extraheader 2022-03-17T21:00:02.6813377Z Entering 'third_party/pocketfft' 2022-03-17T21:00:02.6836206Z http.https://github.com/.extraheader 2022-03-17T21:00:02.6867760Z Entering 'third_party/protobuf' 2022-03-17T21:00:02.6891196Z http.https://github.com/.extraheader 2022-03-17T21:00:02.6927533Z Entering 'third_party/protobuf/third_party/benchmark' 2022-03-17T21:00:02.6950117Z http.https://github.com/.extraheader 2022-03-17T21:00:02.6982290Z Entering 'third_party/protobuf/third_party/googletest' 2022-03-17T21:00:02.7005509Z http.https://github.com/.extraheader 2022-03-17T21:00:02.7038933Z Entering 'third_party/psimd' 2022-03-17T21:00:02.7062278Z http.https://github.com/.extraheader 2022-03-17T21:00:02.7093995Z Entering 'third_party/pthreadpool' 2022-03-17T21:00:02.7116796Z http.https://github.com/.extraheader 2022-03-17T21:00:02.7148438Z Entering 'third_party/pybind11' 2022-03-17T21:00:02.7173473Z http.https://github.com/.extraheader 2022-03-17T21:00:02.7205077Z Entering 'third_party/python-enum' 2022-03-17T21:00:02.7227509Z http.https://github.com/.extraheader 2022-03-17T21:00:02.7258579Z Entering 'third_party/python-peachpy' 2022-03-17T21:00:02.7282132Z http.https://github.com/.extraheader 2022-03-17T21:00:02.7313142Z Entering 'third_party/python-six' 2022-03-17T21:00:02.7336703Z http.https://github.com/.extraheader 2022-03-17T21:00:02.7368921Z Entering 'third_party/sleef' 2022-03-17T21:00:02.7392132Z http.https://github.com/.extraheader 2022-03-17T21:00:02.7424434Z Entering 'third_party/tbb' 2022-03-17T21:00:02.7447809Z http.https://github.com/.extraheader 2022-03-17T21:00:02.7481421Z Entering 'third_party/tensorpipe' 2022-03-17T21:00:02.7504412Z http.https://github.com/.extraheader 2022-03-17T21:00:02.7536107Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-03-17T21:00:02.7557803Z http.https://github.com/.extraheader 2022-03-17T21:00:02.7589800Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-03-17T21:00:02.7612839Z http.https://github.com/.extraheader 2022-03-17T21:00:02.7644048Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-03-17T21:00:02.7666320Z http.https://github.com/.extraheader 2022-03-17T21:00:02.7699591Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-03-17T21:00:02.7722219Z http.https://github.com/.extraheader 2022-03-17T21:00:02.7752832Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-03-17T21:00:02.7775818Z http.https://github.com/.extraheader 2022-03-17T21:00:02.7811849Z Entering 'third_party/zstd' 2022-03-17T21:00:02.7834536Z http.https://github.com/.extraheader 2022-03-17T21:00:02.8086845Z Cleaning up orphan processes